.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .bg {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  width: 80%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.home .banner .text .p1 {
  text-align: center;
  font-size: 48px;
  font-family: "SOURCEHANSANSCN-BOLD";
  color: white;
}
.home .banner .text .p2 {
  font-size: 18px;
  color: white;
  font-family: "SOURCEHANSANSCN-LIGHT";
  text-align: center;
  margin: 20px 0 60px 0;
}
.home .banner .text .btns {
  display: flex;
  justify-content: center;
}
.home .banner .text .btns a {
  width: 157px;
  height: 45px;
  border: 1px solid white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  margin: 0 30px;
  transition: all 600ms;
}
.home .banner .text .btns a img {
  margin-left: 10px;
  transition: all 600ms;
}
.home .banner .text .btns a:hover {
  background-color: #425CBB;
  border-color: #425CBB;
}
.home .banner .text .btns a:hover img {
  transform: translateX(10px);
}
.home .plan {
  width: 100%;
  margin: 60px auto;
}
.home .plan .title {
  text-align: center;
}
.home .plan .title .p1 {
  color: #272729;
  font-size: 44px;
  font-family: "SOURCEHANSANSCN-BOLD";
}
.home .plan .title .p2 {
  color: #333333;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 18px;
  margin: 15px 0;
}
.home .plan .title .p3 {
  color: #333333;
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.home .plan .allItems {
  margin: 60px auto;
  overflow: hidden;
}
.home .plan .allItems .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
.home .plan .allItems .item .c1 {
  position: absolute;
  right: -185px;
  bottom: 0;
}
.home .plan .allItems .item .c2 {
  position: absolute;
  left: -185px;
  bottom: 0;
}
.home .plan .allItems .item .pic {
  width: 50%;
  overflow: hidden;
}
.home .plan .allItems .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: translateX(-50px);
}
.home .plan .allItems .item .text {
  width: 50%;
}
.home .plan .allItems .item .text p {
  color: #272729;
  font-size: 36px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  line-height: 40px;
  margin-top: 20px;
  position: relative;
}
.home .plan .allItems .item .text p span {
  color: #F1F1F1;
  font-size: 220px;
  position: absolute;
  left: 100px;
  top: 80px;
  z-index: -1;
  font-family: "YouSheBiaoTiHei";
}
.home .plan .allItems .item .text .des {
  width: 85%;
  color: #333333;
  line-height: 40px;
  margin-top: 40px;
}

.home .plan .allItems .item .text .des p{
  font-size: 20px;
}


.home .plan .allItems .item:nth-of-type(2N) {
  flex-direction: row-reverse;
}
.home .plan .allItems .item:nth-of-type(2N) .pic img {
  transform: translateX(60px);
}
.home .plan .allItems .item:nth-of-type(2N) .text {
  width: 30%;
  padding: 0 5% 0 15%;
}
.home .table {
  width: 80%;
  margin: 60px auto;
}
.home .table .title {
  text-align: center;
}
.home .table .title .p1 {
  color: #272729;
  font-size: 44px;
  font-family: "SOURCEHANSANSCN-BOLD";
}
.home .table .title .p2 {
  color: #333333;
  line-height: 30px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin-top: 15px;
}
.home .table .allCon {
  width: 100%;
  border: 0px solid #EDEDED;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.home .table .allCon .tl {
  width: 33.333%;margin: 0 20px;    background: #fff;
    text-align: center;
}


 
.home .table .allCon .tl:hover { box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);}

.home .table .allCon .tl .item1{
  text-align: center;
  padding: 30px 0;
}
 
.webhosting-hot {
    padding-right: 8px;
    padding-top: 4px; 
    right: 0;
    top: 0;
    width: 71px;
    height: 59px;
    background: url(../image/triangle3.jpg) no-repeat top right;
    font-size: 14px;
    color: #fff;
    text-align: right;float:right; 
}
.date-unit {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 27px;
    line-height: 27px;
}
.home .table .allCon .tl .item1 p:nth-child(1) {
  color: #333333;
  font-size: 18px;
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.home .table .allCon .tl .item1 p:nth-child(2) {
  color: #272729;
  font-size: 44px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin-top: 10px;
}
.home .table .allCon .tl .item {
  width: 90%;border-bottom: 1px solid #ececec;
  padding: 10px 0;margin:0px 20px;height:24px;  

  justify-content: center;
  align-items: center;
}
.home .table .allCon .tl .item img {  margin-top: 3px;
  width:20px;height:20px;float:left;
}
.home .table .allCon .tl .item p {
  margin-left: 20px;    float: left;

}

.home .table .allCon .tl .more {
  padding: 30px 0;
}
.home .table .allCon .tl .more a {
  width: 157px;
  height: 45px;
  background-color: #425CBB;
  border-color: #425CBB;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  margin: 0 auto;
}
.home .table .allCon .tl .more a img {
  margin-left: 10px;
  transition: all 600ms;
}
.home .table .allCon .tl:nth-child(1) {
  border-right: 1px solid #EDEDED;
}
.home .notice {
  width: 70%;
  margin: 60px auto;
  text-align: center;
}
.home .notice .p1 {
  color: #272729;
  font-size: 44px;
  font-family: "SOURCEHANSANSCN-BOLD";
}
.home .notice .p2 {
  color: #333333;
  line-height: 30px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .home .banner .bg {
    height: 500px;
  }
  .home .banner .text {
    top: 60%;
  }
  .home .banner .text .p1 {
    font-size: 24px;
  }
  .home .banner .text .p2 {
    margin: 20px 0;
  }
  .home .banner .text .btns {
    flex-wrap: wrap;
  }
  .home .banner .text .btns a {
    margin-bottom: 15px;
  }
  .home .plan {
    margin: 30px auto;
  }
  .home .plan .title {
    width: 90%;
    margin: 0 auto;
  }
  .home .plan .title p:nth-child(1) {
    font-size: 22px;
  }
  .home .plan .allItems {
    margin: 30px auto;
  }
  .home .plan .allItems .item {
    flex-wrap: wrap;
  }
  .home .plan .allItems .item .pic {
    width: 100%;
  }
  .home .plan .allItems .item .pic img {
    transform: translateX(0);
  }
  .home .plan .allItems .item .c1, .home .plan .allItems .item .c2 {
    display: none;
  }
  .home .plan .allItems .item .text {
    width: 90%;
    margin: 0 auto;
  }
  .home .plan .allItems .item .text p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .home .plan .allItems .item .text p span {
    font-size: 100px;
  }
  .home .plan .allItems .item .text .des {
    width: 100%;
    line-height: 30px;
  }
  .home .plan .allItems .item:nth-of-type(2N) .pic img {
    transform: translateX(0);
  }
  .home .plan .allItems .item:nth-of-type(2N) .text {
    width: 90%;
    padding: 0;
  }
  .home .table {
    width: 90%;
    margin: 30px auto;
  }
  .home .table .title .p1 {
    font-size: 22px;
  }
  .home .table .allCon {
    flex-wrap: wrap;
  }
  .home .table .allCon .tl {
    width: 100%;
  }
  .home .table .allCon .tl .item1 {
    padding: 15px 0;
  }
  .home .table .allCon .tl .item1 p:nth-child(2) {
    font-size: 20px;
  }
  .home .notice {
    width: 90%;
    margin: 30px auto;
  }
  .home .notice .p1 {
    font-size: 22px;
  }
  .home .notice .p2 {
    margin-top: 15px;
  }
}