.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;
}
.rea {
  margin: 79px 0 0;
}
.rea .top {
  position: relative;
}
.rea .top em {
  display: block;
  font-size: 60px;
  line-height: 42px;
  color: #dedede;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}
.rea .top h3 {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.rea ul {
  display: flex;
  justify-content: space-between;
  margin: 110px 0 0;
}
.rea ul li {
  position: relative;
  width: 300px;
  height: 246px;
  background: #f7f7f7 url(../images/bg2.png) no-repeat center bottom;
  padding: 120px 0 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.rea ul li .tu {
  position: absolute;
  top: -51px;
  left: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  background: url(../images/bg1.png) no-repeat center;
}
.rea ul li .picimg {
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  width: 263px;
  height: 0;
  overflow: hidden;
  z-index: 10;
  transition: 0.5s linear;
}
.rea ul li .picimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.rea ul li .picimg img:hover {
  transform: scale(1.1);
}
.rea ul li .art b {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  text-align: center;
  transition: 0.5s linear;
}
.rea ul li .art p {
  width: 262px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 26px;
  color: #8b8b8b;
  text-align: center;
  transition: 0.5s linear;
}
.rea ul .on {
  background: #2f8ae7 url(../images/bg3.png) no-repeat center bottom;
}
.rea ul .on .picimg {
  height: 160px;
}
.rea ul .on .art b {
  color: #fff;
}
.rea ul .on .art p {
  color: #fff;
}
.pro {
  margin: 73px 0 0;
}
.pro .top {
  position: relative;
}
.pro .top em {
  display: block;
  font-size: 60px;
  line-height: 42px;
  color: #dedede;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}
.pro .top h3 {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.pro .titlelist {
  margin: 47px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .titlelist li {
  width: 300px;
  height: 126px;
  border-radius: 63px;
  box-shadow: 0px 11px 33px 7px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid transparent;
}
.pro .titlelist li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 8px;
  transition: 0.5s linear;
}
.pro .titlelist li a .tu {
  display: block;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  transition: 0.5s linear;
}
.pro .titlelist li a .tu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .titlelist li a .art {
  display: block;
  width: 130px;
  margin-left: 17px;
}
.pro .titlelist li a .art i {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .titlelist li a .art span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #c7c7c7;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.pro .titlelist li a:hover {
  box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.05);
  border-color: #2f8ae7;
}
.pro .titlelist li a:hover .tu img {
  transform: scale(1.1);
}
.pro .titlelist li a:hover .art i {
  letter-spacing: 1px;
}
.pro .listimg {
  display: flex;
  flex-wrap: wrap;
  padding: 0 7vw;
  width: 100%;
  box-sizing: border-box;
  margin-top: 31px;
}
.pro .listimg li {
  width: 24%;
  margin-right: 1%;
}
.pro .listimg li .tu {
  border: solid 1px #e5e5e5;
  padding: 10px;
  position: relative;
  width: 100%;
  height: 310px;
  box-sizing: border-box;
  z-index: 50;
}
.pro .listimg li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 310px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .listimg li .text {
  position: relative;
  width: 100%;
  height: 100px;
  padding-right: 80px;
  padding-left: 20px;
  box-sizing: border-box;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 18px;
  line-height: 100px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .listimg li .text::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 48px;
  left: 0;
  border: 1px solid #626262;
  box-sizing: border-box;
  border-radius: 50%;
}
.pro .listimg li .text .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100px;
  background: url(../images/more1.png) no-repeat center;
}
.pro .listimg li:hover .tu .img img {
  transform: scale(1.1);
}
.pro .listimg li:hover .text .cond {
  color: #2f8ae7;
  letter-spacing: 1px;
}
.pro .listimg li:nth-child(4n) {
  margin-right: 0;
}
.abo {
  height: 816px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 102px 0 0;
  box-sizing: border-box;
  margin: 60px 0 0;
}
.abo .contents {
  position: relative;
}
.abo .about {
  width: 794px;
  height: 667px;
  position: absolute;
  top: -102px;
  left: -320px;
}
.abo .about img {
  display: block;
  width: 794px;
  height: 667px;
}
.abo .plaet {
  position: relative;
  width: 704px;
  margin-left: 574px;
}
.abo .plaet .art {
  position: relative;
}
.abo .plaet .art::before {
  content: "";
  display: block;
  width: 2px;
  height: 41px;
  position: absolute;
  top: 93px;
  left: 4px;
  background: #2f8ae7;
}
.abo .plaet .art h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.abo .plaet .art em {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin: 13px 0 0;
}
.abo .plaet .text {
  margin: 90px 0 0;
  font-size: 16px;
  line-height: 40px;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 160px;
}
.abo .plaet .more {
  margin: 100px 0 64px;
  display: block;
  width: 146px;
  height: 43px;
  background: #2f8ae7;
  border-radius: 21px;
  font-size: 14px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  transition: 0.2s ease-out;
}
.abo .plaet .more:hover {
  transform: translateY(-5px);
  text-decoration: underline;
}
.abo .plaet .tel {
  display: flex;
  height: 37px;
  padding-left: 57px;
  background: url(../images/tel1.png) no-repeat center left;
}
.abo .plaet .tel i {
  display: block;
  font-size: 18px;
  line-height: 37px;
  color: #333;
}
.abo .plaet .tel span {
  display: block;
  font-size: 24px;
  line-height: 37px;
  color: #333;
}
.abo .plaet .dec {
  position: absolute;
  top: 355px;
  right: -220px;
}
.abo .plaet .dec img {
  display: block;
}
.case {
  margin: 79px 0 0;
}
.case .top {
  position: relative;
}
.case .top em {
  display: block;
  font-size: 60px;
  line-height: 42px;
  color: #dedede;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}
.case .top h3 {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.case .caseslide {
  position: relative;
  margin: 45px 0 0;
}
.case .caseslide::before {
  content: "";
  display: block;
  width: 1035px;
  height: 1px;
  position: absolute;
  top: 421px;
  left: 50%;
  transform: translateX(-50%);
  background: #dedede;
}
.case .caseslide .bd li {
  width: 390px;
  margin-right: 35px;
}
.case .caseslide .bd li .item .tu {
  position: relative;
  width: 390px;
  height: 300px;
  box-sizing: border-box;
  z-index: 50;
  padding: 10px;
  border: 1px solid #ededed;
}
.case .caseslide .bd li .item .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 300px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseslide .bd li .item .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .item .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .caseslide .bd li .item .text {
  position: relative;
  width: 100%;
  height: 69px;
  padding-right: 50px;
  padding-left: 30px;
  box-sizing: border-box;
}
.case .caseslide .bd li .item .text .cond {
  display: block;
  font-size: 18px;
  line-height: 69px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseslide .bd li .item .text .more {
  position: absolute;
  top: 0;
  right: 25px;
  display: block;
  width: 30px;
  height: 69px;
  background: url(../images/more2.png) no-repeat center;
}
.case .caseslide .bd li .item .num {
  margin: 35px 0 0;
  font-size: 60px;
  line-height: 44px;
  color: #ededed;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  transition: 0.5s linear;
}
.case .caseslide .bd li .item:hover .tu .img img {
  transform: scale(1.1);
}
.case .caseslide .bd li .item:hover .text .cond {
  color: #2f8ae7;
  letter-spacing: 1px;
}
.case .caseslide .bd li .item:hover .num {
  color: #2f8ae7;
}
.case .caseslide .prev {
  position: absolute;
  top: 398px;
  left: 19px;
  width: 46px;
  height: 46px;
  background: url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
}
.case .caseslide .next {
  position: absolute;
  top: 398px;
  right: 19px;
  width: 46px;
  height: 46px;
  background: url(../images/next-case.png) no-repeat center;
  cursor: pointer;
}
.capital {
  height: 1160px;
  background: url(../images/cap.jpg) no-repeat center top;
  padding: 153px 0 0;
  box-sizing: border-box;
  margin: 78px 0 0;
}
.capital .warp {
  display: flex;
  justify-content: space-between;
}
.capital .warp .mess .art em {
  display: block;
  font-size: 30px;
  line-height: 21px;
  color: #fff;
}
.capital .warp .mess .art h3 {
  margin: 20px 0 0;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.capital .warp .mess .FOM {
  margin: 63px 0 0;
}
.capital .warp .mess .FOM .n {
  width: 363px;
  height: 46px;
  position: relative;
  padding: 0 0 0 58px;
  box-sizing: border-box;
  border: solid 1px rgba(237, 237, 237, 0.6);
  margin-bottom: 33px;
}
.capital .warp .mess .FOM .n img {
  width: 73px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 3px;
}
.capital .warp .mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 14px;
  background: none;
  color: #c3d8f5;
}
.capital .warp .mess .FOM .n input::placeholder {
  color: #c3d8f5;
}
.capital .warp .mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  background: none;
  color: #c3d8f5;
}
.capital .warp .mess .FOM .n textarea::placeholder {
  color: #c3d8f5;
}
.capital .warp .mess .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .warp .mess .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .warp .mess .FOM .n:nth-child(3) {
  background: url(../images/f3.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .warp .mess .FOM .n:nth-child(4) {
  background: url(../images/f4.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .warp .mess .FOM #btn {
  width: 363px;
  height: 46px;
  background: #fe985c;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.capital .warp ul {
  display: flex;
  width: 810px;
  position: relative;
}
.capital .warp ul li {
  width: 427px;
  height: 539px;
  background: #fff;
  box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 35px 0;
  box-sizing: border-box;
  transform: scale(0.9);
  transition: 0.5s linear;
}
.capital .warp ul li .tu {
  position: relative;
  width: 100%;
  height: 257px;
  box-sizing: border-box;
  z-index: 50;
}
.capital .warp ul li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 257px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp ul li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp ul li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capital .warp ul li .text {
  position: relative;
  width: 358px;
  margin: 20px 0 auto;
}
.capital .warp ul li .text .cond {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp ul li .text p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 30px;
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  text-align: center;
  opacity: 0;
  transition: 0.5s linear;
}
.capital .warp ul li .text .more {
  display: block;
  width: 154px;
  height: 44px;
  border-radius: 22px;
  background: #2f8ae7;
  margin: 45px auto 0;
  font-size: 15px;
  line-height: 44px;
  color: #fff;
  text-align: center;
}
.capital .warp ul li .text .data {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 30px;
  color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 1;
  transition: 0.5s linear;
}
.capital .warp ul li:hover .text .cond {
  letter-spacing: 1px;
}
.capital .warp ul li:nth-child(1) {
  margin-right: -25px;
}
.capital .warp ul .on {
  transform: scale(1);
  position: relative;
  z-index: 10;
}
.capital .warp ul .on .text p {
  opacity: 1;
}
.capital .warp ul .on .text .data {
  opacity: 0;
}
.capital .titlelist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 64px 0 0;
}
.capital .titlelist li {
  width: 390px;
  height: 101px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 20px 27px 0 28px;
  background: #fff;
  margin-bottom: 12px;
}
.capital .titlelist li .cond {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .titlelist li .art {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0;
}
.capital .titlelist li .art .more {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .titlelist li .art i {
  font-size: 14px;
  line-height: 30px;
  color: #bfbfbf;
}
.capital .titlelist li:hover .cond {
  color: #2f8ae7;
  letter-spacing: 1px;
}
