@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;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

* {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* header */

header {
  margin: 20px 0 20px 0;
}

header .logo {
  margin: 15px 0 0 0;
}

header .logo img {
  max-width: 130%;
}

header form {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 1px 10px;
}

header .hotline {
  background: url(../img/tel.jpg) center left no-repeat;
  font-size: 20px;
  padding: 20px 0 15px 40px;
  display: table-cell;
  float: right;
}

header .hotline {
  color: #666;
}

header .hotline span {
  font-size: 24px;
  color: #f30;
}

header input {
  border: unset;
  box-shadow: unset;
  margin: 0;
  padding: 3px;
  width: 85%;
  outline: none;
}

header button {
  border: unset;
  background: unset;
  float: right;
}

/* nav */

.navbar {
  background: #08116d;
  border: none;
  border-radius: 0;
  margin: 0;
}

.nav>li>a {
  padding: 0 25px;
  line-height: 340%;
  color: #fff;
}

.nav>li>a:hover {
  background: #c91709;
}

/* swiper */

.swiper-container {
  width: 100%;
  margin-bottom: 30px;
}

.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%;
}

/* 公司实力 */

.introduce {
  text-align: center;
}

.introduce .title {
  background: url(../img/pow-l.png) no-repeat left, url(../img/pow-r.png) no-repeat right;
}

.introduce .title h2 {
  padding: 15px 0;
  font-weight: bold;
  color: #08116d;
  margin-bottom: 20px;
}

.introduce .subtitle h5 {
  font-weight: bold;
}

.introduce-pic {
  margin: 50px 0;
}

.introduce-pic img {
  margin: 20px 70px;
}

.introduce-pic div {
  text-align: center;
  font-size: 22px;
  border-left: 1px solid #ccc;
}

.introduce-pic>div:first-child {
  border-left: unset;
}

/* 公司简介 */

.profile {
  background: #232d50;
}

.profile .pic-profile img {
  margin: 40px 50px 40px 10px;
  border: 4px solid #fd8a03;
}

.profile .content-profile {
  color: #fff;
}

.profile .content-profile h3 {
  text-align: center;
  margin: 45px 0 25px;
  background: #fd8a03;
  padding: 10px 0;
  border-radius: 20px;
}

.profile .content-profile p {
  font-size: 14px;
  text-indent: 2em;
}

/* 产品展示 */

.product-title {
  background: url(../img/bg.png) no-repeat center, url(../img/title-out.png) no-repeat center;
  background-size: 40%, 100% 70%;
}

.product-title h2 {
  text-align: center;
  font-weight: bold;
  height: 50px;
  padding-top: 10px;
}

.product-pic {
  margin: 0 5px;
}

.product-pic ul li {
  padding: 10px 5px;
}

.product-pic ul li img {
  border: 4px solid #cfd1d1;
  max-width: 100%;
  height: 275px;
}

.product-pic ul li .product-name a div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(#fdbf03, #fd8b03);
  width: 55%;
  float: left;
  padding: 10px;
}

.product-pic ul li .product-name a .more {
  color: #fff;
  font-weight: bold;
  background: #08116d;
  position: relative;
  margin: 0;
  float: right;
  width: 45%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.product-pic ul li .product-name:hover a .more{
  color: #c91709;
}

.product-pic .btn-more {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 80px;
}

.product-pic .btn-more .btn-default {
  top: 24px;
  position: relative;
  border-radius: 25px;
  font-size: 18px;
  padding: 10px 25px;
}

/* 联系我们 */

.contact-out {
  height: 400px;
  margin-bottom: 80px;
}

.contact-out .contact {
  background: url(../img/contact.png) no-repeat;
  height: 400px;
  padding: 40px;
  color: #fff;
}

.contact-out .contact p {
  font-size: 20px;
}

.contact-out .contact hr {
  margin-top: 0;
  width: 30%;
}

.contact-out .contact-right {
  padding-top: 50px;
  padding-left: 20px;
  background: url(../img/contact-pic.png) no-repeat right bottom;
  background-size: 50%;
  height: 400px;
}

.contact-out .contact-right h3 {
  color: #777;
}

.contact-out .contact-right h2 {
  margin-bottom: 60px;
  color: #fd8a03;
}

.contact-out .contact-right h2 small {
  font-size: 16px;
}

footer {
  text-align: center;
  border-top: 1px solid #ccc;
}

footer p {
  margin: 10px 0;
}

footer p a{
  color: #999;
}

/* 内页 */

.subslide {
  background: url(../img/shr-bg.jpg) no-repeat center;
  background-size: 100% 250%;
  margin-bottom: 30px;
  padding: 50px 0;
  text-align: right;
  height: 150px;
}

.subslide h2 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}

.subslide h3 {
  font-size: 20px;
  margin: 0;
}

.subslide div {
  color: #fff;
}

aside dl dt {
  font-size: 24px;
  padding: 15px 20px;
  background: #f30;
  color: #fff;
  margin-bottom: 10px;
}

aside .contact-info h2 {
  background: #036;
  color: #fff;
  font-size: 18px;
  line-height: 160%;
  padding: 20px;
}

aside .contact-info ul li {
  line-height: 180%;
  font-size: 14px;
}

main .position {
  padding: 5px 10px;
  background: #eee;
  font-size: 14px;
  text-align: right;
}

main .t-list {
  display: block;
  overflow: hidden;
}

main .t-list .show-item {
  margin-top: 30px;
}

/* .show-item .pic {
  height: 200px;
  background: #eee;
  overflow: hidden;
  text-align: center;x`
}

.show-item .pic img {
  transform: scale(1.0);
  transition: 1s;
  max-width: 100%;
  height: 200px;
} */

.t-list ul li {
  padding: 10px 5px;
}

.t-list ul li img {
  border: 4px solid #cfd1d1;
  max-width: 100%;
  height: 275px;
}

.t-list ul li .product-name a div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(#fdbf03, #fd8b03);
  width: 55%;
  float: left;
  padding: 10px;
}

.t-list ul li .product-name a .more {
  color: #fff;
  font-weight: bold;
  background: #08116d;
  position: relative;
  margin: 0;
  float: right;
  width: 45%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.t-list ul li .product-name:hover a .more{
  color: #c91709;
}
/* .show-item h2 {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
} */

/* 新闻栏 */

main .a-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}

main .a-list .pic {
  width: 120px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

main .a-list .pic img {
  width: 100%;
}

main .a-list h2 {
  font-size: 16px;
  font-weight: bold;
}

main .a-list h5 {
  color: #ccc;
  font-size: 14px;
}

main .a-list h3 {
  color: #999;
  font-size: 16px;
}

/* 内容 */

main .content h1, main .content h5 {
  text-align: center;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  header .logo img {
    max-width: 100%;
  }
  .swiper-container {
    margin-bottom: 0;
  }
  .swiper-slide img {
    height: 160px;
  }
  .introduce .title {
    background: unset;
  }
  .profile .pic-profile img {
    margin: 10px 0 0 0;
  }
  .product-title {
    background: unset;
  }
  .contact-out .contact-right {
    background: unset;
  }
  .product-pic .btn-more {
    margin-bottom: 10px;
  }
  .product-pic ul li .product-name{
    font-size: 12px;
  }
  .product-pic ul li img {
    height: 175px;
  }
  .introduce-pic div {
    font-size: 14px;
    border: unset;
  }
  .introduce-pic img {
    margin: 0;
  }
  .content img {
    width: 300px;
  }
  aside {
    margin-top: 100px;
  }
  .t-list ul li .product-name{
    font-size: 12px;
  }
  .t-list ul li img {
    height: 175px;
  }
}