* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  min-width: 1200px;
  width: 87.5%;
}
.ny-wrap {
  width: 1200px;
  margin: 0 auto;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
.head {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  left: 0;
}
.head.isback {
  background: rgba(7, 12, 21, 0.2);
}
.head .wrap {
  height: 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .wrap .nav ul {
  display: flex;
  flex-wrap: wrap;
}
.head .wrap .nav ul li {
  margin: 0 25px;
  position: relative;
  height: 98px;
  line-height: 98px;
}
.head .wrap .nav ul li:hover > a,
.head .wrap .nav ul li.on > a {
  font-weight: 700;
}
.head .wrap .nav ul li:hover .sub {
  display: block;
}
.sy-head .wrap .nav ul li:hover .sub {
  position: absolute;
  top: 73px;
}
.head .wrap .nav ul li > a {
  font-size: 16px;
  color: #ffffff;
}
.head .wrap .nav ul li .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.ny-head .wrap .nav ul li .sub {
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.55);
}
.head .wrap .nav ul li .sub > a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
}
.head .wrap .nav ul li .sub > a:nth-last-child(1) {
  border-bottom: none;
}
.head .wrap .nav ul li .sub > a:hover {
  background: #3065c5;
  font-weight: 700;
  color: #fff;
}
.head .wrap .h-right {
  display: flex;
  align-items: center;
}
.head .wrap .h-right .search {
  position: relative;
  height: 98px;
  display: flex;
  align-items: center;
  margin-left: 17px;
}
.head .wrap .h-right .search:hover .input {
  display: flex;
}
.head .wrap .h-right .search .search-icon1 {
  font-size: 28px;
  color: #fff;
}
.head .wrap .h-right .search .input {
  position: absolute;
  right: -30px;
  top: 70px;
  padding: 15px 30px;
  background: #fff;
  display: flex;
  display: none;
}
.head .wrap .h-right .search .input input {
  width: 200px;
  height: 30px;
  border: 1px solid #3065c5;
  padding-left: 15px;
  outline: none;
}
.head .wrap .h-right .search .input span {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3065c5;
  color: #fff;
}
.head .wrap .h-right .form {
  height: 34px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 111px;
  font-size: 14px;
}
.head .wrap .h-right .form .iconfont {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
}
.ny-head.sy-head .img2 {
  display: block !important;
}
.ny-head.sy-head .img1 {
  display: none !important;
}

.sy-head .img2 {
  display: none;
}
.sy-head .img1 {
  display: block;
}

