.swiper {
  width: 100vw;
  height: 86%;
}
@media screen and (max-width: 800px) {
  .swiper {
    height: 30%;
    overflow: hidden;
  }
  .swiper .header_banner {
    height: 230px!important;
  }
}
.container_intebody {
  width: 100vw;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .container_intebody {
    margin-top: 0;
    font-size: 12px;
  }
}
.container_intebody h2 {
  min-width: 100vw;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .container_intebody h2 {
    font-size: 15px;
  }
}
.container_intebody p {
  font-size: 14px;
  color: #9b9696;
}
@media screen and (max-width: 800px) {
  .container_intebody p {
    font-size: 12px;
  }
}
.container_intebody .intebody {
  width: 80%;
  display: flex;
  margin-left: 50%;
  transform: translateX(-50%);
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .container_intebody .intebody {
    display: flex;
    flex-wrap: wrap;
  }
}
.container_intebody .intebody .intebody_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding: 50px;
  background-color: #fafafa;
}
@media screen and (max-width: 800px) {
  .container_intebody .intebody .intebody_item {
    padding: 0;
    margin: 0;
    border-radius: 5%;
    width: 100vw;
    margin: 10px 0 ;
  }
}
.container_intebody .intebody .intebody_item .cdb {
  margin-top: 20px;
  width: 120px;
  height: 120px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 550px 410px;
  background-position: 5px 0 ;
}
.container_intebody .intebody .intebody_item .cdb:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_intebody .intebody .intebody_item .cdb {
    width: 80px;
    height: 80px;
    background: url('/0411lib/images/jinglinPic.png') no-repeat;
    background-size: 330px 250px;
    background-position: 5px 0;
  }
}
.container_intebody .intebody .intebody_item .cdb1 {
  margin-top: 20px;
  width: 120px;
  height: 120px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 550px 410px;
  background-position: -125px 0;
}
.container_intebody .intebody .intebody_item .cdb1:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_intebody .intebody .intebody_item .cdb1 {
    width: 80px;
    height: 80px;
    background: url('/0411lib/images/jinglinPic.png') no-repeat;
    background-size: 330px 250px;
    background-position: -70px 0;
  }
}
.container_intebody .intebody .intebody_item .cdb2 {
  margin-top: 20px;
  width: 120px;
  height: 120px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 426px 390px;
  background-position: -298px 0;
}
.container_intebody .intebody .intebody_item .cdb2:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_intebody .intebody .intebody_item .cdb2 {
    width: 80px;
    height: 80px;
    background: url('/0411lib/images/jinglinPic.png') no-repeat;
    background-size: 260px 250px;
    background-position: -180px 5px;
  }
}
.container_intebody .intebody .intebody_item .cdb3 {
  margin-top: 20px;
  width: 120px;
  height: 120px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 426px 390px;
  background-position: -298px -120px;
}
.container_intebody .intebody .intebody_item .cdb3:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_intebody .intebody .intebody_item .cdb3 {
    width: 80px;
    height: 80px;
    background: url('/0411lib/images/jinglinPic.png') no-repeat;
    background-size: 300px 250px;
    background-position: -210px -80px;
  }
}
.container_intebody .intebody .intebody_item p {
  width: 60%;
}
.container_intebody .intebody .intebody_item a {
  text-decoration: none;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}
