.contents {
  width: 1300px;
  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;
}
.pro {
  margin: 80px 0 0;
  overflow: hidden;
}
.pro .center {
  width: 1600px;
  margin: 0 auto;
}
.pro .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pro .box .top {
  height: 139px;
  padding: 79px 0 0;
  box-sizing: border-box;
  background: url(../images/t1.png) no-repeat center left;
  width: 280px;
}
.pro .box .top h3 a {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 25px;
}
.pro .box .proslide {
  width: 78%;
  position: relative;
}
.pro .box .proslide::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 73px;
  left: 0;
}
.pro .box .proslide .hd {
  display: flex;
}
.pro .box .proslide .hd li {
  width: 195px;
  margin-right: 80px;
}
.pro .box .proslide .hd li .cond {
  width: 120px;
  display: flex;
  padding-left: 76px;
  position: relative;
}
.pro .box .proslide .hd li .cond::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  background: #ed7020;
  top: 70px;
  left: 0;
  transition: 0.5s linear;
}
.pro .box .proslide .hd li .cond i {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .box .proslide .hd li .cond em {
  display: block;
  width: 76px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .box .proslide .hd li .cond em img {
  display: block;
  margin: 0 auto;
  transition: 0.5s linear;
}
.pro .box .proslide .hd li .cond em img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.pro .box .proslide .hd li .cond em img:nth-child(2) {
  position: absolute;
  top: -40px;
  left: 0;
  opacity: 0;
}
.pro .box .proslide .hd li .er {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  padding: 0 30px;
  box-sizing: border-box;
  display: none;
}
.pro .box .proslide .hd li .er a {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 60px;
  padding-left: 13px;
  width: 90px;
  background: url(../images/title1.png) no-repeat center left;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.pro .box .proslide .hd li .er a:hover {
  background: url(../images/title2.png) no-repeat center left;
  color: #ed7020;
  transform: translateY(-4px);
}
.pro .box .proslide .hd .on .cond::before {
  width: 192px;
}
.pro .box .proslide .hd .on .cond em img:nth-child(1) {
  top: 40px;
  opacity: 0;
}
.pro .box .proslide .hd .on .cond em img:nth-child(2) {
  top: 0;
  opacity: 1;
}
.pro .box .proslide .hd .on .er {
  display: flex;
}
.pro .box .more {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  padding-right: 56px;
  background: url(../images/more1.png) no-repeat center right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}
.pro .listimg {
  margin: 65px 0 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.pro .listimg li {
  width: 23%;
  height: 350px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 40px;
  transition: 0.5s linear;
}
.pro .listimg li .img {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.pro .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .listimg li .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  padding: 0 115px 0 27px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: url(../images/title1.png) no-repeat center left;
  transition: 0.5s linear;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 79px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .listimg li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 79px;
  padding: 0 47px 0 0;
  position: absolute;
  top: 0;
  right: 17px;
  background: url(../images/more2.png) no-repeat center right;
  transition: 0.5s linear;
}
.pro .listimg li:hover {
  background: #415765;
}
.pro .listimg li:hover .text {
  background: url(../images/title2.png) no-repeat center left;
}
.pro .listimg li:hover .text .cond {
  color: #fff;
}
.pro .listimg li:hover .text .more {
  background: url(../images/more3.png) no-repeat center right;
  color: #fff;
}
.reason {
  height: 878px;
  background: url(../images/rea.jpg) no-repeat center;
  margin: 40px 0 0;
  padding: 81px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.reason .contents {
  position: relative;
}
.reason .reasonslide {
  position: relative;
}
.reason .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .text {
  width: 505px;
  margin: 230px 0 0;
}
.reason .reasonslide .bd li .text h4 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.reason .reasonslide .bd li .text h4 i {
  font-family: Arial;
  font-size: 14px;
  color: #888;
  line-height: 20px;
  margin-left: 5px;
}
.reason .reasonslide .bd li .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 20px 0 0;
}
.reason .reasonslide .bd li .ys {
  width: 610px;
  height: 460px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-right: 10px;
}
.reason .reasonslide .bd li .ys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.reason .reasonslide .bd li .ys img:hover {
  transform: scale(1.1);
}
.reason .reasonslide .hd {
  display: flex;
  justify-content: space-between;
  margin: 117px 0 0;
}
.reason .reasonslide .hd li {
  width: 216px;
  height: 216px;
  background: url(../images/yb1.png) no-repeat center;
  padding: 57px 0 0;
  box-sizing: border-box;
  transition: 0.2s ease-out;
}
.reason .reasonslide .hd li em {
  display: block;
  width: 60px;
  height: 60px;
  background: #4d606d;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.reason .reasonslide .hd li em::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 17px;
  text-align: center;
  margin: 18px 0 0;
}
.reason .reasonslide .hd li:nth-child(1) em::before {
  background: url(../images/y1.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(2) em::before {
  background: url(../images/y2.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(3) em::before {
  background: url(../images/y3.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(4) em::before {
  background: url(../images/y4.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(1) em::before {
  background: url(../images/y1s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(2) em::before {
  background: url(../images/y2s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(3) em::before {
  background: url(../images/y3s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(4) em::before {
  background: url(../images/y4s.png) no-repeat center;
}
.reason .reasonslide .hd .on {
  background: url(../images/yb2.png) no-repeat center;
}
.reason .reasonslide .hd .on em {
  background: #fff;
}
.reason .reasonslide .top {
  padding: 60px 0 0;
  background: url(../images/t2.png) no-repeat top left;
  width: 570px;
  position: absolute;
  top: 66px;
  left: 0;
}
.reason .reasonslide .top p {
  font-size: 16px;
  color: #333;
  line-height: 15px;
  letter-spacing: 5px;
}
.reason .reasonslide .art {
  width: 410px;
  position: absolute;
  top: 463px;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .art .tel {
  padding-left: 23px;
  font-size: 20px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  height: 32px;
  background: url(../images/tel1.png) no-repeat center left;
}
.reason .reasonslide .art a {
  display: block;
  width: 124px;
  height: 32px;
  background: #ed7020;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  color: #fff;
}
.reason .dec1 {
  position: absolute;
  top: 388px;
  left: -290px;
}
.reason .dec2 {
  position: absolute;
  top: -78px;
  right: -280px;
}
.case {
  background: url(../images/case.jpg) no-repeat center top;
  background-position-y: 163px;
  overflow: hidden;
}
.case .contents {
  position: relative;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  width: 260px;
  height: 390px;
  padding: 150px 0 0 29px;
  box-sizing: border-box;
  background: #fafafa url(../images/t3.png) no-repeat top left;
  background-position: 30px 80px;
  width: 280px;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  background: #ccc;
  top: 196px;
  left: 33px;
}
.case .box .top h3 {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 25px;
}
.case .box .top p {
  font-size: 20px;
  color: #ed7020;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 116px 0 13px;
}
.case .box .top em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
}
.case .box .more {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  height: 40px;
  padding-right: 56px;
  background: url(../images/more1.png) no-repeat center right;
  margin: 80px 0 0;
  position: relative;
  z-index: 100;
}
.case .aside {
  display: flex;
  justify-content: space-between;
  width: 985px;
  position: absolute;
  top: 80px;
  left: 310px;
  z-index: 50;
}
.case .aside .tu {
  width: 446px;
  height: 309px;
  background: #eee;
  padding: 10px;
  box-sizing: border-box;
}
.case .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .aside .tu .img img:hover {
  transform: scale(1.1);
}
.case .aside .text {
  width: 465px;
  margin: 120px 0 0;
}
.case .aside .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .aside .text p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin: 14px 0 45px;
}
.case .aside .text .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  background: url(../images/more4.png) no-repeat center left;
  background-position-x: 81px;
}
.case .caseslide {
  margin: 39px 0 0;
  position: relative;
}
.case .caseslide .bd li {
  width: 408px;
  position: relative;
  margin-right: 38px;
  padding: 0 0 70px 0;
}
.case .caseslide .bd li .tu {
  width: 408px;
  height: 314px;
  border: 8px solid #eee;
  box-sizing: border-box;
}
.case .caseslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .text {
  width: 294px;
  height: 74px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, 0.08);
  position: absolute;
  top: 288px;
  left: 50%;
  transform: translateX(-50%);
}
.case .caseslide .bd li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 74px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text i {
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  opacity: 0.1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-weight: 1000;
}
.case .caseslide .bd li:hover .text .cond {
  color: #ed7020;
  letter-spacing: 1px;
}
.case .caseslide .arr {
  width: 115px;
  height: 42px;
  background: url(../images/arr-case.png) no-repeat center;
  position: absolute;
  bottom: -95px;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .arr .prev {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.case .art {
  width: 410px;
  margin: 65px 0 0;
  display: flex;
  justify-content: space-between;
}
.case .art .tel {
  padding-left: 23px;
  font-size: 20px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  height: 32px;
  background: url(../images/tel1.png) no-repeat center left;
}
.case .art a {
  display: block;
  width: 124px;
  height: 32px;
  background: #ed7020;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  color: #fff;
}
.case .dec {
  width: 230px;
  height: 394px;
  position: absolute;
  top: 0;
  right: -247px;
}
.abo {
  height: 872px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 85px 0 0;
  padding: 95px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.abo .aside {
  width: 544px;
  position: relative;
  margin: 28px 0 0;
}
.abo .aside .about {
  width: 544px;
  height: 544px;
  border-radius: 50%;
  overflow: hidden;
}
.abo .aside .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .aside .about img:hover {
  transform: scale(1.1);
}
.abo .aside a {
  display: block;
  width: 90px;
  height: 90px;
  background: #fff url(../images/xun.png) no-repeat center top;
  background-position-y: 16px;
  font-size: 14px;
  color: #333;
  line-height: 12px;
  text-align: center;
  padding: 48px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 50;
}
.abo .aside a::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.abo .plaet {
  width: 588px;
}
.abo .plaet .top {
  width: 1005;
  height: 118px;
  background: url(../images/t4.png) no-repeat top left;
  padding: 26px 0 0 235px;
  box-sizing: border-box;
}
.abo .plaet .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 25px;
}
.abo .plaet h4 {
  margin: 92px 0 0;
}
.abo .plaet h4 a {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.abo .plaet .text {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 90px;
  margin: 20px 0 0;
}
.abo .plaet .list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
  width: 470px;
}
.abo .plaet .list li em {
  display: block;
  width: 65px;
  height: 46px;
  transition: 0.5s linear;
}
.abo .plaet .list li i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  text-align: center;
  margin: 15px 0 0;
}
.abo .plaet .list .on i {
  color: #ed7020;
}
.abo .plaet .list li:nth-child(1) em {
  background: url(../images/r1.png) no-repeat center;
}
.abo .plaet .list li:nth-child(2) em {
  background: url(../images/r2.png) no-repeat center;
}
.abo .plaet .list li:nth-child(3) em {
  background: url(../images/r3.png) no-repeat center;
}
.abo .plaet .list .on:nth-child(1) em {
  background: url(../images/r1s.png) no-repeat center;
}
.abo .plaet .list .on:nth-child(2) em {
  background: url(../images/r2s.png) no-repeat center;
}
.abo .plaet .list .on:nth-child(3) em {
  background: url(../images/r3s.png) no-repeat center;
}
.abo .dec1 {
  position: absolute;
  top: 175px;
  left: -260px;
}
.abo .dec2 {
  position: absolute;
  top: 555px;
  right: -257px;
}
.capital {
  overflow: hidden;
}
.capital .top {
  padding: 67px 0 0;
  background: url(../images/t5.png) no-repeat top left;
}
.capital .top h3 a {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 25px;
}
.capital .capitalslide {
  margin: 61px 0 0;
  position: relative;
}
.capital .capitalslide .bd .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd .art .list {
  width: 430px;
  height: 650px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 60px 48px 0 48px;
  transition: 0.2s ease-out;
}
.capital .capitalslide .bd .art .list .data {
  height: 53px;
  font-family: Arial;
  font-size: 72px;
  color: #333;
  line-height: 63px;
  height: 63px;
}
.capital .capitalslide .bd .art .list .data i {
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 63px;
  line-height: 70px;
}
.capital .capitalslide .bd .art .list .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin: 40px 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .art .list .img {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
}
.capital .capitalslide .bd .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd .art .list p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 30px 0 0;
}
.capital .capitalslide .bd .art .list .more {
  width: 30px;
  height: 30px;
  background: url(../images/more5.png) no-repeat center;
  display: block;
  margin: 40px 0 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .art .list:hover {
  background: url(../images/lb.png) no-repeat center;
}
.capital .capitalslide .bd .art .list:hover .data {
  color: #ed7020;
}
.capital .capitalslide .bd .art .list:hover .data i {
  color: #ed7020;
}
.capital .capitalslide .bd .art .list:hover .cond {
  color: #ed7020;
  letter-spacing: 1px;
}
.capital .capitalslide .bd .art .list:hover .more {
  background: url(../images/more6.png) no-repeat center;
}
.capital .capitalslide .bd .reg {
  display: flex;
  justify-content: space-between;
  margin: 7px 0 0;
}
.capital .capitalslide .bd .reg .list {
  width: 320px;
  height: 94px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 38px 0 18px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .reg .list .cond {
  display: block;
  height: 50px;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  line-height: 50px;
  border-bottom: 1px solid #faf8f2;
  background: url(../images/title3.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .reg .list .text {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd .reg .list .text i {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 40px;
}
.capital .capitalslide .bd .reg .list .text .more {
  display: block;
  width: 21px;
  height: 40px;
  background: url(../images/more7.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalslide .bd .reg .list:hover {
  background: #ed7020;
}
.capital .capitalslide .bd .reg .list:hover .cond {
  color: #fff;
  background: url(../images/title4.png) no-repeat center left;
  letter-spacing: 1px;
}
.capital .capitalslide .bd .reg .list:hover .text i {
  color: #fff;
}
.capital .capitalslide .bd .reg .list:hover .text .more {
  background: url(../images/more8.png) no-repeat center;
}
.capital .capitalslide .hd {
  height: 98px;
  display: flex;
  justify-content: space-between;
  width: 680px;
  position: absolute;
  top: -135px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  position: relative;
  height: 66px;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #ed7020;
  bottom: 0;
  left: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  width: 125px;
  display: block;
  padding-left: 46px;
  font-size: 18px;
  color: #333;
  line-height: 66px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on::before {
  width: 125px;
}
.capital .capitalslide .hd .on a {
  color: #ed7020;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
}
.link {
  margin: 59px 0;
  overflow: hidden;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  height: 44px;
  background: url(../images/link.png) no-repeat center left;
  font-size: 14px;
  color: #666;
  line-height: 12px;
  padding: 0 0 0 32px;
  flex: 1;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 88%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  transition: 0.2s ease-out;
}
.link .lj a i {
  margin: 0 20px;
}
.link .lj a:hover {
  transform: translateY(-4px);
  color: #ed7020;
}
.region {
  height: 420px;
  background: url(../images/reg.jpg) no-repeat center top;
  overflow: hidden;
}
.region .aside {
  height: 420px;
  width: 424px;
  background: #fff;
  padding: 50px 0 0 44px;
  box-sizing: border-box;
  position: relative;
}

.region .aside::before{
  content: "";
  display: block;
  width: 119px;
  height: 2px;
  background: #ed7020;
  position: absolute;
  top: 39px;
  left: 45px;
}

.region .aside em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.region .aside h3 {
  font-size: 26px;
  color: #333;
  line-height: 25px;
  margin: 15px 0;
}
.region .aside .text {
  margin: 5px 0 0;
}
.region .aside .text p {
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  position: relative;
  margin-bottom: 5px;
}
.region .aside .text p b {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 70px;
}
.region .aside .text p span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 70px;
  width: 255px;
}
.region .aside .text p i {
  /* display: block; */
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.region .aside .text p:nth-child(1) {
  background: url(../images/a1.png) no-repeat center left;
}
.region .aside .text p:nth-child(2) {
  background: url(../images/a2.png) no-repeat top left;
  background-position-y: 10px;
  height: 60px;
}
.region .aside .text p:nth-child(3) {
  background: url(../images/a3.png) no-repeat center left;
}
.region .aside .art {
  display: flex;
  margin: 25px 0 0;
}
.region .aside .art .erm {
  width: 104px;
  height: 104px;
  border: 1px solid #f4f4f5;
  padding: 5px;
  box-sizing: border-box;
}
.region .aside .art .erm img {
  display: block;
  width: 100%;
  height: 100%;
}
.region .aside .art .reg {
  margin-left: 19px;
}
.region .aside .art .reg .wx {
  margin: 20px 0 0;
  position: relative;
}
.region .aside .art .reg .wx i {
  display: block;
  height: 40px;
  padding-left: 60px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  background: url(../images/wx.png) no-repeat center left;
}
.region .aside .art .reg .wx img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  position: absolute;
  bottom: -50px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s linear;
  display: none;
}
.region .aside .art .reg .wx:hover img {
  opacity: 1;
  bottom: -40px;
  pointer-events: all;
}
.mess {
  margin: 50px 0;
  overflow: hidden;
}
.mess .FOM {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mess .FOM .n {
  height: 50px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 57px;
  box-sizing: border-box;
  border: solid 1px #ddd;
}
.mess .FOM .n img {
  width: 80px;
  height: 32px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  background: none;
  color: #999;
}
.mess .FOM .n input::placeholder {
  color: #999;
}
.mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 47px;
  font-size: 14px;
  background: none;
  color: #999;
}
.mess .FOM .n textarea::placeholder {
  color: #999;
}
.mess .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
  background-position-x: 21px;
  width: 255px;
}
.mess .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
  background-position-x: 21px;
  width: 255px;
}
.mess .FOM .n:nth-child(3) {
  background: url(../images/f3.png) no-repeat center left;
  background-position-x: 21px;
  width: 345px;
}
.mess .FOM .n:nth-child(4) {
  background: url(../images/f4.png) no-repeat center left;
  background-position-x: 21px;
  width: 295px;
}
.mess .FOM #btn {
  width: 109px;
  height: 50px;
  background: #ed7020;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .pro .center {
    width: 1300px;
  }
  .case {
    overflow: hidden;
  }
  .pro .box .more {
    display: none;
  }
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
