@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

ul {
  margin-bottom: 0; }

ul, li {
  list-style: none; }

a, a:hover, button, button:focus, input:focus, input {
  -webkit-user-select: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none !important; }

::-webkit-input-placeholder {
  color: #a1a1a1; }

::-moz-placeholder {
  color: #a1a1a1; }

::-ms-input-placeholder {
  color: #a1a1a1; }

a:hover {
  text-decoration: none; }

/*img {
  max-width: 100%;
  width: 100%; }*/

body {
  font-family: "microsoft yahei",Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #282828; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }
.weixin {
    margin-left: 0;
    position: fixed;
    bottom: 192px;
    right: 10px;
    z-index: 9999;
    width: 42px;
    height: 42px;
    background: #000;
}
.wx {
    margin-left: 0;
    position: fixed;
    bottom: 192px;
    right: 52px;
    z-index: 9999;
    width: 150px;
    height: 150px;
    background: #000;
}
.weixin .wx {
    display:none;
}
.weixin img {
    width: 100%;
    height: auto;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1230px; } }

/*****整体外层*****/
.block {
  margin: 5rem auto; }
  @media (max-width: 768px) {
    .block {
      margin: 40px auto; } }

.container.block {
  margin-top: 40px; }

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bg .title {
    padding-top: 90px; }
    @media (max-width: 768px) {
      .bg .title {
        padding-top: 60px;
        font-size: 28px;
        font-weight: bold; } }

@media (max-width: 768px) {
  .title {
    font-size: 28px;
    font-weight: bold; } }

.sub-title {
  padding-top: 20px;
  color: #676767; }
  @media (max-width: 768px) {
    .sub-title {
      font-size: 14px; } }

/*****导航模块*****/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1232px;
  width: 100%;
  margin: 0 auto; }

.navbar-brand img {
  padding: 3px 0;
  width: auto;
  height: 54px;
  box-sizing: content-box; }
  @media (max-width: 1280px) {
    .navbar-brand img {
      height: 44px; } }
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 24px; } }

@media (min-width: 768px) {
  .dropdown-toggle::after {
    display: none; } }

.navbar-style {
  background: #0e68b0; }
  .navbar-style .navbar-nav {
    width: 100%; }
  .navbar-style .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-style .nav-item .nav-link {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 1280px) {
      .navbar-style .nav-item .nav-link {
        font-size: 16px; } }
    @media (max-width: 992px) {
      .navbar-style .nav-item .nav-link {
        padding: 15px 14px;
        font-size: 14px; } }
  .navbar-style .nav-item:hover {
    background: rgba(255, 255, 255, 0.1); }
  .navbar-style .nav-item.active {
    background: #1082d1; }

@media (max-width: 768px) {
  .navbar-toggler {
    height: 46px; }
  .navbar-collapse {
    position: absolute;
    top: 46px;
    left: 0;
    padding: 0;
    width: 100%;
    height: 95vh;
    background: #0e68b0;
    z-index: 10000000;
    overflow-y: auto; } }

.dropdown-menu {
  margin: 0;
  border-radius: 0;
  border: none;
  background: #282828;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .dropdown-menu .dropdown-item > a {
    color: #fff; }
  .dropdown-menu .dropdown-item {
    padding: 0 1.5rem;
    line-height: 40px;
    color: #fff; }
    .dropdown-menu .dropdown-item:hover {
      background: #0e68b0; }
      .dropdown-menu .dropdown-item:hover .child-nav {
        display: block; }
        @media (max-width: 768px) {
          .dropdown-menu .dropdown-item:hover .child-nav {
            display: none; } }
    .dropdown-menu .dropdown-item.active {
      color: #fff;
      background: #0e68b0; }
      .dropdown-menu .dropdown-item.active .child-nav {
        display: block; }
        @media (max-width: 768px) {
          .dropdown-menu .dropdown-item.active .child-nav {
            display: none; } }
    .dropdown-menu .dropdown-item .child-nav {
      display: none;
      position: absolute;
      top: 0;
      left: 160px;
      padding: 10px 20px;
      height: 100%;
      background: #282828;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
      .dropdown-menu .dropdown-item .child-nav a {
        display: block;
        padding: 0 10px;
        color: #fff; }
        .dropdown-menu .dropdown-item .child-nav a:hover {
          background: #0e68b0; }

/*top*/
.nav-topbar {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 992px) {
    .nav-topbar {
      padding-top: 15px;
      padding-bottom: 15px; } }

@media (max-width: 768px) {
  .top-contact {
    display: none; } }

.top-contact li {
  display: inline-block;
  padding-left: 20px; }

.top-contact img {
  display: inline-block;
  width: auto;
  height: 60px; }
  @media (max-width: 992px) {
    .top-contact img {
      height: 48px; } }

.top-contact span {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px; }
  .top-contact span i {
    font-style: normal;
    padding-bottom: 10px; }
  .top-contact span b {
    font-family: Arial;
    font-size: 24px;
    line-height: 1; }

.top-contact .iconfont {
  font-size: 48px;
  line-height: 1;
  color: #0e68b0; }

/*****banner*****/
#banner .swiper-slide {
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1920px) {
    #banner .swiper-slide {
      background-size: contain; } }
  @media (max-width: 1200px) {
    #banner .swiper-slide {
      height: 480px; } }
  @media (max-width: 992px) {
    #banner .swiper-slide {
      height: 400px; } }
  @media (max-width: 768px) {
    #banner .swiper-slide {
      height: 160px; } }

.banner {
  color: #fff;
  /*height: 332px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .banner img {
    width: 100%;
    height: auto;
}
.ban2 {
    display: none;
}
  @media (max-width: 992px) {
	  .ban1 {
    display: none;
}.ban2 {
    display: block;
}
    .banner {
		height:auot;
     /* height: 210px; 
	  background-size: cover !important;
	  background-image: url(/template/default/images/banner1.jpg) !important;*/

	  } }
  @media (max-width: 768px) {
	  	  .ban1 {
    display: none;
}.ban2 {
    display: block;
}
    .banner {
		height:auto;
      /*height: 130px; 
	   background-size: cover !important;
	  background-image: url(/template/default/images/banner1.jpg) !important;*/
	  } }

/*****搜索模块*****/
.search-block {
  margin: -160px auto 0;
  padding: 0 50px;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    .search-block {
      padding: 0 20px; } }
  @media (max-width: 992px) {
    .search-block {
      margin-top: -120px;
      padding: 0 15px; } }
  @media (max-width: 768px) {
    .search-block {
      margin-top: 20px;
      padding: 0 15px; } }
  .search-block .advert {
    position: relative;
    padding: 36px 25px;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    color: #fff;
    background-color: #0e68b0; }
    @media (max-width: 768px) {
      .search-block .advert {
        width: 100%; } }
    .search-block .advert:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: -21px;
      display: block;
      width: 21px;
      height: 79px;
      background-image: url(../img/shadow.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: right bottom; }
      @media (max-width: 768px) {
        .search-block .advert:after {
          display: none; } }
    .search-block .advert p {
      margin: 0; }
    .search-block .advert .bdage {
      margin: 10px 0;
      padding: 0 15px;
      display: inline-block;
      letter-spacing: 4px;
      line-height: 28px;
      background-color: #f3a345; }
    .search-block .advert .bdage + p {
      margin-top: 24px; }
    .search-block .advert .white-line {
      margin: 2px 0 15px;
      display: block;
      width: 18px;
      height: 2px;
      background-color: #fff; }
  .search-block .search-cont {
    position: absolute;
    z-index: 0;
    right: 50px;
    bottom: 40px;
    line-height: 50px; }
    @media (max-width: 1280px) {
      .search-block .search-cont {
        right: 20px; } }
    @media (max-width: 1200px) {
      .search-block .search-cont {
        right: 20px;
        bottom: 10px; } }
    @media (max-width: 992px) {
      .search-block .search-cont {
        right: 0;
        bottom: 40px; } }
    @media (max-width: 768px) {
      .search-block .search-cont {
        position: static; } }
    .search-block .search-cont > div {
      display: inline-block;
      padding-right: 20px; }
      @media (max-width: 1200px) {
        .search-block .search-cont > div {
          display: block; } }
      @media (max-width: 768px) {
        .search-block .search-cont > div {
          padding: 10px 0;
          line-height: 2; } }
      .search-block .search-cont > div a {
        padding: 0 7px; }
        .search-block .search-cont > div a:hover {
          color: #f3a345; }
    .search-block .search-cont form {
      display: inline-block;
      position: relative;
      width: 324px;
      border-radius: 8px;
      background-color: #f3f3f3; }
      @media (max-width: 1200px) {
        .search-block .search-cont form {
          width: 400px; } }
      @media (max-width: 992px) {
        .search-block .search-cont form {
          width: 360px; } }
      @media (max-width: 768px) {
        .search-block .search-cont form {
          width: 100%; } }
      .search-block .search-cont form input[type="text"] {
        display: block;
        padding: 0 10px;
        width: 100%;
        background: transparent; }
      .search-block .search-cont form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        background-color: transparent;
        background-image: url(../img/search.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto; }

/*****打造专业筛网制品供应商模块*****/
.gys-list {
  padding: 2.5rem 0; }
  .gys-list li {
    float: left;
    padding: 80px 15px 0;
    width: 33.33333333%;
    height: 238px;
    text-align: center; }
    @media (max-width: 768px) {
      .gys-list li {
        padding: 50px 15px 0;
        height: 178px; } }
    .gys-list li h2 {
      padding-bottom: 10px;
      font-size: 30px; }
      @media (max-width: 768px) {
        .gys-list li h2 {
          font-size: 18px;
          font-weight: bold; } }
    @media (max-width: 768px) {
      .gys-list li p {
        font-size: 12px; } }
    @media (max-width: 992px) {
      .gys-list li {
        width: 50%; } }
    .gys-list li:nth-child(1) {
      /*opacity: 0; */
	  background-color: #0e68b0;
      color: #fff;
	  }
    .gys-list li:nth-child(2) {
      color: #fff;
      background-color: #f3a345; }
    .gys-list li:nth-child(3) {
      background-color: #f5f7f9; }
    .gys-list li:nth-child(4) {
      background-color: rgba(255, 255, 255, 0.61); }
    .gys-list li:nth-child(5) {
      background-color: #dadada; }
    .gys-list li:nth-child(6) {
      color: #fff;
      background-color: #0e68b0; }

/*****产品中心模块*****/
.product {
  padding: 30px 0;
  text-align: center; }
  .product a {
    display: block;
    color: #282828; }
    .product a div {
      position: relative; }
    .product a:hover {
      color: #0e68b0; }
      .product a:hover div::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(14, 104, 176, 0.1); }
    .product a img {
      display: block; }
  .product p {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#productTab {
  padding-top: 30px; }
  #productTab .nav-link {
    color: #282828;
    border-bottom: 1px solid #fff; }
    #productTab .nav-link.active {
      color: #f3a345;
      border-bottom: 1px solid #f3a345; }

.more-btn {
  display: inline-block;
  padding-left: 30px;
  padding-right: 70px;
  line-height: 44px;
  color: #fff;
  background-color: #f3a345;
  background-image: url(../img/arrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  border-right: 30px solid #f3a345; }
  .more-btn:hover {
    color: #fff;
    background-color: #f08b15;
    border-right: 30px solid #f08b15; }

.about {
  color: #fff; }
  .about p {
    /*margin: 60px 0;
    width: 60%;*/
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
	margin-bottom: 10px;
    margin-top: 5px;
	}
    @media (max-width: 1200px) {
      .about p {
        width: 70%; 
		} 
		}
    @media (max-width: 992px) {
      .about p {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; 
		} 
		}
    @media (max-width: 768px) {
      .about p {
        margin: 30px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; 
		} 
		}
  .about .more-btn {
    margin-bottom: 60px; 
	}
    @media (max-width: 768px) {
      .about .more-btn {
        margin-bottom: 30px; 
		} 
		}

.about-bottom {
  background-color: rgba(0, 0, 0, 0.49); 
  }
  .about-bottom .about-list {
    text-align: center; 
	}
    .about-bottom .about-list li {
      width: 25%;
      float: left; 
	  }
      .about-bottom .about-list li:hover {
        background-color: rgba(14, 104, 176, 0.6);
		}
      .about-bottom .about-list li.active {
        background-color: #0e68b0; 
		}
      .about-bottom .about-list li p {
        padding-top: 10px;
        font-size: 18px;
        margin-bottom: 0; 
		}
        @media (max-width: 768px) {
          .about-bottom .about-list li p {
            font-size: 14px; 
			} 
			}
      .about-bottom .about-list li img {
        width: 105px;
        height: auto; 
		}
        @media (max-width: 1200px) {
          .about-bottom .about-list li img {
            width: 80px; 
			} 
			}
        @media (max-width: 768px) {
          .about-bottom .about-list li img {
            width: 60px; 
			} 
			}
      .about-bottom .about-list li a {
        display: block;
        padding: 30px 0;
        color: #fff;
		}
        @media (max-width: 768px) {
          .about-bottom .about-list li a {
            padding: 15px 0; 
			}
			}
        .about-bottom .about-list li a:hover {
          color: #fff; 
		  }

/*****新闻模块*****/
.news {
  padding: 40px 0; }
  @media (max-width: 992px) {
    .news .news-item:first-child {
      padding-top: 20px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .news .news-item {
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .news .news-item .news-body h5 {
        padding-bottom: 10px;
        font-size: 16px; }
      .news .news-item .news-body p {
        font-size: 12px; } }

.news-card-item a {
  position: relative;
  display: block; }
  .news-card-item a:hover {
    color: #fff; }
    .news-card-item a:hover p {
      text-decoration: underline; }
  .news-card-item a .news-body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .news-card-item a .news-body {
        padding: 10px 20px; } }
    .news-card-item a .news-body span {
      font-size: 14px; }
    .news-card-item a .news-body p {
      margin-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.news-time {
  font-family: arial; }

.news-item {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .news-item a {
    display: block;
    position: relative; }
    .news-item a:hover h5 {
      color: #0e68b0; }
  .news-item .news-time {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 120px;
    color: #282828;
    text-align: right; }
    @media (max-width: 768px) {
      .news-item .news-time {
        width: 85px; } }
    .news-item .news-time p {
      margin-bottom: 0;
      font-size: 12px; }
    .news-item .news-time h1 {
      font-size: 36px; }
      @media (max-width: 768px) {
        .news-item .news-time h1 {
         font-size: 22px;
    margin-top: 22px; } }
  .news-item .news-body {
    padding-left: 150px; }
    @media (max-width: 768px) {
      .news-item .news-body {
        padding-left: 100px; } }
    .news-item .news-body h5 {
      padding-bottom: 15px;
      font-size: 18px;
      color: #282828;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .news-item .news-body h5 {
          font-size: 16px; } }
    .news-item .news-body p {
      margin-bottom: 0;
      font-size: 14px;
      color: #676767;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (max-width: 768px) {
        .news-item .news-body p {
          font-size: 12px; } }

/*****工程案例模块*****/
#project {
  margin-top: 40px; }
  #project .swiper-slide {
    width: 285px; }
  #project .swiper-button-next {
    right: 0;
    background-image: url(../img/arrow.png); }
  #project .swiper-button-prev {
    left: 0;
    background-image: url(../img/arrow1.png); }
  #project .swiper-button-next, #project .swiper-button-prev {
    width: 44px;
    background-color: #000;
    background-size: 44px 44px; }

/*****底部模块*****/
.footer {
  text-align: center;
  background-color: #0e68b0; }
  .footer .foot-nav {
    padding: 30px 0;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.2); }
    .footer .foot-nav a {
      display: inline-block;
      padding: 0 20px; }
      @media (max-width: 768px) {
        .footer .foot-nav a {
          padding: 0 10px; } }
    @media (max-width: 768px) {
      .footer .foot-nav {
        padding: 20px 0; } }
  .footer .line {
    height: 1px;
    background: rgba(255, 255, 255, 0.2); }
  .footer .line + .container {
    padding: 28px 0 60px; }
  .footer p {
    color: #fff; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff;
      text-decoration: underline; }

/*****侧边导航模块*****/
.sidebarContainer {
  padding-right: 50px;
  width: 250px;
  box-sizing: content-box;
  float: left; }
  @media (max-width: 768px) {
    .sidebarContainer {
      width: 100%; } }

.productContainer {
  float: left;
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px); }
  @media (max-width: 768px) {
    .productContainer {
      width: 100%; } }

.sidebar-top {
  display: block;
  padding: 30px 20px 150px;
  width: 100%;
  font-size: 26px;
  box-sizing: border-box;
  color: #fff;
  background-image: url(../img/sidebar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .sidebar-top {
      display: none; } }

.top-contact.sidebar-bottom {
  padding: 20px 0;
  color: #fff;
  background-image: url(../img/contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .top-contact.sidebar-bottom img {
    width: 44px;
    height: auto; }
  @media (max-width: 768px) {
    .top-contact.sidebar-bottom {
      display: none; } }

.sidebar {
  padding: 0; }
  .sidebar .nav {
    width: 100%; }
    @media (max-width: 768px) {
      .sidebar .nav {
        flex-direction: row !important; } }
  .sidebar a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sidebar .nav-link {
    padding: 12px 20px;
    color: #282828;
    border-bottom: 1px solid #e5e5e5;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto auto; }
    .sidebar .nav-link:hover {
      color: #0e68b0; }
    .sidebar .nav-link.active {
      color: #fff;
      background-color: #0e68b0;
      background-image: url(../img/nextw.png); }
      @media (max-width: 768px) {
        .sidebar .nav-link.active {
          background-image: none; } }
    @media (max-width: 768px) {
      .sidebar .nav-link {
        border-bottom: none;
        background-image: none; } }
  .sidebar .dropdown-menu {
    position: static;
    float: none;
    border: none; }
    .sidebar .dropdown-menu .dropdown-item {
      line-height: 2rem; }

/*****回顶部模块*****/
.totop {
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: #000; }

/*****分页模块*****/
.pagination {
  padding: 2rem 0 0; }

.page-link {
  color: #282828; }
  .page-link:hover {
    color: #0e68b0; }

.page-num {
  padding: .5rem .75rem; }

/*****面包屑导航模块*****/
.breadcrumb {
  margin-bottom: 0;
  padding: 12px 0;
  color: #b4b4b4;
  justify-content: flex-end;
  background-color: #fff; }
  .breadcrumb:before {
    content: "";
    display: inline-block;
    margin: 6px;
    width: 10px;
    height: 10px;
    line-height: 21px;
    border-radius: 5px;
    border: 1px solid #f3a345; }
  @media (max-width: 768px) {
    .breadcrumb {
      display: none; } }

.breadcrumb a {
  padding: 0 6px;
  color: #b4b4b4; }

.breadcrumb a:hover {
  color: #0e68b0; }

/*****产品模块*****/
.dark-line {
  height: 1px;
  background-color: #e5e5e5; }

.side-title {
  margin-top: -48px;
  line-height: 48px; }
  @media (max-width: 992px) {
    .side-title {
      margin-top: 0;
      padding: 20px 0; } }

.product-list {
  margin: 20px -10px 0; }
  @media (max-width: 992px) {
    .product-list {
      margin-top: 0; } }
  .product-list li {
    padding: 10px;
    float: left;
    width: 33.33333333%; }
    @media (max-width: 992px) {
      .product-list li {
        padding: 8px;
        width: 50%; } }
    .product-list li a {
      padding: 26px;
      display: block;
      text-align: center;
      color: #282828;
      border: 1px solid #e5e5e5; }
      @media (max-width: 1200px) {
        .product-list li a {
          padding: 15px; } }
      @media (max-width: 992px) {
        .product-list li a {
          padding: 10px; } }
      .product-list li a:hover {
        color: #0e68b0; }
      .product-list li a img {
		  height:233px;
        display: block; }
      .product-list li a p {
        margin-bottom: 0;
        padding-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media (max-width: 992px) {
          .product-list li a p {
            font-size: 14px; } }

.yellow {
  color: #f3a345; }

.brief-info {
  background-color: #f3f3f3; }
  .brief-info h4 {
    font-size: 24px; }
  .brief-info p {
    margin: 20px 0 40px; }

.detail-title {
  margin: 20px 0 30px;
  padding: 10px 0;
  line-height: 30px;
  background-color: #f3f3f3; }
  .detail-title span {
    padding-left: 10px;
    border-left: 2px solid #0e68b0; }

.detail-cont {
  line-height: 2; }

.hot-title {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5; }
  .hot-title img {
    display: inline-block;
    vertical-align: bottom;
    width: 27px;
    height: auto; }
  .hot-title small {
    color: #b4b4b4; }

.content-container {
  margin-top: 60px;
  text-align: justify;
  line-height: 2; }

/*****联系我们模块*****/
.contact-hot {
  max-width: 320px; }
  @media (max-width: 768px) {
    .contact-hot {
      margin-top: 40px;
      max-width: 100%; } }
  .contact-hot p {
    margin-bottom: 4px;
    font-size: 20px; }
  .contact-hot h2 {
    position: relative;
    padding: 0 0 .5rem;
    font-size: 44px;
    font-weight: bold;
    font-family: arial; }
    .contact-hot h2:after {
      content: "";
      position: absolute;
      top: 24px;
      left: 0;
      width: 300px;
      height: 20px;
      background-color: rgba(16, 130, 209, 0.1); }
  .contact-hot .dark-line {
    margin-bottom: 2rem; }

.contact-info {
  color: #676767; }
  .contact-info p {
    margin-bottom: .5rem; }

.form-row .form-control {
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 24px;
  border-color: #e5e5e5;
  border-radius: 0;
  background-color: #fff; }

.form-row .form-control:focus {
  border-color: #0e68b0; }

.form-row input.form-control {
  height: 48px; }

form .btn-primary.btn {
  padding: .5rem 2rem;
  border-color: #0e68b0;
  background-color: #0e68b0; }

.form-control::-webkit-input-placeholder {
  color: #b4b4b4; }

.form-control::-moz-placeholder {
  color: #b4b4b4; }

.form-control::-ms-input-placeholder {
  color: #b4b4b4; }

/*****关于我们模块*****/
.about-page {
  margin: 180px 0 0;
  padding-bottom: 20px;
  line-height: 2;
  text-align: justify;
  background-color: #f8f8f8;
  }
  @media (max-width: 1200px) {
    .about-page {
      margin: 160px 0 0;
	  } 
	  }
  .about-page p {
    color: #676767; 
	}
  .about-page .col-md-6 {
    padding: 0 5%; 
	}
  .about-page img {
    display: block;
    margin: -180px auto 0;
    width: 100%;
	}
    @media (max-width: 1200px) {
      .about-page img {
        margin: -160px auto 0;
		} 
		}
  @media (max-width: 992px) {
    .about-page h3 {
      margin-top: 40px;
      font-size: 20px; 
	  } 
	  }

.short-line {
  margin: 10px auto;
  width: 64px;
  height: 3px;
  background-color: #0e68b0;
  }

.project-list {
  margin: 10px -5px; 
}
.project-list .col-6 {
    padding: 5px; 
}
.project-list .col-6:hover {
    opacity: .9;
}
.project-list img {
    display: block;
    margin-bottom: 30px; 
	width: 100%;
    height: auto;
}
@media (max-width: 768px) {
  .project-list img {
      margin-bottom: 0; 
	} 
  }
.list li {
  border-bottom: 1px dashed #e5e5e5; 
  }
.list li a {
    display: block;
    padding: 12px 0;
    color: #282828; 
}
.list li a:hover {
    color: #0e68b0; 
}
.product-list img, .product img, .news-img img, .swiper-wrapper img {
    width: 100%;
    height: auto;
}