.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 {
  height: 970px;
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 100px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #1b4b93;
  top: 19px;
  right: -24px;
}
.pro .box .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
}
.pro .box .top em {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #8f8f8f;
  line-height: 12px;
  margin: 16px 0 0;
}
.pro .box .more {
  display: block;
  width: 133px;
  height: 40px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin: 10px 0 0;
}
.pro .warp {
  position: relative;
}
.pro .warp .proslide {
  margin: 87px 0 0;
  width: 965px;
  position: relative;
}
.pro .warp .proslide .hd {
  display: flex;
  width: 900px;
  margin: 0 0 60px 0;
}
.pro .warp .proslide .hd li {
  width: 87px;
  margin: 0 110px 0 0;
  position: relative;
}
.pro .warp .proslide .hd li::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  position: absolute;
  background: #e0e0e0;
  top: 48px;
  left: 133px;
}
.pro .warp .proslide .hd li::before {
  content: "";
  display: block;
  width: 87px;
  height: 87px;
  border: 1px dashed #b5b5b5;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 9px;
  pointer-events: none;
  border-radius: 50%;
}
.pro .warp .proslide .hd li .cond {
  display: block;
}
.pro .warp .proslide .hd li .cond em {
  display: flex;
  justify-content: center;
  width: 87px;
  height: 87px;
  background: #fafafa;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: 0.5s linear;
}
.pro .warp .proslide .hd li .cond em img {
  position: absolute;
  transition: 0.5s linear;
}
.pro .warp .proslide .hd li .cond em img:nth-child(1) {
  top: 30px;
}
.pro .warp .proslide .hd li .cond em img:nth-child(2) {
  top: -50px;
}
.pro .warp .proslide .hd li .cond i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  margin: 28px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .proslide .hd .on .cond em {
  background: #1b4b93;
}
.pro .warp .proslide .hd .on .cond em img:nth-child(1) {
  top: 90px;
}
.pro .warp .proslide .hd .on .cond em img:nth-child(2) {
  top: 30px;
}
.pro .warp .proslide .hd li:last-child {
  margin: 0;
}
.pro .warp .proslide .hd li:last-child::after {
  display: none;
}
.pro .warp .proslide .bd li {
  display: flex;
}
.pro .warp .proslide .bd li .list {
  width: 316px;
  height: 399px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 10px 0 0;
}
.pro .warp .proslide .bd li .list .img {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.pro .warp .proslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .proslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .warp .proslide .bd li .list .text {
  width: 215px;
  margin: 40px auto 0;
}
.pro .warp .proslide .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  transition: 0.5s linear;
}
.pro .warp .proslide .bd li .list .text i {
  display: block;
  font-size: 14px;
  color: #b5b5b5;
  padding: 0 0 0 85px;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0 0;
}
.pro .warp .proslide .bd li .list .text i::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #1b4b93;
  top: 50%;
  left: 64px;
  margin-top: -3.5px;
}
.pro .warp .proslide .bd li .list:hover .text .cond {
  color: #1b4b93;
  letter-spacing: 1px;
}
.pro .warp .proslide .bd li .list:last-child {
  margin: 0;
}
.pro .warp .proslide .next {
  width: 316px;
  height: 108px;
  background: url(../images/next-pro.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: -315px;
  z-index: 50;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  line-height: 108px;
  padding: 0 0 0 74px;
  box-sizing: border-box;
}
.pro .warp .aside {
  width: 316px;
  height: 535px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  position: absolute;
  top: -48px;
  right: 0;
  padding: 30px 18px 0;
}
.pro .warp .aside .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .aside .text i {
  display: block;
  font-size: 14px;
  color: #b5b5b5;
  padding: 0 0 0 118px;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0 0;
}
.pro .warp .aside .text i::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #1b4b93;
  top: 50%;
  left: 97px;
  margin-top: -3.5px;
}
.pro .warp .aside .img {
  display: block;
  width: 280px;
  height: 383px;
  overflow: hidden;
  margin: 30px 0 0;
}
.pro .warp .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .aside .img img:hover {
  transform: scale(1.1);
}
.pro .warp .aside:hover .text .cond {
  color: #1b4b93;
  letter-spacing: 1px;
}
.servic {
  height: 866px;
  background: url(../images/servic.jpg) no-repeat center top;
  padding: 106px 0 0;
  box-sizing: border-box;
}
.servic .box {
  display: flex;
  justify-content: space-between;
}
.servic .box .top {
  position: relative;
  margin: 21px 0 0;
}
.servic .box .top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #bbd61b;
  top: 19px;
  right: -24px;
}
.servic .box .top h3 {
  font-size: 34px;
  color: #fff;
  line-height: 33px;
  font-weight: bold;
}
.servic .box .top em {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 12px;
  margin: 16px 0 0;
}
.servic .box .art {
  width: 360px;
}
.servic .box .art p {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  text-align: right;
  font-weight: bold;
}
.servic .box .art .tel {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.servic .box .art .tel i {
  display: block;
  font-family: Arial;
  font-size: 26px;
  color: #333;
  line-height: 41px;
  padding: 0 0 0 65px;
  box-sizing: border-box;
  background: url(../images/tel1.png) no-repeat center left;
  font-weight: bold;
}
.servic .box .art .tel a {
  display: block;
  width: 107px;
  height: 41px;
  background: #1b4b93;
  border-radius: 21px;
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  text-align: center;
}
.servic .list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.servic .list li {
  width: 250px;
  height: 540px;
  background: #fff;
  border-radius: 150px 150px 0 0;
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.12);
}
.servic .list li .art {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding: 88px 0 0;
  box-sizing: border-box;
  background: #fafafa;
  position: relative;
}
.servic .list li .art::before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  pointer-events: none;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.5s linear;
}
.servic .list li .art::after {
  content: "";
  display: block;
  width: 216px;
  height: 216px;
  position: absolute;
  border: 18px solid #1b4b93;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  pointer-events: none;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.6s linear;
}
.servic .list li .art i {
  display: block;
  font-size: 28px;
  color: #1b4b93;
  font-family: 'Times New Roman', Times, serif;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.servic .list li .art i::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #1b4b93;
  top: 34px;
  left: 50%;
  margin-left: -10px;
}
.servic .list li .art .cond {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  margin: 34px 0 0;
  padding: 0 45px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.servic .list li p {
  padding: 0 28px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
  margin: 12px 0;
}
.servic .list li .img {
  display: block;
  margin: 0 15px;
  width: 220px;
  height: 170px;
  overflow: hidden;
}
.servic .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.servic .list li .img img:hover {
  transform: scale(1.1);
}
.servic .list li:hover .art::before {
  opacity: 0;
}
.servic .list li:hover .art::after {
  opacity: 1;
}
.reason {
  height: 1080px;
  background: url(../images/rea.jpg) no-repeat center top;
}
.reason .top {
  position: relative;
}
.reason .top em {
  display: block;
  font-size: 140px;
  color: #8f8f8f;
  font-family: 'Times New Roman', Times, serif;
  line-height: 97px;
  text-align: center;
  opacity: 0.15;
  font-weight: bold;
}
.reason .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: bold;
}
.reason .top h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #1b4b93;
  top: 19px;
  right: -23px;
}
.reason .top .zm {
  font-family: Arial;
  font-size: 16px;
  color: #8f8f8f;
  line-height: 13px;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  text-align: center;
}
.reason .warp {
  margin: 127px 0 0;
  position: relative;
}
.reason .warp .hd li {
  width: 84px;
  position: absolute;
  z-index: 100;
}
.reason .warp .hd li em {
  display: flex;
  justify-content: center;
  width: 84px;
  height: 84px;
  background: #fafafa;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.5s linear;
}
.reason .warp .hd li em img {
  position: absolute;
  z-index: 50;
  transition: 0.5s linear;
}
.reason .warp .hd li em img:nth-child(1) {
  top: 25px;
}
.reason .warp .hd li em img:nth-child(2) {
  top: -50px;
}
.reason .warp .hd li b {
  display: block;
  font-size: 20px;
  color: #1b4b93;
  line-height: 20px;
  font-weight: bold;
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  text-align: center;
}
.reason .warp .hd li i {
  display: block;
  font-size: 15px;
  color: #757575;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 155px;
  left: -100%;
  right: -100%;
}
.reason .warp .hd li:nth-child(1) {
  top: 230px;
  left: 78px;
}
.reason .warp .hd li:nth-child(2) {
  top: 0;
  left: 401px;
}
.reason .warp .hd li:nth-child(3) {
  top: 0;
  right: 389px;
}
.reason .warp .hd li:nth-child(4) {
  top: 230px;
  right: 64px;
}
.reason .warp .hd .on em {
  background: #1b4b93;
}
.reason .warp .hd .on em img:nth-child(1) {
  top: 90px;
}
.reason .warp .hd .on em img:nth-child(2) {
  top: 25px;
}
.reason .warp .ys {
  position: absolute;
  top: 209px;
  left: 0;
}
.region {
  height: 487px;
  background: url(../images/reg.jpg) no-repeat center top;
}
.region .contents {
  display: flex;
  justify-content: space-between;
}
.region .aside {
  padding: 172px 0 0;
  position: relative;
  z-index: 50;
}
.region .aside .dec {
  position: absolute;
  top: 0;
  left: -118px;
  z-index: -1;
}
.region .aside .art h4 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.region .aside .art p {
  font-size: 16px;
  color: #6c6c6c;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 14px 0 0;
}
.region .aside .art em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #454545;
  opacity: 0.2;
  line-height: 10px;
  margin: 29px 0 0;
}
.region .aside .tel {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.region .aside .tel i {
  display: block;
  font-family: Arial;
  font-size: 26px;
  color: #333;
  line-height: 41px;
  padding: 0 0 0 65px;
  box-sizing: border-box;
  background: url(../images/tel3.png) no-repeat center left;
  font-weight: bold;
}
.region .aside .tel a {
  display: block;
  width: 107px;
  height: 41px;
  background: #1b4b93;
  border-radius: 21px;
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  text-align: center;
}
.region .mess {
  width: 652px;
  margin: 60px 0 0;
}
.region .mess .top h3 {
  line-height: 25px;
  font-size: 20px;
  color: #fff;
  text-align: right;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 533px;
}
.region .mess .top em {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: right;
  line-height: 21px;
  margin: 10px 0 0;
}
.region .mess .FOM {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 45px 0 0;
}
.region .mess .FOM .n {
  height: 42px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 39px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.region .mess .FOM .n img {
  width: 76px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.region .mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-size: 14px;
  background: none;
  color: #666;
}
.region .mess .FOM .n input::placeholder {
  color: #666;
}
.region .mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 38px;
  font-size: 14px;
  background: none;
  color: #666;
}
.region .mess .FOM .n textarea::placeholder {
  color: #666;
}
.region .mess .FOM .n:nth-child(1) {
  background: #fff url(../images/f1.png) no-repeat center left;
  background-position-x: 12px;
  width: 310px;
}
.region .mess .FOM .n:nth-child(2) {
  background: #fff url(../images/f2.png) no-repeat center left;
  background-position-x: 12px;
  width: 310px;
}
.region .mess .FOM .n:nth-child(3) {
  background: #fff url(../images/f3.png) no-repeat center left;
  background-position-x: 12px;
  width: 652px;
}
.region .mess .FOM .n:nth-child(4) {
  background: #fff;
  width: 310px;
  padding: 0 0 0 10px;
}
.region .mess .FOM #btn {
  width: 310px;
  height: 42px;
  background: #bbd61b;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
@keyframes up-down {
  50% {
    margin-top: -15px;
  }
}
.case {
  height: 756px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 77px 0 0;
  box-sizing: border-box;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #1b4b93;
  top: 19px;
  right: -24px;
}
.case .box .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
}
.case .box .top em {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #8f8f8f;
  line-height: 12px;
  margin: 16px 0 0;
}
.case .box .more {
  display: block;
  width: 133px;
  height: 40px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin: 10px 0 0;
  transition: 0.2s ease-out;
}
.case .box .more:hover {
  transform: translateY(-5px);
}
.case .caseslide {
  margin: 40px 0 0;
}
.case .caseslide .bd li {
  width: 400px !important;
  height: 383px !important;
  border: 1px solid #e5e5ee;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 40px 0 0;
}
.case .caseslide .bd li .img {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.case .caseslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .bd li .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .text {
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: url(../images/title2.png) no-repeat center left;
}
.case .caseslide .bd li .text .cond {
  display: block;
  line-height: 93px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text .more {
  display: block;
  width: 30px;
  height: 93px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.case .caseslide .bd li:hover .text .cond {
  color: #1b4b93;
  letter-spacing: 1px;
}
.case .caseslide .arr {
  width: 172px;
  height: 109px;
  background: url(../images/arr-case.png) no-repeat center;
  margin: 30px auto 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .arr .pageState {
  font-family: Arial;
  font-size: 18px;
  color: #000;
  line-height: 118px;
  position: relative;
  display: flex;
}
.case .caseslide .arr .pageState::before {
  content: "/";
  font-family: Arial;
  font-size: 14px;
  color: #000;
  position: absolute;
  line-height: 118px;
  top: 0;
  left: 34px;
}
.case .caseslide .arr .pageState span {
  display: block;
  font-family: Arial;
  font-size: 28px;
  color: #1b4b93;
  line-height: 109px;
  margin-right: 10px;
}
.case .caseslide .arr .reg {
  width: 85px;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .arr .reg .prev {
  width: 34px;
  height: 109px;
  cursor: pointer;
}
.case .caseslide .arr .reg .next {
  width: 34px;
  height: 109px;
  cursor: pointer;
}
.abo {
  height: 715px;
  background: url(../images/abo.jpg) no-repeat center top;
  overflow: hidden;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .plaet {
  padding: 207px 0 0 165px;
  box-sizing: border-box;
  position: relative;
}
.abo .warp .plaet .about {
  position: absolute;
  top: 0;
  left: 0;
  width: 527px;
  height: 399px;
  overflow: hidden;
}
.abo .warp .plaet .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .plaet .about img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet .top {
  margin: 0 0 0 415px;
  position: relative;
}
.abo .warp .plaet .top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #bbd61b;
  top: 19px;
  left: 152px;
}
.abo .warp .plaet .top h3 {
  font-size: 34px;
  color: #fff;
  line-height: 33px;
  font-weight: bold;
}
.abo .warp .plaet .top em {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 12px;
  margin: 16px 0 0;
}
.abo .warp .plaet h4 {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  margin: 40px 0 0 415px;
}
.abo .warp .plaet .text {
  width: 753px;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  margin: 120px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 136px;
}
.abo .warp .aside {
  width: 208px;
}
.abo .warp .aside .rong {
  display: block;
  position: relative;
}
.abo .warp .aside .rong::before {
  content: "";
  display: block;
  width: 208px;
  height: 294px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 1;
}
.abo .warp .aside .rong .img {
  display: block;
  width: 208px;
  height: 294px;
  overflow: hidden;
}
.abo .warp .aside .rong .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .aside .rong .img img:hover {
  transform: scale(1.1);
}
.abo .warp .aside .rong .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  text-align: center;
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .warp .aside .more {
  display: block;
  width: 133px;
  height: 40px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin: 55px auto 0;
  transition: 0.2s ease-out;
}
.abo .warp .aside .more:hover {
  transform: translateY(-5px);
}
.capital {
  height: 989px;
  background: url(../images/cap.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  position: relative;
}
.capital .box .top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #1b4b93;
  top: 19px;
  right: -24px;
}
.capital .box .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
}
.capital .box .top em {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #8f8f8f;
  line-height: 12px;
  margin: 16px 0 0;
}
.capital .box .more {
  display: block;
  width: 133px;
  height: 40px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin: 10px 0 0;
}
.capital .capitalslide {
  position: relative;
  margin: 76px 0 0;
}
.capital .capitalslide .hd {
  width: 455px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -209px;
  left: 621px;
}
.capital .capitalslide .hd li {
  width: 87px;
  margin: 0 110px 0 0;
  position: relative;
}
.capital .capitalslide .hd li::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  position: absolute;
  background: #e0e0e0;
  top: 48px;
  left: 133px;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 87px;
  height: 87px;
  border: 1px dashed #b5b5b5;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 9px;
  pointer-events: none;
  border-radius: 50%;
}
.capital .capitalslide .hd li .cond {
  display: block;
}
.capital .capitalslide .hd li .cond em {
  display: flex;
  justify-content: center;
  width: 87px;
  height: 87px;
  background: #fafafa;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li .cond em img {
  position: absolute;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li .cond em img:nth-child(1) {
  top: 30px;
}
.capital .capitalslide .hd li .cond em img:nth-child(2) {
  top: -50px;
}
.capital .capitalslide .hd li .cond i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  margin: 28px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .hd li:last-child::after {
  display: none;
}
.capital .capitalslide .hd .on .cond em {
  background: #1b4b93;
}
.capital .capitalslide .hd .on .cond em img:nth-child(1) {
  top: 90px;
}
.capital .capitalslide .hd .on .cond em img:nth-child(2) {
  top: 30px;
}
.capital .capitalslide .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .aside {
  width: 833px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .aside .list {
  width: 392px;
}
.capital .capitalslide .bd li .warp .aside .list .img {
  display: block;
  width: 392px;
  height: 288px;
  overflow: hidden;
}
.capital .capitalslide .bd li .warp .aside .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .aside .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .warp .aside .list .text {
  margin: 33px 0 0;
}
.capital .capitalslide .bd li .warp .aside .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .aside .list .text p {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .warp .aside .list .text .data {
  display: flex;
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .warp .aside .list .text .data i {
  display: block;
  font-size: 36px;
  color: #1b4b93;
  line-height: 25px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
}
.capital .capitalslide .bd li .warp .aside .list .text .data i::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  background: #666;
  top: 0;
  left: 45px;
}
.capital .capitalslide .bd li .warp .aside .list .text .data span {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 25px;
  font-family: 'Times New Roman', Times, serif;
  margin-left: 19px;
}
.capital .capitalslide .bd li .warp .aside .list:hover .text .cond {
  color: #1b4b93;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .warp .plaet {
  width: 402px;
}
.capital .capitalslide .bd li .warp .plaet .list {
  position: relative;
  margin-bottom: 35px;
}
.capital .capitalslide .bd li .warp .plaet .list .cond {
  display: block;
  height: 44px;
  padding: 0 80px 0 24px;
  width: 100%;
  box-sizing: border-box;
  background: #f7f7f7;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  border-radius: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list p {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 30px;
  padding: 0 0 0 24px;
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .plaet .list .data {
  width: 70px;
  height: 34px;
  background: #fff;
  border-radius: 17px;
  font-size: 16px;
  color: #666;
  font-family: 'Times New Roman', Times, serif;
  line-height: 34px;
  position: absolute;
  top: 5px;
  right: 6px;
  text-align: center;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list:hover .cond {
  color: #fff;
  letter-spacing: 1px;
  background: #1b4b93;
}
.capital .capitalslide .bd li .warp .plaet .list:hover .data {
  background: #bbd61b;
}
.capital .capitalslide .bd li .reg {
  width: 1280px;
  height: 270px;
  background: #fafafa;
  padding: 25px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .reg .list {
  width: 370px;
  height: 99px;
  background: #fff;
  padding: 10px 20px 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 21px;
}
.capital .capitalslide .bd li .reg .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  padding: 0 40px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list p {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .reg .list .data {
  font-size: 16px;
  color: #666;
  line-height: 35px;
  position: absolute;
  top: 10px;
  right: 23px;
}
.capital .capitalslide .bd li .reg .list:hover .cond {
  color: #1b4b93;
  letter-spacing: 1px;
}
.link {
  height: 263px;
  background: url(../images/link.jpg) no-repeat center top;
  padding: 60px 0 0;
  box-sizing: border-box;
}
.link .contents {
  display: flex;
  justify-content: space-between;
}
.link p {
  font-size: 18px;
  color: #333;
  line-height: 39px;
  padding: 0 0 0 71px;
  box-sizing: border-box;
  flex: 1;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 87%;
  margin: 8px 0 0;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #848a99;
  line-height: 26px;
  margin-right: 20px;
  transition: 0.2s ease-out;
}
.link .lj a:hover {
  transform: translateY(-5px);
  color: #333;
}
