body {
  margin: 0;
  background-color: #f8f9fc;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

._menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  z-index: 99;
}
._menu .main {
  margin: auto;
  width: 1920px;
  display: flex;
  justify-content: space-between;
}
._menu .main .logo {
  display: block;
  height: 100%;
}
._menu .main .logo img {
  display: block;
  height: 90px;
}
._menu .main .menu {
  display: flex;
  align-items: center;
}
._menu .main .menu a {
  margin-right: 52px;
  color: #fff;
  font-size: 18px;
}
._menu .main .menu a.on, ._menu .main .menu a:hover {
  color: rgb(0, 162, 233);
}
._menu .main .menu .language {
  padding-left: 52px;
  margin-right: 0;
  border-left: 3px solid #fff;
}

._index ._banner {
  height: 800px;
}
._index ._banner > div > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
._index .product {
  width: 1600px;
  margin: auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._index .product .title {
  font-size: 48px;
  font-weight: 600;
}
._index .product .title text {
  color: rgb(0, 162, 233);
}
._index .product .classify {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
._index .product .classify div {
  height: 48px;
  padding: 0 24px;
  border-radius: 100px;
  border: 1px solid rgb(236, 236, 236);
  font-size: 16px;
  color: #808080;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
._index .product .classify div + div {
  margin-left: 16px;
}
._index .product .classify .on {
  background-color: rgb(0, 162, 233);
  color: #fff;
  box-shadow: 0 6px 12px rgba(0, 162, 233, 0.2);
  border-color: rgb(0, 162, 233);
}
._index .product .items {
  display: flex;
  padding: 40px 0;
  overflow-x: hidden;
  width: 1600px;
  height: 465px;
  box-sizing: border-box;
}
._index .product .items:hover {
  overflow-x: scroll;
}
._index .product .items .item {
  padding: 40px 30px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 500ms;
  width: 482px;
  box-sizing: border-box;
  margin-right: 40px;
  flex-shrink: 0;
  height: 369px;
}
._index .product .items .item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
._index .product .items .item:hover > .top .left {
  color: #00A2E9;
}
._index .product .items .item:hover > .bottom .img {
  transform: scale(1.1);
}
._index .product .items .item:hover > .bottom .iconfont {
  color: #00A2E9;
  border-color: #00A2E9;
}
._index .product .items .item > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 20px;
}
._index .product .items .item > .top .right {
  color: rgba(17, 17, 17, 0.2);
}
._index .product .items .item > .bottom {
  height: 229px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._index .product .items .item > .bottom .img {
  width: 306px;
  height: 229px;
  background-position: center;
  background-size: cover;
  transition-duration: 500ms;
}
._index .product .items .item > .bottom .iconfont {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid rgb(231, 231, 231);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
._index .product .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
._index .product .more a {
  display: flex;
  align-items: center;
  width: 134px;
  height: 50px;
  background-color: #00A2E9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  padding-left: 26px;
  padding-right: 18px;
  border-radius: 100px;
}
._index .product .more a + a {
  margin-left: 20px;
}
._index .product .more a .iconfont {
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 10px;
}
._index .product .more a .icon-youjiantou {
  border-radius: 50%;
  background-color: #fff;
  color: #00A2E9;
}
._index .product .more a .icon-zixun {
  font-size: 24px;
}
._index .about {
  background-image: url("/images/index/about_bg.jpg");
  background-size: cover;
  background-position: center;
}
._index .about .box {
  display: flex;
  align-items: center;
  width: 1600px;
  margin: auto;
  padding: 110px 0;
  justify-content: space-between;
}
._index .about .box .left img {
  height: 440px;
  border-radius: 10px;
}
._index .about .box .right {
  width: 668px;
}
._index .about .box .right .title {
  font-size: 48px;
  font-weight: 600;
}
._index .about .box .right .title text {
  color: rgb(0, 162, 233);
}
._index .about .box .right .line {
  background-color: rgb(0, 162, 233);
  height: 4px;
  width: 40px;
  margin-top: 35px;
}
._index .about .box .right .con {
  color: rgb(69, 69, 69);
  line-height: 26px;
  margin-top: 35px;
  font-size: 16px;
}
._index .about .box .right .con p + p {
  margin-top: 20px;
}
._index .contact {
  background-image: url("/images/index/contact_bg.jpg");
  background-size: cover;
  background-position: center;
}
._index .contact .box {
  width: 1400px;
  margin: auto;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._index .contact .box > .left {
  color: #fff;
  font-size: 36px;
}
._index .contact .box > .left .top {
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
}
._index .contact .box > .left .bottom {
  font-weight: 600;
  margin-top: 20px;
}
._index .contact .box > .right a {
  background-color: #00A2E9;
  color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
._index .contact .box > .right a .iconfont {
  margin-left: 5px;
}

._introduce {
  margin: auto;
  width: 1600px;
  padding-bottom: 100px;
}
._introduce > .title {
  width: 1200px;
  margin: auto;
  padding: 80px 0;
  box-sizing: border-box;
}
._introduce > .title > div:nth-child(1) {
  font-size: 28px;
}
._introduce > .title > div:nth-child(2) {
  margin-top: 10px;
  font-size: 40px;
  line-height: 56px;
  color: #040505;
  font-weight: 600;
}
._introduce .list {
  display: flex;
  justify-content: space-around;
}
._introduce .list .item {
  width: 372px;
}
._introduce .list .item .img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  width: 372px;
  height: 272px;
  background-size: cover;
  background-position: center;
}
._introduce .list .item .title {
  padding-top: 40px;
  font-size: 24px;
  margin-bottom: 20px;
}
._introduce .list .item .describe {
  font-size: 16px;
  line-height: 32px;
}
._introduce .list .item:nth-child(1) .img {
  background-image: url("/images/introduce/1.png");
}
._introduce .list .item:nth-child(2) .img {
  background-image: url("/images/introduce/2.png");
}
._introduce .list .item:nth-child(3) .img {
  background-image: url("/images/introduce/3.png");
}
._introduce .list .item:nth-child(4) .img {
  background-image: url("/images/introduce/4.png");
}

._scheme {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
._scheme > .title {
  width: 1200px;
  margin: auto;
  padding: 80px 0;
  box-sizing: border-box;
}
._scheme > .title > div:nth-child(1) {
  font-size: 28px;
}
._scheme > .title > div:nth-child(2) {
  margin-top: 10px;
  font-size: 40px;
  line-height: 56px;
  color: #040505;
  font-weight: 600;
}
._scheme > .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
._scheme > .list .item {
  width: 248px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
._scheme > .list .item .bg {
  box-sizing: border-box;
  padding: 25px;
  color: #fff;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  font-weight: 800;
}
._scheme > .list .item .bg .title {
  flex-grow: 1;
}
._scheme > .list .item .bg .more {
  margin: auto;
  border: 1px solid #fff;
  padding: 7px 30px;
  border-radius: 100px;
  font-size: 12px;
}
._scheme > .list .item + a {
  margin-left: 20px;
}
._scheme > .list .item:hover {
  transform: scale(1.1);
}
._scheme > .list .item:nth-child(1) {
  background-image: url("/images/scheme/1.png");
}
._scheme > .list .item:nth-child(2) {
  background-image: url("/images/scheme/2.png");
}
._scheme > .list .item:nth-child(3) {
  background-image: url("/images/scheme/3.png");
}
._scheme > .list .item:nth-child(4) {
  background-image: url("/images/scheme/4.png");
}
._scheme > .list .item:nth-child(5) {
  background-image: url("/images/scheme/5.png");
}
._scheme > .list .item:nth-child(6) {
  background-image: url("/images/scheme/6.png");
}
._scheme > .list .item:nth-child(7) {
  background-image: url("/images/scheme/7.png");
}

._foot {
  background-color: #000;
}
._foot .box {
  width: 1400px;
  margin: auto;
  color: #a0a0a0;
}
._foot .box a {
  color: #a0a0a0;
}
._foot .box > .top {
  display: flex;
  padding: 30px 0;
}
._foot .box > .top > div {
  width: 33.33%;
}
._foot .box > .top .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
._foot .box > .top .left .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 300px;
}
._foot .box > .top .left .menu div {
  width: 100px;
  margin-top: 15px;
}
._foot .box > .top .left .menu div a:hover {
  text-decoration: underline;
}
._foot .box > .top .items {
  margin-top: 20px;
  width: 320px;
}
._foot .box > .top .items .item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
._foot .box > .top .items .item img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
._foot .box > .top .items .address text {
  line-height: 26px;
}
._foot .box .copyright {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #333;
}
._foot .box .copyright a:hover {
  text-decoration: underline;
}

._article ._title {
  background-image: url("/images/article/title_bg.jpg");
}
._article .list {
  width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
._article .list .item {
  background-color: #fff;
  width: 448px;
  margin-top: 42px;
  transition-duration: 500ms;
  margin-right: 26px;
}
._article .list .item:nth-child(3n) {
  margin-right: 0;
}
._article .list .item .image {
  width: 100%;
  height: 315px;
  overflow: hidden;
}
._article .list .item .image div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition-duration: 500ms;
}
._article .list .item .main {
  padding: 35px 45px;
}
._article .list .item .main .time {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
._article .list .item .main .time div {
  color: #00A2E9;
}
._article .list .item .main .time span {
  color: rgb(153, 153, 153);
  margin-left: 10px;
}
._article .list .item .main .title {
  margin-top: 20px;
  height: 100px;
  font-weight: 600;
  font-size: 18px;
  transition-duration: 500ms;
}
._article .list .item .main .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(153, 153, 153);
  padding-top: 20px;
  border-top: 1px solid rgb(245, 245, 245);
  transition-duration: 500ms;
}
._article .list .item .main .more .left {
  font-weight: 600;
}
._article .list .item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
._article .list .item:hover .image div {
  transform: scale(1.2);
}
._article .list .item:hover .title {
  color: #00A2E9;
}
._article .list .item:hover .more {
  color: #00A2E9;
}

._article_detail ._title {
  background-image: url("/images/article/title_bg.jpg");
}
._article_detail .detail {
  background-color: #fff;
}
._article_detail .detail .box {
  width: 1300px;
  margin: auto;
}
._article_detail .detail .box .title {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  padding: 35px 0;
  border-bottom: 1px solid rgb(245, 245, 245);
}
._article_detail .detail .box .data {
  padding: 35px 0;
  border-bottom: 1px solid rgb(245, 245, 245);
  font-size: 16px;
  font-weight: 600;
  color: rgb(153, 153, 153);
}
._article_detail .detail .box .content {
  padding: 35px 0;
}
._article_detail .detail .box .enclosure {
  padding: 35px 0;
}
._article_detail .detail .box .enclosure .tit {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
._article_detail .detail .box .enclosure a {
  color: rgb(0, 162, 233);
}

._product ._title {
  background-image: url("/images/product/title_bg.jpg");
}
._product .list {
  width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
._product .list .item {
  background-color: #fff;
  width: 448px;
  margin-top: 42px;
  transition-duration: 500ms;
  margin-right: 26px;
}
._product .list .item:nth-child(3n) {
  margin-right: 0;
}
._product .list .item .image {
  width: 100%;
  height: 315px;
  overflow: hidden;
}
._product .list .item .image div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition-duration: 500ms;
}
._product .list .item .main {
  padding: 35px 45px;
}
._product .list .item .main .title {
  margin-top: 20px;
  height: 100px;
  font-weight: 600;
  font-size: 18px;
  transition-duration: 500ms;
}
._product .list .item .main .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(153, 153, 153);
  padding-top: 20px;
  border-top: 1px solid rgb(245, 245, 245);
  transition-duration: 500ms;
}
._product .list .item .main .more .left {
  font-weight: 600;
}
._product .list .item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
._product .list .item:hover .image div {
  transform: scale(1.2);
}
._product .list .item:hover .title {
  color: #00A2E9;
}
._product .list .item:hover .more {
  color: #00A2E9;
}

@media screen and (max-width: 768px) {
  ._menu {
    position: absolute;
  }
  ._menu .main {
    width: 100%;
  }
  ._menu .main .menu a {
    margin-left: 1rem;
  }
  ._banner {
    height: 10rem;
  }
  ._achievement .main {
    width: 100%;
    height: 5rem;
  }
  ._achievement .main .item {
    text-align: center;
  }
  ._achievement .main .item div:nth-child(1) {
    font-size: 1.2rem;
  }
  ._achievement .main .item div:nth-child(2) {
    font-size: 0.4rem;
    margin-top: 0.6rem;
  }
  ._introduce,
._scheme {
    width: 100%;
  }
  ._introduce .title,
._scheme .title {
    width: 100%;
    padding: 1rem;
  }
  ._introduce .title div,
._scheme .title div {
    text-align: center;
  }
  ._introduce .title div:nth-child(1),
._scheme .title div:nth-child(1) {
    font-size: 1rem;
  }
  ._introduce .title div:nth-child(2),
._scheme .title div:nth-child(2) {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  ._introduce .list {
    flex-direction: column;
    align-items: center;
  }
  ._introduce .list .item {
    text-align: center;
  }
  ._introduce .list .item .title {
    padding: 0.8rem;
    margin: 0;
    box-sizing: border-box;
  }
  ._introduce .list .item .describe {
    line-height: 1.6rem;
    padding-bottom: 1rem;
  }
  ._scheme .list {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 0.5rem;
  }
  ._scheme .list .item {
    width: 46%;
    height: 16rem;
    margin: 1rem 0 !important;
  }
  ._scheme .list .item .bg {
    padding: 1.6rem 0;
    text-align: center;
  }
  ._scheme .list .item .bg .title {
    padding: 0;
  }
  ._foot .contact .menu {
    padding: 1rem 0;
  }
  ._foot .contact .menu a {
    padding: 0 1rem;
  }
  ._foot .contact .wx {
    width: 40%;
    margin-bottom: 0.8rem;
  }
  ._foot .contact .contacts {
    display: none;
  }
  ._foot .copyright {
    font-size: 0.6rem;
  }
}
._title {
  height: 640px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
._title .text {
  width: 1400px;
  margin: auto;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

._contact ._title {
  background-image: url("/images/contact/title_bg.jpg");
}
._contact > .main {
  display: flex;
  background-color: #fff;
  padding: 90px 0;
}
._contact > .main .box {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
._contact > .main .box > .left {
  width: 46%;
}
._contact > .main .box > .left .name {
  font-weight: 600;
  border-bottom: 2px solid rgb(51, 51, 51);
  padding-bottom: 40px;
}
._contact > .main .box > .left .name .top {
  font-size: 48px;
  color: rgb(34, 34, 34);
}
._contact > .main .box > .left .name .bottom {
  color: #00A2E9;
  font-size: 26px;
  margin-top: 10px;
}
._contact > .main .box > .left .items .item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
._contact > .main .box > .left .items .item > .left {
  margin-right: 10px;
}
._contact > .main .box > .left .items .item > .left img {
  width: 48px;
  height: 48px;
}
._contact > .main .box > .left .items .item > .right {
  font-size: 16px;
}
._contact > .main .box > .left .items .item > .right > .top {
  color: rgb(153, 153, 153);
}
._contact > .main .box > .left .items .item > .right > .bottom {
  margin-top: 5px;
}
._contact > .main .box > .left .items .item + .item {
  border-top: 1px solid rgb(245, 245, 245);
}
._contact > .main .box > .right {
  width: 40%;
  padding: 60px;
  background-image: url("/images/contact/input_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
._contact > .main .box > .right > .title {
  font-size: 42px;
  color: rgb(34, 34, 34);
  font-weight: 600;
}
._contact > .main .box > .right .inputs {
  margin-top: 25px;
}
._contact > .main .box > .right .inputs .item {
  display: flex;
}
._contact > .main .box > .right .inputs .item input {
  background-color: #fff;
  height: 70px;
  border: none;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
}
._contact > .main .box > .right .inputs .item input + input {
  margin-left: 10px;
}
._contact > .main .box > .right .inputs .item textarea {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  border: none;
  height: 100px;
}
._contact > .main .box > .right .inputs .item + .item {
  margin-top: 10px;
}
._contact > .main .box > .right .btns {
  margin-top: 25px;
}
._contact > .main .box > .right .btns button {
  background-color: #00A2E9;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
}

._about ._title {
  background-image: url("/images/about/title_bg.jpg");
}
._about .item .box {
  width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
._about .item .box .title {
  font-weight: 600;
  color: rgb(34, 34, 34);
}
._about .item .box .title > .top {
  font-size: 16px;
}
._about .item .box .title > .bottom {
  font-size: 48px;
}
._about .item .box > .left {
  width: 50%;
}
._about .item .box > .left .con {
  color: rgb(69, 69, 69);
  line-height: 26px;
  margin-top: 35px;
}
._about .item .box > .left .con p + p {
  margin-top: 20px;
}
._about .item .box > .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
._about .item .box > .right img {
  width: 80%;
}
._about .item.team .box .title {
  text-align: right;
}
._about .item.team .box > .right {
  align-items: flex-start;
}
._about .philosophy {
  background-image: url("/images/about/philosophy.jpg");
  background-position: center;
  background-size: cover;
}
._about .philosophy .box {
  flex-direction: column;
  align-items: flex-start;
}
._about .philosophy .box .title {
  color: #fff;
}
._about .philosophy .box .ones {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
._about .philosophy .box .ones .one {
  background-color: rgba(255, 255, 255, 0.95);
  width: 32%;
  padding: 68px 130px 30px 48px;
  box-sizing: border-box;
  border-radius: 5px;
  transition-duration: 500ms;
  height: 250px;
  position: relative;
}
._about .philosophy .box .ones .one:hover {
  transform: translateY(-26px);
}
._about .philosophy .box .ones .one .name {
  color: rgb(34, 34, 34);
  font-weight: 600;
  font-size: 24px;
}
._about .philosophy .box .ones .one .line {
  width: 20px;
  height: 4px;
  background-color: #00A2E9;
  margin: 15px 0;
}
._about .philosophy .box .ones .one .describe {
  font-size: 16px;
  color: rgb(153, 153, 153);
}
._about .philosophy .box .ones .one img {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 32px;
  top: 32px;
}

._page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 42px 0;
}
._page .layui-laypage-em {
  background-color: #00A2E9 !important;
}
._page .layui-laypage a[data-page]:hover {
  color: #00A2E9;
}
._page .layui-laypage a,
._page .layui-laypage span {
  padding: 6px 16px;
}

._classify {
  background-color: #fff;
}
._classify .box {
  width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
}
._classify .box div {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
}
._classify .box div + div {
  margin-left: 60px;
}
._classify .box div.on {
  color: #00A2E9;
}
._classify .box div.on::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00A2E9;
  bottom: 0;
  left: 0;
}
._classify .box div:hover {
  color: #00A2E9;
}/*# sourceMappingURL=app.css.map */