.ny-head {
  background: #fff;
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.55);
  z-index: 1000000;
}
.ny-head .wrap .h-right .form {
  border: 1px solid #3065c5;
}
.ny-head .wrap .nav ul li > a {
  color: #333 !important;
}
.ny-head .wrap .h-right .form {
  color: #3065c5 !important;
}
.ny-head .wrap .h-right .search .search-icon1 {
  color: #333 !important;
}
.h-form {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  padding: 80px 3vw 3vw;
  background: #fff;
  z-index: 1000000000000;
  height: 40%;
  padding-top: 100px;
  box-shadow: 6px 8px 22px 0px #a6a6a67a;
  display: none;
}
.h-form .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
}
.h-form .modelSelect,
.h-form .inputChoose {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #dadcde;
  padding: 0 8px;
  margin-bottom: 38px;
  position: relative;
}
.h-form .inputChoose input {
  font-size: 16px;
}
.h-form .modelSelect:hover,
.h-form .inputChoose:hover {
  border-bottom: 1px solid #000;
}
.h-form .modelSelect.active,
.h-form .inputChoose.active {
  border-bottom: 1px solid #3065c5;
}
.h-form .inputChoose.active .icon-xiayiyeqianjinchakangengduo {
  display: inline-block;
  transform: rotate(90deg);
}
.h-form .modelSelect .select,
.h-form .inputChoose .select {
  /* display: flex; */
  /* justify-content: space-between; */
}
.h-form .modelSelect .select > div:nth-child(1),
.h-form .inputChoose .select > div:nth-child(1) {
  width: 80%;
}
.h-form .modelSelect .select .iconfont,
.h-form .inputChoose .select .iconfont {
  color: #333;
  font-size: 20px;
}
.h-form .modelSelect .sub,
.h-form .inputChoose .sub {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 224px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #f0f1f2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.2);
  text-indent: 8px;
  z-index: 98;
  display: none;
}
.h-form .modelSelect .sub::-webkit-scrollbar,
.h-form .inputChoose .sub::-webkit-scrollbar {
  width: 5px;
  /* 滚动条的宽度 */
  height: 10px;
  /* 对于水平滚动条 */
}
.h-form .modelSelect .sub::-webkit-scrollbar-thumb,
.h-form .inputChoose .sub::-webkit-scrollbar-thumb {
  background: #e7e7e7;
  /* 滑块的颜色 */
  border-radius: 5px;
  /* 滑块的圆角 */
}
.h-form .modelSelect .sub::-webkit-scrollbar-track,
.h-form .inputChoose .sub::-webkit-scrollbar-track {
  background: #fff;
  /* 轨道的颜色 */
  border-radius: 5px;
  /* 轨道的圆角 */
}
.h-form .modelSelect .sub ul li,
.h-form .inputChoose .sub ul li {
  height: 44px;
  line-height: 44px;
}
.h-form .modelSelect .sub ul li:hover,
.h-form .inputChoose .sub ul li:hover,
.h-form .modelSelect .sub ul li.on,
.h-form .inputChoose .sub ul li.on {
  background-color: #f0f1f2;
  position: relative;
}
.h-form .inputChoose {
  font-size: 16px;
}
.h-form .inputChoose .input {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.h-form .inputChoose .input input {
  height: 34px;
  border: none;
  outline: none;
  width: 80%;
  background: none;
  font-size: 16px;
  color: #333;
}
.h-form .inputChoose .input input::placeholder {
  font-size: 16px;
}
.h-form .inputChoose:hover {
  border-bottom: 1px solid #000;
}
.h-form .inputChoose.active {
  border-bottom: 1px solid #3065c5;
}
.h-form .inputChoose > div:nth-child(1) {
  width: 80%;
}
.h-form .inputChoose .iconfont {
  color: #333;
  font-size: 20px;
}
.h-form .submit {
  background-color: #3065c5;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  letter-spacing: 2px;
  margin: 6px 0;
  text-align: center;
  margin-top: 9.6vh;
}
.com-top > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-top > div:nth-child(1) .tit {
  font-size: 32px;
  color: #ffffff;
  line-height: 32px;
}
.com-top > div:nth-child(1) .right-more {
  display: flex;
  align-items: center;
}
.com-top > div:nth-child(1) .right-more span {
  font-size: 18px;
  color: #ffffff;
  margin-right: 20px;
}
.com-top .line {
  width: 64px;
  height: 1px;
  background: #e88d00;
  margin-top: 4.1vh;
}
.section.active {
  display: block;
}
.section.active .cont {
  display: block;
}
.section .cont {
  display: none;
}
.section1 {
  background-size: 100%;
}
.section1 .head-back {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.section1 .banner {
  margin-top: 98px;
  position: relative;
  height: calc(100vh - 98px);
  /*首页轮播图*/
}
.section1 .banner video {
  width: 100%;
  height: 100%;
  object-fit: fill !important;
}
.section1 .banner .a-top-back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100000;
}
.section1 .banner .c-banner1 {
  background: #fff;
  position: relative;
}
.section1 .banner .c-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.section1 .banner .c-banner1 .swiper-slide > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 7s;
  transition: all 7s;
}
.section1 .banner .c-banner1 .swiper-slide .c-bg2 {
  display: none;
}
.section1 .banner .c-banner1 .swiper-slide-active > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section1 .banner .c-banner1 .swiper-slide .c-container.w1200 {
  position: absolute;
  left: 50%;
  bottom: 30vh;
  transform: translateX(-50%);
}
.section1 .banner .c-banner1 .swiper-slide .c-container img {
  display: none;
}
.section1 .banner .c-banner1 .swiper-slide-active .c-container img {
  display: block;
}
.section1 .banner .c-banner1 .swiper-slide-active .c-container img.text2 {
  margin-top: 100px;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap.w1200 {
  text-align: left;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap .c-title {
  font-size: 60px;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap .c-text {
  font-size: 30px;
  margin-top: 10px;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap-two .c-container img {
  display: block;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap-two .c-container .img2 {
  position: absolute;
  right: 8%;
  top: 29%;
  width: 43%;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap-two .c-container .img1 {
  position: absolute;
  left: 8%;
  top: 29%;
  width: 13%;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap-three .c-container {
  text-align: right;
}
.section1 .banner .c-banner1 .swiper-slide .c-wrap-three .c-container.w1200 {
  text-align: right;
}
.section1 .banner .c-banner1 .swiper-pagination-bullet {
  opacity: 1;
}
.section1 .banner .c-banner1 .c-dot {
  position: absolute;
  bottom: 77px;
  left: 0;
  width: 100%;
}
.section1 .banner .c-banner1 .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
}
.section1 .banner .loading {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  position: relative;
  border: 2px solid transparent;
  background: transparent;
  box-sizing: border-box;
}
.section1 .banner :after,
.section1 .banner :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section1 .banner .loading.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.2);
}
.section1 .banner .loading .c-progress {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section1 .banner .loading .c-num {
  width: 7px;
  height: 7px;
  background: #e88d00;
  border-radius: 50%;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section1 .banner .loading.swiper-pagination-bullet-active .c-progress {
  background-color: #bb1c14;
  display: none;
}
.section1 .banner .loading.swiper-pagination-bullet-active .c-num {
  display: block;
}
.section1 .banner .loading .left,
.section1 .banner .loading .right {
  opacity: 0;
  width: 20px;
  height: 40px;
  position: absolute;
  left: -2px;
  top: -2px;
  overflow: hidden;
}
.section1 .banner .loading.swiper-pagination-bullet-active .left,
.section1 .banner .loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.section1 .banner .loading .right {
  left: auto;
  right: -2px;
  top: -2px;
}
.section1 .banner .loading .left:after,
.section1 .banner .loading .right:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.section1 .banner .loading .right:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 0 20px 20px 0;
  border: 2px solid #fff;
  border-left: 0;
}
.section1 .banner .loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
.section1 .banner .loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale-draw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
}
@keyframes transform-right {
  0% {
    right: 0;
  }
  25% {
    right: -20px;
  }
  50% {
    right: 0;
  }
  75% {
    right: -20px;
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
.section1 .banner .bottom-tip {
  width: 100%;
  position: absolute;
  bottom: -7px;
  z-index: 100;
}
.section1 .banner .bottom-tip img {
  width: 100%;
}
.section2 .cont {
  position: relative;
  z-index: 100;
  margin-top: calc(11vh + 98px);
}
.section2 .cont .title {
  animation: slideInLeft 1s ease forwards;
}
.section2 .cont .title p:nth-child(1) {
  font-size: 16px;
  color: #e88d00;
}
.section2 .cont .title p:nth-child(2) {
  font-weight: bold;
  font-size: 34px;
  color: #2e2e2e;
  margin-top: 15px;
}
.section2 .cont .list {
  width: 72.5%;
  margin-top: 10px;
}
.section2 .cont .list ul {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
  animation-delay: 0.5s;
}
.section2 .cont .list ul li {
  width: calc(33% - 30px);
  margin-top: 46px;
  position: relative;
  margin-right: 50px;
  background: #3065c5;
}
.section2 .cont .list ul li:nth-child(3n) {
  margin-right: 0;
}
.section2 .cont .list ul li::before {
  content: '';
  display: block;
  padding-bottom: 60%;
  margin-right: 50px;
}
.section2 .cont .list ul li .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .cont .list ul li .text p:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
}
.section2 .cont .list ul li .text p:nth-child(2) {
  font-size: 34px;
  color: #ffffff;
  margin-top: 10px;
}
.section3 .cont {
  position: relative;
  z-index: 100;
  margin-top: calc(11vh + 98px);
}
.section3 .cont .com-top {
  opacity: 0;
  animation: bounceInUp 3s ease forwards;
}
.section3 .cont .slove-list {
  margin-top: 4.3vw;
  overflow: hidden;
  opacity: 0;
  animation: bounceInLeft 3s ease forwards;
  animation-delay: 1s;
}
.section3 .cont .slove-list ul li {
  width: calc(25% - 40px);
}
.section3 .cont .slove-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.section3 .cont .slove-list ul li:hover .iconfont {
  background: #3065c5;
  color: #fff !important;
}
.section3 .cont .slove-list ul li a .img-wrap {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.section3 .cont .slove-list ul li a .img-wrap .img {
  width: 100%;
}
.section3 .cont .slove-list ul li a .img-wrap .img::after {
  width: 100%;
  content: '';
  display: block;
  padding-bottom: 84%;
}
.section3 .cont .slove-list ul li a .text {
  padding: 0 22px;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
}
.section3 .cont .slove-list ul li a .text > div:nth-child(1) {
  font-size: 18px;
  color: #333333;
  width: 80%;
}
.section3 .cont .slove-list ul li a .text > div:nth-child(2) {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #3065c5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3065c5;
  transform: rotate(180deg);
}
.section3 .cont .slove-list .bottom {
  width: 100%;
  display: flex;
  margin-top: 8.1vh;
  justify-content: space-between;
  align-items: center;
}
.section3 .cont .slove-list .bottom .swiper-pagination-progressbar {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  width: 82%;
  position: relative;
}
.section3
  .cont
  .slove-list
  .bottom
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.section3 .cont .slove-list .bottom .cus {
  display: flex;
  align-items: center;
}
.section3 .cont .slove-list .bottom .cus img {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.section3 .cont .slove-list .bottom .cus span {
  color: #fff;
  font-size: 16px;
  color: #ffffff;
}
.section4 {
  position: relative;
  z-index: 100;
  margin-top: calc(7vh + 98px);
}
.section4 .com-top {
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
}
.section4 .com-top > div:nth-child(1) {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section4 .com-top > div:nth-child(1) .tit {
  color: #333;
}
.section4 .com-top > div:nth-child(1) .tit p:nth-child(1) {
  font-size: 32px;
  line-height: 32px;
}
.section4 .com-top > div:nth-child(1) .tit p:nth-child(2) {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}
.section4 .com-top > div:nth-child(1) .right-more {
  display: flex;
  align-items: center;
  width: 228px;
  height: 61px;
  background: #3065c5;
  justify-content: center;
}
.section4 .com-top > div:nth-child(1) .right-more a {
  display: flex;
  align-items: center;
}
.section4 .com-top > div:nth-child(1) .right-more span {
  font-size: 18px;
  color: #ffffff;
  margin-right: 20px;
  text-align: center;
  line-height: 61px;
}
.section4 .caseSwiper2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .case-list {
  display: flex;
  overflow: hidden;
  margin-top: 7vh;
  position: relative;
}
.section4 .case-list .btn-list {
  opacity: 0;
  animation: bounceInLeft 2s ease forwards;
  animation-delay: 1s;
  z-index: 1000;
}
.section4 .case-list .btn-list .prev,
.section4 .case-list .btn-list .next {
  width: 48px;
  height: 48px;
  /* box-shadow: 6px 4px 57px 0px #ebebeb; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #3065c5;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #3065c5;
}
.section4 .case-list .btn-list .prev:hover,
.section4 .case-list .btn-list .next:hover {
  background: #3065c5;
  color: #ffff;
}
.section4 .case-list .btn-list .next {
  transform: rotate(180deg);
  margin-top: 30px;
}
.section4 .case-list .btn-list .pageState {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  margin: 30px 0;
}
.section4 .case-list .bd {
  width: calc(100% - 108px);
  margin-left: 108px;
  overflow: hidden;
  opacity: 0;
  animation: bounceInRight 3s ease forwards;
  animation-delay: 0.5s;
}
.section4 .case-list .bd ul {
  display: flex;
}
.section4 .case-list .bd li {
  width: 18.3% !important;
  margin-right: 25px;
  transition: all 0.3s;
  height: 55vh;
  position: relative;
  overflow: hidden;
}
.section4 .case-list .bd li .text {
  height: 70px;
  line-height: 70px;
  background: url('../images/tit_back_03.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-left: 30px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}
.section4 .case-list .bd li .img-wrap {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.57);
}
.section4 .case-list .bd li .img-wrap .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 .case-list .bd li.swiper-slide-thumb-active {
  width: 40% !important;
  transition: all 0.3s;
}
.section4 .case-list .bd li a {
  width: 100%;
  height: 100%;
  display: block;
}
.section4 .case-list .bd li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section5 .cont {
  margin-top: calc(3.7vh + 98px);
  position: relative;
  z-index: 10;
  height: calc(96.3vh - 98px);
  margin-top: calc(4vh + 98px);
}
.section5 .cont .com-top {
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
}
.section5 .cont .com-top > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section5 .cont .com-top > div:nth-child(1) .tit {
  color: #fff;
}
.section5 .cont .partsixSwiper {
  overflow: hidden;
  opacity: 0;
  animation: bounceInLeft 3s ease forwards;
  animation-delay: 0.5s;
}
.section5 .cont .partsixSwiper ul li {
  display: flex;
}
.section5 .cont .partsixSwiper ul li .left {
  width: 54.4%;
}
.section5 .cont .partsixSwiper ul li .left .i-list {
  margin-top: 3.3vh;
}
.section5 .cont .partsixSwiper ul li .left .i-list ul {
  display: flex;
  flex-wrap: wrap;
}
.section5 .cont .partsixSwiper ul li .left .i-list ul li {
  padding-left: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2.4vh;
  position: relative;
  height: 4.8vh;
  padding-right: 3.2vh;
  line-height: 4.8vh;
  color: #fff;
  margin-top: 20px;
  margin-right: 25px;
}
.section5 .cont .partsixSwiper ul li .left .i-list ul li .iconfont {
  width: 4.8vh;
  height: 4.8vh;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  color: #3065c5;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .cont .partsixSwiper ul li .left .text {
  font-size: 18px;
  color: #ffffff;
  line-height: 4.4vh;
  margin-top: 5.2vh;
}
.section5 .cont .partsixSwiper ul li .left .text .tit {
  font-size: 22px;
}
.section5 .cont .partsixSwiper ul li .right {
  width: 39.7%;
}
.section5 .cont .partsixSwiper ul li .right a {
  width: 100%;
}
.section5 .cont .partsixSwiper ul li .right .img-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
}
.section5 .cont .partsixSwiper ul li .right .img-wrap::after {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.section5 .cont .partsixSwiper ul li .right .img-wrap .img-hidden {
  width: calc(100% - 44px);
  position: absolute;
  left: 22px;
  top: 22px;
  overflow: hidden;
  border-radius: 50%;
}
.section5 .cont .partsixSwiper ul li .right .img-wrap .img-hidden:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.section5 .cont .partsixSwiper ul li .right .img-wrap .img-hidden .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.section5 .cont .partsixSwiper ul li .right .img-wrap .img-hidden .img::after {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.section5 .cont .partsixSwiper2-wrap {
  position: absolute;
  bottom: 5.4vh;
  left: 0;
  width: 600px;
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
  animation-delay: 1s;
  padding: 0 50px;
  box-sizing: border-box;
}
.section5 .cont .partsixSwiper2-wrap .btn-list {
  z-index: 100;
}
.section5 .cont .partsixSwiper2-wrap .btn-list > div {
  width: 32px;
  height: 15.32vh;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 100000;
}
.section5 .cont .partsixSwiper2-wrap .btn-list > div:hover {
  background: #3065c5;
  color: #fff;
}
.section5 .cont .partsixSwiper2-wrap .btn-list > div.six-prev {
  position: absolute;
  left: 0;
}
.section5 .cont .partsixSwiper2-wrap .btn-list > div.six-next {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}
.section5 .cont .partsixSwiper2-wrap .partsixSwiper2 {
  width: 500px;
  overflow: hidden;
}
.section5 .cont .partsixSwiper2-wrap .swiper-wrapper li {
  width: 193px;
  height: 15.32vh;
  margin-right: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.section5 .cont .partsixSwiper2-wrap .swiper-wrapper li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section5 .cont .partsixSwiper2-wrap .swiper-wrapper li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section5
  .cont
  .partsixSwiper2-wrap
  .swiper-wrapper
  li.swiper-slide-thumb-active {
  border: 1px solid #1346ba;
}
.section6 {
  background: #f7f7f7;
}
.section6 .cont {
  margin-top: calc(7.5vh + 98px);
}
.section6 .cont .com-top {
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
}
.section6 .cont .com-top > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section6 .cont .com-top > div:nth-child(1) .tit {
  color: #333;
}
.section6 .cont .com-top > div:nth-child(1) .right-calss ul {
  display: flex;
}
.section6 .cont .com-top > div:nth-child(1) .right-calss ul li {
  width: 131px;
  height: 46px;
  background: #ececec;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.section6 .cont .com-top > div:nth-child(1) .right-calss ul li.on {
  background: #1666e0;
}
.section6 .cont .com-top > div:nth-child(1) .right-calss ul li.on a {
  color: #fff;
}
.section6 .list {
  margin-top: 4.7vh;
  display: flex;
}
.section6 .list .list1 {
  width: 65.5%;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  animation: bounceInLeft 3s ease forwards;
  animation-delay: 0.8s;
}
.section6 .list .list1 li {
  width: calc(50% - 25px);
  margin-right: 48px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.section6 .list .list1 li:hover .mask {
  top: 0 !important;
  transition: all 0.3s;
}
.section6 .list .list1 li .int .img-wrap {
  width: 100%;
}
.section6 .list .list1 li .int .img-wrap .img {
  width: 100%;
}
.section6 .list .list1 li .int .img-wrap .img::after {
  width: 100%;
  content: '';
  display: block;
  padding-bottom: 67%;
}
.section6 .list .list1 li .int .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 22vh;
  background: #ffffff;
  padding: 0 40px;
}
.section6 .list .list1 li .int .text p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section6 .list .list1 li .int .text p:nth-child(1) span {
  display: block;
}
.section6 .list .list1 li .int .text p:nth-child(1) span:nth-child(1) {
  width: 70%;
  font-size: 16px;
  color: #3065c5;
}
.section6 .list .list1 li .int .text p:nth-child(1) span:nth-child(2) {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
}
.section6 .list .list1 li .int .text p:nth-child(2) {
  font-size: 20px;
  color: #333333;
  margin: 2.4vh 0;
}
.section6 .list .list1 li .int .text p:nth-child(3) {
  font-size: 16px;
  color: #999999;
}
.section6 .list .list1 li .int .text p:nth-child(3) .iconfont {
  color: #999;
  font-size: 20px;
  margin-left: 20px;
}
.section6 .list .list1 li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: #3065c5;
  padding: 0 40px;
  box-sizing: border-box;
}
.section6 .list .list1 li .mask p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6.1vh;
}
.section6 .list .list1 li .mask p:nth-child(1) span {
  display: block;
}
.section6 .list .list1 li .mask p:nth-child(1) span:nth-child(1) {
  width: 70%;
  font-size: 16px;
  color: #fff;
}
.section6 .list .list1 li .mask p:nth-child(1) span:nth-child(2) {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.section6 .list .list1 li .mask p:nth-child(2) {
  font-size: 20px;
  color: #fff;
  margin-top: 7.6vh;
  margin-bottom: 5.4vh;
}
.section6 .list .list1 li .mask p:nth-child(3) {
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
  position: relative;
}
.section6 .list .list1 li .mask p:nth-child(3)::before {
  content: '';
  width: 38px;
  height: 1px;
  background: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.section6 .list .list1 li .mask p:nth-child(4) {
  font-size: 16px;
  color: #ffffff;
  line-height: 3.8vh;
  margin-top: 3.2vh;
}
.section6 .list .list1 li .mask p:nth-child(5) {
  font-size: 16px;
  margin-top: 7.6vh;
  color: #fff;
}
.section6 .list .list1 li .mask p:nth-child(5) .iconfont {
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
}
.section6 .list .list1 li:nth-last-child(1) {
  margin-right: 0;
}
.section6 .list .list2 {
  margin-left: 37px;
  width: calc(37.5% - 37px);
  flex-wrap: wrap;
  opacity: 0;
  animation: bounceInRight 2s ease forwards;
  animation-delay: 1.4s;
}
.section6 .list .list2 ul {
  height: 100%;
}
.section6 .list .list2 ul li {
  height: calc(33% - 19px);
  margin-top: 30px;
}
.section6 .list .list2 ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.section6 .list .list2 ul li:hover .text p:nth-child(2) {
  color: #1666e0;
}
.section6 .list .list2 ul li:nth-child(1) {
  margin-top: 0;
}
.section6 .list .list2 ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section6 .list .list2 ul li a .img-wrap {
  width: 41%;
  height: 100%;
  overflow: hidden;
}
.section6 .list .list2 ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.section6 .list .list2 ul li a .text {
  width: calc(60% - 33px);
  margin-left: 30px;
}
.section6 .list .list2 ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #999999;
}
.section6 .list .list2 ul li a .text p:nth-child(2) {
  font-size: 20px;
  color: #333;
  line-height: 4.3vh;
  margin: 8px 0;
}
.section6 .list .list2 ul li a .text p:nth-child(3) {
  font-size: 16px;
  color: #999999;
  display: flex;
  align-items: center;
}
.section6 .list .list2 ul li a .text p:nth-child(3) .iconfont {
  font-size: 20px;
}
.section7 .cont {
  margin-top: calc(1vh + 110px);
  position: relative;
  z-index: 10;
}
.section7 .cont .tit {
  font-size: 32px;
  color: #ffffff;
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
}
.section7 .cont .list {
  margin: 0 3.6vw;
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
  animation-delay: 0.8s;
}
.section7 .cont .list ul {
  display: flex;
  flex-wrap: wrap;
}
.section7 .cont .list ul li {
  width: calc(12.5% - 27px);
  margin-right: 25px;
  margin-top: 18px;
}
.section7 .cont .list ul li:hover .img {
  transform: translateY(-6px);
  transition: all 0.3s;
}
.section7 .cont .list ul li:nth-child(8n) {
  margin-right: 0;
}
.section7 .cont .list ul li a {
  display: flex;
  width: 100%;
  height: 100%;
}
.section7 .cont .list ul li .img-wrap {
  width: 100%;
}
.section7 .cont .list ul li .img-wrap .img {
  width: 100%;
  object-fit: contain;
}
.section7 .cont .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 138%;
}
.section8 .cont {
  position: relative;
  z-index: 10;
  margin-top: calc(5vh + 98px);
}
.section8 .cont .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
}
.section8 .cont .top .tit {
  font-size: 32px;
  color: #333;
}
.section8 .cont .top .desc {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.section8 .cont .cont-img {
  padding: 0 5.8vw;
  background: #fff;
  margin-top: 3vh;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  height: 75vh;
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
  animation-delay: 0.8s;
}
.section8 .cont .cont-img img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.section9,
.ny-footer {
  position: relative;
}
.section9 .cont,
.ny-footer .cont {
  position: relative;
  z-index: 10;
  margin-top: calc(7.2vh + 98px);
}
.section9 .cont .top,
.ny-footer .cont .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section9 .cont .top .tit,
.ny-footer .cont .top .tit {
  font-size: 32px;
  color: #333;
}
.section9 .cont .top .desc,
.ny-footer .cont .top .desc {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.section9 .footer-nav,
.ny-footer .footer-nav {
  padding: 0 5.7vw;
  opacity: 0;
  animation: bounceInUp 2s ease forwards;
}
.section9 .footer-nav > ul,
.ny-footer .footer-nav > ul {
  width: 100%;
  display: flex;
}
.section9 .footer-nav > ul > li,
.ny-footer .footer-nav > ul > li {
  margin-right: 5.7vw;
}
.section9 .footer-nav > ul > li.on,
.ny-footer .footer-nav > ul > li.on {
  font-weight: 700;
}
.section9 .footer-nav > ul > li:nth-last-child(1),
.ny-footer .footer-nav > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.section9 .footer-nav > ul > li > a,
.ny-footer .footer-nav > ul > li > a {
  font-size: 22px;
  color: #ffffff;
}
.section9 .footer-nav > ul > li .sub,
.ny-footer .footer-nav > ul > li .sub {
  margin-top: 3vh;
}
.section9 .footer-nav > ul > li .sub a,
.ny-footer .footer-nav > ul > li .sub a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 3.26vh;
  font-weight: 400;
}
.section9 .footer-nav > ul > li .sub a:hover,
.ny-footer .footer-nav > ul > li .sub a:hover {
  color: #fff;
  font-weight: 700;
}
.section9 .ew-list,
.ny-footer .ew-list {
  margin: 0 auto;
  margin-top: 6.4vh;
  opacity: 0;
  animation: bounceInLeft 2s ease forwards;
  animation-delay: 0.8s;
}
.section9 .ew-list ul,
.ny-footer .ew-list ul {
  display: flex;
  justify-content: center;
}
.section9 .ew-list ul li,
.ny-footer .ew-list ul li {
  margin-right: 4.7vw;
}
.section9 .ew-list ul li:nth-last-child(1),
.ny-footer .ew-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.section9 .ew-list ul li img,
.ny-footer .ew-list ul li img {
  width: 7.5vw;
  height: 7.5vw;
}
.section9 .ew-list ul li p,
.ny-footer .ew-list ul li p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 5px;
  text-align: center;
}
.section9 .copy-right,
.ny-footer .copy-right {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 0;
  height: 80px;
  line-height: 80px;
  color: rgba(255, 255, 255, 0.67);
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.section9 .copy-right .wrap,
.ny-footer .copy-right .wrap {
  text-align: center;
}
.section9 .copy-right a,
.ny-footer .copy-right a {
  color: rgba(255, 255, 255, 0.67);
}
.ny-footer {
  padding-top: 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.ny-footer .copy-right {
  position: relative;
}
.ny-footer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ny-footer .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-footer .cont {
  display: block !important;
  margin-top: 60px;
  padding-bottom: 50px;
}
.ny-footer .cont .footer-nav {
  opacity: 1 !important;
}
.ny-footer .ew-list {
  opacity: 1 !important;
}
.navBar {
  display: flex;
  align-items: center;
  height: 92px;
}
.navBar li {
  height: 92px;
  position: relative;
  margin: 0 10px;
}
.navBar li.on .tit {
  background: #1666e0;
  color: #fff;
  font-weight: 700;
}
.navBar li:hover .tit {
  background: #1666e0;
  color: #fff;
  font-weight: 700;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  width: 104px;
  font-size: 16px;
  height: 92px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .sub {
  position: absolute;
  top: 92px;
  left: -10px;
  width: 130px;
  background: #fff;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.navBar .sub a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
}
.navBar .sub a:hover {
  background: #1666e0;
  color: #fff;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #1666e0 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.ny-product {
  margin-top: 150px;
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 290px;
  margin-top: 40px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li:hover .img-wrap {
  border: none;
}
.ny-product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  color: #fff !important;
  border: 1px solid #3065c5;
  background: #3065c5;
  border-top: none;
}
.ny-product .list ul li:hover .text span:nth-child(2) {
  background: #fff !important;
  color: #1346ba !important;
}
.ny-product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 0;
  border: 1px solid #f4f4f4;
  /* border-bottom: none; */
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
  height: 240px;
}
.ny-product .list ul li .text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  border: 1px solid #f4f4f4;
  border-top: none;
  box-sizing: border-box;
}
.ny-product .list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.ny-product .list ul li .text span:nth-child(2) {
  font-size: 20px;
  color: #867a7a;
  width: 29px;
  height: 29px;
  background: #e6e6e6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 150px;
}
.ny-new .new-list ul li {
  margin-top: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.47);
}
.ny-new .new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
  color: #3065c5;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #3065c5;
  color: #fff;
  border: none;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 27.2%;
  overflow: hidden;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
}
.ny-new .new-list ul li a .img-wrap .img::before {
  content: '';
  padding-bottom: 77%;
  display: block;
}
.ny-new .new-list ul li a .text {
  width: calc(72.8% - 43px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(4) {
  width: 146px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}
.common-left {
  width: 237px;
  float: left;
  box-sizing: border-box;
  margin-right: 50px;
}
.common-left .title {
  background: #3065c5 url('../images/pro_03.png') center / cover;
  height: 79px;
  line-height: 79px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common-left .title::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: -14px;
  right: -3px;
  transform: rotate(314deg);
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 68px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .overflow1 {
  width: 175px;
  display: inline-block;
}
.common-left .nav-list > ul .li a .iconfont {
  font-size: 14px;
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 10000;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao {
  display: block !important;
  font-size: 14px;
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #3065c5;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #3065c5;
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 40px;
  position: relative;
  background: #f8f8f8;
  padding-left: 10px;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 22px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  width: 175px;
}
.common-left .nav-list > ul .li .sub li .iconfont {
  font-weight: 700;
  font-size: 16px;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #3065c5;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #3065c5;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #3065c5;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #3065c5;
}
.common-right {
  float: left;
  width: 910px;
}
.common-right .common-title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e4e7ea;
  font-size: 14px;
  color: #666666;
}
.common-right .common-title .iconfont {
  font-size: 20px;
  color: #cecece;
  margin-right: 10px;
}
.common-right .common-title a {
  color: #666666;
}
.ny-news {
  margin-top: 150px;
  margin-bottom: 80px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #3065c5;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #3065c5 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-contact {
  margin-bottom: 80px;
  margin-top: 150px;
}
.ny-contact .tops {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .tops .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .tops .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .tops .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .tops .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #3065c5;
  margin-bottom: 10px;
}
.ny-contact .tops .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .tops .content .erwer > div {
  text-align: center;
}
.ny-contact .tops .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .tops .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 72px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 439px;
}
.ny-contact .message .input > div input {
  width: 439px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #3065c5;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-search {
  margin-bottom: 80px;
  margin-top: 150px;
}
.ny-search .search-list {
  margin-top: 20px;
}
.ny-search .search-list li:hover .tit {
  color: #1346ba;
}
.ny-search .search-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  border-bottom: 1px dashed #efefef;
}
.ny-search .search-list li a .tit {
  width: 80%;
  color: #333;
  font-size: 16px;
  line-height: 55px;
}
.ny-search .search-list li a .time {
  color: #999;
}
.ny-page,
.ny-detail {
  margin-bottom: 80px;
  margin-top: 150px;
}
.ny-page .content,
.ny-detail .content {
  margin-top: 30px;
  min-height: 300px;
}
.ny-detail {
  margin-top: 150px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
  min-height: 300px;
}
.detail {
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #3065c5;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .head .wrap .nav ul li {
    margin: 0 8px;
  }
  .head .wrap .h-right .search {
    margin-left: 12px;
  }
  .section2 .cont {
    margin-top: calc(10vh + 98px);
  }
  .section2 .cont .list ul li {
    margin-right: 39px;
  }
  .section2 .cont .list ul li .text p:nth-child(1) {
    font-size: 30px;
  }
  .section2 .cont .list ul li .text p:nth-child(2) {
    font-size: 26px;
    margin-top: 0;
  }
  .section3 .cont .slove-list ul li a .text {
    height: 60px;
  }
  .section3 .cont .slove-list ul li a .text > div:nth-child(2) {
    width: 28px;
    height: 28px;
  }
  .section6 .list .list1 li .mask {
    padding: 0 28px;
  }
  .section6 .list .list1 li .int .text {
    padding: 0 28px;
  }
  .section6 .list .list1 li .mask p:nth-child(2) {
    color: #fff;
    margin-top: 3.6vh;
    margin-bottom: 4.4vh;
  }
  .section6 .list .list1 li .mask p:nth-child(5) {
    margin-top: 4.6vh;
  }
  .section6 .list .list2 ul li a .text {
    margin-left: 34px;
  }
  .section6 .list .list2 ul li a .text p:nth-child(2) {
    font-size: 18px;
    line-height: 3.3vh;
  }
  .section7 .cont {
    margin-top: calc(3vh + 98px);
  }
  .section8 .cont .cont-img {
    height: 72vh;
  }
  .section9 .footer-nav > ul > li {
    margin-right: 4.4vh;
  }
  .section5 .cont .partsixSwiper2 {
    bottom: 6.4vh;
  }
  .section9 .footer-nav > ul > li,
  .ny-footer .footer-nav > ul > li {
    margin-right: 3.7vw;
  }
}
@media screen and (max-width: 1440px) {
  .section9 .cont {
    margin-top: calc(3.2vh + 98px);
  }
  .section5 .cont {
    margin-top: calc(2.7vh + 98px);
  }
  .section5 .cont .partsixSwiper2 {
    bottom: 2vw;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
