* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
  max-width: 1980px;
}
.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;
  width: 1300px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.top {
  width: 100%;
  position: absolute;
  z-index: 100000;
  height: 98px;
  line-height: 98px;
  border-bottom: 1px solid #ffffff1a;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.top .nav {
  display: flex;
  height: 97px;
  align-items: center;
}
.top .nav .navbar {
  display: flex;
}
.top .nav .search {
  color: #fff;
  font-size: 24px;
  margin-left: 20px;

}
.top .nav li {
  height: 97px;
  position: relative;
}
.top .nav li span {
  height: 44px;
  display:block;
  line-height:44px;
  color:#FFF;
  padding:0 35px;
}
.top .nav li.on .tit {
  color: #59bdff;
}
.top .nav li.on .tit::after {
  content: '';
  width: 100%;
  height: 3px;
  /*border-radius: 3px;
  background: #59bdff;*/
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .nav li:hover .tit {
  color: #59bdff;
}
.top .nav li:hover .sub {
  display: block;
}
.top .nav li:hover::before {
  height: 100%;
}
.top .nav .tit {
  height: 53px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding: 0 15px;
  margin: 0 15px;
}
.top .nav .sub {
  position: absolute;
  left: 50%;
  width: 251px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.top .nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 76px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
  font-size: 16px;
}

.top .nav .sub span {
  background: #fff;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
  background: #c5c3c3;
  font-size:12px;
}
.top .nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.top .nav .sub a:hover {
  background: #0072bd;
  /*font-weight: 700;*/
  color: #fff;
}
.top .logo {
  display: flex;
  align-items: center;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 70px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 26px;
  height: 6px;
  background: #ffffff;
  margin: 0 2px;
}
.banner .hd li.on {
  width: 26px;
  height: 6px;
  background: #f39810;
}
.com-tit {
  text-align: center;
}
.com-tit .en {
  font-weight: bold;
  font-size: 32px;
  color: #efefef;
  text-transform: uppercase;
}
.com-tit .tit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-tit .tit .tx {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  margin: 0 20px;
}
.com-tit .tit .l-img {
  display: block;
  transform: rotateY(180deg);
}
.solution {
  margin-top: 65px;
  overflow-x: hidden;
}
.product {
  width: 100%;
  height: 717px;
}
.product .wrap {
  display: flex;
}
.product .left {
  width: 280px;
  height: 717px;
  background: #fff;
  padding: 50px 0;
  box-sizing: border-box;
  border-left: 10px solid #f39810;
}
.product .left .com-tit {
  padding-left: 25px;
}
.product .left .com-tit .en {
  text-align: left;
}
.product .left .com-tit .tit .tx {
  font-size: 32px;
  margin-left: 0;
}
.product .left .com-tit .tit img {
  width: 94px;
  height: 3px;
}
.product .left .list {
  margin-top: 45px;
}
.product .left .list > div a {
  font-size: 18px;
  color: #333333;
  display: flex;
  height: 48px;
  line-height: 48px;
  align-items: center;
  
  padding-left: 35px;
}

.two-column p{padding-left: 35px;margin-bottom:30px;color: #9d9d9d;}

.product .left .list > div a.on {
  background: #f39810;
  font-weight: 700;
  color: #fff;
}
.product .left .list > div a.on span {
  opacity: 0;
}
.product .left .list > div a span {
  width: 14px;
  height: 5px;
  background: #0072bd;
  margin-right: 18px;
  display: block;
  font-size:12px;
}
.product .right {
  width: 975px;
  margin-left: 45px;
}
.product .right .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 105px;
}
.product .right .more a {
  width: 189px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #ffffff;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.product .right .pro-list {
  display: flex;
  margin-top: 73px;
}
.product .right .pro-list ul {
  display: flex;
}
.product .right .pro-list li {
  width: 302px;
  height: 312px;
  background: #ffffff;
  margin-left: 20px;
  float:left;
}
.product .right .pro-list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .right .pro-list li:nth-child(1) {
  margin-left: 0;
}
.product .right .pro-list li .img {
  width: 312px;
  height: 312px;
  background: #ffffff;
  overflow: hidden;
}
.product .right .pro-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .right .pro-list li .text {
  font-size: 16px;
  color: #f0f0f0;
  line-height: 72px;
  margin-top: 5px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.question {
  margin-top: 65px;
  margin-bottom:65px;
}
.question .list ul {
  display: flex;
  margin-top: 65px;
}
.question .list ul li {
  width: 410px;
  margin-left: 35px;
}
.question .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.question .list ul li:hover .text .tit {
  color: #0072bd;
}
.question .list ul li:nth-child(1) {
  margin-left: 0;
}
.question .list ul li a .img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.question .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question .list ul li a .text {
  width: 100%;
  height: 190px;
  background: #f0f0f0;
  padding: 0 40px;
  box-sizing: border-box;
}
.question .list ul li a .text .tit {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  padding-top: 45px;
}
.question .list ul li a .text .dec {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  margin-top: 20px;
}
.question .more {
  width: 189px;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  margin-top: 50px;
}
.question .more:hover {
  background: #0072bd;
  border: 1px solid #0072bd;
}
.question .more:hover a {
  color: #fff;
}
.question .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 49px;
}
.que-clumn {
  height: 698px;
  background: #f0f0f0;
  padding-top: 70px;
  box-sizing: border-box;
  margin-top: 60px;
}
.que-clumn .clumn-img .tops,
.que-clumn .clumn-img .bottoms {
  display: flex;
  height: 242px;
}
.que-clumn .clumn-img .bottoms {
  margin-top: 15px;
}
.que-clumn .clumn-img .bottoms {
  margin-top: 15px;
}
.que-clumn .clumn-img .bottoms .big {
  margin-right: 15px;
}
.que-clumn .clumn-img .tops .small {
  margin-right: 15px;
}
.que-clumn .clumn-img .small {
  width: 469px;
  height: 242px;
  position: relative;
  overflow: hidden;
}
.que-clumn .clumn-img .small:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.que-clumn .clumn-img .small img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.que-clumn .clumn-img .big {
  width: 817px;
  height: 242px;
  position: relative;
  overflow: hidden;
}
.que-clumn .clumn-img .big img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.que-clumn .clumn-img .big:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.que-clumn .clumn-img .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.que-clumn .clumn-img .text p:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 24px;
}
.que-clumn .clumn-img .text p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.5;
  margin-top: 10px;
  text-transform: uppercase;
}
.about {
  height: 558px;
  padding-top: 1px;
  position: relative;
}
.about .left .tit {
  border-left: 10px solid #0072bd;
  padding-left: 20px;
  margin-top: 110px;
}
.about .left .tit h3 {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}
.about .left .tit p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}
.about .left .en {
  font-weight: bold;
  font-size: 110px;
  color: #efefef;
  line-height: 83px;
  opacity: 0.1;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 97px;
}
.about .left .desc {
  width: 699px;
  height: 380px;
  background: #f7f7f7;
  padding: 55px 90px;
  box-sizing: border-box;
  position: relative;
}
.about .left .desc::after {
  height: 100%;
  width: 1000px;
  content: '';
  background: #f7f7f7;
  display: block;
  position: absolute;
  left: 699px;
  top: 0;
}
.about .left .desc .tex {
  width: 566px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.about .left .desc .more {
  width: 189px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #f39810;
  border-radius: 25px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 40px;
}
.about .about-img {
  width: 47.4%;
  position: absolute;
  right: 0;
  top: 0px;
}
.about .about-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
}
.index-new {
  padding-top: 200px;
}
.index-new .new-cont {
  display: flex;
  margin-top: 65px;
  padding-bottom: 76px;
}
.index-new .new-cont .left {
  width: 638px;
  margin-left: 60px;
}
.index-new .new-cont .left ul li {
  padding: 25px 0;
  border-bottom: 1px dashed #bfbfbf;
}
.index-new .new-cont .left ul li:hover .time {
  background: #ebebeb;
}
.index-new .new-cont .left ul li:hover .time p {
  color: #7e7e7e !important;
}
.index-new .new-cont .left ul li:hover .time p:nth-last-child(1) {
  color: #888 !important;
}
.index-new .new-cont .left ul li:hover .tx p:nth-child(1) {
  color: #0072bd;
  font-weight: 700;
}
.index-new .new-cont .left ul li:nth-child(1) {
  padding-top: 14px;
}
.index-new .new-cont .left ul li:nth-last-child(1) {
  border-bottom: none;
}
.index-new .new-cont .left ul li a {
  display: flex;
}
.index-new .new-cont .left ul li .time {
  width: 141px;
  height: 90px;
  background: #0072bd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-new .new-cont .left ul li .time p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.index-new .new-cont .left ul li .time p:nth-child(2) {
  font-size: 12px;
  color: #dcf0c8;
}
.index-new .new-cont .left ul li .tx {
  width: 460px;
  margin-left: 30px;
}
.index-new .new-cont .left ul li .tx p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.index-new .new-cont .left ul li .tx p:nth-child(2) {
  font-size: 14px;
  color: #777777;
  margin-top: 10px;
  line-height: 28px;
}
.index-new .new-cont .right {
  position: relative;
}
.index-new .new-cont .right .bd ul li {
  width: 600px;
  height: 406px;
  position: relative;
  overflow: hidden;
}
.index-new .new-cont .right .bd ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-new .new-cont .right .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.index-new .new-cont .right .bd ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-new .new-cont .right .bd ul li a .text {
  height: 65px;
  line-height: 65px;
  padding: 0 34px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: rgba(40, 40, 40, 0.6);
}
.index-new .new-cont .right .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 65px;
}
.index-new .new-cont .right .hd ul {
  display: flex;
  position: absolute;
  right: 30px;
  top: 28px;
}
.index-new .new-cont .right .hd ul li {
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 4px;
}
.index-new .new-cont .right .hd ul li span {
  display: inline-block;
  width: 80%;
}
.index-new .new-cont .right .hd ul li.on {
  background: #0072bd;
}
.strength {
  margin-top: 75px;
}
.strength .s-cont {
  margin-top: 65px;
  display: flex;
  position: relative;
}
.strength .s-cont .item:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.strength .s-cont .item:hover .text {
  background: #0072bd;
}
.strength .s-cont .item:hover p,
.strength .s-cont .item:hover .num {
  color: #fff !important;
}
.strength .s-cont .item.num1,
.strength .s-cont .item.num4 {
  width: 409px;
}
.strength .s-cont .item.num4 {
  margin-left: 30px;
  margin-top: 30px;
}
.strength .s-cont .item.num4 .img {
  width: 423px;
  height: 299px;
}
.strength .s-cont .item.num4 .text {
  width: 423px;
}
.strength .s-cont .item.num2 {
  display: flex;
  height: 302px;
}
.strength .s-cont .item.num2 .img,
.strength .s-cont .item.num2 .text {
  height: 100%;
}
.strength .s-cont .item.num2 .img {
  width: 409px;
}
.strength .s-cont .item.num2 .text {
  width: 453px;
}
.strength .s-cont .item.num3 {
  margin-top: 30px;
}
.strength .s-cont .item.num3 .text {
  width: 409px;
  height: 329px;
}
.strength .s-cont .item.num3 .text .num {
  bottom: 40px;
}
.strength .s-cont .item.num3 .img {
  position: absolute;
  width: 848px;
  height: 278px;
  left: 0;
  bottom: 0;
}
.strength .s-cont .item .img {
  width: 409px;
  height: 332px;
  overflow: hidden;
}
.strength .s-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength .s-cont .item .text {
  width: 409px;
  height: 300px;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  background: #f0f0f0;
}
.strength .s-cont .item .text .tx p:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.strength .s-cont .item .text .tx p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.strength .s-cont .item .text .num {
  font-weight: bold;
  font-size: 92px;
  color: #f39810;
  line-height: 85px;
  opacity: 0.5;
  position: absolute;
  bottom: 10px;
  right: 50px;
}
.strength .s-cont .r-c {
  margin-left: 30px;
}
.strength .s-cont .r-c .bt {
  display: flex;
}
.strength .process {
  margin-top: 95px;
}
.strength .process .en {
  opacity: 0.2;
}
.strength .process .en,
.strength .process .tx {
  color: #fff !important;
}
.strength .process .list {
  padding-bottom: 72px;
}
.strength .process .list ul {
  display: flex;
  margin-top: 75px;
  background: url('../images/xian.png') no-repeat;
}
.strength .process .list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 120px;
}
.strength .process .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.strength .process .list ul li:nth-child(2n) .tx {
  margin-bottom: 40px;
}
.strength .process .list ul li:nth-child(2n + 1) .tx {
  margin-top: 40px;
}
.strength .process .list .tx {
  color: #fff;
  white-space: nowrap;
}
.solution {
  position: relative;
  padding-bottom: 88px;
}
.solution::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 215px;
  background: #f0f0f0;
  bottom: 0;
  left: 0;
  display: block;
}
.solution .list {
  margin-top: 55px;
  position: relative;
  left: 0;
}
.solution .list ul li {
  width: 459px;
  height: 346px;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.solution .list ul li.swiper-slide-active {
  width: 666px;
  height: 502px;
  opacity: 1;
}
.solution .list ul li.swiper-slide-active + li {
  opacity: 1;
}
.solution .list ul li.swiper-slide-active + li + li {
  opacity: 1;
}
.solution .list ul li.swiper-slide-active .text {
  font-weight: bold;
  font-size: 32px;
  background: none;
  height: auto;
  bottom: 40px;
}
.solution .list ul li.swiper-slide-prev {
  opacity: 0;
}
.solution .list ul li .img {
  width: 100%;
  height: 100%;
}
.solution .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution .list ul li .text {
  width: 339px;
  height: 52px;
  background: rgba(0, 114, 189, 0.5);
  color: #fff;
  position: absolute;
  left: 50%;
  font-size: 18px;
  transform: translateX(-50%);
  bottom: 20px;
  text-align: center;
  line-height: 52px;
}
.solution .bot {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 719px;
  z-index: 100;
}
.solution .bot .btn-list {
  display: flex;
}
.solution .bot .btn-list > div {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 50%;
  color: #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.solution .bot .btn-list > div.s-prev {
  transform: rotateY(180deg);
  margin-right: 18px;
}
.solution .bot .btn-list > div:hover {
  background: #0072bd;
  color: #fff;
}
.solution .bot .desc {
  margin-left: 70px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  width: 373px;
}
.foot {
  padding-top: 70px;
  background: #353b3f;
}
.foot .wrap {
  display: flex;
  justify-content: space-between;
}
.foot .rignt-cont {
  display: flex;
}
.foot .rignt-cont .tel-text {
  padding-right: 90px;
  width: 300px;
}
.foot .rignt-cont .tel-text .tits {
  font-weight: bold;
  font-size: 20px;
  color: #f2f2f2;
}
.foot .rignt-cont .tel-text .k {
  width: 20px;
  height: 2px;
  background: #f2f2f2;
  margin-top: 10px;
  display: block;
  margin-bottom: 30px;
}
.foot .rignt-cont .tel-text .item {
  font-size: 14px;
  color: #dfdfdf;
  line-height: 32px;
}
.foot .rignt-cont .tel-text .item .tel {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.foot .rignt-cont .ew {
  text-align: center;
  margin-left: 14px;
  font-size: 18px;
  color: #f2f2f2;
}
.foot .rignt-cont .ew img {
  width: 128px;
  height: 128px;
  margin-bottom: 10px;
}
.foot .f-nav ul {
  display: flex;
}
.foot .f-nav ul li {
  margin-left: 38px;
}

.foot .f-nav ul li span{
  display: block;
    color: #bfbfbf;
}

.foot .f-nav ul li:nth-child(1) {
  margin-left: 0;
}
.foot .f-nav ul li .tit {
  font-size: 18px;
  color: #ffffff;
}
.foot .f-nav ul li .sub {
  margin-top: 25px;
}
.foot .f-nav ul li .sub a {
  display: block;
  font-size: 14px;
  color: #c8c8c8;
  line-height: 30px;
}
.foot .copy-right {
  height: 60px;
  line-height: 60px;
  background: #474c50;
  text-align: center;
  color: #9a9b9c;
  margin-top: 75px;
}
.foot .copy-right a {
  color: #9a9b9c;
}
.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-product {
  margin-top: 56px;
  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 #0072bd;
  background: #0072bd;
  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;
}
.ny-product .list ul li .img-wrap .img {
  width: 99%;
  height: 290px;
  border: 1px solid #efefef;
  border-bottom: none;
}
.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;
}
.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: #0072bd;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #0072bd;
  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: 32px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.banner .hd li {
  width: 13px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
  margin: 0 2px;
}
.banner .hd li.on {
  background: #ffc001;
  width: 50rpx;
}
.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;
}
.com-tit {
  text-align: center;
}
.com-tit .e-tit {
  font-size: 46px;
  color: #dcdcdc;
}
.com-tit .tit {
  font-size: 36px;
  font-weight: 300;
  color: #333333;
}
.common-left {
  width: 237px;
  float: left;
  box-sizing: border-box;
  margin-right: 50px;
}
.common-left .title {
  background: #0072bd 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: 50px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a p{display: block;line-height: 1px;font-size:12px;}
.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: #0072bd;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #0072bd;
  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: #0072bd;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #0072bd;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #0072bd;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #0072bd;
}
.com-tit p:nth-child(1) img {
  height: 28px;
}
.com-tit p:nth-child(1) span {
  font-weight: bold;
  font-size: 40px;
  color: #222222;
  margin: 0 15px;
}
.com-tit p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  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: #0072bd;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #0072bd !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: #0072bd;
  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: #0072bd;
  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,
.ny-detail {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content,
.ny-detail .content {
  margin-top: 30px;
}
.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;
  text-align:center;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #0072bd;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
.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: #0072bd;
}
.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: #0072bd !important;
  color: #fff;
}
.paging li a:hover {
  background: #0072bd;
  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) {
  .business .bd ul ul li {
    width: calc(25% - 24px);
    background: #ffffff;
    margin-right: 31px;
    margin-bottom: 54px;
    padding: 0 12px;
    padding-bottom: 35px;
    box-sizing: border-box;
  }
  .business .bd ul ul li .desc p:nth-child(2) {
    line-height: 25px;
  }
  .business .bd ul ul li .icon {
    height: 80px;
    line-height: 80px;
  }
  .business .bd ul ul li .desc {
    height: 112px;
  }
}
