* {
  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: 1300px;
  width: 67.7%;
}
.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;
}
.top-head {
  background: #fff;
  position: relative;
  z-index: 100000;
}
.top-head .welcome {
  height: 50px;
  line-height: 50px;
  background: #f9f9f9;
}
.top-head .welcome .wrap {
  display: flex;
  justify-content: space-between;
}
.top-head .welcome .wrap > div:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.top-head .welcome .wrap > div:nth-child(1) span:nth-child(1) {
  margin-right: 6px;
}
.top-head .welcome .wrap > div:nth-child(2) {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.top-head .welcome .wrap .lk a {
  margin-left: 10px;
}
.top-head .welcome .wrap .lk a:hover {
  color: #0d70c6;
}
.top-head .tips {
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.top-head .tips .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-head .tips .left .text {
  font-weight: bold;
  font-size: 20px;
  color: #0a0a0a;
  margin-left: 10px;
}
.top-head .tips .left .text .red {
  color: #ff0000;
}
.top-head .tips .right {
  display: flex;
  align-items: center;
}
.top-head .tips .right .tel {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.top-head .tips .right .tel .iconfont {
  color: #0d70c6;
  font-size: 50px;
}
.top-head .tips .right .tel .tel-text {
  margin-left: 10px;
}
.top-head .tips .right .tel .tel-text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.top-head .tips .right .tel .tel-text p:nth-child(2) {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-top: -3px;
}
.navs {
  height: 80px;
  line-height: 80px;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}
.navs ul {
  display: flex;
}
.navs ul li {
  font-size: 16px;
  color: #333;
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 10000;
}
.navs ul li::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 20px;
  bottom: 70px;
  background: #0d70c6;
  z-index: 9;
  opacity: 0;
}
.navs ul li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.navs ul li.on::before {
  top: 0%;
  transition: all 0.3s;
  opacity: 1;
}
.navs ul li.on a {
  color: #fff;
  font-weight: 700;
}
.navs ul li:hover::before {
  top: 0%;
  transition: all 0.3s;
  opacity: 1;
}
.navs ul li:hover .sub {
  display: block !important;
}
.navs ul li:hover a {
  color: #fff;
}
.navs ul li:nth-child(1) {
  margin-left: 0;
}
.navs ul li .sub {
  background: #fff;
  min-width: 155px;
  position: absolute;
  top: 80px;
  left: 63%;
  transform: translateX(-50%);
  z-index: 1000000;
  display: none;
}
.navs ul li .sub > div {
  padding: 0 15px;
  overflow: hidden;
}
.navs ul li .sub > div a {
  height: 45px;
  line-height: 45px;
  display: block;
}
.navs ul li .sub > div:hover {
  background: #0d70c6;
  position: relative;
  z-index: 100;
}
.navs ul li .sub > div:hover a {
  color: #fff;
  background: #0d70c6;
}
.navs ul li .sub > div:nth-last-child(1) {
  border-bottom: none;
}
.navs ul li .sub > div a {
  color: #333;
}
.about {
  margin-top: 65px;
  position: relative;
}
.about .wrap {
  display: flex;
}
.about .l-wrap {
  width: 41.6%;
  margin-right: 30px;
}
.about .left .a-top p:nth-child(1) {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  position: relative;
  top: -10px;
}
.about .left .a-top p:nth-child(1) .a1 {
  color: #0d70c6;
}
.about .left .a-top p:nth-child(2) {
  font-size: 14px;
  color: #000000;
  margin-top: -5px;
}
.about .left .a-top p:nth-child(3) {
  width: 36px;
  height: 1px;
  background: #e7e7e7;
  margin-top: 10px;
}
.about .left .a-top p:nth-child(4) {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
  margin-top: 20px;
  text-align: justify;
}
.about .case-weap {
  width: 48.5%;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.about .case-weap .r-k {
  width: 18px;
  height: 100%;
  position: absolute;
  right: -17px;
  top: 0;
  background: #f9f9f9;
}
.about .case-list {
  width: 100%;
  background: #f9f9f9;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
  padding-left: 32.5%;
  padding-right: 14px;
  box-sizing: border-box;
}
.about .case-list .list {
  background: #f9f9f9;
  width: 100%;
}
.about .case-list li {
  width: 244px;
  height: 192px;
  margin-right: 15px;
}
.about .case-list li a {
  display: block;
  width: 100%;
}
.about .case-list li .img {
  width: 100%;
  height: 190px;
}
.about .r-wrap {
  width: 57.6%;
  top: 0;
  height: 524px;
  position: relative;
  background: url('../images/about_03.png') no-repeat bottom right;
}
.about .right {
  position: absolute;
  width: 100%;
  height: 524px;
  overflow: hidden;
  top: 0;
}
.about .right video {
  width: 100%;
  height: 84%;
  width: 95.8%;
  position: absolute;
  right: 30px;
  bottom: 40px;
  object-fit: fill;
}
.com-tit .c-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.com-tit .c-title span:nth-child(1) {
  font-weight: bold;
  font-size: 71px;
  line-height: 74px;
  color: #0d70c6;
}
.com-tit .c-title span:nth-child(2) {
  font-size: 33px;
  color: #1a1a1a;
  margin-left: 10px;
  line-height: 40px;
  font-weight: bold;
}
.com-tit .c-title span:nth-child(3) {
  display: inline-block;
  height: 40px;
  font-size: 22px;
  color: #f9f9f9;
  line-height: 40px;
  padding: 0 26px;
  background: #ff0000;
  margin-left: 10px;
}
.com-tit .e-title {
  font-weight: bold;
  font-size: 136px;
  color: #f8f8f8;
  text-align: center;
  margin-top: -125px;
  position: relative;
  z-index: -1;
}
.index-product {
  margin-top: 60px;
}
.index-product .p-content {
  display: flex;
}
.index-product .hd {
  margin-right: 64px;
  width: 417px;
  height: 620px;
}
.index-product .hd ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-product .hd ul li {
  display: flex;
  align-items: center;
  /* margin-top: 55px; */
}
.index-product .hd ul li.on .line {
  background: #0d70c6;
}
.index-product .hd ul li.on .title {
  color: #0d70c6;
  font-weight: 700;
}
.index-product .hd ul li:nth-child(1) {
  margin-top: 0;
}
.index-product .hd ul li .line {
  width: 24px;
  height: 6px;
  background: #d6d6d6;
}
.index-product .hd ul li .iconfont {
  color: #0755a3;
  font-size: 40px;
  margin-left: 20px;
}
.index-product .hd ul li .title {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  width: 309px;
  margin-left: 20px;
  line-height: 32px;
}
.index-product .p-content {
  margin-top: 50px;
}
.index-product .p-content > .bd {
  width: calc(100% - 80px);
  height: 620px;
}
.index-product > .bd > ul > li {
  width: 100%;
  height: 620px;
  position: relative;
}
/* .index-product .p-content > .bd > ul > li :hover .text {
  display: block;
} */
.index-product .p-content > .bd > ul > li a {
  width: 100%;
  height: 100%;
  display: block;
}
.index-product .p-content > .bd ul li img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.index-product .p-content > .bd ul li a .text {
  width: 362px;
  height: 620px;
  background: #0d70c6c5;
  padding-left: 24px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
.index-product .p-content > .bd ul li a .text p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding-top: 118px;
}
.index-product .p-content > .bd ul li li {
  position: relative;
}
.index-product .p-content > .bd ul li li:hover .text {
  display: block;
}
.index-product .p-content > .bd ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  line-height: 39px;
  margin-top: 20px;
}
.index-product .p-content > .bd ul li a .text p:nth-child(3) {
  width: 134px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border: 1px solid #61a2da;
  font-size: 16px;
  color: #ffffff;
  margin-top: 110px;
}
.advantage {
  margin-top: 80px;
}
.advantage .bus-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.advantage .bus-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.advantage .bus-list ul li {
  width: 16.6%;
  overflow: hidden;
  position: relative;
}
.advantage .bus-list ul li:hover .text {
  background: none;
  transition: all 0.3s;
}
.advantage .bus-list ul li:hover::before {
  left: 0;
  transition: all 0.3s;
}
.advantage .bus-list ul li::after {
  content: '';
  padding-bottom: 192%;
  display: block;
}
.advantage .bus-list ul li::before {
  width: 100%;
  height: 100%;
  content: '';
  background: #0d70c6;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.88;
  left: -100%;
}
.advantage .bus-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 100;
}
.advantage .bus-list ul li a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.advantage .bus-list ul li .text {
  width: 100%;
  height: 100%;
  padding: 0 1.56vw;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #021d36d5;
  display: flex;
  flex-direction: column;
}
.advantage .bus-list ul li .text > p:nth-child(1) {
  font-size: 40px;
  margin-top: 120px;
}
.advantage .bus-list ul li .text > p:nth-child(2) {
  font-size: 17.5px;
  line-height: 30px;
  margin-top: 20px;
  text-align: justify;
}
.advantage .bus-list ul li .text > p:nth-child(3) {
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  height: 80px;
  word-break: break-all;
  font-weight: 200;
}
.advantage .bus-list ul li .text > p:nth-child(4) {
  font-size: 26px;
  position: absolute;
  left: 34px;
  bottom: 34.8%;
  /* margin-top: 70px; */
}
.advantage .bus-list ul li .text > p:nth-child(5) {
  font-weight: bold;
  font-size: 66px;
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.advantage .bus-list ul li .text .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}
.advantage .bus-list ul li .text .more p:nth-child(2) {
  font-size: 40px;
}
.advantage .bus-list ul li .text .more p:nth-child(1) {
  width: 128px;
  height: 40px;
  font-size: 17px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
}
.video {
  margin-top: 60px;
}
.video .content .c-wrap {
  display: flex;
}
.video .content .left {
  width: 70.3%;
  height: 515px;
}
.video .content .left .img-wrap {
  width: 100%;
  height: 100%;
}
.video .content .left .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video .content .left .img-wrap video {
  height: 515px !important;
  width: auto;
}
.video .content .right {
  width: calc(29.7% - 40px);
  margin-left: 40px;
  overflow: hidden;
  height: 515px;
}
.video .content .right ul li {
  width: 100%;
  height: 193px;
  position: relative;
}
.video .content .right ul li .img {
  width: 100%;
  height: 193px;
  position: relative;
}
.video .content .right ul li .img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video .content .right ul li .img span img {
  width: 41px;
  height: 41px;
}
.video .content .bottom {
  display: flex;
  position: relative;
  height: 70px;
}
.video .content .bottom .page-w {
  display: flex;
  width: 100px;
}
.video .content .bottom .jt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  width: 50px;
  position: absolute;
  right: 0;
}
.video .content .bottom .jt .v-prev {
  display: inline-block;
  transform: rotate(90deg);
  color: #d0d0d0;
  font-size: 25px;
  position: relative;
  left: -8px;
}
.video .content .bottom .jt .v-prev:hover {
  color: #0d70c6;
}
.video .content .bottom .jt .v-next {
  display: inline-block;
  transform: rotate(270deg);
  color: #d0d0d0;
  font-size: 25px;
}
.video .content .bottom .jt .v-next:hover {
  color: #0d70c6;
}
.video
  .content
  .bottom
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #0d70c6;
  border-radius: 4px;
  width: 4px;
  margin-left: -2px;
}
.video .content .bottom .swiper-progress {
  color: #999999;
  position: absolute;
  top: 23px;
  font-size: 26px;
}
.video .content .bottom .swiper-progress .num {
  font-size: 37px;
  color: #1a1a1a;
  font-weight: 700;
}
.video .content .bottom .swiper-progress .total {
  font-size: 22px;
  color: #999999;
}
.video .content .bottom .swiper-pagination {
  position: absolute;
  width: 1px;
  position: static;
  height: 249px;
  background: #eeeeee;
  margin-top: 52px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  border-radius: 20px;
  margin-left: 97px;
}
.honor {
  padding-top: 65px;
  margin-top: 60px;
  border-bottom: 28px solid #e5e5e5;
}
.honor .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.honor .top .left-tit p:nth-child(1) {
  font-size: 34px;
  color: #1a1a1a;
}
.honor .top .left-tit p:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.honor .dec {
  font-size: 16px;
  color: #242424;
  line-height: 44px;
  width: 611px;
  margin-top: 30px;
}
.honor .honorSwiper {
  overflow: hidden;
  margin-top: 10px;
}
.honor .honorSwiper ul li {
  height: 356px;
}
.honor .honorSwiper ul li a {
  height: 100%;
}
.honor .honorSwiper ul li a .img-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.honor .honorSwiper ul li a img {
  width: 100%;
}
.new {
  margin-top: 65px;
  margin-bottom: 80px;
}
.new .wrap {
  display: flex;
}
.new .wrap .left-tit {
  display: flex;
  justify-content: space-between;
  height: 59px;
  line-height: 59px;
  background: #f0f0f0;
  padding: 0 16px;
  box-sizing: border-box;
}
.new .wrap .left-tit .title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.new .wrap .left-tit .title .iconfont {
  color: #0d70c6;
  font-size: 22px;
}
.new .wrap .left-tit .title .more a {
  font-size: 14px;
  color: #333333;
}
.new .wrap .left {
  width: 385px;
  margin-right: 32px;
}
.new .wrap .left .l-content {
  padding: 24px 30px;
  padding-bottom: 30px;
  box-shadow: 0px 4px 46px 0px rgba(236, 236, 236, 0.88);
}
.new .wrap .left .l-content .top-img {
  width: 324px;
  height: 191px;
  position: relative;
}
.new .wrap .left .l-content .top-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .wrap .left .l-content .top-img .text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  bottom: 0;
  left: 0;
}
.new .wrap .left .l-content ul {
  margin-top: 26px;
}
.new .wrap .left .l-content ul li {
  margin-top: 20px;
}
.new .wrap .left .l-content ul li:hover a {
  color: #006fb7;
}
.new .wrap .left .l-content ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.new .wrap .left .l-content ul li a span {
  display: inline-block;
}
.new .wrap .left .l-content ul li a img {
  margin-right: 10px;
  margin-top: 2px;
}
.new .wrap .right {
  width: 362px;
}
.new .wrap .right .r-content {
  box-shadow: 0px 4px 46px 0px rgba(236, 236, 236, 0.88);
  padding: 24px 20px;
  height: 472px;
  box-sizing: border-box;
}
.new .wrap .right .r-content .list ul {
  display: flex;
  flex-wrap: wrap;
}
.new .wrap .right .r-content .list ul li {
  width: 155px;
  height: 86px;
  background: #83b9f4;
  margin-right: 12px;
  margin-bottom: 17px;
}
.new .wrap .right .r-content .list ul li:hover .iconfont {
  display: block;
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.new .wrap .right .r-content .list ul li:nth-child(2n) {
  margin-right: 0;
}
.new .wrap .right .r-content .list ul li:nth-child(2),
.new .wrap .right .r-content .list ul li:nth-child(3),
.new .wrap .right .r-content .list ul li:nth-child(6) {
  background: #2b96fa;
}
.new .wrap .right .r-content .list ul li p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.new .wrap .right .r-content .list ul li p:nth-child(1) {
  font-size: 33px;
  color: #fff;
}
.new .wrap .right .r-bottom {
  width: 323px;
  height: 101px;
  font-size: 22px;
  line-height: 101px;
  text-align: center;
  background: #0d70c6 url('../images/index_b_07.jpg') no-repeat center / cover;
}
.new .wrap .right .r-bottom a {
  color: #ffffff;
}
.c-footer {
  background: url('../images/index_42.jpg') no-repeat center / cover;
  box-sizing: border-box;
  padding-top: 37px;
  border-top: 8px solid #d4d4d4;
}
.c-footer .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.c-footer .left .link {
  width: 338px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  font-size: 16px;
  color: #333;
  position: relative;
  padding: 0 12px;
  line-height: 46px;
  box-sizing: border-box;
  margin-top: 36px;
}
.c-footer .left .link .iconfont {
  font-size: 14px;
}
.c-footer .left .link ul {
  background: #ffffff28;
  position: absolute;
  width: 338px;
  display: none;
  left: 0;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 100;
}
.c-footer .left .link ul li {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  padding: 0 13px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
}
.c-footer .left .link ul li a {
  color: #333;
}
.c-footer .left .link ul li:hover {
  background: #0d70c6;
  color: #fff;
}
.c-footer .left .link ul li:hover a {
  color: #fff;
}
.c-footer .left .link .iconfont {
  float: right;
  font-size: 16px;
}
.c-footer .f-tit {
  text-align: left;
  border-bottom: 1px solid #343434;
}
.c-footer .f-tit span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
  display: inline-block;
}
.c-footer .cont {
  display: flex;
}
.c-footer .cont h3 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.c-footer .cont .mid {
  box-sizing: border-box;
  width: 30.3%;
}
.c-footer .cont .mid .img {
  padding-bottom: 30px;
  border-bottom: 1px solid #343434;
}
.c-footer .cont .mid .conts {
  font-size: 14px;
  color: #dedede;
  line-height: 40px;
  margin-top: 7px;
}
.c-footer .cont .mid .conts > div {
  position: relative;
  margin-top: 35px;
  height: 45px;
  display: flex;
}
.c-footer .cont .mid .conts > div:hover p span:nth-child(1) {
  background: #0075c3;
}
.c-footer .cont .mid .conts p {
  position: relative;
}
.c-footer .cont .mid .conts p:nth-child(2) {
  width: 80%;
  margin-left: 18px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}
