.page-img {
  width: 100%;
  /* height: 100%; */
  min-height: 100vh;
  /* 
  background-image: url('../assets/home01.jpeg');
  background-repeat: no-repeat;
	background-size: 100% 100%; */
  position: relative;
}

.page-img img {
  width: 100%;
  height: 100%;
}

.page-img .index_banner_icon {
  width: 100%;
  position: absolute;
  left: 49.2%;
  width: 100%;
  bottom: 15%;
  z-index: 91;
  
}

.page-img .index_banner_icon p span {
  width: 32px;
  height: 44px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 5px solid #fff;
  display: block;
  position: relative;
  cursor: pointer;
}

.page-img .index_banner_icon p span:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
  /* background: #fff; */
  background: #FFCC00;
  left: 35%;
  /* margin-left: -2px; */
  -webkit-animation: mouse 1.5s ease-out infinite;
  -o-animation: mouse 1.5s ease-out infinite;
  animation: mouse 1.5s ease-out infinite;
  border-radius: 4px;
}

@keyframes mouse {
  0% {
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.page-btn {
  position: absolute;
  top: 45%;
  width: 420px;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
}

.page-btn .left {
  float: left;
  width: 190px;
  height: 52px;
  display: inline-block;
}

.page-btn .left a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border-radius: 50px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #FFCC00;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.page-btn .left a:after {
  float: left;
  width: 226px;
  height: 146px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  opacity: 0.2;
  content: '';
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.page-btn .left a:hover:after {
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}


.page-btn .left a:hover {
  opacity: 1;
}

.page-btn .video {
  float: right;
}

.page-btn .video a {
  background-color: #305EA7;
}

.page-btn .left a img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.product {
  width: 100%;
  /* margin: 1rem 2.5rem 2rem 2.5rem; */
  padding: 1rem 2.5rem 2rem 2.5rem;
  background: #fff;
  float: left;
}

.product .product-top {
  display: flex;
  justify-content: space-between;
  /* float: left; */
}

.product .product-top ul {
  /* float: right; */
  font-size: 18px;
}

.product .product-top ul li {
  float: left;
  margin-left: 70px;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
}

.product .product-top ul li:hover a {
  color: #2054A7;
}

.product .product-top ul li a {
  color: #222222;
}

.product .product-top ul .action a {
  color: #2054A7;
}

.product .product-top ul li:hover:after {
  width: 100%;
}

.product .product-top ul li:after {
  float: left;
  width: 0;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 50%;
  content: '';
  background: #2054A7;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product .product-top ul .action:after {
  float: left;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 50%;
  content: '';
  background: #2054A7;
  transition: all 0.5s linear;
}

.box-product {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.box-product ul {
  width: 100%;
  /* float: left; */
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  /* background: #888; */
}

.box-product ul li {
  float: left;
  width: calc(24% - 0.5rem);
  /* height: 390px; */
  height: 490px;
  margin: 0.7rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 0.18rem 0px rgba(75, 109, 156, 0.16);
  /* border-radius: 12px; */
}

.box-product ul li .img {
  width: 100%;
  height: 400px;
  /* height: 100%; */
  overflow: hidden;
}

.box-product ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}

.box-product ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.box-product ul li:hover .item,
.box-product ul li:hover .item .bt {
  color: #2054A7;
}

.box-product .item {
  padding: 5px 10px;
  color: #222222;
  font-size: 18px;
}

.box-product .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-product .item .top p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-product .item .bt {
  padding-top: 5px;
  color: #888;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-title {}

.page-title .left-1 {
  display: flex;
  align-items: center;
  color: #222222;
  font-weight: 700;
  font-size: 20px;
}

.page-title .left-2 {
  display: flex;
  align-items: center;
  color: #888888;
  font-size: 16px;
  line-height: 30px;
}

.corporation {
  float: left;
  width: 100%;
  height: 750px;
  background-image: url('../assets/index-02.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* padding: 60px 60px 0px 60px; */
  padding: 2.5rem 2.5rem 0 2.5rem;
}

.corporation .corporation-des {
  color: #555555;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  padding-top: 30px;
}

.corporation .corporation-des p {
  width: 55rem;
  padding-bottom: 20px;
}

.corporation .corporation-item {
  display: flex;
  align-items: center;
}

.corporation .corporation-item .item .top {
  display: flex;
  align-items: flex-end;
  color: #222222;
  font-size: 14px;
}

.corporation .corporation-item .item .top p:nth-of-type(1) {
  font-size: 30px;
}

.corporation .corporation-item .item .bo {
  color: #666666;
  font-size: 13px;
  padding-top: 10px;
}

.corporation .corporation-item .line {
  display: flex;
  flex-direction: column;
  margin: 0 4rem;
}

.corporation .corporation-item .line p {
  width: 2px;
  height: 25px;
  background: #2054A7;
}

.corporation .corporation-item .line p:nth-of-type(2) {
  background: #D7E0EE;
}

.corporation .btn {
  /* width: 126px;
  height: 46px; */
  width: auto;
  background: #2054A7;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 45px;
  float: left;
}

.corporation .btn a {
  float: left;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  padding: 10px;
  display: flex;
}

.corporation .btn span {
  padding-right: 5px;
}

.corporation .btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.corporation .btn a:after {
  float: left;
  width: 226px;
  height: 146px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  opacity: 0.2;
  content: '';
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.corporation .btn a:hover:after {
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}

.news {
  float: left;
  width: 100%;
  padding: 2.5rem;
}

.news .box {
  width: 100%;
  float: left;
  margin-top: 2rem;
  /* display: flex; */
}

.news .box-left {
  float: left;
  cursor: pointer;
  overflow: hidden;
}

.news .box-left .img {
  /* float: left; */
  width: 48rem;
  height: 20rem;
  border-radius: 4px;
  overflow: hidden;

}

.news .box-left .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}

.news .box-left .img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.news .box-left .me {
  /* float: left; */
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.news .box-left .me p {
  width: 45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .box-left .me:hover {
  color: #2054A7;
}

.news .box-left .btn {
  float: left;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
}

.news .box-left .btn .left {
  float: left;
  color: #222222;
  font-size: 24px;
  font-size: 500;
}

.news .box-left .btn .left p:nth-of-type(2) {
  color: #666666;
  font-size: 14px;
  font-size: 300;
}

.news .box-left .btn .line {
  float: left;
  width: 1px;
  height: 40px;
  background: #D7E0EE;
  margin: 0 1rem;
}

.news .box-left .btn .right {
  width: 42rem;
  color: #666666;
  font-size: 14px;
  font-size: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}

.news .box-left .btn:hover p,
.news .box-left .btn:hover .right {
  color: #2054A7 !important;
}

.news .box-item {
  /* width: calc((100% - 50rem)); */
  width: 48%;
  float: left;
}

.news .box-item ul {
  margin-left: 2rem;
}

.news .box-item ul li {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #D8DEE6;
}

.news .box-item ul li:last-child {
  border-bottom: none;
}

.news .box-item ul a {
  color: #222222;
  font-size: 23px;
  font-size: 500;
  display: flex;
  align-items: center;
}

.news .box-item ul li .left p:nth-of-type(2) {
  color: #666;
  font-size: 15px;
  font-size: 300;
  line-height: 30px;
}

.news .box-item ul li .line {
  width: 1px;
  height: 30px;
  background: #D7E0EE;
  margin: 0 1rem;
}

.news .box-item ul li .right p {
  width: 35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .box-item ul li .right p:nth-of-type(2) {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}

.news .box-item ul a:hover,
.news .box-item ul a:hover p {
  color: #2054A7 !important;
}

/* 企业视频 */
.videos-over {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.videos-over .videos {
  position: fixed;
  top: 25%;
  left: 23%;
  z-index: 99;
}

.videos-over .videos .video-close {
  text-align: right;
  cursor: pointer;
}

.video-close img {
  width: 40px;
  height: 40px;
}