* {
  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: 67.7%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.top {
  background: #fff;
  width: 100%;
}
.top .welcome {
  height: 44px;
  background: #f9f9f9;
  font-size: 14px;
  color: #333333;
  line-height: 44px;
}
.top .welcome .iconfont {
  margin-right: 10px;
}
.top .welcome .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .welcome a {
  color: #666;
}
.top .welcome a:hover {
  color: #004ec2;
}
.top .welcome .wrap > div:nth-child(2) a {
  margin-left: 8px;
}
.top .logo-tel {
  height: 130px;
  display: flex;
  justify-content: space-between;
}
.top .logo-tel .logo {
  align-items: center;
  display: flex;
}
.top .tel {
  display: flex;
  align-items: center;
}
.top .tel .iconfont {
  font-size: 50px;
  color: #ff8812;
}
.top .tel .tel-text {
  margin-left: 15px;
}
.top .tel .tel-text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 15px;
  margin-top: 8px;
}
.top .tel .tel-text p:nth-child(2) {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.nav {
  display: flex;
  height: 83px;
  background: #122f67;
}
.nav .navbar {
  display: flex;
}
.nav li {
  height: 83px;
  position: relative;
  box-sizing: border-box;
}
.nav li a {
  color: #fff;
}
.nav li.on .tit {
  background: #1c4595;
  font-weight: 700;
}
.nav li:hover .tit {
  background: #1c4595;
}
.nav li:hover .sub {
  display: block;
}
.nav li:hover::before {
  height: 100%;
}
.nav .tit {
  height: 83px;
  line-height: 83px;
  font-size: 16px;
  padding: 0 30px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .sub {
  position: absolute;
  padding-top: 4px;
  left: 50%;
  width: 190px;
  transition: all 0.3s linear;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.nav .sub > div {
  background: #fff;
}
.nav .sub a {
  display: block;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
  border-right: none !important;
}
.nav .sub div:nth-last-child(1) a {
  border-bottom: none;
}

.nav .sub > div:hover {
  background: #1c4595;
}
.nav .sub > div:hover a {
  font-weight: 700;
  color: #fff;
}
.com-tit p:nth-child(1) {
  font-size: 82px;
  line-height: 82px;
  font-weight: bold;
  color: #f8f8f8;
}
.com-tit p:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: -59px;
}
.com-tit p:nth-child(3) {
  width: 502px;
  height: 1px;
  background: #f8f8f8;
  margin: 0 auto;
  margin-top: 13px;
  position: relative;
}
.com-tit p:nth-child(3)::before {
  content: '';
  display: block;
  width: 79px;
  height: 2px;
  background: #c60000;
  left: 172px;
  top: 0;
  position: absolute;
}
.com-tit p:nth-child(3)::after {
  content: '';
  display: block;
  width: 79px;
  height: 2px;
  background: #135da7;
  right: 172px;
  top: 0;
  position: absolute;
}
.com-tit p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.com-tit p:nth-child(4) span {
  color: #c60000;
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.product {
  margin-top: 55px;
}
.product .tit {
  font-size: 42px;
  font-weight: bold;
  color: #004ec2;
  text-align: center;
}
.product .tit .two {
  color: #333;
}
.product .content {
  margin-top: 55px;
}
.product .common-left {
  width: 289px;
  background: #f9f9f9;
  min-width: 292px;
  float: left;
}
.product .common-left .title {
  width: 100%;
  background: #1c4595;
  padding: 0 33px;
  height: 118px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.product .common-left .title p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.product .common-left .title p:nth-child(2) {
  font-size: 32px;
  color: #ffffff;
}
.product .common-left .list {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  padding-bottom: 40px;
  background: #f9f9f9;
  overflow-y: scroll;
  padding-top: 13px;
}
.product .common-left .list::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}
.product .common-left .list::-webkit-scrollbar-thumb {
  background: #f0efef;
  border-radius: 5px;
}
.product .common-left .list::-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 5px;
}
.product .common-left .list .li {
  margin-top: 12px;
}
.product .common-left .list .li.active a {
  background: #1c4595;
  color: #fff;
}
.product .common-left .list .li.active a .iconfont {
  color: #fff;
}
.product .common-left .list .li > a {
  width: 100%;
  height: 58px;
  display: block;
  background: #ffffff;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
}
.product .common-left .list .li > a:hover,
.product .common-left .list .li > a.active {
  background: #1c4595;
  color: #fff;
}
.product .common-left .list .li > a:hover .iconfont,
.product .common-left .list .li > a.active .iconfont {
  color: #fff;
}
.product .common-left .list .li > a .text {
  display: inline-block;
  width: 180px;
}
.product .common-left .list .li > a .iconfont {
  color: #004ec2;
}
.product .common-left .tel {
  padding: 0 15px;
  text-align: center;
}
.product .common-left .tel p:nth-child(1) {
  color: #004ec2;
  font-size: 30px;
}
.product .common-left .tel p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 7px;
}
.product .common-left .tel p:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  color: #004ec2;
  margin-top: -3px;
}
.product .common-right {
  width: calc(100% - 293px);
  float: left;
}
.product .common-right .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 38px;
  margin-top: -25px;
}
.product .common-right .list ul li {
  width: calc(33% - 12px);
  background: #ffffff;
  margin-right: 22px;
  margin-top: 25px;
  box-sizing: border-box;
}
.product .common-right .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .common-right .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .common-right .list ul li:hover .text {
  background: #1c4595;
  color: #fff;
}
.product .common-right .list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(227, 227, 227, 0.5);
}
.product .common-right .list ul li:hover span {
  color: #004ec2 !important;
}
.product .common-right .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .common-right .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
}
.product .common-right .list ul li .img-wrap .img {
  width: 100%;
}
.product .common-right .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 73%;
}
.product .common-right .list ul li .text {
  width: 100%;
  height: 54px;
  line-height: 54px;
  box-shadow: 0px 7px 18px 0px rgba(223, 220, 220, 0.36);
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.about {
  position: relative;
  padding-top: 65px;
  padding-bottom: 80px;
  box-sizing: border-box;
  background: #f5f5f5;
  margin-top: 70px;
}
.about .content {
  position: relative;
  display: flex;
}
.about .left {
  width: calc(46%);
}
.about .left .wrap {
  position: relative;
  height: 100%;
}
.about .left p:nth-child(1) {
  font-weight: bold;
  font-size: 31px;
  color: #333333;
}
.about .left p:nth-child(2) {
  font-size: 20px;
  color: #999999;
  text-align: justify;
  margin-top: 10px;
}
.about .left p:nth-child(3) {
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  margin-top: 15px;
}
.about .right {
  width: calc(64% - 45px);
  margin-left: 45px;
  height: 422px;
}
.about .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solve {
  width: 100%;
  height: 318px;
  background: url('../images/back_02.jpg') no-repeat center / cover;
  padding-top: 70px;
  box-sizing: border-box;
}
.solve .s-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.solve .s-top .left {
  width: 887px;
}
.solve .s-top .left p:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
.solve .s-top .left p:nth-child(1) span:nth-child(1) {
  color: #ff8812;
}
.solve .s-top .left p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 20px;
}
.solve .s-top .btn-list {
  display: flex;
}
.solve .s-top .btn-list > div {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #e4e4e4;
  font-size: 22px;
  color: #fff;
  margin-left: 17px;
}
.solve .s-top .btn-list > div:hover {
  border: none;
  background: #ff8812;
  color: #fff;
}
.solve .s-top .btn-list > div.prev {
  transform: rotateY(180deg);
}
.solve .solve-list {
  margin-top: 45px;
  overflow: hidden;
}
.solve .solve-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.solve .solve-list ul li:hover .text {
  color: #004ec2;
  font-weight: 700;
}
.solve .solve-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.solve .solve-list ul li .img-wrap .img {
  width: 100%;
}
.solve .solve-list ul li .img-wrap .img::after {
  width: 100%;
  content: '';
  display: inline-block;
  padding-bottom: 63.4%;
}
.solve .solve-list ul li .text {
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.advantage {
  margin-top: 198px;
}
.advantage .ad-list ul li {
  margin-top: 65px;
}

.advantage .ad-list ul li a {
  display: flex;
}
.advantage .ad-list ul li a .left {
  width: 50.3%;
}
.advantage .ad-list ul li a .left .top {
  display: flex;
}
.advantage .ad-list ul li a .left .top > div:nth-child(1) {
  position: relative;
}
.advantage .ad-list ul li a .left .top > div:nth-child(1) .num {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  position: absolute;
  left: 38px;
  top: 25px;
}
.advantage .ad-list ul li a .left .top > div:nth-child(2) {
  margin-left: 40px;
}
.advantage .ad-list ul li a .left .top > div:nth-child(2) p:nth-child(1) {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #f1f1f1;
  font-weight: bold;
  font-size: 28px;
  color: #1c4595;
}
.advantage .ad-list ul li a .left .top > div:nth-child(2) p:nth-child(2) {
  font-size: 17px;
  color: #333333;
  line-height: 40px;
  margin-top: 35px;
}
.advantage .ad-list ul li a .right {
  width: calc(51.2% - 96px);
  height: 293px;
  margin-left: 85px;
  overflow: hidden;
}
.advantage .ad-list ul li a .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage .ad-list ul li:nth-child(2n) .right {
  margin-right: 0;
}
.advantage .ad-list ul li:nth-child(2n) .left {
  margin-left: 85px;
}
.advantage .ad-list ul li:hover .right img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.advantage .ad-list ul li:hover a .left .top > div:nth-child(2) p:nth-child(1) {
  transform: translateX(10px);
  transition: all 0.3s;
}
.advantage .ad-list ul li:hover a .left img {
  transform: rotateY(360deg);
  transition: all 0.6s;
}
.mid-banner {
  height: 229px;
  margin-top: 64px;
  position: relative;
}
.mid-banner .bc_img {
  position: absolute;
  left: 0;
  width: 57.25%;
  height: 229px;
  top: 0;
  z-index: -1;
}
.mid-banner .wrap {
  width: 73%;
}
.mid-banner .left {
  display: flex;
}
.mid-banner .left .l-l {
  padding-top: 30px;
  width: 255px;
  position: relative;
}
.mid-banner .left .l-l > div:nth-child(1) {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  border: 3px solid #ffffff;
}
.mid-banner .left .l-l > div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mid-banner .left .l-l > div:nth-child(2) {
  width: 105px;
  height: 105px;
  background: #f1f1f1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
  position: absolute;
  right: 0;
  top: 85px;
}
.mid-banner .left .l-l > div:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mid-banner .left .l-r {
  margin-left: 42px;
  height: 229px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mid-banner .left .l-r p:nth-child(1) {
  font-weight: bold;
  font-size: 46px;
  color: #fefefe;
}
.mid-banner .left .l-r p:nth-child(2) {
  font-weight: bold;
  font-size: 32px;
  color: #fefefe;
  margin-top: 25px;
}
.mid-banner .right {
  height: 184px;
  background: #e47033;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: -2;
}
.mid-banner .right .r-r {
  display: flex;
  align-items: center;
  height: 184px;
  padding-left: 21.5%;
}
.mid-banner .right .r-r .iconfont {
  font-size: 55px;
  color: #fff;
  margin-right: 20px;
}
.mid-banner .right .r-r .text p:nth-child(1) {
  font-size: 16px;
  color: #fefefe;
  line-height: 34px;
}
.mid-banner .right .r-r .text p:nth-child(2) {
  font-weight: bold;
  font-size: 31px;
  color: #fefefe;
}
.case {
  margin-top: 60px;
}
.case .pro-list {
  margin-top: 22px;
}
.case .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.case .pro-list ul li {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-top: 38px;
}
.case .pro-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .pro-list ul li:hover .text {
  background: #1c4595;
  color: #fff;
}
.case .pro-list ul li:nth-child(4n) {
  margin-right: 0;
}
.case .pro-list ul li .img-wrap {
  width: 100%;
  background: #f0f0f0;
  overflow: hidden;
}
.case .pro-list ul li .img-wrap .img {
  width: 100%;
}
.case .pro-list ul li .img-wrap .img::after {
  width: 100%;
  content: '';
  display: inline-block;
  padding-bottom: 72.5%;
}
.case .pro-list ul li .text {
  height: 54px;
  line-height: 54px;
  background: #ffffff;
  box-shadow: 0px 7px 18px 0px rgba(223, 220, 220, 0.36);
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  text-align: center;
}
.honor {
  margin-top: 60px;
  position: relative;
  background: url('../images/ditu_84.jpg') no-repeat center 0px;
}
.honor .h-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.honor .h-top .h-tit p:nth-child(1) {
  display: flex;
  align-items: center;
}
.honor .h-top .h-tit p:nth-child(1) span:nth-child(1) {
  width: 54px;
  height: 1px;
  background: #224590;
  display: inline-block;
}
.honor .h-top .h-tit p:nth-child(1) span:nth-child(2) {
  font-weight: bold;
  font-size: 26px;
  color: #224590;
  margin-left: 10px;
}
.honor .h-top .h-tit p:nth-child(2) {
  font-size: 27px;
  color: #333333;
  margin-top: 5px;
}
.honor .h-top .btn-list {
  display: flex;
}
.honor .h-top .btn-list > div {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #e4e4e4;
  font-size: 22px;
  color: #333;
  margin-left: 17px;
}
.honor .h-top .btn-list > div:hover {
  border: none;
  background: #1c4595;
  color: #fff;
}
.honor .h-top .btn-list > div.prev {
  transform: rotateY(180deg);
}
.honor .honor-list {
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
  width: 100%;
}
.honor .honor-list ul li {
  padding: 23px 30px;
  height: 385px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 8px 18px 0px rgba(217, 217, 217, 0.72);
}
.honor .honor-list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor .honor-list ul li a .img-wrap {
  width: 100%;
  height: 100%;
}
.honor .honor-list ul li a .img {
  width: 100%;
  height: 100%;
}
.honor .kuai {
  height: 257px;
  background: #f1f1f1;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.news {
  margin-top: 55px;
}
.news .news-list {
  width: 100%;
  display: flex;
  margin-top: 45px;
  margin-bottom: 64px;
}
.news .lefts {
  width: 35.9%;
  margin-right: 20px;
  padding: 20px;
  padding-bottom: 38px;
  background: #f6f6f6;
  box-sizing: border-box;
}
.news .lefts:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .lefts:hover .text p:nth-child(2) {
  color: #1c4595;
}
.news .lefts:nth-last-child(1) {
  margin-right: 0;
}
.news .lefts .img-wrap {
  width: 100%;
  overflow: hidden;
}
.news .lefts .img-wrap .img {
  width: 100%;
}
.news .lefts .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding: 27.5%;
}
.news .lefts .text p:nth-child(1) {
  height: 12px;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.news .lefts .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 15px;
}
.news .lefts .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  margin-top: 6px;
}
.news .lefts .text p:nth-child(4) {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.news .mids {
  width: calc(64.1% / 2 - 20px);
  margin-right: 20px;
}
.news .mids:nth-last-child(1) {
  margin-right: 0;
}
.news .mids ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news .mids ul li {
  background: #f6f6f6;
  padding: 0 23px;
  box-sizing: border-box;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
}
.news .mids ul li:hover {
  background: #1c4595;
}
.news .mids ul li:hover p {
  color: #fff !important;
}
.news .mids ul li:nth-child(1) {
  margin-top: 0;
}
.news .mids ul li p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 35px;
}
.news .mids ul li p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.news .mids ul li p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
}
.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: #135da7;
}
.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: #135da7;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #135da7;
  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;
}
.c-footer {
  padding-bottom: 60px;
  background: #1a1a1a;
  box-sizing: border-box;
}
.c-footer .link {
  border-bottom: 1px solid #5a5a5a27;
}
.c-footer .f-nav {
  color: #fff;
  height: 80px;
  line-height: 80px;
}
.c-footer .f-nav a {
  font-size: 14px;
  color: #f4f4f4;
  padding: 0 25px;
}
.c-footer .f-nav a:hover {
  color: #135da7;
  font-weight: 700;
}
.c-footer .f-nav a:nth-child(1) {
  padding-left: 0;
}
.c-footer .left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-footer .left .contact {
  margin-top: 55px;
}
.c-footer .left .contact h3 {
  font-size: 18px;
  color: #ffffff;
}
.c-footer .left .contact .text {
  font-size: 14px;
  color: #e8e8e9;
  line-height: 36px;
  margin-top: 10px;
}
.c-footer .right {
  text-align: center;
  margin-top: 40px;
}
.c-footer .right img {
  width: 125px;
  height: 125px;
}
.c-footer .right p {
  font-size: 16px;
  color: #aaa;
  margin-top: 10px;
}
.c-footer .w-content {
  display: flex;
  justify-content: space-between;
}
.copy-right {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  height: 63px;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-right img {
  margin: 0 5px;
  margin-left: 8px;
}
.copy-right a {
  color: #cacaca;
}
.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: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  margin: 0 4px;
}
.banner .hd li.on {
  background: #f3670a;
}
.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;
}
.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: #135da7;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #135da7 !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: #135da7;
  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: #135da7;
  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: #135da7;
}
.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: #135da7;
  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: #135da7 !important;
  color: #fff;
}
.paging li a:hover {
  background: #135da7;
  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) {
  .nav .tit {
    padding: 0 27px;
  }
  .mid-banner .bc_img {
    width: 63%;
  }
  .mid-banner .right .r-r {
    padding-left: 30%;
  }
  .news .mids ul li {
    height: 135px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ny-message {
  margin-left: 55px;
}
.m-form {
  margin-left: 55px;
  float: left;
  width: 800px;
}