@media screen and (max-width: 800px) {
  .container_intebody .intebody .intebody_item a {
    padding: 5px 8px;
  }
}
.container_intebody .intebody .intebody_item a:hover {
  cursor: pointer;
  background-color: #ff6430;
  transform: scale(1.3);
}
.container_bigData {
  width: 100vw;
  padding: 50px 0;
  text-align: center;
  display: flex;
  background-color: #fafafa;
}
@media screen and (max-width: 800px) {
  .container_bigData {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 90vw;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: #f5f5f5;
  }
}
.container_bigData .bigData_img {
  margin-left: 10%;
  width: 60%;
  height: 400px;
  background: url('/0411lib/images/jingling_pic.png') no-repeat;
  background-position: 0 50px;
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_img {
    width: 100%;
    height: 30vh;
    margin-left: 0;
    background: url('/0411lib/images/jingling_pic.png') no-repeat;
    background-position: 30px 50px;
    background-size: 900px 450px;
  }
}
.container_bigData .bigData_text {
  width: 100vw;
  margin-right: 5% ;
  margin-left: 150px;
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0 ;
  }
}
.container_bigData .bigData_text h2 {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_text h2 {
    font-size: 15px;
  }
}
.container_bigData .bigData_text h2 small {
  margin-left: 10px;
  font-size: 20px;
  color: #a3c3dc;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_text h2 small {
    font-size: 10px;
  }
}
.container_bigData .bigData_text p {
  font-size: 14px;
  color: #666666;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_text p {
    font-size: 10px;
    width: 60vw;
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_text .mobile_text {
    display: none;
  }
}
.container_bigData .bigData_text .title {
  font-size: 30px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_text .title {
    font-size: 14px;
    display: none;
  }
}
.container_bigData .bigData_text .title small {
  margin: 0 10px;
}
.container_bigData .bigData_text a {
  display: block;
  width: 40%;
  margin-left: 15%;
  color: #fff;
  text-decoration: none;
  background-color: #126add;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .container_bigData .bigData_text a {
    margin: 0 auto;
    width: 30%;
    padding: 5px;
    font-size: 8px;
    margin-bottom: 10px;
  }
}
.container_product {
  width: 90vw;
  margin-left: 5vw;
  margin-top: 60px ;
  text-align: center;
}
.container_product h2 {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .container_product h2 {
    font-size: 15px;
  }
}
.container_product .product_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 50px 0;
}
@media screen and (max-width: 800px) {
  .container_product .product_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
}
.container_product .product_list .container_product_item {
  background-color: #f7f7f8;
  flex: 1;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .container_product .product_list .container_product_item {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.container_product .product_list .container_product_item .bot {
  padding: 85px;
}
.container_product .product_list .container_product_item .bot1 {
  padding: 131px 0;
}
.container_product .product_list .container_product_item img {
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .container_product .product_list .container_product_item img {
    width: 300px;
    height: 300px;
  }
}
.container_product .product_list .container_product_item img:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.container_product .product_list .container_product_item .xuebi_PIC {
  width: 600px;
  height: 604px;
  background: url('/0411lib/images/jingling_pic.png') no-repeat;
  background-position: 0 -300px;
}
@media screen and (max-width: 800px) {
  .container_product .product_list .container_product_item .xuebi_PIC {
    width: 300px;
    height: 300px;
    background: url('/0411lib/images/jingling_pic.png') no-repeat;
    background-size: 600px 400px;
    background-position: 55px -150px;
    overflow: hidden;
  }
}
.container_product .product_list .container_product_item .xuebi_PIC:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.container_product .product_list .container_product_item .xuebi_PIC1 {
  width: 600px;
  height: 604px;
  background: url('/0411lib/images/jingling_pic.png') no-repeat;
  background-position: -660px -300px;
}
@media screen and (max-width: 800px) {
  .container_product .product_list .container_product_item .xuebi_PIC1 {
    width: 300px;
    height: 300px;
    background: url('/0411lib/images/jingling_pic.png') no-repeat;
    background-size: 900px 440px;
    background-position: -370px -150px;
    overflow: hidden;
  }
}
.container_product .product_list .container_product_item .xuebi_PIC1:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.container_product .product_list .container_product_item h3 {
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 800px) {
  .container_product .product_list .container_product_item h3 {
    font-size: 15px;
  }
}
.container_product .product_list .container_product_item a {
  border: 1px solid #ccc;
  padding: 5px 30px;
  margin: 10px 0;
  background-color: #f7f7f8;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .container_product .product_list .container_product_item a {
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 10px;
  }
}
.container_product .product_list .container_product_item a:hover {
  transform: rotate(30deg);
}
.container_dev {
  width: 100vw;
}
.container_dev h2 {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .container_dev h2 {
    font-size: 15px;
    margin-top: 25px;
  }
}
.container_dev .container_dev_list {
  width: 80%;
  margin-left: 10% ;
  display: flex  ;
  padding: 30px 0;
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.container_dev .container_dev_list .dev_item {
  text-align: center;
  border: 1px solid #ccc;
  margin: 10px;
  padding: 60px 0;
  box-shadow: 1px 1px 5px 2px #ccc;
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list .dev_item {
    padding: 0;
    border-radius: 10%;
    width: 42%;
    flex-wrap: wrap;
  }
}
.container_dev .container_dev_list .dev_item .cdb4 {
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 420px 300px;
  background-position: -195px -90px;
}
.container_dev .container_dev_list .dev_item .cdb4:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list .dev_item .cdb4 {
    width: 70px;
    height: 70px;
    background: url(/0411lib/images/jinglinPic.png) no-repeat;
    background-size: 300px 210px;
    background-position: -140px -64px;
  }
}
.container_dev .container_dev_list .dev_item .cdb5 {
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 420px 300px;
  background-position: -320px -200px;
}
.container_dev .container_dev_list .dev_item .cdb5:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list .dev_item .cdb5 {
    width: 70px;
    height: 70px;
    background: url(/0411lib/images/jinglinPic.png) no-repeat;
    background-size: 260px 210px;
    background-position: -200px -140px;
  }
}
.container_dev .container_dev_list .dev_item .cdb6 {
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 390px 300px;
  background-position: -178px -200px;
}
.container_dev .container_dev_list .dev_item .cdb6:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list .dev_item .cdb6 {
    width: 70px;
    height: 70px;
    background: url(/0411lib/images/jinglinPic.png) no-repeat;
    background-size: 260px 210px;
    background-position: -118px -135px;
  }
}
.container_dev .container_dev_list .dev_item .cdb7 {
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 395px 295px;
  background-position: -72px -195px;
}
.container_dev .container_dev_list .dev_item .cdb7:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list .dev_item .cdb7 {
    width: 70px;
    height: 70px;
    background: url(/0411lib/images/jinglinPic.png) no-repeat;
    background-size: 260px 200px;
    background-position: -45px -130px;
  }
}
.container_dev .container_dev_list .dev_item h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list .dev_item h3 {
    font-size: 12px;
  }
}
.container_dev .container_dev_list .dev_item p {
  margin: 20px auto;
  width: 60%;
  font-size: 14px;
  color: #9b9696;
}
@media screen and (max-width: 800px) {
  .container_dev .container_dev_list .dev_item p {
    display: none;
  }
}
.container_partners {
  width: 100vw;
  text-align: center;
  background-color: #000000;
  color: #fff;
  padding: 30px 0;
}
.container_partners img {
  display: inline-block;
}
.container_partners .partners_join {
  display: inline-block;
}
.container_partners .partners_join h3 {
  margin-left: 30px;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .container_partners .partners_join h3 {
    margin-left: 0;
    font-size: 15px;
  }
}
.container_partners .partners_join a {
  margin-left: 30px;
  padding: 10px 100px;
  text-decoration: none;
  color: #fff;
  background-color: #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .container_partners .partners_join a {
    padding: 5px 50px;
    font-size: 15px;
    margin-left: 0;
  }
}
li {
  list-style: none;
}
