.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-in;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.pro {
  margin: 90px 0 0;
  overflow: hidden;
}
.pro .top .zm {
  font-size: 65px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 53px;
  color: #444;
  text-align: center;
}
.pro .top .zm i {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0056a7;
}
.pro .top h3 a {
  display: block;
  font-size: 32px;
  color: #333;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0 0;
}
.pro .proslide {
  margin: 34px 0 0;
  position: relative;
}
.pro .proslide .hd {
  width: 1300px;
  height: 90px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 0px 0px;
  margin: 0 0 33px 0;
  display: flex;
  /* justify-content: space-between; */
  position: relative;
}
.pro .proslide .hd li {
  width: 250px;
  padding: 0 10px;
  box-sizing: border-box;
  background: url(../images/line1.png) no-repeat center right;
  position: relative;
  z-index: 50;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 90px;
  position: absolute;
  background: #0056a7;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .proslide .hd li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 90px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .hd .on::before {
  left: 0;
  right: auto;
  width: 100%;
}
.pro .proslide .hd .on a {
  color: #fff;
}
.pro .proslide .hd .more {
  width: 180px;
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 90px;
  text-align: center;
  font-weight: bold;
  transition: 0.2s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .proslide .hd .more:hover {
  transform: translateY(-4px);
}
.pro .proslide .bd li {
  display: flex;
  flex-wrap: wrap;
}
.pro .proslide .bd li .list {
  width: 400px;
  height: 450px;
  border: 1px solid #eee;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  margin-right: 50px;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .img {
  display: block;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.pro .proslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .list .text {
  margin: 60px 0 0;
}
.pro .proslide .bd li .list .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .text p {
  font-family: Arial;
  font-size: 16px;
  color: #777;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
  display: none;
}
.pro .proslide .bd li .list:hover {
  border-color: #0056a7;
}
.pro .proslide .bd li .list:hover .text .cond {
  color: #0056a7;
}
.pro .proslide .bd li .list:hover .text p {
  color: #0056a7;
}
.pro .proslide .bd li .list:last-child {
  margin: 0;
}
.pro .proslide .prev {
  width: 48px;
  height: 48px;
  background: url(../images/prev-pro.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 304px;
  left: -119px;
}
.pro .proslide .next {
  width: 48px;
  height: 48px;
  background: url(../images/next-pro.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 304px;
  right: -119px;
}
.abo {
  height: 900px;
  background: url(../images/abo.jpg) no-repeat 0 50% fixed;
  margin: 89px 0 0;
  padding: 105px 0 0;
  box-sizing: border-box;
}
.abo .top .zm {
  font-size: 65px;
  color: #fff;
  opacity: 0.2;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  line-height: 53px;
}
.abo .top h3 {
  font-size: 32px;
  color: #fff;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
  margin: 11px 0 0;
}
.abo .warp {
  width: 1300px;
  height: 490px;
  background: url(../images/ab.png) no-repeat center top;
  box-sizing: border-box;
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 630px;
  position: relative;
  margin: 71px 0 0 71px;
}
.abo .warp .aside::before {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  position: absolute;
  background: #ffcc00;
  top: 91px;
  left: 0;
}
.abo .warp .aside h4 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.abo .warp .aside .zm {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 12px;
  margin: 14px 0 70px;
}
.abo .warp .aside p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 102px;
}
.abo .warp .aside .more {
  display: block;
  width: 164px;
  height: 50px;
  background: #0056a7;
  padding: 0 0 0 66px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  margin: 60px 0 0;
  transition: 0.2s ease-in;
}
.abo .warp .aside .more::before {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 26px;
  left: 21px;
  transition: 0.5s linear;
}
.abo .warp .aside .more:hover {
  background: #ffcc00;
  transform: translateY(-4px);
  color: #333;
}
.abo .warp .aside .more:hover::before {
  background: #333;
}
.abo .warp .list {
  width: 526px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo .warp .list li {
  width: 270px;
  padding: 45px 0 0 50px;
  box-sizing: border-box;
  position: relative;
}
.abo .warp .list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  position: absolute;
  background: #fff;
  top: 139px;
  left: 55px;
}
.abo .warp .list li .ding{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  cursor: pointer;
}

.abo .warp .list li .cond {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
}
.abo .warp .list li p {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  line-height: 15px;
  margin: 15px 0 0;
}
.abo .warp .list li .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin: 95px 0 0;
  background: url(../images/more1.png) no-repeat center left;
  background-position-x: 93px;
  transition: 0.2s ease-in;
}
.abo .warp .list li:hover .more {
  background-position-x: 100px;
}
.abo .warp .list li:nth-child(even) {
  width: 250px;
}
.reason {
  margin: 90px 0 0;
}
.reason .top .zm {
  font-size: 65px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 53px;
  color: #444;
  text-align: center;
}
.reason .top .zm i {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0056a7;
}
.reason .top h3 {
  display: block;
  font-size: 32px;
  color: #333;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0 0;
}
.reason .reasonslide {
  margin: 55px 0 0;
  position: relative;
}
.reason .reasonslide .hd {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
}
.reason .reasonslide .hd li {
  width: 300px;
  height: 80px;
  background: url(../images/yb1.png) no-repeat center;
  font-size: 18px;
  color: #222;
  line-height: 80px;
  padding: 0 0 0 136px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li em {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 75px;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li:nth-child(1) em {
  background: url(../images/y1.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(2) em {
  background: url(../images/y2.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(3) em {
  background: url(../images/y3.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(4) em {
  background: url(../images/y4.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(1) em {
  background: url(../images/y1s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(2) em {
  background: url(../images/y2s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(3) em {
  background: url(../images/y3s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(4) em {
  background: url(../images/y4s.png) no-repeat center;
}
.reason .reasonslide .hd .on {
  background: url(../images/yb2.png) no-repeat center;
  color: #fff;
}
.reason .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .text {
  width: 592px;
}
.reason .reasonslide .bd li .text .art {
  padding-left: 117px;
  position: relative;
  height: 80px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.reason .reasonslide .bd li .text .art i {
  font-size: 72px;
  color: #e9f1f9;
  font-weight: bold;
  line-height: 55px;
  position: absolute;
  top: 0;
  left: 0;
}
.reason .reasonslide .bd li .text .art em {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  display: block;
}
.reason .reasonslide .bd li .text .art span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 15px;
  margin: 15px 0 0;
  text-transform: uppercase;
}
.reason .reasonslide .bd li .text p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  margin: 40px 0 0;
}
.reason .reasonslide .bd li .ys {
  width: 636px;
  height: 550px;
  border: 6px solid #eee;
  box-sizing: border-box;
}
.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 .warp {
  width: 592px;
  position: absolute;
  top: 460px;
  left: 0;
}
.reason .reasonslide .warp .arr {
  width: 139px;
  height: 58px;
  background: url(../images/arr-rea.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .warp .arr .prev {
  width: 58px;
  height: 58px;
  cursor: pointer;
}
.reason .reasonslide .warp .arr .next {
  width: 58px;
  height: 58px;
  cursor: pointer;
}
.reason .reasonslide .warp .reg {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.reason .reasonslide .warp .reg .tel {
  font-family: Arial;
  font-size: 26px;
  color: #333;
  line-height: 56px;
  padding-left: 38px;
  background: url(../images/tel.png) no-repeat center left;
}
.reason .reasonslide .warp .reg a {
  display: block;
  width: 201px;
  height: 56px;
  background: #ffcc00 url(../images/zxun.png) no-repeat center left;
  background-position-x: 33px;
  padding: 0 0 0 84px;
  font-size: 18px;
  color: #222;
  line-height: 56px;
  border-radius: 26px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.reason .reasonslide .warp .reg a:hover {
  transform: translateY(-7px);
}
.reason .reasonslide .warp .choo {
  font-size: 14px;
  color: #ccc;
  line-height: 11px;
  letter-spacing: 24px;
  margin: 58px 0 0;
}
.case {
  height: 874px;
  background: url(../images/case.jpg) no-repeat 0 50% fixed;
  margin: 90px 0 0;
  padding: 76px 0 0;
  box-sizing: border-box;
}
.case .top .zm {
  font-size: 65px;
  color: #fff;
  opacity: 0.2;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  line-height: 53px;
}
.case .top h3 {
  font-size: 32px;
  color: #fff;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
  margin: 11px 0 0;
}
.case .caseslide {
  margin: 78px 0 0;
}
.case .caseslide .bd li {
  width: 395px;
  margin-right: 58px;
}
.case .caseslide .bd li .tu {
  width: 395px;
  height: 297px;
  background: #fff;
  padding: 15px;
  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 {
  padding: 0 65px 0 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 18px 0 0;
}
.case .caseslide .bd li .text .cond {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #444d55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 20px 0 0;
  opacity: 0.6;
}
.case .caseslide .bd li .text i {
  display: block;
  font-family: Arial;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  opacity: 0.2;
  line-height: 33px;
  position: absolute;
  top: 23px;
  right: 0;
}
.case .caseslide .bd li:hover .text .cond {
  color: #ffcc00;
}
.case .caseslide .arr {
  width: 139px;
  height: 58px;
  background: url(../images/arr-rea.png) no-repeat center;
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
  position: relative;
  z-index: 50;
}
.case .caseslide .arr::before {
  content: "";
  display: block;
  width: 1300px;
  height: 1px;
  position: absolute;
  background: url(../images/line2.png) no-repeat center;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.case .caseslide .arr .prev {
  width: 58px;
  height: 58px;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 58px;
  height: 58px;
  cursor: pointer;
}
.coop {
  margin: 90px 0 0;
  overflow: hidden;
}
.coop .top .zm {
  font-size: 65px;
  color: #0056a7;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.coop .top h3 {
  font-size: 32px;
  color: #333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  margin: 8px 0 0;
}
.coop .coopslide {
  margin: 50px 0 0;
  position: relative;
}
.coop .coopslide .bd li {
  width: 300px;
  margin-right: 32px;
}
.coop .coopslide .bd li .img {
  display: block;
  width: 300px;
  height: 181px;
  border: 3px solid #eee;
  box-sizing: border-box;
}
.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;
  font-size: 16px;
  color: #444;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coop .coopslide .prev {
  width: 48px;
  height: 48px;
  background: url(../images/prev-pro.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 74px;
  left: -119px;
}
.coop .coopslide .next {
  width: 48px;
  height: 48px;
  background: url(../images/next-pro.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 74px;
  right: -119px;
}
.capital {
  height: 940px;
  background: url(../images/cap.jpg) no-repeat 0 50% fixed;
  padding: 115px 0 0;
  margin: 70px 0 0;
}
.capital .top .zm {
  font-size: 65px;
  color: #fff;
  opacity: 0.2;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  line-height: 53px;
}
.capital .top h3 a {
  display: block;
  font-size: 32px;
  color: #fff;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
  margin: 11px 0 0;
}
.capital .capitalslide {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li {
  width: 400px;
  height: 560px;
  background: rgba(255, 255, 255, 0.52);
  padding: 58px 0 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  line-height: 22px;
  font-weight: 1000;
  margin-left: 141px;
  position: relative;
}
.capital .capitalslide .bd li i::before {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 13px;
  left: -184px;
}
.capital .capitalslide .bd li .img {
  display: block;
  width: 382px;
  height: 398px;
  overflow: hidden;
  margin: 49px 0 0 27px;
}
.capital .capitalslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.capital .capitalslide .hd {
  width: 810px;
  height: 560px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.capital .capitalslide .hd li {
  width: 810px;
  height: 139px;
  padding: 45px 60px 0 57px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.capital .capitalslide .hd li::after {
  content: "";
  display: block;
  width: 741px;
  height: 1px;
  position: absolute;
  background: #eee;
  opacity: 0.2;
  top: 140px;
  left: 50px;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background: #fff;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li .data {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 10px;
}
.capital .capitalslide .hd li .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .hd li .more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 70px;
  right: 25px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on::before {
  height: 139px;
  top: 0;
  bottom: auto;
}
.capital .capitalslide .hd .on .data {
  color: #333;
}
.capital .capitalslide .hd .on .cond {
  color: #333;
}
.capital .capitalslide .hd .on .more {
  background: url(../images/more3.png) no-repeat center;
}
