.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;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  height: 628px;
  padding: 90px 0 0;
  box-sizing: border-box;
  background: url(../images/b1.jpg) no-repeat center top;
}
.pro .top {
  margin-bottom: 82px;
}
.pro .top em {
  display: block;
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 13px;
  text-align: center;
}
.pro .top h3 {
  margin: 10px 0 0;
  font-size: 38px;
  color: #333;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
}
.pro .bd {
  display: flex;
  justify-content: space-between;
}
.pro .bd li {
  width: 305px;
}
.pro .bd li .tu {
  width: 305px;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) no-repeat center bottom;
}
.pro .bd li .tu .img {
  display: block;
  width: 100%;
  height: 230px;
  border-radius: 6px;
  overflow: hidden;
}
.pro .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .bd li .cond {
  margin: 25px 0 0;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.probox {
  height: 1262px;
  background: url(../images/b2.jpg) no-repeat center top;
  padding: 61px 0 0;
  box-sizing: border-box;
}
.probox .top {
  position: relative;
  padding: 52px 0 0;
  z-index: 50;
}
.probox .top em {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  font-size: 126px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 104px;
  color: #fff;
  opacity: 0.1;
}
.probox .top h3 {
  font-size: 38px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
}
.probox .top p {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  letter-spacing: 20px;
  margin: 35px 0 0;
}
.probox .warp {
  margin: 155px 0 0;
  display: flex;
  justify-content: space-between;
}
.probox .warp .aside .tops {
  position: relative;
  z-index: 50;
}
.probox .warp .aside .tops::before {
  content: "";
  display: block;
  width: 306px;
  height: 40px;
  position: absolute;
  top: -3px;
  left: -52px;
  z-index: -1;
  background: url(../images/t1.png) no-repeat center;
}
.probox .warp .aside .tops h3 {
  display: flex;
}
.probox .warp .aside .tops h3 i {
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.probox .warp .aside .tops h3 i:nth-child(2) {
  font-weight: normal;
  margin-left: 10px;
}
.probox .warp .aside .tops em {
  margin: 19px 0 0;
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.probox .warp .aside ul {
  margin: 85px 0 0;
}
.probox .warp .aside ul li {
  position: relative;
  width: 280px;
  height: 54px;
}
.probox .warp .aside ul li::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(../images/title1.png) no-repeat center;
}
.probox .warp .aside ul li a {
  display: block;
  width: 280px;
  padding: 0 0 0 46px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.probox .warp .aside ul li:nth-child(2) {
  background: #047d49;
  border-radius: 0px 27px 27px 0px;
}
.probox .warp .aside ul li:nth-child(2)::before {
  background: url(../images/title2.png) no-repeat center;
}
.probox .warp .aside ul li:nth-child(2) a {
  color: #fff;
}
.probox .warp .plaet {
  width: 955px;
  position: relative;
  margin: 57px 0 0;
}
.probox .warp .plaet .tu {
  width: 640px;
  height: 436px;
  background: #eee;
  padding: 6px;
  box-sizing: border-box;
}
.probox .warp .plaet .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.probox .warp .plaet .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.probox .warp .plaet .tu .img img:hover {
  transform: scale(1.1);
}
.probox .warp .plaet .text {
  position: absolute;
  top: 106px;
  left: 543px;
  width: 412px;
  height: 240px;
  background: #047d49;
  padding: 50px 32px 0 34px;
  box-sizing: border-box;
}
.probox .warp .plaet .text .cond {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.probox .warp .plaet .text p {
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  margin: 15px 0 20px;
}
.probox .warp .plaet .text .zun {
  display: block;
  width: 102px;
  height: 36px;
  background: #e0bd95;
  border-radius: 18px;
  font-size: 15px;
  color: #333;
  line-height: 36px;
  text-align: center;
}
.probox .porslide {
  margin: 53px 0 0;
}
.probox .porslide .bd li {
  width: 300px;
  margin-right: 33px;
}
.probox .porslide .bd li .item {
  width: 300px;
}
.probox .porslide .bd li .item .tu {
  width: 300px;
  height: 250px;
  background: #eee;
  padding: 5px;
  box-sizing: border-box;
}
.probox .porslide .bd li .item .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.probox .porslide .bd li .item .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.probox .porslide .bd li .item .tu .img img:hover {
  transform: scale(1.1);
}
.probox .porslide .bd li .item .text {
  position: relative;
  margin: 25px 0 0;
  padding: 0 80px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.probox .porslide .bd li .item .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.probox .porslide .bd li .item .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 42px;
  height: 30px;
  background: url(../images/more1.png) no-repeat center;
}
.abo {
  height: 1664px;
  background: url(../images/b3.jpg) no-repeat center top;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .about {
  width: 764px;
  height: 689px;
  margin-left: -310px;
}
.abo .warp .about img {
  display: block;
  width: 764px;
  height: 689px;
}
.abo .warp .plaet {
  width: 725px;
  padding: 186px 0 0;
  box-sizing: border-box;
  margin-right: -10px;
}
.abo .warp .plaet .top {
  position: relative;
  z-index: 50;
}
.abo .warp .plaet .top::before {
  content: "";
  display: block;
  width: 306px;
  height: 40px;
  position: absolute;
  top: -3px;
  left: -52px;
  z-index: -1;
  background: url(../images/t1.png) no-repeat center;
}
.abo .warp .plaet .top h3 {
  display: flex;
}
.abo .warp .plaet .top h3 i {
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.abo .warp .plaet .top h3 i:nth-child(2) {
  font-weight: normal;
  margin-left: 10px;
}
.abo .warp .plaet .top em {
  margin: 19px 0 0;
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.abo .warp .plaet h4 {
  margin: 61px 0 30px;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.abo .warp .plaet .text {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 160px;
}
.abo .warp .plaet .more {
  margin: 50px 0 0;
  display: block;
  width: 155px;
  height: 55px;
  background: url(../images/more2.png) no-repeat center;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 49px;
  text-align: center;
  transition: 0.2s ease-out;
}
.abo .warp .plaet .more:hover {
  transform: translateY(-5px);
  text-decoration: underline;
}
.abo .boxcenter {
  margin: 75px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .boxcenter .aside h3 {
  height: 62px;
  padding: 27px 0 0 92px;
  font-size: 28px;
  color: #333;
  line-height: 27px;
  font-weight: bold;
  box-sizing: border-box;
  background: url(../images/title3.png) no-repeat center left;
}
.abo .boxcenter .aside .art {
  display: flex;
  margin: 67px 0 0;
  width: 1055px;
  height: 194px;
  box-sizing: border-box;
}
.abo .boxcenter .aside .art .item {
  width: 363px;
  height: 194px;
  border: 1px solid #e0bd95;
  border-right: none;
  padding: 29px 0 0 30px;
  box-sizing: border-box;
}
.abo .boxcenter .aside .art .item p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.abo .boxcenter .aside .art .item .reg {
  display: flex;
  margin: 33px 0 0;
}
.abo .boxcenter .aside .art .item .reg .tel {
  display: block;
  height: 38px;
  padding-left: 40px;
  background: url(../images/tel1.png) no-repeat center left;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.abo .boxcenter .aside .art .item .reg a {
  display: block;
  width: 70px;
  height: 38px;
  background: #008c50;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin-left: 16px;
  transition: 0.2s ease-out;
}
.abo .boxcenter .aside .art .item .reg a:hover {
  transform: translateY(-5px);
  text-transform: uppercase;
}
.abo .boxcenter .aside .art .dec {
  width: 692px;
}
.abo .boxcenter .plaet {
  width: 229px;
  height: 366px;
  background: url(../images/t2.png) no-repeat center;
  padding: 70px 0 0 95px;
  box-sizing: border-box;
}
.abo .boxcenter .plaet h3 {
  width: 1em;
}
.abo .boxcenter .plaet h3 i {
  display: block;
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
}
.abo .boxcenter .plaet h3 i:nth-child(2) {
  font-weight: normal;
  margin: 10px 0 0;
}
.abo .picimg {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6vw;
  margin-top: 40px;
}
.abo .picimg li {
  width: 400px;
  height: 412px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px 10px 0;
}
.abo .picimg li .img {
  display: block;
  height: 282px;
  width: 100%;
  overflow: hidden;
}
.abo .picimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .picimg li .img img:hover {
  transform: scale(1.1);
}
.abo .picimg li .text {
  margin: 60px 0 0;
  position: relative;
  padding: 0 50px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.abo .picimg li .text::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: -20px;
  left: 0;
  background: #022038;
}
.abo .picimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo .picimg li .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.abo .picimg li:hover .text .cond {
  color: #047d49;
  letter-spacing: 1px;
}
.coop {
  height: 955px;
  background: url(../images/b4.jpg) no-repeat center top;
}
.coop .top {
  position: relative;
  z-index: 50;
}
.coop .top::before {
  content: "";
  display: block;
  width: 306px;
  height: 40px;
  position: absolute;
  top: -3px;
  left: -52px;
  z-index: -1;
  background: url(../images/t1.png) no-repeat center;
}
.coop .top h3 {
  display: flex;
}
.coop .top h3 i {
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.coop .top h3 i:nth-child(2) {
  font-weight: normal;
  margin-left: 10px;
}
.coop .top em {
  margin: 19px 0 0;
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.coop .coopslide {
  position: relative;
  margin: 48px 0 0;
}
.coop .coopslide::before {
  content: "";
  display: block;
  width: 1366px;
  height: 108px;
  position: absolute;
  top: 133px;
  left: -43px;
  background: url(../images/dec3.png) no-repeat center;
}
.coop .coopslide .bd {
  display: flex;
}
.coop .coopslide .bd li {
  width: 170px;
  margin-right: 55px;
}
.coop .coopslide .bd li .item {
  width: 170px;
}
.coop .coopslide .bd li .item .img {
  display: block;
  width: 170px;
  height: 79px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}
.coop .coopslide .bd li .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.coop .coopslide .bd li .item .img img:hover {
  transform: scale(1.1);
}
.coop .coopslide .bd li .item .cond {
  margin: 10px 0 0;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coop .coopslide .arr {
  position: absolute;
  top: -107px;
  right: 0;
  z-index: 59;
  display: flex;
  justify-content: space-between;
  width: 272px;
  height: 45px;
  background: url(../images/aee-cop.jpg) no-repeat center;
}
.coop .coopslide .arr .prev {
  width: 136px;
  height: 45px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  padding-left: 71px;
  box-sizing: border-box;
  cursor: pointer;
}
.coop .coopslide .arr .next {
  width: 136px;
  height: 45px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.coop .art {
  margin: 280px 0 0;
}
.coop .art b {
  display: block;
  font-size: 38px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
}
.coop .art p {
  margin: 25px 0 0;
  font-size: 22px;
  color: #fff;
  line-height: 23px;
  letter-spacing: 15px;
  text-align: center;
}
.coop .art .reg {
  margin: 92px auto 0;
  display: flex;
  justify-content: space-between;
  width: 419px;
  height: 62px;
  background: url(../images/bg2.png) no-repeat center;
}
.coop .art .reg .tel {
  padding: 0 0 0 94px;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 62px;
  color: #333;
}
.coop .art .reg a {
  display: block;
  width: 128px;
  height: 62px;
  background: #008c50;
  font-size: 16px;
  color: #fff;
  line-height: 62px;
  text-align: center;
}
.capital {
  margin-bottom: 88px;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  position: relative;
  z-index: 50;
}
.capital .box .top::before {
  content: "";
  display: block;
  width: 306px;
  height: 40px;
  position: absolute;
  top: -3px;
  left: -52px;
  z-index: -1;
  background: url(../images/t1.png) no-repeat center;
}
.capital .box .top h3 a {
  display: flex;
}
.capital .box .top h3 a i {
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.capital .box .top h3 a i:nth-child(2) {
  font-weight: normal;
  margin-left: 10px;
}
.capital .box .top em {
  margin: 19px 0 0;
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.capital .box .more {
  margin: 6px 0 0;
  display: block;
  width: 155px;
  height: 55px;
  background: url(../images/more2.png) no-repeat center;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 49px;
  text-align: center;
  transition: 0.2s ease-out;
}
.capital .box .more:hover {
  transform: translateY(-5px);
  text-decoration: underline;
}
.capital .capitalslide {
  position: relative;
  margin: 32px 0 0;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  width: 397px;
  height: 467px;
  background: #f0f0e4;
  padding: 47px 38px 0 33px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .art .list .data i {
  display: block;
  font-family: Arial;
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 27px;
}
.capital .capitalslide .bd li .art .list .data span {
  margin: 14px 0 0;
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.capital .capitalslide .bd li .art .list .cond {
  margin: 30px 0 0;
  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 .art .list p {
  font-size: 15px;
  color: #888;
  line-height: 30px;
  margin: 5px 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .art .list .img {
  display: block;
  width: 320px;
  height: 200px;
  overflow: hidden;
}
.capital .capitalslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .art .list:hover .cond {
  color: #047d49;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .reg .list {
  width: 398px;
}
.capital .capitalslide .bd li .reg .list .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 58px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list p {
  margin: 15px 0 30px;
  font-size: 15px;
  color: #888;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.capital .capitalslide .bd li .reg .list .data {
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.capital .capitalslide .bd li .reg .list:hover .cond {
  color: #047d49;
  border-color: #047d49;
  letter-spacing: 1px;
}
.capital .capitalslide .hd {
  position: absolute;
  top: -75px;
  right: 214px;
  z-index: 10;
  width: 372px;
  background: url(../images/line1.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  position: relative;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #444;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.capital .capitalslide .hd .on::before {
  width: 100%;
}