.c-footer .cont .mid .conts p span:nth-child(1) {
  width: 45px;
  height: 45px;
  transform: skew(-8deg);
  background: #333c44;
  display: inline-block;
  color: #fff;
}
.c-footer .cont .mid .conts p span:nth-child(2) {
  position: absolute;
  left: 13px;
  top: 48%;
  font-size: 18px;
  color: #fff;
  transform: translateY(-50%);
}
.c-footer .mid {
  width: 33.2%;
  box-sizing: border-box;
}
.c-footer .mid .list {
  width: 117%;
  margin-top: 27px;
}
.c-footer .mid .list ul {
  display: flex;
  flex-wrap: wrap;
}
.c-footer .mid .list li {
  font-size: 16px;
  color: #fefeff;
  line-height: 55px;
  width: 25%;
}
.c-footer .mid .list li:hover {
  font-weight: 700;
}
.c-footer .mid .list li:nth-child(4n) {
  margin-right: 0;
}
.c-footer .mid .list li a {
  color: #fefeff;
}
.c-footer .tel-contact {
  margin-top: 5px;
  margin-top: 15px;
}
.c-footer .tel-contact .tel p:nth-child(1) {
  font-size: 16px;
  color: #333;
}
.c-footer .tel-contact .tel p:nth-child(2) {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}
.c-footer .ewm {
  right: 0;
  width: 125px;
  margin-top: 35px;
  text-align: center;
}
.c-footer .ewm img {
  width: 125px;
  height: 125px;
}
.c-footer .ewm p {
  font-size: 18px;
  color: #9e9e9e;
  margin-top: 10px;
}
.c-footer .copy-right {
  height: 58px;
  line-height: 58px;
  margin-top: 40px;
  border-top: 1px solid #eeeeee;
}
.c-footer .copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.ny-product {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: calc(33% - 11px);
  margin-top: 32px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(227, 227, 227, 0.5);
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li:hover {
  background: #0d70c6;
}
.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;
}
.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: 11px;
  padding-bottom: 0;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 76%;
}
.ny-product .list ul li .text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  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;
}
.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: 56px;
}
.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: #0d70c6;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #0d70c6;
  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;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  height: 55px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 2px;
}
.banner .hd li.on {
  background: #f3670a;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.banner .more p {
  margin-top: 5px;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 98px;
}
.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: #0d70c6;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #0d70c6 !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: 56px;
}
.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: #0d70c6;
  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: 452px;
}
.ny-contact .message .input > div input {
  width: 452px;
  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: #0d70c6;
  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-page {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content {
  margin-top: 30px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px !important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #0d70c6;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #0d70c6;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.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: #ff6731;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 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;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #f9f9f9;
}
.paging li.active a {
  background: #0d70c6 !important;
  color: #fff;
}
.paging li a:hover {
  background: #0d70c6;
  border-color: #1346ba;
  color: #fff;
}
.paging li a:hover span {
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.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) {
  .about .case-list {
    padding-left: 18.5%;
  }
  .advantage .bus-list ul li .text > p:nth-child(2) {
    height: 90px;
  }
  .advantage .bus-list ul li .text > p:nth-child(2) {
    font-size: 15.5px;
    line-height: 26px;
    margin-top: 20px;
  }
  .advantage .bus-list ul li .text > p:nth-child(1) {
    font-size: 36px;
    margin-top: 55px;
  }
  .advantage .bus-list ul li .text > p:nth-child(3) {
    margin-top: 10px;
  }
  .advantage .bus-list ul li .text > p:nth-child(4) {
    bottom: 30%;
  }
  .advantage .bus-list ul li .text > p:nth-child(5) {
    font-size: 55px;
    bottom: 38px;
  }
}
@media screen and (max-width: 1500px) {
  .about .case-list {
    padding-left: 12.5%;
  }
  .advantage .bus-list ul li .text > p:nth-child(4) {
    bottom: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .about .case-list {
    padding-left: 5.5%;
  }
  .advantage .bus-list ul li .text > p:nth-child(4) {
    bottom: 12%;
  }
  .advantage .bus-list ul li .text > p:nth-child(5) {
    font-size: 48px;
    bottom: 30px;
  }
}
