/*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: "Microsoft YaHei", Arial;
  background: #fff;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Impact';
  src: url('../font/impact-2.eot');
  /* IE9 Compat Modes */
  src: url('../font/impact-2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/impact-2.woff2') format('woff2'), /* Super Modern Browsers */ url('../font/impact-2.woff') format('woff'), /* Pretty Modern Browsers */ url('../font/impact-2.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/impact-2.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
.breadcrumb-wrap {
  line-height: 80px;
  border-bottom: 1px solid #dcdcdc;
}
.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 16px;
  background: transparent;
}
.breadcrumb-wrap .breadcrumb:before {
  content: '您的位置：';
}
.breadcrumb-wrap .breadcrumb a {
  padding: 0 6px;
  color: #333;
}
.breadcrumb-wrap .breadcrumb a:first-child {
  padding-left: 0;
}
/*title*/
.index-title {
  padding-bottom: 38px;
  text-align: center;
}
.index-title.left {
  text-align: left;
}
.index-title.white h2,
.index-title.white p {
  color: #fff;
}
.index-title h2 {
  padding-bottom: 6px;
  color: #333;
  font-size: 42px;
  font-weight: bold;
}
.index-title p {
  margin: 0;
  color: #666;
  font-size: 16px;
}
/*around*/
.around {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.around .item {
  margin: 0 10px;
  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%;
  max-width: 1200px;
  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;
}
.navbar-style .navbar .nav-item .nav-link {
  padding: 28px 4px;
  font-size: 16px;
  line-height: 44px;
  color: #333;
  transition: all 1s ease;
}
.navbar-style .navbar .tel {
  display: flex;
  align-items: center;
  padding-left: 80px;
  color: #009cff;
  font-size: 20px;
  font-family: Impact;
}
.navbar-style .navbar .tel img {
  margin-right: 10px;
  vertical-align: text-bottom;
}
#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;
  top: 290px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  color: #fff;
}
#banner .banner-slider .info-wrap .title {
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: bold;
}
#banner .banner-slider .info-wrap .tips {
  font-size: 24px;
}
#banner .swiper-pagination-bullet {
  background: #fff;
}
#banner .swiper-pagination-bullet-active {
  background: #009cff;
}
.search {
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  background-color: #f5f5f5;
}
.search .hot-search {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0;
}
.search .hot-search dt {
  padding-right: 10px;
  font-weight: 500;
}
.search .hot-search dt span {
  color: #333;
}
.search .hot-search dd {
  margin: 0 15px 0 0;
}
.search .hot-search dd:last-child {
  margin: 0;
}
.search .hot-search a,
.search .hot-search span {
  color: #666;
  font-size: 16px;
  transition: all 1s ease;
}
.search .hot-search a:hover {
  color: #009cff;
}
.search .search-form-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
}
.search .search-box {
  display: flex;
  align-items: center;
  width: 420px;
  height: 44px;
  padding-right: 15px;
  color: #666;
  background-color: #fff;
  border-radius: 44px;
}
.search .search-box input {
  flex: 1;
  padding: 0 20px;
  border: none;
  outline: none;
  background-color: transparent;
}
.search .search-box button {
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background-color: transparent;
}
.search .search-box button img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.product-area {
  padding: 70px 0;
}
.product-area .list {
  display: flex;
}
.product-area .list .first-item {
  position: relative;
  width: 394px;
  height: 558px;
  margin-right: 9px;
  overflow: hidden;
}
.product-area .list .first-item:hover img {
  transform: scale(1.1);
}
.product-area .list .first-item:hover .title-wrap {
  bottom: 0;
  background-color: rgba(0, 156, 255, 0.7);
}
.product-area .list .first-item:hover .title-wrap .detail {
  opacity: 1;
}
.product-area .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.product-area .list .title-wrap {
  position: absolute;
  left: 0;
  bottom: -46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 28px 30px;
  background-color: transparent;
  transition: all 0.5s ease;
}
.product-area .list .title-wrap .title {
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-area .list .title-wrap .line {
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 10px 0 14px;
  background-color: #fff;
}
.product-area .list .title-wrap .detail {
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-area .list .second-wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  height: 558px;
}
.product-area .list .second-wrap .item {
  position: relative;
  width: 394px;
  height: 274px;
  margin-bottom: 9px;
  margin-right: 9px;
  overflow: hidden;
}
.product-area .list .second-wrap .item:hover img {
  transform: scale(1.1);
}
.product-area .list .second-wrap .item:hover .title-wrap {
  bottom: 0;
  background-color: rgba(0, 156, 255, 0.7);
}
.product-area .list .second-wrap .item:hover .title-wrap .detail {
  opacity: 1;
}
.product-area .list .second-wrap .item:nth-child(2n) {
  margin-right: 0;
}
.product-hot {
  padding-bottom: 70px;
}
.product-hot .pro-slide {
  width: 286px;
  margin: 0 18px 70px 0;
}
.product-hot .pro-slide:last-child {
  margin-right: 0;
}
.product-hot .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #c4c4c4;
  border-radius: 0;
  opacity: 1;
}
.product-hot .swiper-pagination-bullet-active {
  background: #009cff;
}
.pro-item {
  display: block;
  border: 1px solid #a6a6a6;
}
.pro-item:hover .img img {
  transform: scale(1.1);
}
.pro-item:hover .info-wrap .more-btn {
  background-color: #009cff;
}
.pro-item .img {
  width: 100%;
  height: 218px;
  overflow: hidden;
}
.pro-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.pro-item .info-wrap {
  padding: 20px 20px 40px;
}
.pro-item .info-wrap .title {
  padding-bottom: 20px;
  color: #333;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-item .info-wrap .more-btn {
  width: 138px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #333b41;
  transition: all 0.5s ease;
}
.case-appreciation {
  height: 920px;
  padding: 70px 0;
  background: url("../img/case-bg.jpg") no-repeat center center;
}
.case-appreciation .case-wrap {
  display: flex;
  justify-content: space-between;
}
.case-appreciation .tab .item {
  position: relative;
  display: flex;
  width: 286px;
  height: 109px;
  margin-bottom: 1px;
  padding: 29px;
  background-color: #fff;
  cursor: default;
  transition: all 1s ease;
}
.case-appreciation .tab .item.active {
  background-color: #009cff;
}
.case-appreciation .tab .item.active:after {
  border-left-color: #009cff;
}
.case-appreciation .tab .item.active svg {
  fill: #fff;
}
.case-appreciation .tab .item.active .info-wrap .title {
  color: #fff;
}
.case-appreciation .tab .item.active .info-wrap .tips {
  color: rgba(255, 255, 255, 0.6);
}
.case-appreciation .tab .item:after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 10px solid transparent;
  transition: all 0.5s ease;
}
.case-appreciation .tab .item:last-child {
  margin-bottom: 0;
  cursor: pointer;
}
.case-appreciation .tab .item:last-child:hover {
  background-color: #009cff;
}
.case-appreciation .tab .item:last-child:hover svg {
  fill: #fff;
}
.case-appreciation .tab .item:last-child:hover .info-wrap .title {
  color: #fff;
}
.case-appreciation .tab .item:last-child:hover .info-wrap .tips {
  color: rgba(255, 255, 255, 0.6);
}
.case-appreciation .tab .item svg {
  fill: #333;
  transition: all 0.5s ease;
}
.case-appreciation .tab .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
.case-appreciation .tab .item .info-wrap {
  padding-left: 20px;
}
.case-appreciation .tab .item .info-wrap .title {
  color: #333;
  font-size: 20px;
  transition: all 0.5s ease;
}
.case-appreciation .tab .item .info-wrap .tips {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.case-appreciation .case-list-wrap {
  width: 885px;
}
.case-appreciation .case-list-wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-appreciation .case-list-wrap .list.hide {
  display: none;
}
.case-appreciation .case-list-wrap .list .item {
  position: relative;
  width: 286px;
  height: 186px;
  overflow: hidden;
}
.case-appreciation .case-list-wrap .list .item:hover img {
  transform: scale(1.1);
}
.case-appreciation .case-list-wrap .list .item:first-child {
  width: 100%;
  height: 458px;
  margin-bottom: 13px;
}
.case-appreciation .case-list-wrap .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.case-appreciation .case-list-wrap .list .item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
}
.news-center {
  padding: 70px 0 90px;
}
.news-center .first-wrap {
  width: 546px;
}
.news-center .first-wrap .first-item {
  width: 546px;
}
.news-center .first-wrap .first-item:hover .img img {
  transform: scale(1.1);
}
.news-center .first-wrap .first-item:hover .info-wrap .title {
  color: #009cff;
}
.news-center .first-wrap .first-item .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news-center .first-wrap .first-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.news-center .first-wrap .first-item .info-wrap {
  padding: 14px 0 25px;
}
.news-center .first-wrap .first-item .info-wrap .title {
  padding-bottom: 6px;
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.news-center .first-wrap .first-item .info-wrap .content {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-center .first-wrap .first-item .info-wrap .date {
  padding-top: 20px;
  color: #666;
  font-size: 12px;
}
.news-center .first-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
}
.news-center .first-wrap .item:hover .title {
  color: #009cff;
}
.news-center .first-wrap .item .title {
  flex: 1;
  padding-right: 20px;
  color: #242424;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.news-center .first-wrap .item .date {
  color: #666;
}
.news-center .second-wrap .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.news-center .second-wrap .item:hover .img img {
  transform: scale(1.1);
}
.news-center .second-wrap .item:hover .info-wrap .title {
  color: #009cff;
}
.news-center .second-wrap .item:last-child {
  margin-bottom: 0;
}
.news-center .second-wrap .item .img {
  width: 240px;
  height: 140px;
  overflow: hidden;
}
.news-center .second-wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.news-center .second-wrap .item .info-wrap {
  flex: 1;
  width: 50%;
  padding-left: 20px;
}
.news-center .second-wrap .item .info-wrap .title {
  padding-bottom: 13px;
  color: #242424;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.news-center .second-wrap .item .info-wrap .content {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-center .second-wrap .item .info-wrap .date {
  padding-top: 16px;
  color: #666;
  font-size: 12px;
}
.about-us {
  max-width: 1920px;
  margin: 0 auto;
}
.about-us > .img {
  width: 100%;
  overflow: hidden;
}
.about-us > .img img {
  width: 100%;
}
.about-us .about-wrap {
  display: flex;
  align-items: flex-end;
  height: 240px;
  margin-top: -124px;
}
.about-us .about-wrap .info-wrap {
  display: flex;
  background-color: #fff;
}
.about-us .about-wrap .info-wrap .info {
  padding: 24px 60px 0 calc((100vw - 1200px) / 2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.about-us .about-wrap .info-wrap .info .title {
  color: #242424;
  font-size: 44px;
  font-weight: bold;
}
.about-us .about-wrap .info-wrap .info .tips {
  padding-bottom: 20px;
  color: #242424;
  font-size: 20px;
}
.about-us .about-wrap .info-wrap .info .content {
  width: 420px;
  color: #707070;
  font-size: 14px;
  text-align: justify;
}
.about-us .about-wrap .info-wrap .more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 240px;
  background-color: #009cff;
}
.about-us .about-wrap .info-wrap .more-link img {
  transition: all 0.5s ease;
}
.about-us .about-wrap .info-wrap .more-link:hover img {
  transform: rotate(360deg);
}
.about-us .about-wrap .nav-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  height: 116px;
  background-color: #f2f2f2;
}
.about-us .about-wrap .nav-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
  cursor: default;
}
.about-us .about-wrap .nav-wrap .item.active svg {
  fill: #009cff;
}
.about-us .about-wrap .nav-wrap .item.active .text {
  color: #009cff;
}
.about-us .about-wrap .nav-wrap .item svg {
  fill: #666;
  transition: all 0.5s ease;
}
.about-us .about-wrap .nav-wrap .item .text {
  margin-top: 6px;
  color: #333;
  font-size: 20px;
  transition: all 0.5s ease;
}
.about-us .row.hide {
  display: none;
}
.about-us .swiper-container {
  margin: 60px auto 80px;
}
.about-us .album-slide {
  width: 286px;
  margin-right: 18px;
}
.about-us .album-slide .item {
  width: 100%;
}
.about-us .album-slide .item:hover .img img {
  transform: scale(1.1);
}
.about-us .album-slide .item:hover .title {
  color: #009cff;
}
.about-us .album-slide .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 218px;
  overflow: hidden;
}
.about-us .album-slide .item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.about-us .album-slide .item .title {
  padding: 20px;
  color: #333;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.about-us .album-button-prev {
  top: 0;
  left: -35px;
  height: 218px;
  margin-top: 60px;
  background-image: url("../img/icon-prev.svg");
  background-size: 14px 24px;
}
.about-us .album-button-next {
  top: 0;
  right: -35px;
  height: 218px;
  margin-top: 60px;
  background-image: url("../img/icon-next.svg");
  background-size: 14px 24px;
}
/*page-banner*/
.page-banner {
  max-width: 1920px;
  height: 400px;
  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: 142px;
}
.page-banner .page-title-wrap h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
.page-banner .page-title-wrap span {
  display: inline-block;
  width: 48px;
  height: 2px;
  margin: 6px 0 12px;
  background-color: #fff;
}
.page-banner .page-title-wrap p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
/*page-sub-nav*/
.page-sub-nav {
  padding: 36px 0 52px;
}
.page-sub-nav ul {
  display: flex;
  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;
}
.page-sub-nav ul li:last-child {
  margin-right: 0;
}
.page-sub-nav ul li a {
  display: inline-block;
  min-width: 172px;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  color: #333;
  font-size: 18px;
  text-align: center;
  background-color: #f0f0f0;
}
/*pager*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.pager a {
  display: inline-block;
  min-width: 36px;
  line-height: 34px;
  margin: 0 4px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  text-align: center;
  border: 1px solid #333B41;
}
.pager a.page-num-current {
  color: #fff;
  border-color: #009cff;
  background-color: #009cff;
}
/*about*/
.about {
  padding: 20px 0 60px;
}
.about .title-wrap {
  width: 100%;
  padding-bottom: 48px;
  color: #333;
  text-align: center;
}
.about .title-wrap h2 {
  padding-bottom: 6px;
  font-size: 42px;
}
.about .title-wrap p {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.about .part-one {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
.about .part-one .info-wrap {
  position: relative;
  z-index: 9;
  width: 50%;
  height: 770px;
  padding: 60px 60px 0 calc(50% - 600px);
  background: url("../img/about-bg.png") no-repeat center center;
}
.about .part-one .info-wrap .title {
  color: #009cff;
  font-size: 36px;
}
.about .part-one .info-wrap .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin: 8px 0 16px;
  background-color: #009cff;
}
.about .part-one .info-wrap .tips {
  padding-bottom: 30px;
  color: #333;
  font-size: 20px;
}
.about .part-one .info-wrap .content {
  color: #666;
  font-size: 16px;
  text-align: justify;
}
.about .part-one .info-wrap .content p {
  margin-bottom: 0;
}
.about .part-one .info-wrap .num-list {
  position: absolute;
  display: flex;
  padding-top: 38px;
}
.about .part-one .info-wrap .num-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 160px;
  color: #fff;
  background-color: #009cff;
}
.about .part-one .info-wrap .num-list .item:nth-child(even) {
  background-color: #56bdfc;
}
.about .part-one .info-wrap .num-list .item .sum {
  display: flex;
  padding-bottom: 8px;
  font-size: 30px;
}
.about .part-one .info-wrap .num-list .item .sum .num {
  line-height: 30px;
}
.about .part-one .info-wrap .num-list .item .sum .plus {
  font-size: 16px;
}
.about .part-one .info-wrap .num-list .item .sum .unit {
  align-self: flex-end;
  font-size: 14px;
}
.about .part-one .info-wrap .num-list .item .text {
  color: #fff;
  font-size: 16px;
}
.about .part-one .img {
  width: 50%;
  height: 770px;
  overflow: hidden;
}
.about .part-one .img img {
  width: 100%;
  height: 100%;
}
.about .part-two {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 120px;
}
.about .part-two > .img {
  width: 50%;
  height: 650px;
}
.about .part-two > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .part-two .info-wrap {
  position: relative;
  padding-left: 50px;
}
.about .part-two .info-wrap .content {
  width: 545px;
  margin-bottom: 50px;
  color: #333;
  font-size: 16px;
  text-align: justify;
}
.about .part-two .info-wrap .content p {
  margin-bottom: 0;
}
.about .part-two .info-wrap .img-list {
  position: absolute;
  left: -278px;
  display: flex;
  align-items: center;
}
.about .part-two .info-wrap .img-list .img {
  width: 287px;
  height: 200px;
  margin-right: 8px;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.about .part-two .info-wrap .img-list .img:last-child {
  margin-right: 0;
}
.about .part-two .info-wrap .img-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*factory*/
.factory {
  padding-bottom: 60px;
}
.factory .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.factory .list .item {
  width: 288px;
  margin-bottom: 30px;
}
.factory .list .item:hover .img img {
  transform: scale(1.1);
}
.factory .list .item:hover .title {
  color: #009cff;
}
.factory .list .item .img {
  width: 100%;
  height: 228px;
  overflow: hidden;
}
.factory .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.factory .list .item .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f7f7f7;
  transition: all 1s ease;
}
/*honor*/
.honor {
  padding-bottom: 60px;
}
.honor .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.honor .list .item {
  display: block;
  width: 285px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.honor .list .item:hover .img img {
  transform: scale(1.1);
}
.honor .list .item:hover .title {
  color: #009cff;
}
.honor .list .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 285px;
  padding: 28px;
  overflow: hidden;
}
.honor .list .item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.honor .list .item .title {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
/*products*/
.products {
  padding-bottom: 60px;
}
.products .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products .list .item {
  width: 288px;
  margin-bottom: 30px;
}
/*news*/
.news {
  padding-bottom: 60px;
}
.news .list {
  padding-bottom: 70px;
}
.news .list .item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.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 {
  background-color: #009cff;
}
.news .list .item:first-child {
  padding-top: 0;
}
.news .list .item .img {
  width: 274px;
  height: 160px;
  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 {
  padding-bottom: 14px;
  color: #333;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.news .list .item .info-wrap .content {
  color: #666;
  font-size: 14px;
  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: 138px;
  height: 38px;
  line-height: 38px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  background-color: #333B41;
  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;
  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-bottom: 70px;
}
.contact .part-one {
  display: flex;
}
.contact .part-one .info-wrap {
  width: 440px;
  height: 460px;
}
.contact .part-one .info-wrap .company {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-color: #009cff;
}
.contact .part-one .info-wrap ul {
  padding: 9px 34px 0 26px;
  background-color: #f2f2f2;
}
.contact .part-one .info-wrap ul li {
  display: flex;
  align-items: center;
  padding: 28px 16px;
  border-bottom: 1px solid #e3e3e3;
}
.contact .part-one .info-wrap ul li:last-child {
  border-bottom: none;
}
.contact .part-one .info-wrap ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.contact .part-one .info-wrap ul li .icon img {
  width: 100%;
  height: 100%;
}
.contact .part-one .info-wrap ul li .text {
  color: #333;
  font-size: 16px;
}
.contact .part-one #map {
  width: 760px;
  height: 460px;
}
.contact .part-one #map .map-title {
  display: inline-block;
  padding-bottom: 6px;
  color: #009cff;
  font-size: 16px;
}
.contact .part-one #map .map-info {
  line-height: 22px;
  margin: 0;
  font-size: 14px;
  color: #000;
}
.contact .part-two {
  padding-top: 60px;
}
.contact .part-two .title-wrap {
  padding-bottom: 30px;
  text-align: center;
}
.contact .part-two .title-wrap .title {
  padding-bottom: 10px;
  color: #707070;
  font-size: 36px;
}
.contact .part-two .title-wrap .tips {
  color: #707070;
  font-size: 14px;
}
.contact .part-two form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .part-two form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.contact .part-two form .form-group input[type=text] {
  width: 385px;
  line-height: 48px;
  padding: 0 8px;
  color: #707070;
  font-size: 16px;
  border: 1px solid #a6a6a6;
  outline: none;
}
.contact .part-two form .form-group textarea {
  width: 100%;
  height: 160px;
  padding: 8px;
  border: 1px solid #a6a6a6;
  outline: none;
  resize: none;
}
.contact .part-two form .form-group img {
  width: 200px;
  height: 50px;
  margin-left: 15px;
}
.contact .part-two form .form-group input[type=button] {
  align-content: flex-start;
  width: 168px;
  line-height: 50px;
  margin-left: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #009cff;
  border: none;
}
/*footer*/
.footer-nav {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #009cff;
}
.footer-nav .list {
  display: flex;
  align-items: center;
  height: 80px;
}
.footer-nav .list a {
  margin-right: 70px;
  color: #fff;
  font-size: 18px;
}
.footer-nav .list a:last-child {
  margin-right: 0;
}
.footer {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 66px;
  background-color: #232730;
}
.footer .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
}
.footer .logo .company {
  padding-top: 14px;
  color: #fff;
  font-size: 20px;
}
.footer .list li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer .list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.footer .list li .text {
  color: #b8b8b8;
  font-size: 16px;
}
.footer .foot-code-wrap {
  display: flex;
  justify-content: flex-end;
}
.footer .foot-code-wrap .foot-code {
  color: #999;
  font-size: 16px;
  text-align: center;
}
.footer .foot-code-wrap .foot-code img {
  width: 120px;
  margin-bottom: 10px;
}
.footer .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  padding: 32px 0;
  border-top: 1px solid #373A42;
}
.footer .copyright .item {
  display: flex;
  align-items: center;
  line-height: 25px;
  padding-right: 50px;
  color: #b8b8b8;
  font-size: 16px;
  transition: all 1s ease;
}
.footer .copyright .item .item {
  padding-right: 0;
}
.footer .copyright a:hover {
  color: #fff;
}
/*media*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1024px) {
  .dropdown-toggle::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar-style .navbar .nav-item {
    padding: 0 10px;
  }
  .navbar-style .navbar .tel {
    padding-left: 30px;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 40%;
    width: 930px;
  }
  #banner .banner-slider .info-wrap .title {
    font-size: 38px;
  }
  #banner .banner-slider .info-wrap .tips {
    font-size: 18px;
  }
  .product-area .list .first-item {
    width: 303.33px;
    height: 430px;
  }
  .product-area .list .second-wrap {
    height: 430px;
  }
  .product-area .list .second-wrap .item {
    width: 303.33px;
    height: 210px;
  }
  .product-hot .pro-slide {
    width: 298px;
  }
  .product-hot .pro-slide .item .img {
    height: 225.6px;
  }
  .case-appreciation {
    height: 735px;
  }
  .case-appreciation .tab .item {
    width: 260px;
    height: 78px;
    padding: 14px 29px;
  }
  .case-appreciation .tab .item .icon {
    width: 36px;
    height: 36px;
  }
  .case-appreciation .tab .item .info-wrap .title {
    font-size: 18px;
  }
  .case-appreciation .case-list-wrap {
    width: 635px;
  }
  .case-appreciation .case-list-wrap .list .item {
    width: 203px;
    height: 132px;
  }
  .case-appreciation .case-list-wrap .list .item:first-child {
    height: 328px;
  }
  .news-center .first-wrap {
    width: 100%;
  }
  .news-center .first-wrap .first-item {
    width: 100%;
  }
  .news-center .first-wrap .first-item .img {
    height: 248px;
  }
  .news-center .second-wrap .item .img {
    width: 210px;
    height: 122px;
  }
  .about-us .about-wrap {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .about-us .about-wrap .info-wrap {
    width: 100%;
  }
  .about-us .about-wrap .info-wrap .info {
    flex: 1;
    padding: 24px 60px 0 47px;
  }
  .about-us .about-wrap .info-wrap .info .content {
    width: auto;
  }
  .about-us .about-wrap .info-wrap .more-link {
    height: 220px;
  }
  .about-us .about-wrap .nav-wrap {
    justify-content: center;
  }
  .about-us .about-wrap .nav-wrap .item {
    padding: 0 50px;
  }
  .about-us .album-slide {
    width: 298px;
  }
  .about-us .album-slide .item .img {
    height: 227px;
  }
  .about-us .album-button-prev {
    left: -14px;
    height: 227px;
  }
  .about-us .album-button-next {
    right: -14px;
    height: 227px;
  }
  /*about*/
  .about .part-one {
    flex-wrap: wrap;
  }
  .about .part-one .info-wrap {
    width: 100%;
    height: auto;
    padding: 60px 47px;
  }
  .about .part-one .info-wrap .num-list {
    position: unset;
  }
  .about .part-one .img {
    width: 100%;
    height: auto;
  }
  .about .part-two {
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .about .part-two > .img {
    width: 100%;
    height: auto;
  }
  .about .part-two .info-wrap {
    width: 100%;
    padding: 60px 47px 0;
  }
  .about .part-two .info-wrap .content {
    width: 100%;
  }
  .about .part-two .info-wrap .img-list {
    position: unset;
  }
  .about .part-two .info-wrap .img-list .img {
    width: 305px;
    height: 212px;
  }
  /*factory*/
  .factory .list .item {
    width: 220px;
    margin-bottom: 30px;
  }
  .factory .list .item .img {
    height: 174px;
  }
  /*honor*/
  .honor .list .item {
    width: 215px;
  }
  .honor .list .item .img {
    height: 215px;
    padding: 20px;
  }
  /*products*/
  .products .list .item {
    width: 215px;
  }
  .products .list .item .pro-item .img {
    height: 162px;
  }
  /*contact*/
  .contact .part-one .info-wrap {
    width: 405px;
  }
  .contact .part-one #map {
    width: 525px;
  }
  .contact .part-two form .form-group input[type=text] {
    width: 295px;
  }
  /*footer*/
  .footer-nav .list a {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  /*product*/
  .product .sidebar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-title h2 {
    font-size: 36px;
  }
  .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;
    text-align: center;
  }
  .navbar-style .navbar .nav-item .nav-link {
    padding: 10px 0;
  }
  .navbar-style .navbar .tel {
    justify-content: center;
    line-height: 41px;
    padding: 10px;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 40%;
    width: 690px;
  }
  #banner .banner-slider .info-wrap .title {
    font-size: 28px;
  }
  #banner .banner-slider .info-wrap .tips {
    font-size: 14px;
  }
  .search .hot-search {
    height: auto;
    padding: 20px 0 15px;
  }
  .search .search-form-wrap {
    height: auto;
    padding-bottom: 20px;
  }
  .search .search-box {
    width: 100%;
  }
  .product-area .list .first-item {
    width: 224px;
    height: 317px;
  }
  .product-area .list .title-wrap {
    padding: 15px 25px;
  }
  .product-area .list .title-wrap .title {
    font-size: 20px;
  }
  .product-area .list .title-wrap .detail {
    padding: 8px 40px;
  }
  .product-area .list .second-wrap {
    height: 317px;
  }
  .product-area .list .second-wrap .item {
    width: 224px;
    height: 154px;
  }
  .product-hot .pro-slide {
    width: 336px;
  }
  .product-hot .pro-slide .item .img {
    height: 255px;
  }
  .case-appreciation {
    height: 815px;
  }
  .case-appreciation .case-wrap {
    flex-wrap: wrap;
  }
  .case-appreciation .tab {
    display: flex;
    align-items: center;
    width: 100%;
    height: 130px;
    margin-top: -20px;
    white-space: nowrap;
    overflow: auto;
  }
  .case-appreciation .tab .item {
    display: flex;
    width: 260px;
    height: 78px;
    margin-right: 1px;
    margin-bottom: 0;
    padding: 14px 29px;
  }
  .case-appreciation .tab .item:after {
    top: unset;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(90deg);
  }
  .case-appreciation .case-list-wrap {
    width: 100%;
  }
  .case-appreciation .case-list-wrap .list .item {
    width: 338.5px;
    height: 220px;
  }
  .case-appreciation .case-list-wrap .list .item:first-child {
    width: 338.5px;
    height: 220px;
  }
  .news-center .first-wrap .first-item .img {
    height: 181px;
  }
  .news-center .second-wrap .item {
    margin-bottom: 42px;
  }
  .news-center .second-wrap .item .img {
    width: 154px;
    height: 90px;
  }
  .news-center .second-wrap .item .info-wrap .title {
    padding-bottom: 8px;
  }
  .news-center .second-wrap .item .info-wrap .date {
    padding-top: 10px;
  }
  .about-us .about-wrap .info-wrap .info {
    padding: 20px 60px 0 39px;
  }
  .about-us .about-wrap .info-wrap .info .title {
    font-size: 36px;
  }
  .about-us .about-wrap .info-wrap .info .tips {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .about-us .about-wrap .info-wrap .more-link {
    width: 155px;
    height: 210px;
  }
  .about-us .about-wrap .nav-wrap {
    height: 100px;
  }
  .about-us .about-wrap .nav-wrap .item .text {
    font-size: 18px;
  }
  .about-us .album-slide {
    width: 336px;
  }
  .about-us .album-slide .item .img {
    height: 256px;
  }
  .about-us .album-button-prev {
    height: 256px;
  }
  .about-us .album-button-next {
    height: 256px;
  }
  /*about*/
  .about .part-one .info-wrap .num-list .item {
    width: 25%;
  }
  .about .part-two .info-wrap .img-list .img {
    width: 220px;
    height: 153px;
  }
  /*factory*/
  .factory .list .item {
    width: 335px;
    margin-bottom: 30px;
  }
  .factory .list .item .img {
    height: 265px;
  }
  /*honor*/
  .honor .list .item {
    width: 335px;
  }
  .honor .list .item .img {
    height: 335px;
  }
  /*products*/
  .products .list .item {
    width: 335px;
  }
  .products .list .item .pro-item .img {
    height: 254px;
  }
  /*news*/
  .news .list .item .img {
    width: 240px;
    height: 140px;
  }
  .news .list .item .info-wrap {
    padding-left: 30px;
  }
  .news .list .item .info-wrap h6 {
    font-size: 20px;
  }
  /*contact*/
  .contact .part-one {
    flex-wrap: wrap;
  }
  .contact .part-one .info-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .part-one #map {
    width: 100%;
  }
  .contact .part-two form .form-group input[type=text] {
    width: 215px;
  }
  /*footer*/
  .footer-nav .list {
    height: 60px;
  }
  .footer-nav .list a {
    margin-right: 25px;
    font-size: 16px;
  }
  .footer .foot-code-wrap {
    justify-content: flex-start;
  }
  .footer .copyright {
    padding: 25px 0;
  }
  .footer .copyright .item {
    padding-right: 38px;
  }
  /*page-banner*/
  .page-banner {
    height: 350px;
  }
  .page-banner .page-title-wrap {
    padding-top: 130px;
  }
  .page-banner .page-title-wrap h1 {
    font-size: 36px;
  }
  .page-banner .page-title-wrap span {
    width: 36px;
  }
  .page-banner .page-title-wrap p {
    font-size: 16px;
  }
  /*pager*/
  .pager a {
    min-width: 30px;
    line-height: 28px;
    margin: 0 4px;
    padding: 0 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .navbar .corporate-name {
    display: inline-block;
  }
  /*title*/
  .index-title {
    padding-bottom: 35px;
  }
  .index-title h2 {
    padding-bottom: 12px;
    font-size: 24px;
  }
  .index-title p {
    font-size: 14px;
  }
  /*page-banner*/
  .page-banner {
    height: 200px;
  }
  .page-banner .page-title-wrap {
    padding-top: 50px;
  }
  .page-banner .page-title-wrap h1 {
    font-size: 24px;
  }
  .page-banner .page-title-wrap span {
    width: 24px;
  }
  .page-banner .page-title-wrap p {
    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: 20%;
    width: 100%;
    padding: 0 15px;
  }
  #banner .banner-slider .info-wrap .title {
    padding-bottom: 4px;
    font-size: 18px;
  }
  .search {
    font-size: 14px;
  }
  .search .hot-search {
    display: none;
  }
  .search .search-form-wrap {
    padding: 10px 0;
  }
  .search .search-box {
    height: 36px;
  }
  .search .search-box button {
    width: 18px;
    height: 18px;
  }
  .product-area {
    padding: 50px 0;
  }
  .product-area .list {
    flex-wrap: wrap;
  }
  .product-area .list .first-item {
    width: 100%;
    height: 488px;
    margin-right: 0;
    margin-bottom: 9px;
  }
  .product-area .list .title-wrap .title {
    font-size: 18px;
  }
  .product-area .list .second-wrap {
    flex: auto;
    width: 100%;
    height: auto;
  }
  .product-area .list .second-wrap .item {
    width: 100%;
    height: 240px;
    margin-right: 0;
  }
  .product-hot .pro-slide {
    width: 100%;
    margin-right: 0;
  }
  .product-hot .pro-slide .item .img {
    height: 261px;
  }
  .case-appreciation {
    height: 1225px;
    padding: 50px 0;
    background-size: cover;
  }
  .case-appreciation .tab {
    height: 100px;
  }
  .case-appreciation .tab .item {
    height: 70px;
    padding: 14px 20px;
  }
  .case-appreciation .tab .item:after {
    bottom: -10px;
    border-top: 5px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .case-appreciation .tab .item .icon {
    width: 24px;
    height: 24px;
  }
  .case-appreciation .tab .item .info-wrap .title {
    font-size: 16px;
  }
  .case-appreciation .tab .item .info-wrap .tips {
    font-size: 13px;
  }
  .case-appreciation .case-list-wrap {
    width: 100%;
  }
  .case-appreciation .case-list-wrap .list .item {
    width: 100%;
    height: 220px;
    margin-bottom: 13px;
  }
  .case-appreciation .case-list-wrap .list .item:first-child {
    width: 100%;
    height: 224px;
  }
  .news-center {
    padding: 50px 0;
  }
  .news-center .first-wrap {
    padding-bottom: 12px;
  }
  .news-center .first-wrap .first-item .img {
    height: 211px;
  }
  .news-center .second-wrap .item {
    margin-bottom: 20px;
  }
  .news-center .second-wrap .item .img {
    width: 160px;
    height: 94px;
  }
  .news-center .second-wrap .item .info-wrap .title {
    padding-bottom: 6px;
  }
  .news-center .second-wrap .item .info-wrap .date {
    padding-top: 6px;
  }
  .about-us .about-wrap .info-wrap {
    flex-wrap: wrap;
  }
  .about-us .about-wrap .info-wrap .info {
    flex: auto;
    width: 100%;
    padding: 24px 15px;
  }
  .about-us .about-wrap .info-wrap .info .title {
    font-size: 24px;
  }
  .about-us .about-wrap .info-wrap .info .tips {
    font-size: 14px;
  }
  .about-us .about-wrap .info-wrap .more-link {
    width: 100%;
    height: 50px;
  }
  .about-us .about-wrap .info-wrap .more-link img {
    width: 6%;
  }
  .about-us .about-wrap .nav-wrap {
    height: 80px;
  }
  .about-us .about-wrap .nav-wrap .item {
    padding: 0 20px;
  }
  .about-us .about-wrap .nav-wrap .item .icon {
    width: 24px;
    height: 24px;
  }
  .about-us .about-wrap .nav-wrap .item .icon svg {
    width: 100%;
  }
  .about-us .about-wrap .nav-wrap .item .text {
    font-size: 16px;
  }
  .about-us .swiper-container {
    margin: 30px auto 50px;
  }
  .about-us .album-slide {
    width: 298px;
  }
  .about-us .album-slide .item .img {
    height: 227px;
  }
  .about-us .album-slide .item .title {
    font-size: 16px;
  }
  .about-us .album-button-prev,
  .about-us .album-button-next {
    display: none;
  }
  /*about*/
  .about {
    padding-bottom: 30px;
  }
  .about .title-wrap {
    padding-bottom: 20px;
  }
  .about .title-wrap h2 {
    font-size: 24px;
  }
  .about .title-wrap p {
    font-size: 14px;
  }
  .about .part-one .info-wrap {
    padding: 20px 15px;
    background-size: cover;
  }
  .about .part-one .info-wrap .title {
    font-size: 24px;
  }
  .about .part-one .info-wrap .line {
    width: 50px;
    height: 2px;
  }
  .about .part-one .info-wrap .tips {
    font-size: 16px;
  }
  .about .part-one .info-wrap .content {
    font-size: 14px;
  }
  .about .part-one .info-wrap .num-list {
    flex-wrap: wrap;
  }
  .about .part-one .info-wrap .num-list .item {
    width: 50%;
    height: 110px;
  }
  .about .part-one .info-wrap .num-list .item:nth-child(3) {
    background-color: #56bdfc;
  }
  .about .part-one .info-wrap .num-list .item:last-child {
    background-color: #009cff;
  }
  .about .part-one .info-wrap .num-list .item .sum {
    font-size: 24px;
  }
  .about .part-one .info-wrap .num-list .item .sum .num {
    line-height: 24px;
  }
  .about .part-one .info-wrap .num-list .item .text {
    font-size: 14px;
  }
  .about .part-two {
    padding-top: 20px;
  }
  .about .part-two .info-wrap {
    padding: 20px 15px;
  }
  .about .part-two .info-wrap .content {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .about .part-two .info-wrap .img-list {
    flex-wrap: wrap;
  }
  .about .part-two .info-wrap .img-list .img {
    width: 100%;
    height: 240px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  /*factory*/
  .factory {
    padding-bottom: 50px;
  }
  .factory .list .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .factory .list .item .img {
    height: 131px;
  }
  .factory .list .item .title {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  /*honor*/
  .honor .list .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .honor .list .item .img {
    height: 160px;
    padding: 18px;
  }
  .honor .list .item .title {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  /*products*/
  .products .list .item {
    width: 100%;
  }
  .products .list .item .pro-item .img {
    height: 261px;
  }
  .products .list .item .pro-item .info-wrap .title {
    font-size: 16px;
  }
  /*news*/
  .news .list .item {
    flex-wrap: wrap;
  }
  .news .list .item .img {
    width: 100%;
    height: 201px;
  }
  .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 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .news-detail h2 {
    font-size: 30px;
  }
  /*contact*/
  .contact {
    padding-bottom: 50px;
  }
  .contact .part-one .info-wrap {
    height: auto;
  }
  .contact .part-one .info-wrap .company {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .contact .part-one .info-wrap ul {
    padding: 9px 20px 0 20px;
  }
  .contact .part-one .info-wrap ul li {
    padding: 20px 16px;
  }
  .contact .part-one .info-wrap ul li .icon {
    width: 24px;
    height: 24px;
  }
  .contact .part-one .info-wrap ul li .text {
    font-size: 14px;
  }
  .contact .part-one #map {
    height: 250px;
  }
  .contact .part-two {
    padding-top: 50px;
  }
  .contact .part-two .title-wrap .title {
    font-size: 24px;
  }
  .contact .part-two form .form-group {
    width: 100%;
  }
  .contact .part-two form .form-group input[type=text] {
    width: 100%;
    font-size: 14px;
  }
  .contact .part-two form .form-group textarea {
    height: 150px;
    font-size: 14px;
  }
  .contact .part-two form .form-group input[type=button] {
    width: 100%;
    margin-left: 0;
  }
  /*footer*/
  .footer-nav .list {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 0 2px;
  }
  .footer-nav .list a {
    width: 25%;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: center;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .logo {
    width: 100%;
    padding-bottom: 20px;
    align-items: flex-start;
  }
  .footer .logo .company {
    font-size: 18px;
  }
  .footer .list li .icon {
    width: 18px;
    height: 18px;
  }
  .footer .list li .text {
    font-size: 14px;
  }
  .footer .foot-code-wrap .foot-code {
    font-size: 14px;
  }
  .footer .copyright {
    padding: 15px 0;
  }
  .footer .copyright .item {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */