.contents {
  width: 1360px;
  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;
}
.abo {
  height: 573px;
  padding: 71px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .about {
  position: relative;
  width: 440px;
  height: 440px;
  border: 1px dashed #bfbfbf;
  box-sizing: border-box;
  padding: 48px;
  border-radius: 50%;
}
.abo .about::before {
  content: "";
  display: none;
  width: 114px;
  height: 114px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/bofang.png) no-repeat center;
  cursor: pointer;
}
.abo .about .tuimg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.abo .about .tuimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .about .tuimg img:hover {
  transform: scale(1.1);
}
.abo .reg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}
.abo .reg::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  transition: 0.9s ease-out;
}
.abo .reg video {
  width: 50vw;
  height: 50vh;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: 0.5s ease-out;
}
.abo .reg #close {
  width: 64px;
  height: 64px;
  background: url(../images/close.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 700;
  opacity: 1;
  transition: 0.5s ease-out;
  display: none;
}
.abo .onjs {
  pointer-events: all;
}
.abo .onjs::before {
  height: 100vh;
}
.abo .onjs video {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.abo .onjs #close {
  opacity: 1;
  height: 64px;
  display: block;
}
.abo .plaet {
  width: 855px;
  margin: 14px 0 0;
}
.abo .plaet i {
  display: block;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 23px;
}
.abo .plaet h3 {
  display: block;
  font-size: 56px;
  color: #4d4d4d;
  line-height: 55px;
  font-weight: bold;
  margin: 28px 0 0;
}
.abo .plaet h3 b {
  color: #e31a1a;
}
.abo .plaet em {
  display: block;
  font-family: Arial;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 23px;
  margin: 24px 0 0;
}
.abo .plaet .text {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  margin: 20px 0 30px;
}
.abo .plaet .more {
  display: block;
  width: 160px;
  height: 45px;
  background: #e31a1a;
  border-radius: 23px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  transition: 0.2s ease-out;
}
.abo .plaet .more:hover {
  text-decoration: underline;
  transform: translateY(-5px);
}
.pro {
  height: 642px;
  background: url(../images/b1.jpg) no-repeat center top;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.pro .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
}
.pro .top i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 15px;
  margin: 14px 0 0;
  text-align: center;
}
.pro .proslide {
  margin: 54px 0 0;
}
.pro .proslide .bd {
  display: flex;
}
.pro .proslide .bd li {
  position: relative;
  z-index: 50;
  width: 433px;
  height: 380px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: 30px;
  padding: 47px 0 0;
  box-sizing: border-box;
}
.pro .proslide .bd li::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  position: absolute;
  top: 276px;
  left: 50%;
  transform: translateX(-50%);
  background: #e31a1a;
}
.pro .proslide .bd li::after{
  content: "";
  display: block;
  width: 100%;
  height: 315px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  z-index: 10;
  pointer-events: none;
}
.pro .proslide .bd li i {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.7);
  background: rgba(192, 3, 3, 0.7);
  margin: 0 auto;
}
.pro .proslide .bd li i img {
  position: absolute;
}
.pro .proslide .bd li .cond {
  position: relative;
  z-index: 100;
  display: block;
  margin: 30px 0 0;
  font-size: 26px;
  color: #333;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li p {
  position: relative;
  z-index: 100;
  width: 336px;
  margin: 30px auto 0;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.pro .proslide .bd li .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.pro .proslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .img img:hover {
  transform: scale(1.1);
}
.picimgbox {
  height: 260px;
  background: url(../images/b2.jpg) no-repeat center top;
  padding: 32px 0 0;
  box-sizing: border-box;
}
.picimgbox .box .dec img {
  display: block;
}
.picimgbox .box .tel {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #e31a1a;
  margin: 23px 0 0;
  text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}
.case {
  height: 1082px;
  padding: 49px 0 0;
  box-sizing: border-box;
}
.case .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
}
.case .top i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 15px;
  margin: 14px 0 0;
  text-align: center;
}
.case .caseslide {
  margin: 34px 0 0;
}
.case .caseslide .hd {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}
.case .caseslide .hd li {
  margin-right: 40px;
}
.case .caseslide .hd li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  text-align: center;
  max-width: 340px;
  background: #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .hd li:hover a {
  background: #e31a1a;
  color: #fff;
}
.case .caseslide .hd li:nth-child(1) a {
  background: #e31a1a;
  color: #fff;
}
.case .caseslide .hd li:last-child {
  margin-right: 0;
}
.case .caseslide .bd li {
  display: flex;
  flex-wrap: wrap;
}
.case .caseslide .bd li .list {
  width: 434px;
  margin-right: 29px;
  margin-bottom: 30px;
}
.case .caseslide .bd li .list .img {
  display: block;
  width: 434px;
  height: 334px;
  overflow: hidden;
}
.case .caseslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .list .cond {
  display: block;
  height: 50px;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .list:hover .cond {
  letter-spacing: 1px;
  color: #e31a1a;
}
.case .caseslide .bd li .list:nth-child(3n) {
  margin-right: 0;
}
.service {
  height: 460px;
  background: url(../images/b3.jpg) no-repeat center top;
  padding: 51px 0 0;
  box-sizing: border-box;
}
.service .top h3 {
  font-size: 34px;
  color: #fff;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
}
.service .top i {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 15px;
  margin: 14px 0 0;
  text-align: center;
}
.service .item {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
  margin: 55px 0 0;
  box-sizing: border-box;
}
.service .item li .tu {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  transition: 0.5s linear;
}
.service .item li .tu img {
  display: block;
  border-radius: 50%;
}
.service .item li .art {
  margin: 20px 0 0;
  transition: 0.5s linear;
}
.service .item li .art i {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.service .item li .art span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 5px 0 0;
}
.service .item li:hover .tu {
  border-color: #e31a1a;
  transform: translateY(-5px);
}
.service .item li:hover .art {
  transform: translateY(5px);
}
.service .item .on .tu {
  border-color: #e31a1a;
}
.coop {
  height: 490px;
  background: url(../images/b4.jpg) no-repeat center top;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.coop .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
}
.coop .top i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 15px;
  margin: 14px 0 0;
  text-align: center;
}
.coop .coopslide {
  position: relative;
  margin: 37px 0 0;
}
.coop .coopslide .bd li {
  width: 317px;
  margin-right: 30px;
}
.coop .coopslide .bd li .img {
  display: block;
  width: 317px;
  height: 245px;
  overflow: hidden;
}
.coop .coopslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.coop .coopslide .bd li .img img:hover {
  transform: scale(1.1);
}
.coop .coopslide .bd li .cond {
  display: block;
  height: 50px;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.coop .coopslide .bd li:hover .cond {
  letter-spacing: 1px;
  color: #e31a1a;
}
.coop .coopslide .prev {
  position: absolute;
  top: 121px;
  left: -89px;
  z-index: 100;
  width: 49px;
  height: 49px;
  background: url(../images/prev-coop.png) no-repeat center;
  cursor: pointer;
}
.coop .coopslide .next {
  position: absolute;
  top: 121px;
  right: -89px;
  z-index: 100;
  width: 49px;
  height: 49px;
  background: url(../images/next-coop.png) no-repeat center;
  cursor: pointer;
}
.capital {
  margin: 50px 0 0;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
}
.capital .box .top i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 15px;
  margin: 14px 0 0;
}
.capital .box .more {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/more1.png) no-repeat center;
}
.capital .capitalslide {
  position: relative;
  margin: 53px 0 0;
}
.capital .capitalslide .bd li .aside {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .aside .art {
  width: 662px;
}
.capital .capitalslide .bd li .aside .art .list {
  display: flex;
  justify-content: space-between;
  width: 662px;
  margin-bottom: 16px;
}
.capital .capitalslide .bd li .aside .art .list .img {
  display: block;
  width: 245px;
  height: 162px;
  overflow: hidden;
}
.capital .capitalslide .bd li .aside .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .aside .art .list .text {
  width: 392px;
  height: 150px;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .aside .art .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .art .list .text p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
  margin: 12px 0 0;
}
.capital .capitalslide .bd li .aside .art .list .text .item {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .aside .art .list .text .item .data {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.capital .capitalslide .bd li .aside .art .list .text .item .more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more2.png) no-repeat center;
}
.capital .capitalslide .bd li .aside .art .list:hover .text .cond {
  color: #c00303;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .aside .reg {
  width: 650px;
}
.capital .capitalslide .bd li .aside .reg .list {
  position: relative;
  width: 650px;
  height: 99px;
  padding: 0 80px 0 0;
  border-bottom: 1px dashed #d2d2d2;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.capital .capitalslide .bd li .aside .reg .list .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .reg .list p {
  margin: 18px 0 0;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .aside .reg .list .warp {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
}
.capital .capitalslide .bd li .aside .reg .list .warp .data {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  text-align: center;
}
.capital .capitalslide .bd li .aside .reg .list .warp .more {
  display: block;
  width: 55px;
  height: 30px;
  background: url(../images/more3.png) no-repeat center;
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .aside .reg .list:hover .cond {
  color: #e31a1a;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .warp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capital .capitalslide .bd li .warp .list {
  position: relative;
  width: 650px;
  margin-bottom: 5px;
  padding: 0 80px 0 35px;
  box-sizing: border-box;
  border-bottom: 1px dashed #d2d2d2;
}
.capital .capitalslide .bd li .warp .list::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  background: #a9a9a9;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .list .data {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999;
  line-height: 54px;
}
.capital .capitalslide .bd li .warp .list:hover::before {
  background: #e31a1a;
}
.capital .capitalslide .bd li .warp .list:hover .cond {
  color: #e31a1a;
  letter-spacing: 1px;
}
.capital .capitalslide .hd {
  position: absolute;
  top: -103px;
  right: 122px;
  width: 385px;
  background: url(../images/line1.png) no-repeat center;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  position: relative;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 40px;
  left: 0;
  background: #e31a1a;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 35px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on::before {
  width: 72px;
}
.link .contents {
  min-height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  width: 137px;
  height: 51px;
  background: url(../images/link.png) no-repeat center left;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 88%;
  margin: 30px 0 0;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-right: 20px;
  transition: 0.2s ease-out;
}
.link .lj a:hover {
  color: #e31a1a;
  transform: translateY(-5px);
  text-decoration: underline;
}
