* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  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;
  width: 1200px;
}
.conts {
  width: 1300px;
  margin: 0 auto;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
.head-top {
  top: 0;
  z-index: 10000000;
  width: 100%;
  background: #1c1f80;
  height: 120px;
}
.head-top .top-content {
  display: flex;
  justify-content: space-between;
  height: 120px;
  align-items: center;
}
.head-top .top-content .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.head-top .top-content .right .tip {
  height: 40px;
  line-height: 40px;
  background: #41449a;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-left: 10px;
}
.head-top .top-content .right .tip > div {
  position: relative;
  z-index: 2;
}
.head-top .top-content .right .tip > div.t-img {
  position: absolute;
  left: -53px;
  top: 0;
}
.head-top .top-content .right .tip::after {
  content: '';
  display: block;
  height: 40px;
  width: 800px;
  position: absolute;
  right: -140%;
  background: #41449a;
  z-index: 1;
}
.head-top .top-content .right .tip .z {
  margin-left: 45px;
  display: flex;
  align-items: center;
}
.head-top .top-content .right .tip .z a {
  display: flex;
  align-items: center;
  color: #fff;
}
.head-top .top-content .right .tip .z img {
  margin-right: 10px;
}
.head-top .top-content .right .navBar {
  display: flex;
  justify-content: flex-end;
  height: 80px;
  position: relative;
  left: 15px;
}
.head-top .top-content .right .navBar li {
  height: 80px;
  position: relative;
  color: #333333;
  box-sizing: border-box;
  min-width: 96px;
  margin: 0 5px;
}
.head-top .top-content .right .navBar li:nth-last-child(1) {
  margin-right: 0;
}
.head-top .top-content .right .navBar li.on {
  height: 80px;
  border-right: none;
  border-bottom: 3px solid #fd0100;
}
.head-top .top-content .right .navBar li.on .tit {
  height: 80px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .right .navBar li:hover {
  height: 80px;
  border-right: none;
  position: relative;
}
.head-top .top-content .right .navBar li:hover .tit {
  height: 80px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .right .navBar li:hover .tit::before {
  bottom: 0;
}
.head-top .top-content .right .navBar li:hover .sub {
  display: block !important;
}
.head-top .top-content .right .navBar li:hover::before {
  height: 100%;
}
.head-top .top-content .right .navBar .tit {
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.head-top .top-content .right .navBar .tit::before {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -80px;
  background: #1c1f80;
  z-index: -1;
  transition: all 0.3s;
}
.head-top .top-content .right .navBar .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 150px;
  z-index: 100;
  display: none;
  transform: translateX(-50%);
  background: #fff;
  box-sizing: border-box;
}
.head-top .top-content .right .navBar .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  box-sizing: border-box;
  text-align: center;
}
.head-top .top-content .right .navBar .sub a:hover {
  background: #1c1f80;
  color: #fff;
}
.ny-head {
  background: #fff;
  height: 84px;
  position: fixed;
  box-shadow: rgba(243, 243, 243, 0.76) 2px 0px 10px 0px;
}
.ny-head .top-content {
  position: fixed;
  top: 0;
}
.com-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-tit .left .en {
  font-weight: bold;
  font-size: 32px;
  color: #e8e8e8;
}
.com-tit .left .chinese {
  display: flex;
  align-items: flex-end;
  margin-top: -22px;
}
.com-tit .left .chinese .t {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  position: relative;
}
.com-tit .left .chinese .t:after {
  content: '';
  display: block;
  width: 69px;
  height: 6px;
  background: #359029;
  position: absolute;
  bottom: 2px;
  z-index: -1;
}
.com-tit .left .chinese .d {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
}
.com-tit .right {
  font-size: 16px;
}
.com-tit .right a {
  color: #333333;
}
.com-tit .right a:hover {
  color: #1c1f80;
}
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #3a3a3a;
}
.footer .foot-top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}
.footer .foot-top .right a {
  font-size: 18px;
  color: #fff;
  margin-right: 40px;
}
.footer .foot-top .right a:hover {
  color: #fd0100;
  font-weight: 700;
}
.footer .foot-top .right a:nth-last-child(1) {
  margin-right: 0;
}
.footer .wrap.b-top {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.footer .wrap.b-top .b-left {
  display: flex;
}
.footer .wrap.b-top .b-left .item:nth-child(2) {
  margin-left: 55px;
}
.footer .wrap.b-top .b-left .item .t {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #7d7d7d;
}
.footer .wrap.b-top .b-left .item .list {
  margin-top: 25px;
}
.footer .wrap.b-top .b-left .item .list .i {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.footer .wrap.b-top .b-left .item .list .i span:nth-child(2) {
  margin-left: 60px;
}
.footer .wrap.b-top .b-right {
  display: flex;
  height: 195px;
  background: #ffffff;
  position: relative;
  left: 34px;
}
.footer .wrap.b-top .b-right .ewm-list {
  padding: 30px 25px;
}
.footer .wrap.b-top .b-right .ewm-list ul {
  display: flex;
}
.footer .wrap.b-top .b-right .ewm-list ul li {
  text-align: center;
  margin-right: 20px;
}
.footer .wrap.b-top .b-right .ewm-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer .wrap.b-top .b-right .ewm-list ul li img {
  width: 112px;
  height: 115px;
}
.footer .wrap.b-top .b-right .ewm-list ul li p {
  font-size: 14px;
  color: #555555;
  margin-top: 10px;
}
.footer .copy-right {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 70px;
  text-align: center;
  opacity: 0.5;
}
.footer .copy-right a {
  color: #ffffff;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
}
.ny-tip .iconfont {
  color: #999999;
  margin-right: 5px;
  font-size: 18px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .btn-list .banner-prev,
.banner .btn-list .banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.banner .btn-list .banner-prev {
  left: 76px;
}
.banner .btn-list .banner-next {
  right: 76px;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.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: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd li.on {
  background: #f3670a;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.index-tit {
  text-align: center;
  background: url('../images/tit_back.png') no-repeat center;
  padding: 25px 0;
}
.index-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #1c1f80;
}
.index-tit p:nth-child(2) {
  font-size: 20px;
  color: #cecece;
  line-height: 36px;
  text-transform: uppercase;
}
.index-clumn1 {
  margin-top: 60px;
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
.index-clumn1::after {
  content: '';
  display: block;
  height: 368px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #070a6b;
}
.index-clumn1 .list {
  width: 83.3%;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  height: 579px;
  position: relative;
}
.index-clumn1 .list .swiper-wrapper {
  align-items: flex-end;
  /* 所有Slide底部对齐 */
}
.index-clumn1 .list .tips {
  position: absolute;
  left: 840px;
  bottom: 220px;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.index-clumn1 .list .tips .c-next {
  transform: rotateY(180deg);
}
.index-clumn1 .list .tips .swiper-pagination {
  position: relative;
  margin: 0 50px;
  display: flex;
  align-items: center;
}
.index-clumn1 .list .tips .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
  margin: 0 3px;
}
.index-clumn1
  .list
  .tips
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-clumn1 .list ul li {
  width: 260px;
  height: 184px;
  transition: all 0.4s;
}
.index-clumn1 .list ul li.swiper-slide-active {
  width: 757px;
  height: 579px;
  padding-right: 15px;
}
.index-clumn1 .list ul li.swiper-slide-active .text {
  display: block;
}
.index-clumn1 .list ul li .img-wrap {
  width: 100%;
  height: 100%;
}
.index-clumn1 .list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-clumn1 .list ul li .text {
  position: absolute;
  left: calc(100% + 85px);
  top: 36px;
  width: 540px;
  display: none;
}
.index-clumn1 .list ul li .text > div:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #2b2a2a;
  line-height: 36px;
  display: flex;
  align-items: center;
  width: 200px;
}
.index-clumn1 .list ul li .text > div:nth-child(1) img {
  display: block;
  margin-right: 25px;
}
.index-clumn1 .list ul li .text > div:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  margin-top: 45px;
}
.index-clumn1 .list ul li .text > div:nth-child(3) {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  margin-top: 30px;
}
.index-clumn2 {
  margin-top: 140px;
  padding-bottom: 100px;
  position: relative;
}
.index-clumn2::after {
  content: '';
  display: block;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  z-index: -1;
}
.index-clumn2 .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.index-clumn2 .wrap .left {
  width: 565px;
}
.index-clumn2 .wrap .left .tit {
  width: 300px;
  height: 63px;
  background: #1c1f80;
  border-left: 20px solid #fd0100;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 63px;
  position: relative;
}
.index-clumn2 .wrap .left .tit::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
  border-bottom: 62px solid #1c1f80;
  border-right: 25px solid transparent;
}
.index-clumn2 .wrap .left .desc {
  font-size: 14px;
  color: #555555;
  line-height: 36px;
  margin-top: 35px;
}
.index-clumn2 .wrap .left .more {
  width: 298px;
  height: 58px;
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 58px;
  margin-top: 50px;
}
.index-clumn2 .wrap .left .more:hover {
  background: #1c1f80;
}
.index-clumn2 .wrap .left .more:hover a {
  color: #fff;
}
.index-clumn2 .wrap .left .more a {
  font-size: 18px;
  color: #666666;
}
.index-clumn2 .wrap .left .conts {
  display: flex;
  margin-top: 120px;
}
.index-clumn2 .wrap .left .conts .item:nth-child(1) {
  margin-right: 97px;
}
.index-clumn2 .wrap .left .conts .item .t {
  width: 230px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: #cfd0e8;
  font-size: 16px;
  color: #ffffff;
}
.index-clumn2 .wrap .left .conts .item .online {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.index-clumn2 .wrap .left .conts .item .i p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.index-clumn2 .wrap .left .conts .item .i p:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #fd0100;
}
.index-clumn2 .wrap .right {
  width: 560px;
}
.index-clumn2 .wrap .right .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.index-clumn2 .wrap .right .tops .tits p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.index-clumn2 .wrap .right .tops .tits p:nth-child(2) {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 30px;
}
.index-clumn2 .wrap .right .tops .btn-list {
  display: flex;
}
.index-clumn2 .wrap .right .tops .btn-list > div .img2 {
  display: none;
  margin-top: 4px;
}
.index-clumn2 .wrap .right .tops .btn-list > div:hover .img2 {
  display: block;
}
.index-clumn2 .wrap .right .tops .btn-list > div:hover .img1 {
  display: none;
}
.index-clumn2 .wrap .right .tops .btn-list .clumnTwoNext {
  transform: rotateY(180deg);
  margin-left: 45px;
}
.index-clumn2 .wrap .right .tops .btn-list .clumnTwoNext:hover .img2 {
  display: block;
}
.index-clumn2 .wrap .right .tops .btn-list .clumnTwoNext:hover .img1 {
  display: none;
}
.index-clumn2 .wrap .right .list {
  width: 560px;
  height: 566px;
  overflow: hidden;
  margin-top: 45px;
}
.index-clumn2 .wrap .right .list li {
  width: 100%;
  height: 100%;
}
.index-clumn2 .wrap .right .list li a {
  width: 100%;
  height: 100%;
}
.index-clumn2 .wrap .right .list li a .img-wrap {
  width: 100%;
  height: 100%;
}
.index-clumn2 .wrap .right .list li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-clumn3 {
  width: 100%;
  padding: 60px 0;
}
.index-clumn3 .index-tit {
  background: url('../images/index_03_03.png') no-repeat center;
}
.index-clumn3 .index-tit p {
  color: #fff;
}
.index-clumn3 .index-tit p:nth-child(2) {
  opacity: 0.3;
}
.index-clumn3 .wraps {
  width: 87.5%;
  margin: 0 auto;
}
.index-clumn3 .list {
  overflow: hidden;
  margin-top: 70px;
}
.index-clumn3 .list ul li {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 0;
}
.index-clumn3 .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-clumn3 .list ul li:hover .text {
  color: #1c1f80;
  font-weight: 700;
}
.index-clumn3 .list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.index-clumn3 .list ul li .img-wrap .img {
  width: 100%;
}
.index-clumn3 .list ul li .img-wrap .img::after {
  width: 100%;
  content: '';
  display: block;
  padding-bottom: 72%;
}
.index-clumn3 .list ul li .text {
  height: 85px;
  line-height: 85px;
  font-size: 18px;
  color: #222222;
  text-align: center;
}
.index-clumn3 .tips {
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.index-clumn3 .tips .c-next {
  transform: rotateY(180deg);
}
.index-clumn3 .tips .swiper-pagination2 {
  position: relative;
  margin: 0 50px;
  display: flex;
  align-items: center;
}
.index-clumn3 .tips .swiper-pagination2 .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
  margin: 0 3px;
}
.index-clumn3
  .tips
  .swiper-pagination2
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-clumn4 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.index-clumn4 .conts {
  width: 1300px;
  margin: 0 auto;
}
.index-clumn4 .conts .news {
  display: flex;
  padding: 55px 50px;
  background: rgba(255, 255, 255, 0.95);
  margin-top: 30px;
}
.index-clumn4 .conts .news .left {
  width: 39.1%;
}
.index-clumn4 .conts .news .left:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-clumn4 .conts .news .left:hover .tx p:nth-child(1) {
  font-weight: 700;
  color: #1c1f80 !important;
}
.index-clumn4 .conts .news .left .img-wrap {
  width: 100%;
  height: 307px;
  overflow: hidden;
}
.index-clumn4 .conts .news .left .img-wrap img {
  width: 100%;
  height: 100%;
}
.index-clumn4 .conts .news .left .text {
  display: flex;
  margin-top: 30px;
}
.index-clumn4 .conts .news .left .text .time {
  width: 60px;
  height: 95px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.index-clumn4 .conts .news .left .text .time p:nth-child(1) {
  font-size: 14px;
  color: #555;
}
.index-clumn4 .conts .news .left .text .time p:nth-child(2) {
  font-size: 30px;
  color: #555;
}
.index-clumn4 .conts .news .left .text .tx {
  width: calc(100% - 85px);
}
.index-clumn4 .conts .news .left .text .tx p:nth-child(1) {
  font-size: 18px;
  color: #222222;
}
.index-clumn4 .conts .news .left .text .tx p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
}
.index-clumn4 .conts .news .right {
  width: calc(60.9% - 43px);
  margin-left: 43px;
}
.index-clumn4 .conts .news .right ul li {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.index-clumn4 .conts .news .right ul li:hover {
  background: #1c1f80;
}
.index-clumn4 .conts .news .right ul li:hover p {
  color: #fff !important;
}
.index-clumn4 .conts .news .right ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-clumn4 .conts .news .right ul li a {
  display: flex;
  align-items: center;
}
.index-clumn4 .conts .news .right ul li .img-wrap {
  width: 238px;
  height: 155px;
  margin-right: 40px;
  overflow: hidden;
}
.index-clumn4 .conts .news .right ul li .img-wrap img {
  max-width: 100%;
}
.index-clumn4 .conts .news .right ul li .tx {
  width: calc(100% - 278px);
}
.index-clumn4 .conts .news .right ul li .tx p:nth-child(1) {
  font-size: 18px;
  color: #222222;
}
.index-clumn4 .conts .news .right ul li .tx p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 40px;
}
.index-clumn4 .conts .news .right ul li .tx p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.index-clumn5 {
  padding: 60px 0;
}
.index-clumn5 .wrapClumn5 {
  width: 1500px;
  margin: 0 auto;
}
.index-clumn5 .index-tit {
  background: url('../images/index_03_03.png') no-repeat center;
}
.index-clumn5 .index-tit p {
  color: #fff;
}
.index-clumn5 .index-tit p:nth-child(2) {
  opacity: 0.3;
}
.index-clumn5 .c-list {
  margin-top: 49px;
  overflow: hidden;
}
.index-clumn5 .c-list ul {
  display: flex;
}
.index-clumn5 .c-list ul li {
  width: calc(33% - 43px);
  margin-right: 25px;
  padding: 16px;
  padding-bottom: 0;
  background: #fff;
  box-sizing: border-box;
}
.index-clumn5 .c-list ul li .img-wrap {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.index-clumn5 .c-list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-clumn5 .c-list ul li:hover {
  background: #fd0100;
}
.index-clumn5 .c-list ul li:hover .text p {
  color: #fff !important;
}
.index-clumn5 .c-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
}
.index-clumn5 .c-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-clumn5 .c-list ul li .text {
  height: 76px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-clumn5 .c-list ul li .text p {
  position: relative;
  z-index: 10;
}
.index-clumn5 .c-list ul li .text p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  width: 80%;
}
.index-clumn5 .c-list ul li .text p:nth-child(2) {
  width: 28px;
  height: 28px;
  background: #070a6b;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-clumn5 .tips {
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.index-clumn5 .tips .c-next {
  transform: rotateY(180deg);
}
.index-clumn5 .tips .swiper-pagination3 {
  position: relative;
  margin: 0 50px;
  display: flex;
  align-items: center;
}
.index-clumn5 .tips .swiper-pagination3 .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
  margin: 0 3px;
}
.index-clumn5
  .tips
  .swiper-pagination3
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-clumn6 {
  padding-top: 70px;
  padding-bottom: 126px;
}
.index-clumn6 .conts {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  padding: 60px 50px;
  box-sizing: border-box;
  margin-top: 50px;
}
.index-clumn6 .conts .tit {
  border-left: 15px solid #fd0100;
  padding-left: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.index-clumn6 .conts .tit span:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #1c1f80;
}
.index-clumn6 .conts .tit span:nth-child(2) {
  font-size: 16px;
  color: #cecece;
  margin-left: 20px;
  text-transform: uppercase;
}
.index-clumn6 .conts .left {
  width: 52%;
  box-sizing: border-box;
}
.index-clumn6 .conts .left .tit {
  margin-bottom: 42px;
}
.index-clumn6 .conts .left .item {
  width: 100%;
  height: 70px;
  border: 1px solid #e5e5e5;
  padding: 0 30px;
  margin-top: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.index-clumn6 .conts .left .item span {
  font-size: 16px;
  color: #333333;
  display: block;
  width: 80px;
}
.index-clumn6 .conts .left .item input,
.index-clumn6 .conts .left .item textarea {
  width: 80%;
  height: 99%;
  border: none;
  background: none;
  outline: none;
  padding-left: 15px;
}
.index-clumn6 .conts .left .item.text-area {
  height: 150px;
  align-items: flex-start;
  border: 1px solid #e5e5e5;
  padding-top: 25px;
  box-sizing: border-box;
}
.index-clumn6 .conts .left .sub {
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: #070a6b;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-top: 25px;
}
.index-clumn6 .conts .right {
  width: 42.5%;
}
.index-clumn6 .conts .right:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-clumn6 .conts .right:hover .tx p:nth-child(1) {
  color: #1c1f80;
  font-weight: 700;
}
.index-clumn6 .conts .right .img-wrap {
  width: 100%;
  overflow: hidden;
}
.index-clumn6 .conts .right .img-wrap img {
  width: 100%;
  height: 307px;
}
.index-clumn6 .conts .right .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.index-clumn6 .conts .right .text .tx {
  width: 80%;
}
.index-clumn6 .conts .right .text .tx p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.index-clumn6 .conts .right .text .tx p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
}
.index-clumn6 .conts .right .text .iconfont {
  width: 28px;
  height: 28px;
  background: #070a6b;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-left {
  width: 237px;
  background: #f5f5f5;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  background: #1c1f80 url('../images/pro_03.png') center / cover;
  height: 79px;
  line-height: 79px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common-left .title::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: -14px;
  right: -3px;
  transform: rotate(314deg);
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 68px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .overflow1 {
  width: 175px;
  display: inline-block;
}
.common-left .nav-list > ul .li a .iconfont {
  font-size: 14px;
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 10000;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao {
  display: block !important;
  font-size: 14px;
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #1c1f80;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #1c1f80;
  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: #1c1f80;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #1c1f80;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #1c1f80;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #1c1f80;
}
.common-right {
  width: 925px;
  background: #ffffff;
  margin-left: 35px;
  float: left;
}
.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-product2 {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-product2 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product2 .titles {
  padding: 0 0.2rem;
}
.ny-product2 .titles p {
  text-indent: 24px; 
}
.ny-product2 .lists ul li {
  margin-right: 26px;
  margin-top: 30px;
  width: calc(33% - 16px);
}
.ny-product2 .lists ul li:hover .img-wrap {
  background: #1c1f80;
  overflow: hidden;
}
.ny-product2 .lists ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product2 .lists ul li:hover .text > div:nth-child(1) {
  color: #1c1f80;
}
.ny-product2 .lists ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product2 .lists ul li .img-wrap {
  width: 100%;
  height: 226px;
  border: 1px solid #e5e5e5;
  padding: 11px 11px;
  box-sizing: border-box;
}
.ny-product2 .lists ul li .img-wrap .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ny-product2 .lists ul li .img-wrap .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ny-product2 .lists ul li .text {
  text-align: center;
  /* display: flex; */
  /* justify-content: space-between; */
  margin-top: 19px;
  padding: 0 10px;
}
.ny-product2 .titles {
  margin-top: 40px;
}
.ny-product2 .lists ul li .text > div:nth-child(1) {
  font-size: 15px;
  color: #333333;
  font-weight: 700;
}
.ny-product2 .lists ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  line-height: 30px;
}
.ny-product .lists ul li .img-wrap {
  width: 100%;
  height: 389px;
  border: 1px solid #e5e5e5;
  padding: 11px 11px;
  box-sizing: border-box;
}
.ny-product .lists ul li .img-wrap .img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.ny-product .lists ul li .img-wrap .img img {
  width: 100%;
  height: 361px;
  object-fit: cover;
}
.ny-news {
  margin-top: 64px;
  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: 100;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #1c1f80;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #1c1f80 !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: 65px;
}
.ny-contact .top {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .top .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .top .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .top .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .top .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #1c1f80;
  margin-bottom: 10px;
}
.ny-contact .top .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .top .content .erwer > div {
  text-align: center;
}
.ny-contact .top .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 40px;
}
.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: #1c1f80;
  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: 64px;
}
.ny-page .content {
  margin-top: 30px;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.ny-search .list > ul {
  margin-top: 40px;
}
.ny-search .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-search .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-search .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-search .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-search .list > ul li:hover + li {
  border-top: none;
}
.ny-search .list > ul li:hover .btn {
  background: #1c1f80;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #1c1f80 !important;
}
.ny-search .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-search .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-search .list > ul li a {
  display: flex;
}
.ny-search .list > ul li .text {
  margin-left: 16px;
  width: 82%;
}
.ny-search .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-search .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-search .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-search .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  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 .photo img {
  max-width: 100%;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #1c1f80;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #1c1f80 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
/*悬浮*/
.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: #1c1f80;
  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;
}
.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: '微软雅黑';
}
input,
textarea {
  border: none;
  background: none;
  outline: none;
}
@media screen and (max-width: 1680px) {
  .index-clumn1 .list ul li.swiper-slide-active {
    width: 600px;
    height: 500px;
  }
  .wraps,
  .wrapClumn5 {
    width: 1400px !important;
  }
  .index-clumn1 .list ul li {
    width: 240px;
  }
  .index-clumn1 .list ul li .text {
    top: 0;
  }
  .index-clumn1 .list ul li .text > div:nth-child(2) {
    margin-top: 20px;
  }
  .index-clumn1 .list .tips {
    left: 690px;
  }
  .conts {
    width: 1200px !important;
  }
  .index-clumn5 .c-list ul li .img-wrap {
    height: 325px;
  }
}
@media screen and (max-width: 1400px) {
  .wraps,
  .wrapClumn5 {
    width: 1200px !important;
  }
  .index-clumn5 .c-list ul li .img-wrap {
    height: 280px;
  }
}
