.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  margin: 50px 0 0;
  overflow: hidden;
}
.pro .top .art {
  width: 435px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pro .top .art em img {
  display: block;
  width: auto;
  height: 35px;
}
.pro .top .art h3 {
  position: relative;
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 35px;
}
.pro .top .art h3::before {
  content: "x";
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: -36px;
}
.pro .top .art h3::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat center;
  top: 25px;
  left: 25px;
  z-index: -1;
}
.pro .top p {
  font-size: 14px;
  color: #949494;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 21px 0 0;
  background: url(../images/tb2.png) no-repeat center;
}
.pro .picimglist {
  margin: 41px 0 0;
}
.pro .picimglist li {
  height: 744px;
  position: relative;
  margin-bottom: 18px;
}
.pro .picimglist li .img {
  display: block;
  width: 100%;
  height: 744px;
  overflow: hidden;
}
.pro .picimglist li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .picimglist li .img img:hover {
  transform: scale(1.1);
}
.pro .picimglist li .art {
  width: 413px;
  height: 744px;
  position: absolute;
  top: 0;
  left: 70%;
  z-index: 100;
  background: rgba(45, 73, 152, 0.83);
  padding: 180px 20px 0 63px;
  box-sizing: border-box;
}
.pro .picimglist li .art::before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  position: absolute;
  background: #fff;
  top: 270px;
  right: 28px;
}
.pro .picimglist li .art .cond {
  display: block;
  font-size: 32px;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .picimglist li .art em {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 15px;
  text-align: right;
  margin: 19px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .picimglist li .art .text {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  line-height: 32px;
  margin: 50px 0 0;
}
.pro .picimglist li .art .more {
  display: block;
  width: 114px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  margin: 25px 0 0 205px;
}
.pro .picimglist li:nth-child(odd) .art {
  left: 70%;
}
.pro .picimglist li:nth-child(even) .art {
  left: 20%;
  padding: 180px 20px 0 48px;
}
.pro .picimglist li:nth-child(even) .art::before {
  left: 49px;
  right: auto;
  background: #42c6f3;
}
.pro .picimglist li:nth-child(even) .art .cond {
  text-align: left;
}
.pro .picimglist li:nth-child(even) .art em {
  text-align-last: left;
}
.pro .picimglist li:nth-child(even) .art .more {
  margin: 25px 0 0 0;
}
.product {
  margin: 60px 0 0;
}
.product .top .art {
  display: flex;
  justify-content: center;
}
.product .top .art em img {
  display: block;
  width: auto;
  height: 35px;
}
.product .top .art h3 {
  position: relative;
  margin-left: 53px;
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 35px;
}
.product .top .art h3::before {
  content: "x";
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: -36px;
}
.product .top .art h3::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat center;
  top: 25px;
  left: 25px;
  z-index: -1;
}
.product .top p {
  font-size: 14px;
  color: #949494;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 21px 0 0;
  background: url(../images/tb2.png) no-repeat center;
}
.product .proslide {
  margin: 44px 0 0;
  position: relative;
}
.product .proslide .hd {
  display: flex;
  margin: 0 0 33px 0;
}
.product .proslide .hd li {
  width: 241px;
  height: 130px;
  border-radius: 15px;
  margin: 0 30px 0 0;
  position: relative;
  border: solid 1px #fff;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s linear;
}
.product .proslide .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 0;
  box-sizing: border-box;
}
.product .proslide .hd li a em {
  position: absolute;
  top: 16px;
  left: 14px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s linear;
}
.product .proslide .hd li a em img {
  position: absolute;
}
.product .proslide .hd li a em img:nth-child(1) {
  opacity: 1;
}
.product .proslide .hd li a em img:nth-child(2) {
  opacity: 0;
}
.product .proslide .hd li a b {
  display: block;
  height: 35px;
  font-size: 18px;
  color: #545454;
  line-height: 35px;
  padding: 0 0 0 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proslide .hd li a i {
  display: block;
  font-size: 12px;
  color: #444;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.product .proslide .hd li a span {
  display: block;
  width: 62px;
  height: 20px;
  background: #99ddf5;
  border-radius: 10px;
  box-shadow: 3px 4px 5px 0px rgba(153, 221, 245, 0.28);
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin: 50px 0 0;
  transition: 0.5s linear;
}
.product .proslide .hd .on {
  background: #fff;
  box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.11);
  border-color: #eaeaea;
}
.product .proslide .hd .on a em {
  background: #2d4998;
  border-radius: 50%;
}
.product .proslide .hd .on a em img:nth-child(1) {
  opacity: 0;
}
.product .proslide .hd .on a em img:nth-child(2) {
  opacity: 1;
}
.product .proslide .hd .on a span {
  margin: 10px 0 0;
}
.product .proslide .bd {
  margin: 0 -195px;
}
.product .proslide .bd li {
  display: flex;
  flex-wrap: wrap;
}
.product .proslide .bd li .list {
  width: 393px;
  height: 335px;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin: 0 32px 20px 0;
  transition: 0.5s linear;
}
.product .proslide .bd li .list .img {
  display: block;
  width: 100%;
  height: 263px;
  border-radius: 3px;
  overflow: hidden;
}
.product .proslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.product .proslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.product .proslide .bd li .list .text {
  height: 60px;
  padding: 0 75px 0 0;
  box-sizing: border-box;
  position: relative;
}
.product .proslide .bd li .list .text::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #17206c;
  border-radius: 50%;
  top: 26px;
  left: 0;
  box-sizing: border-box;
}
.product .proslide .bd li .list .text .cond {
  width: 100%;
  display: block;
  padding: 0 0 0 17px;
  position: relative;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.product .proslide .bd li .list .text .more {
  display: block;
  width: 55px;
  height: 55px;
  border: 5px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  background: #2d4998 url(../images/more1.png) no-repeat center;
  position: absolute;
  top: -22px;
  right: 15px;
  z-index: 50;
  box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.11);
  transition: 0.5s linear;
}
.product .proslide .bd li .list:hover {
  box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
.product .proslide .bd li .list:hover .text .cond {
  letter-spacing: 1px;
}
.product .proslide .bd li .list:hover .text .more {
  background: #42c6f3 url(../images/more1.png) no-repeat center;
}
.product .proslide .bd li .list:nth-child(4n) {
  margin: 0 0 20px 0;
}
.product .proslide .tel {
  position: absolute;
  top: 43px;
  right: 0;
}
.product .proslide .tel i {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 15px;
}
.product .proslide .tel b {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 12px;
  margin: 8px 0 0;
}
.product .proslide .mores {
  display: block;
  width: 66px;
  height: 60px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 34px;
  right: 126px;
  z-index: 50;
}
.reason {
  height: 841px;
  background: url(../images/reason.jpg) no-repeat center top;
  margin: 30px 0 0;
  padding: 55px 0 0;
  box-sizing: border-box;
}
.reason .contents {
  position: relative;
}
.reason .top {
  padding: 91px 0 0;
  position: absolute;
  top: 46px;
  left: 0;
  width: 350px;
  background: url(../images/t2.png) no-repeat top left;
  z-index: 50;
}
.reason .top::before {
  content: "x";
  display: block;
  font-size: 34px;
  color: #fff;
  line-height: 15px;
  position: absolute;
  top: 55px;
  left: 0;
}
.reason .top::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat top left;
  top: 111px;
  left: -17px;
  z-index: -1;
}
.reason .top h3 {
  font-size: 34px;
  color: #fff;
  line-height: 32px;
}
.reason .top p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  line-height: 12px;
  margin: 18px 0 0;
}
.reason .mianwarp {
  position: relative;
}
.reason .mianwarp .boxcenter {
  display: flex;
  justify-content: space-between;
}
.reason .mianwarp .boxcenter .reasonslide {
  width: 565px;
  margin: 289px 0 0;
}
.reason .mianwarp .boxcenter .reasonslide li .art {
  padding: 0 0 0 97px;
  position: relative;
}
.reason .mianwarp .boxcenter .reasonslide li .art em {
  position: absolute;
  top: 0;
  left: 0;
}
.reason .mianwarp .boxcenter .reasonslide li .art em img {
  display: block;
}
.reason .mianwarp .boxcenter .reasonslide li .art i {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.reason .mianwarp .boxcenter .reasonslide li .art span {
  display: block;
  font-size: 12px;
  color: #838fbb;
  line-height: 13px;
  margin: 3px 0 0;
}
.reason .mianwarp .boxcenter .reasonslide li .text {
  padding: 0 0 0 50px;
  margin: 20px 0 0;
  position: relative;
}
.reason .mianwarp .boxcenter .reasonslide li .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 104px;
  position: absolute;
  background: #838fbb;
  top: 24px;
  left: 12px;
}
.reason .mianwarp .boxcenter .reasonslide li .text p {
  font-size: 15px;
  color: #b1bdde;
  line-height: 48px;
}
.reason .mianwarp .boxcenter .reasonystu {
  width: 547px;
  position: relative;
}
.reason .mianwarp .boxcenter .reasonystu::before {
  content: "";
  display: block;
  width: 635px;
  height: 635px;
  position: absolute;
  background: #fff;
  box-shadow: 4px 4px 21px 0px #000000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.1;
}
.reason .mianwarp .boxcenter .reasonystu::after {
  content: "";
  display: block;
  width: 727px;
  height: 727px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.05;
}
.reason .mianwarp .boxcenter .reasonystu li {
  width: 547px;
  position: relative;
}
.reason .mianwarp .boxcenter .reasonystu li .ys {
  width: 547px;
  height: 547px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.reason .mianwarp .boxcenter .reasonystu li .ys img {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.reason .mianwarp .boxcenter .reasonystu li .ico {
  width: 60px;
  height: 60px;
  background: #42c6f3;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 380px;
  right: 10px;
  z-index: 50;
  box-sizing: border-box;
}
.reason .mianwarp .boxcenter .reasonystu li .ico img {
  position: absolute;
}
.reason .mianwarp .hd {
  display: flex;
  margin: 5px -5px 0;
}
.reason .mianwarp .hd li {
  width: 318px;
  height: 190px;
  margin-right: 5px;
  position: relative;
  padding: 78px 0 0 71px;
  box-sizing: border-box;
}
.reason .mianwarp .hd li em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border: 4px solid #425ca3;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 66px;
  left: 12px;
  transition: 0.5s linear;
}
.reason .mianwarp .hd li em img {
  position: absolute;
  transition: 0.5s linear;
}
.reason .mianwarp .hd li em img:nth-child(1) {
  opacity: 1;
}
.reason .mianwarp .hd li em img:nth-child(2) {
  opacity: 0;
}
.reason .mianwarp .hd li i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.reason .mianwarp .hd li span {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.reason .mianwarp .hd li:nth-child(2) {
  margin-top: 38px;
}
.reason .mianwarp .hd li:nth-child(3) {
  margin-top: 68px;
}
.reason .mianwarp .hd li:nth-child(4) {
  margin-top: 95px;
}
.reason .mianwarp .hd .on:nth-child(1) {
  background: url(../images/yb1.png) no-repeat top left;
}
.reason .mianwarp .hd .on:nth-child(2) {
  background: url(../images/yb2.png) no-repeat top left;
}
.reason .mianwarp .hd .on:nth-child(3) {
  background: url(../images/yb3.png) no-repeat center;
}
.reason .mianwarp .hd .on:nth-child(4) {
  background: url(../images/yb4.png) no-repeat center;
}
.reason .mianwarp .hd .on em {
  background: #fff;
  border-color: #2d4998;
}
.reason .mianwarp .hd .on em img:nth-child(1) {
  opacity: 0;
}
.reason .mianwarp .hd .on em img:nth-child(2) {
  opacity: 1;
}
.case {
  height: 761px;
  background: url(../images/case.jpg) no-repeat center top;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  padding: 91px 0 0;
  position: relative;
  width: 350px;
  background: url(../images/t3.png) no-repeat top left;
  z-index: 50;
}
.case .box .top::before {
  content: "x";
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 15px;
  position: absolute;
  top: 55px;
  left: 0;
}
.case .box .top::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat top left;
  top: 111px;
  left: -17px;
  z-index: -1;
}
.case .box .top h3 {
  font-size: 34px;
  color: #4c4c4c;
  line-height: 32px;
}
.case .box .top p {
  font-size: 14px;
  color: #949494;
  opacity: 0.5;
  line-height: 12px;
  margin: 18px 0 0;
}
.case .box .tel {
  margin: 102px 0 0;
}
.case .box .tel b {
  display: block;
  height: 17px;
  padding: 0 0 0 36px;
  background: url(../images/tel2.png) no-repeat center left;
}
.case .box .tel i {
  display: block;
  font-size: 15px;
  color: #484848;
  line-height: 20px;
  margin: 7px 0 0;
  position: relative;
}
.case .box .tel i::before {
  content: "";
  display: block;
  width: 122px;
  height: 1px;
  position: absolute;
  background: #8c8c8c;
  top: 10px;
  left: 111px;
}
.case .caseswiper {
  margin: 53px -140px 0;
}
.case .caseswiper .swiper-slide {
  padding: 30px 0;
  box-shadow: none;
}
.case .caseswiper .swiper-slide .tu {
  width: 100%;
  height: 372px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding: 6px;
}
.case .caseswiper .swiper-slide .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseswiper .swiper-slide .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseswiper .swiper-slide .tu .img img:hover {
  transform: scale(1.1);
}
.case .caseswiper .swiper-slide .text .cond {
  display: block;
  height: 58px;
  font-size: 18px;
  color: #5c5c5c;
  line-height: 58px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseswiper .swiper-slide .text .more {
  display: none;
  width: 56px;
  height: 56px;
  background: url(../images/more3.png) no-repeat center;
  margin: 25px auto 0;
}
.case .caseswiper .swiper-container-3d .swiper-slide-shadow-right {
  opacity: 0 !important;
}
.case .caseswiper .swiper-container-3d .swiper-slide-shadow-left {
  opacity: 0 !important;
}
.case .caseswiper .swiper-slide-active .text .more {
  display: block;
}
.Solution {
  height: 1069px;
  background: #2d4998;
  padding: 105px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.Solution .top .art {
  width: 370px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.Solution .top .art em img {
  display: block;
  width: auto;
  height: 35px;
}
.Solution .top .art h3 {
  position: relative;
  display: block;
  font-size: 34px;
  color: #fff;
  line-height: 35px;
}
.Solution .top .art h3::before {
  content: "x";
  display: block;
  font-size: 34px;
  color: #fff;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: -36px;
}
.Solution .top .art h3::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat center;
  top: 25px;
  left: 25px;
  z-index: -1;
}
.Solution .top p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 21px 0 0;
  background: url(../images/tb4.png) no-repeat center;
}
.Solution .Soluhdswiper {
  margin: 54px -100px 0;
  position: relative;
  cursor: url(../images/gesture.png), default;
}
.Solution .Soluhdswiper::before {
  content: "";
  display: block;
  width: 1920px;
  height: 1px;
  position: absolute;
  background: #acb3d0;
  opacity: 0.2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Solution .Soluhdswiper .swiper-slide .art {
  padding: 15px 20px 0;
  box-sizing: border-box;
  width: 223px;
  height: 117px;
}
.Solution .Soluhdswiper .swiper-slide .art .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Solution .Soluhdswiper .swiper-slide .art em {
  display: block;
  font-size: 12px;
  color: #acb3d0;
  line-height: 10px;
  margin: 10px 0 5px;
}
.Solution .Soluhdswiper .swiper-slide .art .more {
  display: block;
  font-size: 12px;
  color: #acb3d0;
  line-height: 30px;
}
.Solution .Soluhdswiper .swiper-slide-active .art {
  background: url(../images/lb2.png) no-repeat top left;
}
.Solution .Solutionswiper {
  margin: 18px -320px 0;
  cursor: url(../images/gesture.png), default;
}
.Solution .Solutionswiper .swiper-slide {
  width: 980px;
}
.Solution .Solutionswiper .swiper-slide .art {
  width: 980px;
  height: 589px;
  border: solid 1px #6d7dae;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  transition: 0.5s linear;
}
.Solution .Solutionswiper .swiper-slide .art .tu {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Solution .Solutionswiper .swiper-slide .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Solution .Solutionswiper .swiper-slide .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.Solution .Solutionswiper .swiper-slide .art .tu .img img:hover {
  transform: scale(1.1);
}
.Solution .Solutionswiper .swiper-slide .art .reg {
  width: 683px;
  height: 122px;
  background: #fff;
  position: absolute;
  bottom: -150px;
  right: 62px;
  z-index: 50;
  padding: 20px 44px 0 24px;
  box-sizing: border-box;
  transition: 0.5s linear;
  display: flex;
  justify-content: space-between;
}
.Solution .Solutionswiper .swiper-slide .art .reg::before {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  background: #2d4998;
  top: 94px;
  left: 24px;
}
.Solution .Solutionswiper .swiper-slide .art .reg::after {
  content: "";
  display: block;
  width: 1px;
  height: 122px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center;
  top: 0;
  left: 170px;
}
.Solution .Solutionswiper .swiper-slide .art .reg .cond {
  display: block;
  width: 110px;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.Solution .Solutionswiper .swiper-slide .art .reg p {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  width: 437px;
}
.Solution .Solutionswiper .swiper-slide .art .reg .more {
  display: block;
  width: 45px;
  height: 45px;
  background: #37b2f6 url(../images/more5.png) no-repeat center;
  border: 5px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: -19px;
  box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.27);
}
.Solution .Solutionswiper .swiper-slide-active .art {
  background: #fff;
}
.Solution .Solutionswiper .swiper-slide-active .art .reg {
  bottom: 36px;
}
.abo {
  height: 1127px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 102px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .top .art {
  width: 370px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.abo .top .art em img {
  display: block;
  width: auto;
  height: 35px;
}
.abo .top .art h3 {
  position: relative;
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 35px;
}
.abo .top .art h3::before {
  content: "x";
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: -36px;
}
.abo .top .art h3::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat center;
  top: 25px;
  left: 25px;
  z-index: -1;
}
.abo .top p {
  font-size: 14px;
  color: #949494;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 21px 0 0;
  background: url(../images/tb2.png) no-repeat center;
}
.abo .warp {
  margin: 82px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 575px;
  height: 435px;
  background: #ffffff;
  box-shadow: 4px 6px 9px 0px rgba(15, 15, 15, 0.1);
  border: solid 1px #e3e3e3;
  padding: 9px;
  box-sizing: border-box;
  margin: 0 0 0 -80px;
}
.abo .warp .aside .tu {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .warp .aside .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .aside .tu img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet {
  width: 732px;
  margin: 19px 0 0;
}
.abo .warp .plaet h4 {
  height: 43px;
  padding: 0 0 0 48px;
  box-sizing: border-box;
  background: url(../images/title2.png) no-repeat center left;
  font-size: 20px;
  font-weight: bold;
  line-height: 43px;
}
.abo .warp .plaet .text {
  font-size: 15px;
  color: #8e8e8e;
  line-height: 30px;
  text-indent: 24px;
  margin: 39px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 150px;
}
.abo .warp .plaet .more {
  display: block;
  width: 121px;
  height: 31px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 12px;
  color: #8e8e8e;
  line-height: 31px;
  text-align: center;
  margin: 25px 0 0;
}
.abo .warp .plaet .dec {
  margin: 35px 0 0 -75px;
}
.abo .honor {
  margin: 34px 0 0;
}
.abo .honor .honortop {
  position: relative;
}
.abo .honor .honortop::before {
  content: "";
  display: block;
  width: 522px;
  height: 1px;
  position: absolute;
  background: #d7d7d7;
  top: 42px;
  right: -320px;
}
.abo .honor .honortop .art {
  display: flex;
  justify-content: flex-end;
}
.abo .honor .honortop .art em img {
  display: block;
  width: auto;
  height: 24px;
}
.abo .honor .honortop .art h3 {
  position: relative;
  z-index: 100;
  margin: 0 0 0 35px;
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 24px;
}
.abo .honor .honortop .art h3::before {
  content: "x";
  display: block;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: -20px;
}
.abo .honor .honortop .art h3::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat center;
  top: 20px;
  right: -26px;
  z-index: -1;
}
.abo .honor .honortop p {
  font-size: 14px;
  color: #949494;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: right;
  margin: 28px 0 0;
}
.abo .honor .listimg {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}
.abo .honor .listimg li {
  width: 245px;
}
.abo .honor .listimg li .tu {
  width: 100%;
  height: 176px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
}
.abo .honor .listimg li .tu .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.abo .honor .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .honor .listimg li .tu .img img:hover {
  transform: scale(1.1);
}
.abo .honor .listimg li .cond {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo .honor .listimg li:hover .cond {
  color: #2d4998;
  letter-spacing: 1px;
}
.capital {
  height: 881px;
  background: url(../images/cap.jpg) no-repeat center top;
}
.capital .top {
  padding: 91px 0 0;
  position: relative;
  width: 350px;
  background: url(../images/t4.png) no-repeat top left;
  z-index: 50;
}
.capital .top::before {
  content: "x";
  display: block;
  font-size: 34px;
  color: #4c4c4c;
  line-height: 15px;
  position: absolute;
  top: 55px;
  left: 0;
}
.capital .top::after {
  content: "";
  display: block;
  width: 167px;
  height: 10px;
  position: absolute;
  background: url(../images/tb3.png) no-repeat top left;
  top: 111px;
  left: -17px;
  z-index: -1;
}
.capital .top h3 {
  font-size: 34px;
  color: #4c4c4c;
  line-height: 32px;
}
.capital .top p {
  font-size: 14px;
  color: #949494;
  opacity: 0.5;
  line-height: 12px;
  margin: 18px 0 0;
}
.capital .capitalslide {
  margin: 55px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  width: 406px;
  height: 449px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 40px 20px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .box {
  display: flex;
  justify-content: space-between;
  height: 30px;
}
.capital .capitalslide .bd li .art .list .box .data {
  display: flex;
}
.capital .capitalslide .bd li .art .list .box .data i {
  display: block;
  font-size: 32px;
  color: #5a5a5a;
  line-height: 30px;
  font-weight: bold;
}
.capital .capitalslide .bd li .art .list .box .data span {
  display: block;
  font-size: 20px;
  color: #5a5a5a;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 0 10px;
  position: relative;
}
.capital .capitalslide .bd li .art .list .box .data span::before {
  content: "/";
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: -9px;
}
.capital .capitalslide .bd li .art .list .box .time {
  font-size: 12px;
  color: #888;
  line-height: 30px;
}
.capital .capitalslide .bd li .art .list .img {
  display: block;
  width: 100%;
  height: 279px;
  overflow: hidden;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .art .list .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  padding: 0 60px 0 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .art .list .cond:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #5a5a5a;
  border-radius: 50%;
  top: 32px;
  left: 0;
}
.capital .capitalslide .bd li .art .list .more {
  display: block;
  width: 81px;
  height: 77px;
  background: url(../images/more4.png) no-repeat center;
  position: absolute;
  bottom: -80px;
  right: -90px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list:hover {
  box-shadow: 5px 6px 7px 0px rgba(45, 73, 152, 0.19);
  border-color: #e6e6e6;
}
.capital .capitalslide .bd li .art .list:hover .more {
  right: 0;
  bottom: 0;
}
.capital .capitalslide .bd li .art .list:nth-child(3) {
  box-shadow: 5px 6px 7px 0px rgba(45, 73, 152, 0.19);
  border-color: #e6e6e6;
}
.capital .capitalslide .bd li .art .list:nth-child(3) .more {
  right: 0;
  bottom: 0;
}
.capital .capitalslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .reg .list {
  width: 406px;
  height: 131px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 27px 27px 0 7px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .reg .list .data {
  width: 83px;
  height: 83px;
  background: #2d4998;
  padding: 12px 0 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .reg .list .data b {
  font-size: 40px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  display: block;
  text-align: center;
}
.capital .capitalslide .bd li .reg .list .data span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 11px;
  text-align: center;
  margin: 17px 0 0;
}
.capital .capitalslide .bd li .reg .list .text {
  width: 260px;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .reg .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list .text p {
  font-size: 14px;
  color: #888;
  line-height: 30px;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .reg .list:hover .text .cond {
  color: #2d4998;
  letter-spacing: 1px;
}
.capital .capitalslide .hd {
  width: 395px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -97px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  width: 108px;
  height: 37px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
  transition: 0.2s ease-out;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 108px;
  height: 44px;
  background: #2d4998;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 23px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s ease-out;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 37px;
  text-align: center;
  border-radius: 29px;
  border: 1px solid #e6e6e6;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li:hover {
  transform: translateY(-5px);
}
.capital .capitalslide .hd .on::before {
  opacity: 0.2;
  transform: translateX(-50%) translateY(-50%) scale(1.13);
}
.capital .capitalslide .hd .on a {
  background: #2d4998;
  color: #fff;
  border-color: #2d4998;
}
