* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
ul li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
a {
  color: #444444;
}
.clear {
  clear: both;
}
.container {
  padding: 0;
}
.bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
  z-index: 99 !important;
}
.modal.in .modal-dialog {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}
.body .head {
  border: none;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.body .head .head-box {
  height: 100%;
}
.body .head .head-box .top-logo {
  float: left;
}
.body .head .head-box .top-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.body .head .head-box .top-logo img {
  max-width: 100%;
}
.body .head .head-box .head-btn {
  float: right;
  margin-right: 50px;
  display: none;
}
.body .head .head-box .head-btn span {
  font-size: 40px;
  vertical-align: middle;
}
.body .head .head-box .top-title {
  width: 70%;
  float: right;
  height: 100%;
}
.body .head .head-box .top-title > ul {
  height: 100%;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.body .head .head-box .top-title > ul > li {
  position: relative;
  width: 100%;
  text-align: center;
}
.body .head .head-box .top-title > ul > li ul {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  transform: translate(-50%);
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.body .head .head-box .top-title > ul > li ul li {
  line-height: 50px;
  height: 50px;
}
.body .head .head-box .top-title > ul > li ul li:hover {
  background-color: #127bbf;
}
.body .head .head-box .top-title > ul > li ul li:hover a {
  color: #fff;
}
.body .head .head-box .top-title > ul > li a {
  font-size: 15px;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.body .head .head-box .top-title > ul > li a span {
  font-size: 25px;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(2) {
  display: none;
  width: 0;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(2).active {
  transition: width 1s;
  width: 80%;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(2) {
  height: 100%;
  position: relative;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(2) form {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(2) form input {
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #C0C0C0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding-left: 5px;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(2) form span {
  position: absolute;
  z-index: 20;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 30px;
  font-size: 30px;
  color: #C0C0C0;
  left: -50px;
  cursor: pointer;
  font-weight: 100;
}
.body .head .head-box .top-title > ul > li:hover {
  border-bottom: 5px solid #127bbf;
}
.body .head .head-box .top-title > ul > li:hover ul {
  display: block;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(1) {
  cursor: pointer;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(1) span {
  font-size: 25px;
}
.body .head .head-box .top-title > ul > li:nth-last-of-type(1),
.body .head .head-box .top-title > ul li:nth-last-of-type(2),
.body .head .head-box .top-title > ul li:nth-last-of-type(3) {
  border: none !important;
}
.body .head .head-box .top-title .modal .modal-dialog {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
}
.body .head .head-box .top-title .modal .modal-dialog .modal-content {
  width: 400px;
  height: 150px;
  text-align: center;
  line-height: 100px;
}
.body .head .head-box .top-title .modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.body .head .head-box .top-title .modal .modal-dialog .modal-content form {
  height: 100%;
}
.body .head .head-box .top-title .modal .modal-dialog .modal-content form #keyword {
  width: 300px;
  display: inline-block;
  margin-top: 45px;
  height: 50px;
  padding-left: 20px;
}
.body .home-ban .carousel-inner .item img {
  width: 100%;
  height: auto;
}
.body .home-ban .carousel-inner .item .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-70%, -50%);
}
.body .home-ban .carousel-inner .item .carousel-caption span {
  display: block;
}
.body .home-ban .carousel-inner .item .carousel-caption > span:nth-of-type(1) {
  font-size: 2.5vw;
  font-weight: 100;
  padding-right: 22%;
}
.body .home-ban .carousel-inner .item .carousel-caption > span:nth-of-type(2) {
  font-size: 3vw;
}
.body .home-ban .carousel-inner .item .carousel-caption > div {
  margin-top: 50px;
  padding-right: 26%;
}
.body .home-ban .carousel-inner .item .carousel-caption > div span {
  font-size: 1.5vw;
}
.body .home-ban .carousel-inner .item .carousel-caption > div span:nth-of-type(2) {
  padding-left: 39%;
}
.body .home-pro-list {
  overflow: hidden;
  position: relative;
  height: 960px;
  width: 100%;
  background-image: url("../image/index_02.jpg");
}
.body .home-pro-list .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body .home-pro-list .container .new .pro-list-title:nth-of-type(1) {
  width: 46%;
}
.body .home-pro-list .container .new .pro-list-title {
  width: 21%;
}
.body .home-pro-list .container .new .pro-more {
  margin-left: 40px;
}
.body .home-pro-list .container > div {
  display: inline-block;
  width: 100%;
  max-height: 320px;
}
.body .home-pro-list .container > div .pro-list-title {
  position: relative;
  float: left;
}
.body .home-pro-list .container > div .pro-list-title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.body .home-pro-list .container > div .pro-list-title > span {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 10%;
}
.body .home-pro-list .container > div .pro-list-title img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.body .home-pro-list .container > div .pro-list-title:nth-of-type(1),
.body .home-pro-list .container > div .pro-list-title:nth-of-type(2),
.body .home-pro-list .container > div .pro-list-title:nth-of-type(3) {
  transition: all 1.5s;
}
.body .home-pro-list .container > div div:nth-of-type(1) {
  width: 46%;
  height: 100%;
}
.body .home-pro-list .container > div div:nth-of-type(2) {
  width: 21%;
  height: 100%;
  margin-left: 40px;
}
.body .home-pro-list .container > div .pro-more div {
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  text-align: center;
}
.body .home-pro-list .container > div .pro-more div span {
  display: block;
  width: 6rem;
  color: #fff;
  margin: 0 auto;
}
.body .home-pro-list .container > div .pro-more div span:nth-of-type(2) {
  text-align: center;
  font-size: 30px;
}
.body .home-pro-list .container > div:nth-of-type(2) {
  margin-top: 45px;
}
.body .home-pro-list .container > div:nth-of-type(2) div {
  float: right;
}
.body .home-pro-list .container > div:nth-of-type(2) div:nth-of-type(2) {
  margin-left: 0px;
  margin-right: 40px;
}
.body .home-pro-list .container > div:nth-of-type(2) .pro-more {
  display: none;
}
.body .home-about {
  overflow: hidden;
  position: relative;
  height: 800px;
  width: 100%;
  background-image: url("../image/index_08.jpg");
}
.body .home-about .home-about-img {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 500px;
  background-image: url("../image/index_04.jpg");
}
.body .home-about .home-about-title {
  height: 210px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.body .home-about .home-about-title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-top: 150px;
  font-size: 14px;
  color: #969696;
}
.body .home-about .home-about-title span {
  display: inline-block;
  padding-top: 80px;
  font-size: 30px;
  color: #0072bc;
}
.body .home-about .home-about-title:hover a {
  color: #0072bc;
}
.body .home-skill {
  overflow: hidden;
  position: relative;
  height: 960px;
  background-image: url('../image/index_06.jpg');
}
.body .home-skill .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body .home-skill .container .home-skill-con {
  float: left;
  width: 400px;
  color: #333333;
  position: relative;
}
.body .home-skill .container .home-skill-con a {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  z-index: 10;
}
.body .home-skill .container .home-skill-con span {
  display: block;
}
.body .home-skill .container .home-skill-con span:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 70px;
}
.body .home-skill .container .home-skill-con span:nth-of-type(2) {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 55px;
}
.body .home-skill .container .home-skill-con span:nth-of-type(3) {
  font-size: 15px;
  transition: all 1.5s;
}
.body .home-skill .container .home-skill-con:hover span:nth-last-of-type(1) {
  color: #0072bc;
  transform: translateX(20px);
}
.body .home-skill .container .home-skill-image {
  right: 0;
  width: 740px;
  position: absolute;
  height: 555px;
}
.body .home-skill .container .home-skill-image div {
  position: absolute;
  height: 175px;
  width: 175px;
  background-color: #0072bc;
  font-size: 18px;
}
.body .home-skill .container .home-skill-image div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.body .home-skill .container .home-skill-image div span {
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body .home-skill .container .home-skill-image div:nth-of-type(1) {
  left: 195px;
  top: -82.5px;
  background-color: #0183d7;
}
.body .home-skill .container .home-skill-image div:nth-of-type(2) {
  left: 20px;
  top: 92.5px;
  background-color: rgba(8, 150, 245, 0.8);
}
.body .home-skill .container .home-skill-image div:nth-of-type(2) span {
  width: 10rem;
}
.body .home-skill .container .home-skill-image div:nth-of-type(3) {
  left: 195px;
  top: 92.5px;
}
.body .home-skill .container .home-skill-image div:nth-of-type(4) {
  left: 370px;
  top: 92.5px;
  background-color: rgba(1, 126, 202, 0.9);
}
.body .home-skill .container .home-skill-image div:nth-of-type(5) {
  left: 545px;
  top: 92.5px;
  background-color: #0087df;
}
.body .home-skill .container .home-skill-image div:nth-of-type(6) {
  left: 370px;
  top: 267.5px;
}
.body .home-news {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.body .home-news .home-news-left {
  position: absolute;
  float: left;
  width: 50%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.body .home-news .home-news-left .news-con {
  width: 85%;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  height: 100%;
}
.body .home-news .home-news-left .news-con ul {
  transition: all 1.5s;
  height: 100%;
  margin: 0;
}
.body .home-news .home-news-left .news-con ul li {
  float: left;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-right: 20px;
}
.body .home-news .home-news-left .news-con ul li div {
  display: inline-block;
}
.body .home-news .home-news-left .news-con ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.body .home-news .home-news-left .news-con ul li .news-title {
  font-size: 28px;
  margin-top: 50px;
}
.body .home-news .home-news-left .news-con ul li .news-division {
  margin-top: 30px;
  border-bottom: 2px solid #fff;
  width: 100px;
}
.body .home-news .home-news-left .news-con ul li .news-content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 40px;
}
.body .home-news .home-news-left .news-con ul li .news-content img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.body .home-news .home-news-left .news-con ul li .news-more {
  font-size: 16px;
  margin-top: 60px;
}
.body .home-news .home-news-left .news-btn {
  position: absolute;
  text-align: left;
  width: 85%;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.body .home-news .home-news-left .news-btn span {
  font-size: 35px;
  cursor: pointer;
}
.body .home-news .home-news-left .news-btn span:nth-of-type(1) {
  margin-right: 40px;
}
.body .home-news .home-news-right {
  float: right;
  width: 100%;
  background-position: center right;
}
.body .home-news .home-news-right img {
  width: 100%;
}
.body .home-news .home-news-right img:nth-of-type(2) {
  display: none;
}
.body .foot {
  position: relative;
  width: 100%;
  min-height: 400px;
}
.body .foot .foot-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  width: 1000px;
}
.body .foot .foot-list > div {
  width: 10%;
}
.body .foot .foot-list > div span {
  font-size: 16px;
  font-weight: bold;
}
.body .foot .foot-list > div a {
  font-size: 16px;
}
.body .foot .foot-list > div .ph {
  display: none;
}
.body .foot .foot-list > div ul {
  margin-top: 30px;
}
.body .foot .foot-list > div ul li {
  font-size: 15px;
  margin-top: 15px;
}
.body .foot .foot-list > div:nth-last-of-type(1) {
  width: 20%;
  text-align: center;
}
.body .foot .foot-list > div:nth-last-of-type(1) span {
  border: none !important;
}
.body .foot .foot-list > div:nth-last-of-type(1) div {
  margin-top: 20px;
}
.body .foot .foot-list > div:nth-last-of-type(1) div img {
  max-width: 45%;
}
.body .foot .foot-list > div:nth-last-of-type(1) div img:nth-of-type(2) {
  float: right;
}
.body .foot .foot-list > div:nth-last-of-type(1) div img:nth-of-type(1) {
  float: left;
}
.body .foot .top-btn {
  position: absolute;
  right: 0;
  bottom: 200px;
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: #a2afc6;
  cursor: pointer;
}
.body .foot .top-btn div {
  display: flex;
  flex-direction: column;
}
.body .foot .top-btn div span {
  color: #fff;
}
.body .foot .top-btn div span:nth-of-type(1) {
  font-size: 30px;
}
.body .foot .top-btn div span:nth-of-type(2) {
  font-size: 15px;
}
.body .foot .link > div {
  display: flex;
}
.body .foot .link > div span {
  flex-shrink: 0;
  width: 60px;
  margin-right: 10px;
}
.body .foot .link > div ul {
  display: flex;
  margin: 0px;
  flex-wrap: wrap;
}
.body .foot .link > div ul li {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.body .foot .link > div ul li img {
  width: 20px;
  height: 20px;
}
.body .foot .link > div ul li a {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.body .foot .link > div ul li:nth-of-type(1) img {
  width: 35px;
}
.body .foot .link > div ul li:nth-of-type(2) img {
  width: 100px;
}
.body .foot .link > div ul li:nth-of-type(3) img {
  width: 60px;
}
.body .foot .copyright {
  width: 100%;
  background-color: #0087df;
  margin-top: 20px;
  line-height: 40px;
}
.body .foot .copyright span {
  font-size: 14px;
  color: #fff;
}
.body .foot .copyright span #lzh {
  font-size: 14px;
  color: #fff;
}
.body .foot .copyright span a {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 1550px) {
  div {
    background-size: 100% 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1100px) {
  .body .home-news .home-news-left .news-con {
    opacity: 0;
    transform: translateX(-20%);
  }
  .body .home-news .home-news-left .news-con.active {
    transition: all 1.5s;
    opacity: 1;
    transform: translateX(0%);
  }
  .body .home-pro-list .container > div:nth-of-type(2) .pro-list-title:nth-of-type(2),
  .body .home-pro-list .container > div:nth-of-type(1) .pro-list-title:nth-of-type(3) {
    transform: rotateY(180deg);
  }
  .body .home-pro-list.active .container > div:nth-of-type(1) .pro-list-title:nth-of-type(3),
  .body .home-pro-list.active .container > div:nth-of-type(2) .pro-list-title:nth-of-type(2) {
    transition: all 1.5s;
    transform: rotateY(360deg);
  }
  .body .home-pro-list.active .container > div:nth-of-type(1) .pro-list-title:nth-of-type(1):hover,
  .body .home-pro-list.active .container > div:nth-of-type(1) .pro-list-title:nth-of-type(2):hover {
    transform: translateX(-20px);
  }
  .body .home-pro-list.active .container > div:nth-of-type(1) .pro-list-title:nth-of-type(3):hover {
    transform: rotateY(360deg) translateX(20px);
  }
  .body .home-pro-list.active .container > div:nth-of-type(2) .pro-list-title:nth-of-type(1):hover {
    transform: translateX(20px);
  }
  .body .home-pro-list.active .container > div:nth-of-type(2) .pro-list-title:nth-of-type(2):hover {
    transform: rotateY(360deg) translateX(-20px);
  }
  .body .home-skill .container .home-skill-image div {
    transform-style: preserve-3d;
    transition: all 0.6s;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(1),
  .body .home-skill .container .home-skill-image div:nth-of-type(2),
  .body .home-skill .container .home-skill-image div:nth-of-type(3) {
    transform-origin: left;
    transform: perspective(400px) rotateY(-90deg);
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(4),
  .body .home-skill .container .home-skill-image div:nth-of-type(5) {
    transform-origin: right;
    transform: perspective(400px) rotateY(90deg);
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(6) {
    transform-origin: top;
    transform: perspective(400px) rotateX(90deg);
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(1) {
    transform: perspective(400px) rotateY(0deg);
    transition-delay: 0s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(2) {
    transform: perspective(400px) rotateY(0deg);
    transition-delay: 0.6s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(3) {
    transform: perspective(400px) rotateY(0deg);
    transition-delay: 1.2s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(4) {
    transform: perspective(400px) rotateY(0deg);
    transition-delay: 1.8s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(5) {
    transform: perspective(400px) rotateY(0deg);
    transition-delay: 2.4s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(6) {
    transform: perspective(400px) rotateX(0deg);
    transition-delay: 3s;
  }
}
@media (max-width: 1300px) {
  .body .home-skill .container .home-skill-image div:nth-of-type(2) {
    top: -82.5px;
    left: 370px;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(3) {
    top: -82.5px;
    left: 545px;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(4) {
    left: 195px;
    top: 92.5px;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(5) {
    left: 370px;
    top: 92.5px;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(6) {
    left: 545px;
    top: 92.5px;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(1) {
    transition-delay: 0s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(2) {
    transition-delay: 0.6s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(3) {
    transition-delay: 1.2s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(4) {
    transition-delay: 3s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(5) {
    transition-delay: 2.4s;
  }
  .body .home-skill .container .home-skill-image.active div:nth-of-type(6) {
    transition-delay: 1.8s;
  }
}
@media (max-width: 1200px) {
  .body .head .head-box .top-logo {
    width: 230px;
  }
}
@media (max-width: 1150px) {
  .body .head .head-box .top-title > ul > li ul {
    display: none !important;
  }
  .body .home-skill .container .home-skill-con {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .body .home-skill .container .home-skill-image {
    position: relative;
    width: 100%;
  }
  .body .home-skill .container .home-skill-image div {
    top: 50% !important;
    left: 50% !important;
    transition: all 0s;
    transition-delay: 0s !important;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(1) {
    transform: translate(-150%, -75%) !important;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(2) {
    transform: translate(-50%, -75%) !important;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(3) {
    transform: translate(50%, -75%) !important;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(4) {
    transform: translate(-150%, 25%) !important;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(5) {
    transform: translate(-50%, 25%) !important;
  }
  .body .home-skill .container .home-skill-image div:nth-of-type(6) {
    transform: translate(50%, 25%) !important;
  }
}
@media (max-width: 1100px) {
  .body .head .head-box .top-logo {
    margin-left: 100px;
  }
  .body .head .head-box .top-title {
    display: none;
    width: 100%;
    top: 100px;
    justify-content: flex-start;
    height: auto;
  }
  .body .head .head-box .top-title ul {
    flex-direction: column;
    height: auto;
  }
  .head-box {
    width: 100%;
  }
  .body .head .head-box .top-title ul li {
    width: 100%;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100px;
  }
  .body .foot .foot-list > div:nth-last-of-type(1) div img {
    float: none !important;
  }
  .body .head .head-box .top-title ul li a {
    font-size: 25px;
  }
  .body .head .head-box .top-title ul li:nth-last-of-type(1) {
    display: none;
  }
  .body .head .head-box .head-btn {
    display: block;
  }
  .body .foot .foot-list {
    flex-wrap: wrap;
    width: 90%;
  }
  .body .foot .foot-list div:nth-last-of-type(1) {
    width: 100%;
    margin-top: 20px;
    text-align: center !important;
  }
  .body .foot .copyright {
    margin-top: 30px;
  }
  .body .home-pro-list .container {
    width: 90%;
  }
  .body .home-news .home-news-left .news-con ul li .news-title {
    margin-top: 65px;
  }
  .body .home-news .home-news-left .news-con ul li .news-more {
    margin-top: 40px;
  }
  .body .foot .link ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .fltr {
    display: none;
  }
  .copyright .jc {
    display: none !important;
  }
  .body .foot {
    min-height: 0px;
  }
  .body .head .head-box .head-btn {
    margin-right: 20px;
  }
  .body .head {
    height: 60px;
    line-height: 60px;
  }
  .body .head .head-box .top-logo {
    margin-left: 20px;
    width: 200px;
  }
  .body .head .head-box .head-btn span {
    font-size: 25px;
  }
  .body .head .head-box .top-title ul li {
    height: 60px;
  }
  .body .head .head-box .top-title ul li a {
    font-size: 16px;
  }
  .body .foot .foot-list {
    width: 100%;
  }
  .home-ban {
    margin-top: 60px;
  }
  .body .home-ban .carousel-inner .item .carousel-caption {
    top: 0%;
    transform: translate(-60%, 0%);
    width: 100%;
  }
  .body .home-ban .carousel-inner .item .carousel-caption > div {
    margin-top: 10px;
    padding-right: 0;
  }
  .body .home-ban .carousel-inner .item .carousel-caption > span:nth-of-type(1) {
    font-size: 16px;
  }
  .body .home-ban .carousel-inner .item .carousel-caption > span:nth-of-type(2) {
    font-size: 14px;
  }
  .body .home-ban .carousel-inner .item .carousel-caption > div span {
    font-size: 12px;
  }
  .body .home-pro-list .container > div:nth-of-type(1) .pro-more {
    display: none;
  }
  .body .home-pro-list .container > div:nth-of-type(2) .pro-list-title {
    margin-top: 25px;
    margin-right: 0px !important;
  }
  .body .home-pro-list .container > div:nth-of-type(2) .pro-more {
    display: block;
    width: 50%;
  }
  .body .home-pro-list .container > div .pro-list-title:nth-of-type(1) {
    width: 100%;
  }
  .body .home-pro-list .container > div .pro-list-title:nth-of-type(2) {
    width: 50%;
  }
  .body .home-pro-list .container > div:nth-of-type(1) .pro-list-title:nth-of-type(1) {
    width: 100%;
  }
  .body .home-pro-list .container > div:nth-of-type(1) .pro-list-title:nth-of-type(2) {
    margin-left: 0px;
    width: 50%;
  }
  .body .home-pro-list .container > div:nth-of-type(2) {
    margin: 0;
  }
  .body .home-pro-list .container > div {
    display: block;
  }
  .body .home-pro-list .container {
    position: static;
    transform: translate(0%, 0%);
    padding: 20px 0px;
  }
  .body .home-pro-list {
    height: auto;
  }
  .body .home-about {
    height: 460px;
  }
  .body .home-about .home-about-img {
    height: 200px;
    top: 45px;
  }
  .body .home-about .home-about-title {
    height: 210px;
  }
  .body .home-skill .container {
    width: 90%;
  }
  .body .home-skill {
    height: 660px;
    background-position: center right;
  }
  .body .home-skill .container .home-skill-image div {
    width: 33%;
    height: 100px;
  }
  .body .home-skill .container .home-skill-image div span {
    text-align: center;
    font-size: 14px;
  }
  .body .home-skill .container .home-skill-image {
    height: 255px;
  }
  .body .home-news {
    height: 574px;
  }
  .body .home-news .home-news-left {
    width: 100%;
    height: 70%;
    position: relative;
    background-image: url('../image/index_07_07.jpg');
    background-size: 100% 105%;
  }
  .body .home-news .home-news-right {
    width: 100%;
    background-size: 100%;
  }
  .body .home-news .home-news-right img:nth-of-type(1) {
    display: none;
  }
  .body .home-news .home-news-right img:nth-of-type(2) {
    display: block;
  }
  .body .home-news .home-news-left .news-con ul li .news-title {
    margin-top: 20px;
    font-size: 20px;
  }
  .body .home-news .home-news-left .news-con ul li .news-content {
    margin-top: 20px;
    font-size: 15px;
  }
  .body .home-news .home-news-left .news-con ul li .news-more {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .body .home-news .home-news-left .news-btn {
    bottom: 10px;
  }
  .body .foot .foot-list div {
    width: 100%;
    text-align: center;
  }
  .body .foot .foot-list {
    padding-top: 25px;
  }
  .body .foot .copyright span:nth-last-of-type(1) {
    display: none;
  }
  .body .foot .foot-list div ul {
    margin-top: 0px;
    display: none;
  }
  .body .foot .foot-list div span {
    height: 50px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
  }
  .body .foot .copyright {
    text-align: center;
    height: 60px;
    line-height: 60px;
  }
  .body .foot .copyright span:nth-child(2),
  .body .foot .copyright span:nth-child(3) {
    display: none;
  }
  .body .foot .copyright span {
    font-size: 12px;
  }
  .body .foot .top-btn {
    position: fixed;
    bottom: 100px;
    background-color: rgba(162, 175, 198, 0.7);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    right: 10px;
  }
  .body .foot .top-btn span {
    font-size: 25px;
  }
  .body .foot .foot-list div span.com {
    display: none;
  }
  .body .foot .foot-list div span.ph {
    display: block;
  }
  .body .home-news .home-news-left .news-con ul li .news-content img {
    max-width: 100%;
  }
  .body .home-news {
    height: auto;
  }
  .body .foot .link {
    display: none;
  }
  .body .foot .copyright {
    margin-top: 0px;
  }
  .body .foot .top-btn div span:nth-of-type(2) {
    display: none;
  }
}
