.contents {
  width: 1300px;
  margin: 0 auto;
}
.w2 {
  width: 100%;
  height: 100%;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.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;
}
.abo {
  height: 668px;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 100px 0 0 0;
  box-sizing: border-box;
}
.abo .contents::before {
  content: "";
  display: block;
  width: 1px;
  height: 668px;
  position: absolute;
  background: #ddd;
  top: 0;
  left: 335px;
}
.abo .aside .ab img {
  display: block;
}
.abo .aside .si {
  margin-top: 64px;
}
.abo .aside .num {
  margin-top: 16px;
  font-size: 72px;
  line-height: 60px;
  color: #074fb2;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 7px;
}
.abo .aside .art {
  margin-top: 180px;
  font-size: 30px;
  line-height: 30px;
  color: #333;
  letter-spacing: 6px;
  height: 50px;
  background: url(../images/dec3.png) no-repeat bottom left;
}
.abo .boxwarp {
  width: 830px;
}
.abo .boxwarp .item {
  font-size: 24px;
  line-height: 25px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
}
.abo .boxwarp .text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 32px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 96px;
}
.abo .boxwarp .more {
  display: block;
  width: 199px;
  height: 46px;
  background: #074fb2;
  border-radius: 0;
  text-align: center;
  margin-top: 30px;
}
.abo .boxwarp .more a {
  display: block;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
}
.abo .boxwarp ul {
  display: flex;
  justify-content: space-between;
  margin-top: 94px;
  display: none;
}
.abo .boxwarp ul li {
  width: 149px;
  height: 147px;
  background: url(../images/nub.png) no-repeat center left;
  border-radius: 0;
  padding: 39px 0 0 38px;
  box-sizing: border-box;
}
.abo .boxwarp ul li .reg {
  display: flex;
  height: 40px;
}
.abo .boxwarp ul li .reg i {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 40px;
  color: #333;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.abo .boxwarp ul li .reg i::before {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 16px;
  line-height: 10px;
  color: #333;
  font-weight: 1;
}
.abo .boxwarp ul li .reg span {
  display: block;
  font-size: 14px;
  line-height: 60px;
  color: #333;
  margin-left: 19px;
}
.abo .boxwarp ul li p {
  margin-top: 13px;
  font-size: 16px;
  line-height: 15px;
  color: #666;
}
.proc {
  height: 900px;
  background: #f6f5f8;
  padding: 109px 0 0 0;
  box-sizing: border-box;
}
.proc .proslide .hd {
  display: flex;
  width: 100vw;
  padding: 0 5vw;
  box-sizing: border-box;
}
.proc .proslide .hd li {
  position: relative;
  width: 18%;
  height: 680px;
  overflow: hidden;
  margin-right: 20px;
  transition: 0.5s linear;
}
.proc .proslide .hd li .art {
  width: 1026px;
  height: 681px;
  position: relative;
}
.proc .proslide .hd li .art .tu {
  position: relative;
  width: 1026px;
  height: 681px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.proc .proslide .hd li .art .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1026px;
  height: 681px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.proc .proslide .hd li .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.proc .proslide .hd li .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.proc .proslide .hd li .art .text {
  background: rgba(34, 89, 212, 0.9);
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 10;
  padding: 20px 147px 0 38px;
  box-sizing: border-box;
  height: 140px;
  transition: 0.5s linear;
  width: 100%;
}
.proc .proslide .hd li .art .text .cond {
  display: block;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.proc .proslide .hd li .art .text p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.proc .proslide .hd li .art .text .more {
  position: absolute;
  top: 48px;
  right: 36px;
  display: block;
  width: 58px;
  height: 58px;
  background: url(../images/more1.png) no-repeat center;
  border-radius: 50%;
}
.proc .proslide .hd li .reg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  width: 310px;
  height: 170px;
  padding: 30px 0 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.proc .proslide .hd li .reg::before {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.proc .proslide .hd li .reg .cond {
  display: block;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.proc .proslide .hd li .reg em {
  margin: 10px 0 20px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.proc .proslide .hd li .reg .more {
  display: block;
  width: 85px;
  height: 30px;
  background: #f9f9f9;
  border-radius: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  text-align: center;
}
.proc .proslide .hd .on {
  width: 59.5%;
}
.proc .proslide .hd .on .art .text {
  bottom: 0;
}
.proc .proslide .hd .on .reg {
  bottom: -190px;
}
.reason {
  margin-top: 100px;
  height: 1010px;
  background: url(../images/rea.jpg) no-repeat center bottom;
}
.reason .warp {
  position: relative;
}
.reason .warp .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.reason .warp .box::before {
  content: "HR";
  display: block;
  position: absolute;
  top: 0;
  left: 69px;
  font-size: 238px;
  line-height: 188px;
  color: #333;
  opacity: 0.1;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: italic;
}
.reason .warp .box .top {
  width: 365px;
  height: 188px;
  background: url(../images/t1.png) no-repeat top left;
  background-position-y: 28px;
  padding: 47px 0 0 16px;
  box-sizing: border-box;
}
.reason .warp .box .top em {
  display: block;
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.reason .warp .box .top h3 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.reason .warp .box .art {
  width: 830px;
}
.reason .warp .box .art .bd li .reg {
  position: relative;
  display: flex;
  height: 30px;
}
.reason .warp .box .art .bd li .reg::before {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  position: absolute;
  background: #074fb2;
  top: 40px;
  left: 0;
}
.reason .warp .box .art .bd li .reg i {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.reason .warp .box .art .bd li .reg span {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 8px;
  text-transform: uppercase;
}
.reason .warp .box .art .bd li p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.reason .warp .warpbott {
  margin: 64px 0 0;
  height: 440px;
  display: flex;
  justify-content: space-between;
}
.reason .warp .warpbott .reg li .tu {
  width: 910px;
  height: 435px;
  background: 0;
  border-radius: none;
}
.reason .warp .warpbott .reg li .tu img {
  display: block;
  width: 100%;
  height: 100%;
}
.reason .warp .warpbott .art li .tu {
  width: 360px;
  height: 270px;
  background: 0;
  border-radius: none;
}
.reason .warp .warpbott .art li .tu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason .warp .arr {
  position: absolute;
  top: 168px;
  left: 469px;
  width: 86px;
  height: 34px;
  background: url(../images/arr-rea.png) no-repeat center;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
}
.reason .warp .arr .Mprev {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.reason .warp .arr .Mnext {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.reason .onlinebox {
  padding: 35px 0 0 0;
  box-sizing: border-box;
  display: flex;
}
.reason .onlinebox .aside .tel i {
  display: block;
  height: 40px;
  padding: 0 0 0 49px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  background: url(../images/tel3.png) no-repeat center left;
}
.reason .onlinebox .aside .tel span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.reason .onlinebox .aside a {
  margin-top: 125px;
  display: block;
  width: 100px;
  height: 32px;
  background: none;
  border-radius: 0;
  border: 1px solid #9cb9e0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.reason .onlinebox .cen {
  position: relative;
  margin-top: 20px;
  margin-left: 260px;
}
.reason .onlinebox .cen::before {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  position: absolute;
  background: #074fb2;
  top: 116px;
  left: 0;
}
.reason .onlinebox .cen em {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.reason .onlinebox .cen i {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #333;
}
.reason .onlinebox .cen b {
  margin-top: 55px;
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
.reason .onlinebox .plaet {
  width: 209px;
  height: 203px;
  background: url(../images/dec4.png) no-repeat center;
  border-radius: 0;
  position: relative;
  margin-left: 217px;
  right: -30px;
}
.reason .onlinebox .plaet i {
  position: absolute;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.reason .onlinebox .plaet i:nth-child(1) {
  top: 34px;
  left: 31px;
}
.reason .onlinebox .plaet i:nth-child(2) {
  top: 34px;
  right: 31px;
}
.reason .onlinebox .plaet i:nth-child(3) {
  top: 72px;
  left: 84px;
}
.reason .onlinebox .plaet i:nth-child(4) {
  top: 152px;
  left: 88px;
}
.case {
  margin-top: 80px;
}
.case .contents {
  position: relative;
}
.case .contents::before {
  content: "";
  display: block;
  width: 530px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 27px;
  left: 0;
}
.case .contents::after {
  content: "";
  display: block;
  width: 530px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 27px;
  right: 0;
}
.case .top h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.case .top p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  text-align: center;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.case ul li {
  width: 400px;
  margin-bottom: 15px;
  margin-right: 50px;
  transition: 0.2s ease-out;
}
.case ul li .tu {
  position: relative;
  width: 400px;
  height: 330px;
  border-radius: 0;
  z-index: 5;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #ddd;
  transition: 0.5s linear;
}
.case ul li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 330px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case ul li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case ul li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case ul li .text {
  position: relative;
  width: 100%;
  height: 60px;
  padding-right: 100px;
  padding-left: 10px;
  box-sizing: border-box;
}
.case ul li .text .cond {
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case ul li .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px;
  line-height: 60px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.case ul li .text .more::before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  background: #ccc;
  top: 28px;
  left: -33px;
}
.case ul li:hover {
  transform: translateY(-5px);
}
.case ul li:hover .tu {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.case ul li:hover .text .cond {
  color: #074fb2;
  letter-spacing: 1px;
}
.case ul li:nth-child(3n) {
  margin-right: 0;
}
.capital {
  height: 870px;
  background: #f6f5f8;
  padding: 80px 0 0 0;
  box-sizing: border-box;
}
.capital .contents {
  position: relative;
}
.capital .contents::before {
  content: "";
  display: block;
  width: 530px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 27px;
  left: 0;
}
.capital .contents::after {
  content: "";
  display: block;
  width: 530px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 27px;
  right: 0;
}
.capital .top h3 a {
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.capital .top p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  text-align: center;
}
.capital .capitalslide {
  margin-top: 40px;
}
.capital .capitalslide .hd {
  width: 427px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  width: 129px;
  height: 39px;
  background: #fff;
  border-radius: 0;
  border: solid 1px #ccc;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 39px;
  color: #666;
  text-align: center;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on {
  background: #074fb2;
  border-color: #074fb2;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  position: relative;
  width: 300px;
  height: 370px;
  background: none;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 35px 20px 0;
}
.capital .capitalslide .bd li .art .list::before {
  content: "";
  display: block;
  width: 3px;
  height: 0;
  position: absolute;
  background: #074fb2;
  top: 94px;
  left: -1px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .data {
  display: flex;
  height: 23px;
}
.capital .capitalslide .bd li .art .list .data i {
  display: block;
  font-size: 32px;
  line-height: 25px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.capital .capitalslide .bd li .art .list .data span {
  margin-left: 5px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .capitalslide .bd li .art .list .cond {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list p {
  font-size: 15px;
  line-height: 35px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .art .list .tu {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 174px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.capital .capitalslide .bd li .art .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 174px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .capitalslide .bd li .art .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list:hover::before {
  height: 53px;
}
.capital .capitalslide .bd li .art .list:hover .cond {
  color: #074fb2;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .art .list:hover .tu .img img {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .reg {
  position: relative;
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 35px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .reg::before {
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  position: absolute;
  background: #eaeaea;
  top: 24px;
  left: 429px;
}
.capital .capitalslide .bd li .reg::after {
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  position: absolute;
  background: #eaeaea;
  top: 24px;
  left: 865px;
}
.capital .capitalslide .bd li .reg .list {
  position: relative;
  width: 355px;
  padding: 20px 80px 0 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .reg .list .cond {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #333;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list .cond::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 35px;
  color: #333;
}
.capital .capitalslide .bd li .reg .list .data {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .capitalslide .bd li .reg .list .more {
  position: absolute;
  top: 31px;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/more2.png) no-repeat center;
  border-radius: 0;
}
.capital .capitalslide .bd li .reg .list:hover .cond {
  color: #074fb2;
  letter-spacing: 1px;
}
