@charset "utf-8";
/*Scroll*/

/* ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #999; }
::-webkit-scrollbar {width: 6px; background-color: #999; }
::-webkit-scrollbar-thumb {background-color: #333; } */

body {
  cursor: default;
  font-size: 16px;
  color: #333;
  background: #d9f6fc;
}

a {
  color: #333;
  text-decoration: none;
}

h4 {
  display: inline;
}

a:hover {
  text-decoration: none;
  color: #000;
}

ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

* {
  list-style: none;
}

/* header */

header {
  background-image: linear-gradient(#0876cd, #023552);
  height: 115px;
  margin-bottom: 20px;
}

/* swiper */

.swiper-container {
  width: 100%;
  margin-bottom: 10px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
}

/* nav */

.navbar-collapse {
  padding: 0;
}

.navbar {
  background: linear-gradient(#0876cd 50%, #023552 50%);
  border: none;
  border-radius: 0;
  margin: 0;
}

.nav>li>a {
  padding: 0 25px;
  line-height: 340%;
  color: #fff;
}

.nav>li>a:hover {
  background: #0876cd;
}

/* 公司简介 */

section {
  margin-top: 30px;
  background: #fff;
}

.introduce {
  margin-top: 15px;
  background-image: linear-gradient(#fff, #ecf1ed);
  border: 1px solid #ccc;
}

.introduce h4 {
  font-weight: bold;
  color: #0876cd;
  line-height: 250%;
  margin-left: 10px;
}

.introduce h4 small {
  font-size: 12px;
}

section .content {
  border: 1px solid #ccc;
  padding: 14px;
  text-indent: 2em;
}

section ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
}

.contact {
  border: 1px solid #ccc;
  padding: 14px;
}

.contact p {
  margin: 0;
  line-height: 150%;
  font-size: 14px;
}

aside .navigation {
  margin-top: 15px;
  background-image: linear-gradient(#fff, #ecf1ed);
  border: 1px solid #ccc;
}

aside .navigation h4 {
  font-weight: bold;
  line-height: 200%;
  margin-left: 10px;
}

aside ul {
  padding-left: 10px;
}

aside ul li a {
  font-size: 14px;
}

.p-i-list {
  display: inline-block;
}
.p-list{
  display: inline-block;
  width: 100%;
}
.p-list .p-out {
  border: 1px solid #ccc;
  width: 23%;
  margin: 10px 1%;
}

.p-list .p-out .p-border {
  border: unset;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
}

.p-list .p-out img {
  max-width: 100%;
  height: 100%;
}

.p-list .p-out p {
  font-size: 14px;
  padding: 8px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.p-i-list .show-border {
  height: 200px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.foot {
  background: #fff;
  padding: 0;
  padding-top: 30px;
}

.links {
  font-size: 14px;
  padding: 10px;
}
.links a{
  margin-right:10px;
}

.links a:hover{
  color: #0876cd;
}

footer {
  background-image: linear-gradient(#0876cd, #023552);
}

footer p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0;
}

footer p a {
  color: #fff;
}

/* 产品展示 */

.introduce h5 {
  font-weight: bolder;
  line-height: 250%;
  margin-left: 10px;
}

/* 新闻 */

.i_news li {
  line-height: 200%;
}

.news {
  padding-top: 20px;
  padding-bottom: 30px;
}

.news li {
  padding: 5px 5px 5px;
  margin: 0 10px;
  border-bottom: 1px dotted #333;
  font-size: 15px;
}

.pagination {
  border: unset;
}

/* 产品详情 */

section .p-details {
  border: 1px solid #ccc;
  padding: 14px;
}

section .p-details .p-title {
  text-align: center;
}

section .p-details .p-date {
  text-align: center;
  font-size: 14px;
}

section .p-details h4 {
  font-weight: bold;
  font-size: 22px;
}

section .p-details .p-content {
  margin: 20px 0;
}

section .p-details .p-content p {
  font-size: 14px;
}

section .p-details .p-content p img {
  max-width: 100%;
}

/* @media screen and (max-width: 768px){

  } */