/*common*/
* {
  padding: 0;
  margin: 0;
}
.mted li {
  margin-top: 20px;
}
ul {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 30px;
}
body {
  font-family: Arial, "Microsoft YaHei";
  background: #fff;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/*title*/
.index-title {
  padding-bottom: 38px;
  text-align: center;
}
.index-title.left {
  text-align: left;
}
.index-title.big h2 {
  padding-bottom: 20px;
  color: #333;
  font-size: 48px;
}
.index-title.big span {
  width: 120px;
  height: 6px;
}
.index-title h2 {
  line-height: 40px;
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
}
.index-title span {
  display: inline-block;
  width: 74px;
  height: 2px;
  background-color: #009cff;
}
/*page-banner*/
.page-banner {
  max-width: 1920px;
  height: 460px;
  margin: 0 auto;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-banner .page-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 175px;
}
.page-banner .page-title-wrap h1 {
  color: #fff;
  font-size: 48px;
}
.page-banner .page-title-wrap .breadcrumb {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  background: transparent;
}
.page-banner .page-title-wrap .breadcrumb a {
  padding: 0 6px;
  color: #fff;
}
.page-banner .page-title-wrap .breadcrumb a:first-child {
  padding-left: 0;
}
/*page-sub-nav*/
.page-sub-nav {
  padding: 50px 0 60px;
}
.page-sub-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow-x: auto;
}
.page-sub-nav ul li {
  margin-right: 30px;
}
.page-sub-nav ul li.active a {
  color: #fff;
  background-color: #009cff;
  border-color: #009cff;
}
.page-sub-nav ul li:last-child {
  margin-right: 0;
}
.page-sub-nav ul li a {
  display: inline-block;
  min-width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  text-align: center;
  border: 1px solid #666;
}
/*pager*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.pager a {
  display: inline-block;
  min-width: 54px;
  line-height: 52px;
  margin: 0 8px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  text-align: center;
  border: 1px solid #b5b5b5;
}
.pager a.page-num-current {
  color: #fff;
  border-color: #009cff;
  background-color: #009cff;
}
/*around*/
.around {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.around .item {
  display: flex;
  margin: 0 15px;
  color: #666;
  font-size: 15px;
}
.around .item a {
  color: #666;
}
.around .item a:hover {
  color: #009cff;
}
/*index*/
.navbar-style {
  max-width: 1920px;
  margin: 0 auto;
}
.navbar-style .dropdown-menu {
  left: -30px;
  width: 180px;
  margin: 0;
  padding: 0 0 10px;
  border: none;
  border-radius: 0;
  background-color: #009cff;
}
.navbar-style .dropdown-menu .dropdown-item {
  line-height: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.navbar-style .dropdown-menu .dropdown-item:last-child {
  border: none;
}
.navbar-style .dropdown-menu .dropdown-item:hover {
  color: #009cff;
  background-color: #fff;
}
.navbar-style .navbar {
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-style .navbar .corporate-name {
  display: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.navbar-style .navbar .nav-item {
  padding: 0 15px;
}
.navbar-style .navbar .nav-item.active .nav-link,
.navbar-style .navbar .nav-item:hover .nav-link {
  color: #009cff;
  border-bottom-color: #009cff;
}
.navbar-style .navbar .nav-item .nav-link {
  margin: 27px 4px;
  padding: 0;
  font-size: 16px;
  line-height: 44px;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: all 1s ease;
}
.navbar-style .navbar .tool {
  display: flex;
  align-items: center;
  padding-left: 278px;
}
.navbar-style .navbar .tool > a {
  color: #333;
  font-size: 18px;
  transition: all 1s ease;
}
.navbar-style .navbar .tool > a:hover {
  color: #009cff;
}
.navbar-style .navbar .tool .divide {
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 25px;
  background-color: #c4c4c4;
}
.navbar-style .navbar .tool .open-search {
  width: 21px;
  height: 21px;
  overflow: hidden;
}
.navbar-style .navbar .tool .open-search img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.navbar-style .navbar .tool .form-wrap {
  display: none;
  align-items: center;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 9;
  width: 100%;
  height: 100px;
  padding: 10px 80px 20px 140px;
  background-color: #eee;
}
.navbar-style .navbar .tool .form-wrap form {
  width: 100%;
  margin-right: 80px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.navbar-style .navbar .tool .form-wrap form input {
  width: 100%;
  padding: 0 30px 0 15px;
  background-color: transparent;
  border: none;
  outline: none;
}
.navbar-style .navbar .tool .form-wrap .close-search {
  position: absolute;
  top: 30px;
  right: 80px;
  width: 20px;
  height: 20px;
}
.navbar-style .navbar .tool .form-wrap .close-search img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#banner .banner-slider {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#banner .banner-slider img {
  width: 100%;
  max-width: 1920px;
}
#banner .banner-slider .info-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
#banner .banner-slider .info-wrap .title {
  padding-bottom: 20px;
  font-size: 48px;
  text-transform: uppercase;
}
#banner .banner-slider .info-wrap .tips {
  width: 790px;
  font-size: 24px;
}
#banner .swiper-pagination-bullet {
  background: #fff;
}
#banner .swiper-pagination-bullet-active {
  background: #009cff;
}
.our-product {
  padding-top: 70px;
}
.our-product .more-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #666;
  font-size: 16px;
  text-align: center;
  background-color: #f5f5f5;
  transition: all 1s ease;
}
.our-product .more-btn:hover {
  color: #009cff;
}
.pro-item {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.pro-item.index {
  margin-bottom: 30px;
}
.pro-item:hover .img img {
  transform: scale(1.1);
}
.pro-item:hover .title {
  color: #009cff;
}
.pro-item .img {
  width: 100%;
  overflow: hidden;
}
.pro-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.pro-item .title {
  padding: 20px;
  color: #000;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.fields-of-application {
  padding-top: 70px;
}
.fields-of-application .list {
  display: flex;
}
.fields-of-application .list .first-item {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.fields-of-application .list .first-item:hover img {
  transform: scale(1.1);
}
.fields-of-application .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.fields-of-application .list .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fields-of-application .list .second-wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  height: 810px;
}
.fields-of-application .list .second-wrap .item {
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.fields-of-application .list .second-wrap .item:hover img {
  transform: scale(1.1);
}
.fields-of-application .list .second-wrap .item:nth-child(2n) {
  margin-right: 0;
}
.image-text {
  padding-top: 90px;
}
.image-text .index-title {
  padding-bottom: 30px;
}
.image-text .list .item {
  display: flex;
  align-items: center;
}
.image-text .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.image-text .list .item:nth-child(even) .info-wrap {
  padding-right: 40px;
}
.image-text .list .item .img {
  width: 50%;
  overflow: hidden;
}
.image-text .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text .list .item .info-wrap {
  flex: 1;
  padding-left: 40px;
}
.image-text .list .item .info-wrap .content {
  padding-right: 6px;
  color: #333;
  font-size: 16px;
  overflow: auto;
}
.image-text .list .item .info-wrap .content::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(51, 51, 51, 0.2);
}
.image-text .list .item .info-wrap .content::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 6px;
}
.image-text .list .item .info-wrap .more-btn {
  display: inline-block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #009cff;
  transition: all 1s ease;
}
.image-text .list .item .info-wrap .more-btn:hover {
  opacity: 0.7;
}
.latest-news {
  padding: 94px 0 24px;
}
.news-item {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.news-item:hover .img img {
  transform: scale(1.1);
}
.news-item:hover .info-wrap .title {
  color: #009cff;
}
.news-item:hover .info-wrap .more-btn {
  opacity: 0.7;
}
.news-item .img {
  width: 100%;
  overflow: hidden;
}
.news-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.news-item .info-wrap {
  padding-top: 20px;
}
.news-item .info-wrap .title {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.news-item .info-wrap .date {
  padding: 10px 0 28px;
  color: #999;
  font-size: 14px;
}
.news-item .info-wrap .more-btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #009cff;
  transition: all 1s ease;
}
/*about*/
.about {
  padding-bottom: 90px;
}
.about .list {
  padding-top: 22px;
}
.about .list .item {
  display: flex;
  align-items: center;
}
.about .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.about .list .item:nth-child(even) .info-wrap {
  padding-left: 40px;
}
.about .list .item .img {
  width: 50%;
  overflow: hidden;
}
.about .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .list .item .info-wrap {
  flex: 1;
  padding-right: 40px;
}
.about .list .item .info-wrap .title {
  padding-bottom: 30px;
  color: #333;
}
.about .list .item .info-wrap .content {
  padding-right: 6px;
  color: #666;
  font-size: 16px;
  overflow: auto;
}
.about .list .item .info-wrap .content::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(51, 51, 51, 0.2);
}
.about .list .item .info-wrap .content::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 6px;
}
/*honor*/
.honor {
  padding-bottom: 90px;
}
.honor .item {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.honor .item:hover .img img {
  transform: scale(1.1);
}
.honor .item:hover .title {
  color: #009cff;
}
.honor .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.honor .item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.honor .item .title {
  padding: 20px;
  color: #000;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
/*office*/
.office,
.case,
.products,
.news {
  padding-bottom: 80px;
}
/*news*/
.news .list {
  padding-bottom: 40px;
}
.news .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.news .list .item:hover .img img {
  transform: scale(1.1);
}
.news .list .item:hover .info-wrap h6 {
  color: #009cff;
}
.news .list .item:hover .info-wrap .more-btn {
  opacity: 0.7;
}
.news .list .item .img {
  width: 415px;
  height: 270px;
  overflow: hidden;
}
.news .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.news .list .item .info-wrap {
  flex: 1;
  width: 60%;
  padding-left: 40px;
}
.news .list .item .info-wrap h6 {
  color: #000;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.news .list .item .info-wrap .date {
  padding: 20px 0 30px;
  color: #999;
  font-size: 14px;
}
.news .list .item .info-wrap .content {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .list .item .info-wrap .more-btn {
  display: inline-block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  background-color: #009cff;
  transition: all 1s ease;
}
.news-detail {
  padding: 50px 0 20px;
}
.news-detail h2 {
  padding-bottom: 20px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.news-detail h6 {
  padding-bottom: 30px;
  color: #969696;
  font-size: 12px;
  text-align: center;
}
.news-detail .body {
  min-height: 250px;
  line-height: 25px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.news-detail .body p {
  margin-bottom: 0;
}
.news-detail .body img,
.news-detail .body video {
  max-width: 100%;
}
.news-detail .body iframe {
  max-width: 100%;
  height: 600px;
}
/*contact*/
.contact {
  padding: 40px 0 100px;
}
.contact ul li {
  margin-bottom: 30px;
}
.contact ul li .key {
  padding-bottom: 10px;
  color: #333;
  font-size: 24px;
}
.contact ul li .val {
  color: #707070;
  font-size: 16px;
}
.contact h2 {
  padding-bottom: 20px;
  color: #333;
  font-size: 24px;
}
.contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact form .form-group input[type=text] {
  line-height: 48px;
  padding: 0 12px;
  color: #707070;
  font-size: 16px;
  border: 1px solid #a6a6a6;
  outline: none;
}
.contact form .form-group textarea {
  width: 100%;
  height: 160px;
  padding: 12px;
  border: 1px solid #a6a6a6;
  outline: none;
  resize: none;
}
.contact form .form-group img {
  width: 175px;
  height: 44px;
  margin-left: 15px;
}
.contact form .form-group input[type=button] {
  align-content: flex-start;
  width: 168px;
  line-height: 50px;
  margin-left: 70px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #009cff;
  border: none;
}
/*footer*/
.footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0 20px;
  background-color: #f7f7f7;
}
.footer .col-lg-12 {
  display: flex;
  justify-content: flex-end;
}
.footer .foot-nav {
  margin-bottom: 30px;
}
.footer .foot-nav.foot-nav-first dd .link {
  display: flex;
  align-items: center;
}
.footer .foot-nav.foot-nav-first dd .link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.footer .foot-nav.foot-nav-first dd .link .icon img {
  max-width: 100%;
  max-height: 100%;
}
.footer .foot-nav.foot-nav-first dd .link .text {
  flex: 1;
  width: 308px;
}
.footer .foot-nav.foot-nav-last dd {
  display: flex;
  align-items: center;
}
.footer .foot-nav.foot-nav-last dd .link {
  margin-right: 30px;
}
.footer .foot-nav.foot-nav-last dd .link:last-child {
  margin-right: 0;
}
.footer .foot-nav.foot-nav-last dd .link svg {
  fill: #666;
  transition: all 1s ease;
}
.footer .foot-nav dt {
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
}
.footer .foot-nav dt .link {
  display: block;
  color: #333;
  font-size: 24px;
  text-transform: uppercase;
}
.footer .foot-nav dd {
  display: flex;
  margin: 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.footer .foot-nav dd:last-child {
  padding-bottom: 0;
}
.footer .foot-nav dd .link {
  color: #666;
  font-size: 14px;
  transition: all 1s ease;
}
.footer .foot-nav dd a:hover {
  color: #009cff;
}
.footer .foot-nav dd a:hover svg {
  fill: #009cff !important;
}
.copyright {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #009cff;
}
.copyright .list {
  display: flex;
  justify-content: space-between;
}
.copyright .list .item {
  color: #fff;
}
.copyright .list .item a {
  color: #fff;
}
/*media*/
@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .navbar-style .navbar {
    max-width: 1200px;
  }
  .navbar-style .navbar .nav-item {
    padding: 0 10px;
  }
  .navbar-style .navbar .tool {
    padding-left: 30px;
  }
  #banner .banner-slider .info-wrap {
    top: 140px;
    width: 1200px;
  }
  .pro-item .img {
    height: 216.5px;
  }
  .fields-of-application .list .first-item {
    width: 393.333px;
    height: 550px;
  }
  .fields-of-application .list .title {
    padding: 20px 25px;
    font-size: 26px;
  }
  .fields-of-application .list .second-wrap {
    height: 550px;
  }
  .fields-of-application .list .second-wrap .item {
    width: 393.333px;
    height: 270px;
  }
  .image-text .list .item .index-title {
    padding-bottom: 20px;
  }
  .image-text .list .item .index-title h2 {
    line-height: 36px;
    font-size: 36px;
  }
  .image-text .list .item .info-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .image-text .list .item .info-wrap .content {
    max-height: 95px;
  }
  .image-text .list .item .info-wrap .more-btn {
    margin-top: 20px;
  }
  .news-item .img {
    height: 180.5px;
  }
  /*about*/
  .about .list .item .info-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about .list .item .info-wrap .title {
    font-size: 30px;
  }
  .about .list .item .info-wrap .content {
    max-height: 125px;
  }
  /*honor*/
  .honor .item .img {
    height: 277.5px;
  }
  /*news*/
  .news .list .item .img {
    width: 370px;
    height: 240px;
  }
  /*contact*/
  .contact form {
    width: 100%;
  }
  .contact form .form-group input[type=text] {
    width: 182px;
  }
  .contact form .form-group input[type=button] {
    margin-left: 45px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1430px;
  }
  .navbar-style .navbar {
    max-width: 1430px;
  }
  .navbar-style .navbar .tool {
    padding-left: 150px;
  }
  #banner .banner-slider .info-wrap {
    top: 175px;
    width: 1400px;
  }
  .pro-item .img {
    height: 256px;
  }
  .fields-of-application .list .first-item {
    width: 460px;
    height: 644px;
  }
  .fields-of-application .list .second-wrap {
    height: 644px;
  }
  .fields-of-application .list .second-wrap .item {
    width: 460px;
    height: 317px;
  }
  .image-text .list .item .info-wrap .content {
    max-height: 85px;
  }
  .news-item .img {
    height: 213px;
  }
  /*about*/
  .about .list .item .info-wrap .title {
    font-size: 36px;
  }
  .about .list .item .info-wrap .content {
    max-height: 120px;
  }
  /*honor*/
  .honor .item .img {
    height: 327.5px;
  }
  /*contact*/
  .contact form {
    width: 100%;
  }
  .contact form .form-group input[type=text] {
    width: 215px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1790px;
  }
  .navbar-style .navbar {
    max-width: 1760px;
  }
  .navbar-style .navbar .nav-item {
    padding: 0 20px;
  }
  #banner .banner-slider .info-wrap {
    top: 215px;
    width: 1760px;
  }
  .pro-item .img {
    height: 326px;
  }
  .fields-of-application .list .first-item {
    width: 580px;
    height: 810px;
  }
  .fields-of-application .list .title {
    padding: 28px 30px;
    font-size: 30px;
  }
  .fields-of-application .list .second-wrap {
    height: 810px;
  }
  .fields-of-application .list .second-wrap .item {
    width: 580px;
    height: 400px;
  }
  .image-text .list .item .index-title {
    padding-bottom: 20px;
  }
  .image-text .list .item .index-title h2 {
    line-height: 40px;
    font-size: 40px;
  }
  .image-text .list .item .info-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .image-text .list .item .info-wrap .content {
    max-height: inherit;
  }
  .image-text .list .item .info-wrap .more-btn {
    margin-top: 30px;
  }
  .news-item .img {
    height: 272px;
  }
  /*about*/
  .about .list .item .info-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about .list .item .info-wrap .title {
    font-size: 40px;
  }
  .about .list .item .info-wrap .content {
    max-height: inherit;
  }
  /*honor*/
  .honor .item .img {
    height: 358px;
  }
  .news-detail .body {
    width: 1400px;
  }
  /*contact*/
  .contact form {
    width: 840px;
  }
  .contact form .form-group input[type=text] {
    width: 269px;
  }
}
@media (min-width: 1024px) {
  .dropdown-toggle::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  /*page-sub-nav*/
  .page-sub-nav ul {
    justify-content: flex-start;
  }
  .navbar-style .navbar .nav-item {
    padding: 0 5px;
  }
  .navbar-style .navbar .tool {
    padding-left: 16px;
  }
  .navbar-style .navbar .tool .divide {
    margin: 0 15px;
  }
  #banner .banner-slider .info-wrap {
    top: 85px;
    width: 930px;
  }
  #banner .banner-slider .info-wrap .title {
    padding-bottom: 10px;
  }
  .pro-item .img {
    height: 164px;
  }
  .fields-of-application .list .first-item {
    width: 303.33px;
    height: 430px;
  }
  .fields-of-application .list .title {
    font-size: 24px;
  }
  .fields-of-application .list .second-wrap {
    height: 430px;
  }
  .fields-of-application .list .second-wrap .item {
    width: 303.33px;
    height: 210px;
  }
  .image-text .index-title {
    padding-bottom: 10px;
  }
  .image-text .index-title h2 {
    line-height: 32px;
    font-size: 32px;
  }
  .image-text .list .item:nth-child(even) .info-wrap {
    padding: 18px 30px 18px 0;
  }
  .image-text .list .item .info-wrap {
    padding: 18px 0 18px 30px;
  }
  .image-text .list .item .info-wrap .content {
    max-height: 85px;
  }
  .image-text .list .item .info-wrap .more-btn {
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
  }
  .news-item .img {
    height: 137px;
  }
  /*about*/
  .about .list .item:nth-child(even) .info-wrap {
    padding: 18px 0 18px 30px;
  }
  .about .list .item .info-wrap {
    padding: 18px 30px 18px 0;
  }
  .about .list .item .info-wrap .title {
    padding-bottom: 15px;
    font-size: 28px;
  }
  .about .list .item .info-wrap .content {
    max-height: 115px;
  }
  /*honor*/
  .honor .item .img {
    height: 210px;
  }
  /*news*/
  .news .list .item .img {
    width: 350px;
    height: 228px;
  }
  /*contact*/
  .contact form {
    width: 100%;
  }
  .contact form .form-group input[type=text] {
    width: 140px;
  }
  .contact form .form-group input[type=button] {
    margin-left: 0;
  }
  /*footer*/
  .footer .col-lg-12 {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  /*product*/
  .product .sidebar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-style .navbar-brand img {
    height: 32px;
  }
  .navbar-style .navbar-collapse {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    max-height: 95vh;
    background: #fff;
    z-index: 10000000;
    overflow-y: auto;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  }
  .navbar-style .dropdown-menu {
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .navbar-style .dropdown-menu .dropdown-item {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    text-align: left;
  }
  .navbar-style .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-style .navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .navbar-style .navbar .nav-item {
    position: relative;
    padding: 0 10px;
  }
  .navbar-style .navbar .nav-item .nav-link {
    margin: 10px 0;
    border: none;
  }
  .navbar-style .navbar .tool {
    padding: 0 10px;
  }
  .navbar-style .navbar .tool .open-search {
    display: none;
  }
  .navbar-style .navbar .tool .form-wrap {
    display: flex;
    align-items: center;
    position: unset;
    height: 50px;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
  }
  .navbar-style .navbar .tool .form-wrap form {
    margin-right: 0;
    padding: 0;
    border: none;
  }
  .navbar-style .navbar .tool .form-wrap .close-search {
    display: none;
  }
  /*page-banner*/
  .page-banner {
    height: 350px;
  }
  .page-banner .page-title-wrap {
    padding-top: 130px;
  }
  .page-banner .page-title-wrap h1 {
    font-size: 36px;
  }
  /*pager*/
  .pager a {
    min-width: 30px;
    line-height: 28px;
    margin: 0 4px;
    padding: 0 8px;
    font-size: 14px;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 68px;
    width: 690px;
  }
  #banner .banner-slider .info-wrap .title {
    padding-bottom: 10px;
    font-size: 36px;
  }
  #banner .banner-slider .info-wrap .tips {
    width: 100%;
    font-size: 18px;
  }
  .pro-item .img {
    height: 258px;
  }
  .fields-of-application .list .first-item {
    width: 223.333px;
    height: 312px;
  }
  .fields-of-application .list .title {
    padding: 15px 20px;
    font-size: 20px;
  }
  .fields-of-application .list .second-wrap {
    height: 312px;
  }
  .fields-of-application .list .second-wrap .item {
    width: 223.333px;
    height: 151px;
  }
  .image-text .index-title {
    padding-bottom: 10px;
  }
  .image-text .index-title h2 {
    line-height: 32px;
    font-size: 32px;
  }
  .image-text .list .item {
    flex-wrap: wrap;
  }
  .image-text .list .item .img {
    width: 100%;
  }
  .image-text .list .item .info-wrap {
    padding: 30px 0 !important;
  }
  .image-text .list .item .info-wrap .content {
    max-height: inherit;
  }
  .news-item .img {
    height: 215px;
  }
  /*about*/
  .about .list {
    padding-top: 0;
  }
  .about .list .item {
    flex-wrap: wrap;
  }
  .about .list .item .img {
    width: 100%;
  }
  .about .list .item .info-wrap {
    padding: 30px 0 !important;
  }
  .about .list .item .info-wrap .content {
    max-height: inherit;
  }
  /*honor*/
  .honor .item .img {
    height: 330px;
  }
  /*news*/
  .news .list .item {
    margin-bottom: 40px;
  }
  .news .list .item .img {
    width: 260px;
    height: 169px;
  }
  .news .list .item .info-wrap {
    padding-left: 30px;
  }
  .news .list .item .info-wrap h6 {
    font-size: 20px;
  }
  .news .list .item .info-wrap .date {
    padding: 10px 0 16px;
  }
  .news .list .item .info-wrap .more-btn {
    height: 36px;
    line-height: 36px;
    margin-top: 16px;
  }
  /*contact*/
  .contact ul {
    padding-bottom: 30px;
  }
  .contact form {
    width: 100%;
  }
  .contact form .form-group input[type=text] {
    width: 215px;
  }
  .contact form .form-group input[type=button] {
    margin-left: 30px;
  }
  /*footer*/
  .footer .foot-nav.foot-nav-first dd .link .text {
    width: 100%;
  }
  .copyright .list {
    flex-wrap: wrap;
  }
  .copyright .list .item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .navbar .corporate-name {
    display: inline-block;
  }
  /*title*/
  .index-title {
    padding-bottom: 30px;
  }
  .index-title.big h2 {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .index-title.big span {
    width: 60px;
    height: 3px;
  }
  .index-title h2 {
    line-height: 24px;
    font-size: 24px;
  }
  .index-title span {
    width: 50px;
  }
  /*page-banner*/
  .page-banner {
    height: 200px;
  }
  .page-banner .page-title-wrap {
    padding-top: 72px;
  }
  .page-banner .page-title-wrap h1 {
    font-size: 24px;
  }
  .page-banner .page-title-wrap .breadcrumb {
    font-size: 14px;
  }
  /*page-sub-nav*/
  .page-sub-nav {
    padding-bottom: 30px;
  }
  .page-sub-nav ul li {
    margin-right: 15px;
  }
  .page-sub-nav ul li a {
    min-width: 125px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
  }
  /*around*/
  .around {
    justify-content: flex-start;
  }
  .around .item {
    width: 100%;
    margin: 0;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 25px;
    width: 100%;
    padding: 0 15px;
  }
  #banner .banner-slider .info-wrap .title {
    padding-bottom: 0;
    font-size: 16px;
  }
  #banner .banner-slider .info-wrap .tips {
    font-size: 13px;
  }
  .our-product {
    padding-top: 50px;
  }
  .our-product .more-btn {
    height: 50px;
    line-height: 50px;
  }
  .pro-item .img {
    height: 269px;
  }
  .fields-of-application .list {
    flex-wrap: wrap;
  }
  .fields-of-application .list .first-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .fields-of-application .list .title {
    font-size: 18px;
  }
  .fields-of-application .list .second-wrap {
    flex: auto;
    height: auto;
  }
  .fields-of-application .list .second-wrap .item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .image-text {
    padding-top: 50px;
  }
  .image-text .index-title h2 {
    line-height: 24px;
    font-size: 24px;
  }
  .image-text .list .item .info-wrap .more-btn {
    font-size: 15px;
  }
  .latest-news {
    padding-top: 50px;
  }
  .news-item {
    margin-bottom: 40px;
  }
  .news-item .img {
    height: 224.5px;
  }
  /*about*/
  .about {
    padding-bottom: 50px;
  }
  .about .list {
    padding-top: 0;
  }
  .about .list .item {
    flex-wrap: wrap;
  }
  .about .list .item:first-child .info-wrap {
    padding: 0 0 30px 0 !important;
  }
  .about .list .item .img {
    width: 100%;
  }
  .about .list .item .info-wrap .title {
    font-size: 18px;
  }
  .about .list .item .info-wrap .content {
    font-size: 15px;
  }
  /*news*/
  .news .list .item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .news .list .item .img {
    width: 100%;
    height: 224px;
  }
  .news .list .item .info-wrap {
    padding-left: 0;
    padding-top: 20px;
  }
  .news .list .item .info-wrap h6 {
    font-size: 18px;
  }
  .news .list .item .info-wrap .more-btn {
    font-size: 14px;
  }
  .news-detail h2 {
    font-size: 30px;
  }
  /*contact*/
  .contact {
    padding: 20px 0 50px;
  }
  .contact ul {
    padding-bottom: 20px;
  }
  .contact ul li {
    margin-bottom: 20px;
  }
  .contact ul li .key {
    font-size: 18px;
  }
  .contact ul li .val {
    font-size: 15px;
  }
  .contact form .form-group {
    width: 100%;
  }
  .contact form .form-group input[type=text] {
    width: 100%;
    font-size: 15px;
  }
  .contact form .form-group textarea {
    font-size: 15px;
  }
  .contact form .form-group input[type=button] {
    width: 100%;
    margin-left: 0;
  }
  /*footer*/
  .footer .foot-nav dt .link {
    font-size: 16px;
  }
  .copyright .list .item {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */