@charset "UTF-8";
/*public_title*/
.public_title {
  text-align: center;
}
.public_title h5 {
  font-size: 30px;
  color: #006cb5;
  font-weight: 600;
  text-transform: uppercase;
}
.public_title .message {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public_title .message .line {
  width: 100px;
  height: 1px;
  background: #474747;
}
.public_title .message p {
  font-size: 18px;
  color: #474747;
  margin: 0 15px;
}

/*产品中心*/
.product {
  margin-top: 100px;
  margin-bottom: 130px;
}
.product .typelist {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.product .typelist ul {
  display: inline-block;
}
.product .typelist ul li {
  margin: 0 14px;
  display: none;
}
.product .typelist ul li:hover a, .product .typelist ul li.on a {
  background: #006cb5;
  color: white;
  border: 1px solid #006cb5;
}
.product .typelist ul li a {
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  font-size: 16px;
  color: #686868;
  width: 167px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .typelist ul li:nth-child(1), .product .typelist ul li:nth-child(2), .product .typelist ul li:nth-child(3), .product .typelist ul li:nth-child(4), .product .typelist ul li:nth-child(5), .product .typelist ul li:last-child {
  display: block;
}
.product .goods_list {
  display: block;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.product .goods_list li .item {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: 15px;
  display: block;
  text-align: center;
}
.product .goods_list li .item:hover .name {
  color: #006cb5;
  border-top: 1px solid #006cb5;
}
.product .goods_list li .item:hover .name2 {
  color: #006cb5;
}
.product .goods_list li .item:hover img {
  transform: scale(1.03);
}
.product .goods_list li .item .name {
  display: block;
  color: #979797;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #979797;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-top: 10px;
  width: 80%;
}
.product .goods_list li .item .name2 {
  font-size: 12px;
  color: #979797;
  text-align: center;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  width: 100%;
}
.product .goods_list li .item img {
  transition: .5s;
}

/*产品特点*/
.tedian {
  background: url("../images/tedian_bg.jpg") no-repeat bottom;
  background-size: cover;
  padding-bottom: 200px;
}
.tedian .public_title {
  margin-bottom: 50px;
  text-align: left;
}
.tedian .public_title .message {
  justify-content: flex-start;
}
.tedian .public_title .message p {
  margin-left: 0;
}
.tedian .content {
  padding-bottom: 5px;
  position: relative;
}
.tedian .content .lf {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 55%;
  padding: 5px;
}
.tedian .content .lf .list {
  background: #f9f9f9;
  box-shadow: 0px 5px 7px 0px rgba(183, 183, 183, 0.32);
  padding-top: 40px;
  padding-bottom: 30px;
}
.tedian .content .lf .list .item {
  margin-bottom: 30px;
  text-align: center;
}
.tedian .content .lf .list .item .pic {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.tedian .content .lf .list .item .name {
  font-size: 16px;
  color: #5b5b5b;
}
.tedian .content .lf .list .item .name2 {
  font-size: 12px;
  text-transform: uppercase;
}
.tedian .content .tedian_pic {
  float: right;
  padding-bottom: 5px;
}

/*优势*/
.youshi {
  display: flex;
  width: 100%;
}
.youshi .item {
  flex: 1;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youshi .item .message {
  text-align: left;
  margin-left: 10px;
}
.youshi .item p {
  font-size: 18px;
  color: white;
}
.youshi .item span {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}
.youshi .item1 {
  background: #006cb5;
}
.youshi .item2 {
  background: #014e83;
}
.youshi .item3 {
  background: #006cb5;
}

/*关于我们*/
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  padding-bottom: 95px;
}
.about .container > .message {
  margin-right: 114px;
  margin-top: 143px;
  margin-bottom: 30px;
}
.about .container > .message .public_title {
  text-align: left;
}
.about .container > .message .public_title > div {
  justify-content: flex-start;
}
.about .container > .message .public_title > div .line:first-child {
  width: 30px;
}
.about .container > .message .title {
  font-weight: 600;
  color: #006cb5;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
  margin-bottom: 20px;
}
.about .container > .message .summary {
  font-size: 14px;
  color: #848484;
  line-height: 2;
  margin-bottom: 25px;
}
.about .container > .message .more {
  width: 140px;
  height: 42px;
  background: #006cb5;
  text-transform: uppercase;
  color: white;
  border-radius: 20px;
  transition: .5s;
}
.about .container > .message .more:hover {
  background: #f58220;
  color: white;
}

/*企业优势2*/
.youshi2 {
  padding-top: 135px;
  padding-bottom: 120px;
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
}
.youshi2 .list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.youshi2 .list .item {
  flex: 1;
  text-align: center;
}
.youshi2 .list .item .name {
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
  color: black;
}
.youshi2 .list .item .summary {
  padding: 0 30px;
  line-height: 2;
  font-size: 14px;
  color: #9d9d9d;
}

/*新闻*/
.news {
  margin-top: 100px;
}
.news .content {
  margin-top: 55px;
  margin-bottom: 80px;
}
.news .content .news_list .more {
  color: #006cb5;
}
.news .content .news_list ul {
  padding-left: 28px;
}
.news .content .news_list ul li {
  width: 100%;
  padding-left: 25px;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news .content .news_list ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: 0px;
}
.news .content .news_list ul li .item {
  position: relative;
}
.news .content .news_list ul li .item:hover .title, .news .content .news_list ul li .item:hover .date {
  color: #006cb5;
}
.news .content .news_list ul li .item:after {
  width: 10px;
  height: 10px;
  background: #006cb5;
  display: inline-block;
  content: '';
  position: absolute;
  top: 7px;
  left: -23px;
  border-radius: 100%;
}
.news .content .news_list ul li .item .line {
  width: 43px;
  height: 1px;
  background: #006cb5;
  display: inline-block;
  margin: 15px 0;
}
.news .content .news_list ul li .item .summary {
  line-height: 2;
  min-height: 56px;
}
.news .content .news_list ul li .item .date {
  position: absolute;
  right: 0;
  top: 0;
}
.news .content .news_list ul li .item .date, .news .content .news_list ul li .item .summary {
  color: #bfbfbf;
  font-size: 14px;
}
.news .content .news_list ul li .item .title {
  color: #616161;
  font-size: 18px;
  width: 90%;
}
.news .content .pic {
  height: 483px;
  position: relative;
}
.news .content .pic .title {
  color: white;
  font-size: 18px;
  width: 100%;
  background: rgba(0, 108, 181, 0.7);
  padding: 20px 40px;
  position: absolute;
  bottom: 45px;
  left: 0;
}

/*领域*/
.lingyu {
  padding-top: 110px;
  padding-bottom: 140px;
  background: #f9f9f9;
}
.lingyu .swiper-slide {
  width: 1400px;
}
.lingyu .swiper-slide .item {
  text-align: center;
  position: relative;
}
.lingyu .swiper-slide .item .message {
  display: none;
  position: absolute;
  right: 100px;
  top: 0;
  width: 350px;
  height: 100%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  background: rgba(24, 36, 45, 0.8);
}
.lingyu .swiper-slide .item .message .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.lingyu .swiper-slide .item .message .title h5 {
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-left: 13px;
}
.lingyu .swiper-slide .item .message .line {
  width: 46px;
  height: 3px;
  background: #c42225;
}
.lingyu .swiper-slide .item .message .summary {
  font-size: 16px;
  color: white;
  line-height: 2;
  text-transform: uppercase;
  margin-top: 30px;
}
.lingyu .swiper-slide .item .message .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  background: #006cb5;
  border-radius: 20px;
  width: 152px;
  height: 42px;
}
.lingyu .swiper-slide .item .message .more:hover {
  background: #f58220;
}
.lingyu .swiper-button-next, .lingyu .swiper-button-prev {
  background: none;
  border: 0;
  top: 43%;
}
.lingyu .swiper-button-prev {
  left: 225px;
}
.lingyu .swiper-button-next {
  right: 225px;
}
.lingyu .swiper-slide-active .item .message {
  display: flex;
}
.lingyu .icon_list {
  margin-top: 50px;
}
.lingyu .icon_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingyu .icon_list ul span {
  margin: 0 20px;
  display: block;
  height: auto;
  width: auto;
  opacity: 1;
  background: none;
  border-radius: 0;
}
.lingyu .icon_list ul span .item {
  color: #b5b5b5;
  cursor: pointer;
  width: 71px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.lingyu .icon_list ul span .pic1 {
  margin-bottom: 5px;
  display: block;
}
.lingyu .icon_list ul span:hover, .lingyu .icon_list ul span.swiper-pagination-bullet-active {
  background: url("../images/icon_bg.png") no-repeat;
}
.lingyu .icon_list ul span:hover .item, .lingyu .icon_list ul span.swiper-pagination-bullet-active .item {
  color: white;
}
.lingyu .icon_list ul span:hover .item .pic1, .lingyu .icon_list ul span.swiper-pagination-bullet-active .item .pic1 {
  filter: brightness(0) invert(1);
  display: block;
}

@media (max-width: 1450px) {
  .lingyu {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .lingyu .swiper-button-prev {
    left: 24px;
  }

  .lingyu .swiper-button-next {
    right: 24px;
  }
}
@media (max-width: 1366px) {
  .youshi .item {
    height: 95px;
  }
}
@media (max-width: 768px) {
  .liuyan_box .form-horizontal {
    flex-direction: column;
  }
  .liuyan_box .form-horizontal div {
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }

  .liuyan_box .top .typename {
    font-size: 18px;
    text-align: center;
    border-right: 0;
    padding-right: 0;
    float: none;
  }

  .liuyan_box .top .call {
    display: none;
  }

  .liuyan_box .top {
    text-align: center;
    margin-bottom: 25px;
  }

  .liuyan_box {
    margin: 0;
    padding: 20px 0;
  }

  .lingyu .icon_list {
    display: none;
  }

  .lingyu .swiper-button-prev {
    left: 0;
  }

  .lingyu .swiper-button-next {
    right: 0;
  }

  .lingyu .swiper-slide .item .message {
    position: static;
    width: 100%;
    padding: 25px 20px;
    background: #f9f9f9;
    display: flex;
    padding-bottom: 0;
  }

  .lingyu .swiper-slide .item .message .summary {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: black;
  }

  .lingyu .swiper-slide .item .message .title img {
    width: 15px;
  }

  .lingyu .swiper-slide .item .message .title h5 {
    font-size: 16px;
    color: black;
  }

  .lingyu .swiper-slide .item .message .title {
    margin-bottom: 15px;
  }

  .lingyu .swiper-slide .item .message .more {
    font-size: 14px;
    width: 125px;
    height: 35px;
  }

  .lingyu .swiper-container {
    padding-bottom: 30px;
  }

  .lingyu .swiper-pagination {
    bottom: -4px;
  }

  .lingyu {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 15px;
  }

  .news {
    margin-top: 45px;
  }

  .news .content {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .news .content .pic {
    width: 100%;
    height: 300px;
  }

  .news .content .pic .title {
    padding: 14px 20px;
    font-size: 14px;
    bottom: 0;
  }

  .news .content .news_list ul {
    padding: 15px 0px;
  }

  .news .content .news_list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: none;
  }
  .news .content .news_list ul li:nth-child(1) {
    display: block;
  }
  .news .content .news_list ul li:nth-child(2) {
    display: block;
  }

  .news .content .news_list ul li .item .title {
    font-size: 14px;
    width: 73%;
  }

  .news .content .news_list ul li .item .line {
    margin: 10px 0;
  }

  .news .content .news_list .more {
    display: none;
  }

  .youshi .item {
    height: 70px;
    flex-direction: column;
  }

  .youshi .item .pic {
    width: 20px;
    height: 20px;
  }

  .product .goods_list li .item .name {
    font-size: 14px;
    padding: 5px;
    min-height: inherit;
    margin-top: 13px;
  }

  .youshi .item p {
    font-size: 12px;
    margin-top: 9px;
    margin-left: 0px;
  }

  .public_title h5 {
    font-size: 20px;
    text-align: center;
  }

  .public_title .message p {
    font-size: 16px;
    margin-left: 15px;
  }

  .product .goods_list li .item {
    margin: 0;
  }

  .public_title .message .line {
    width: 55px;
  }

  .lingyu .public_title {
    margin-bottom: 25px;
  }

  .product {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .public_title {
    line-height: 2;
  }

  .product .typelist ul li {
    width: 48%;
    margin: 1%;
    margin-bottom: 10px;
    display: none;
  }

  .product .typelist ul {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .product .typelist ul li a {
    width: 100%;
    font-size: 14px;
    height: 37px;
  }

  .product .typelist {
    margin-top: 18px;
    margin-bottom: 19px;
  }

  .product .goods_list {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .product .goods_list li {
    width: 48%;
    margin-bottom: 15px;
    float: left;
  }
  .product .goods_list li:nth-child(2n) {
    float: right;
  }

  .product .goods_box {
    margin-top: 30px;
  }

  .about {
    background: #f7fbff;
    padding: 45px 15px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about .message {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about .message .public_title {
    text-align: center;
  }

  .about .message .public_title > div {
    justify-content: center;
  }

  .about .message .title {
    margin-top: 29px;
    margin-bottom: 25px;
  }

  .about .message .summary {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: left;
  }

  .about .message {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .zhengshu {
    padding-top: 33px;
  }

  .zhengshu .zhengshu_list {
    margin-top: 28px;
    margin-bottom: 30px;
  }

  .about .message .more {
    float: none;
    height: 33px;
    width: 127px;
    margin: 0 auto;
  }

  .about .container > .message .summary {
    font-size: 14px;
  }

  .about .container > .message .title {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .about .container > .message {
    margin: 0;
  }

  .about .container > .message .public_title > div .line:first-child {
    width: 55px;
  }

  .about .container > .message .more {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }

  .about .container > .message .public_title > div {
    justify-content: center;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
  }

  .zhengshu .zhengshu_list .item img {
    max-width: 52%;
    margin-bottom: 10px;
  }

  .news .content .news_list ul li .item .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
  }

  .youshi2 .list {
    display: block;
    overflow: hidden;
    content: '';
    clear: both;
    margin-top: 25px;
  }

  .product .goods_list li .item .name2 {
    height: 44px;
  }

  .youshi2 .list .item {
    width: 48%;
    float: left;
    margin-bottom: 15px;
  }
  .youshi2 .list .item:nth-child(2n) {
    float: right;
  }

  .youshi2 .list .item .summary {
    font-size: 12px;
    padding: 0;
    height: 95px;
  }

  .youshi2 .list .item .name {
    font-size: 14px;
    margin: 10px 0;
    margin-bottom: 5px;
  }

  .youshi2 {
    padding: 45px 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .tonglan {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tonglan .title {
    font-size: 16px;
  }

  .tonglan .summary {
    font-size: 16px;
  }

  .tonglan .summary:after, .tonglan .summary:before {
    width: 27px;
  }

  .tonglan .center_call {
    font-size: 16px;
  }

  .tedian {
    margin-top: 45px;
    padding-bottom: 0;
  }

  .tedian .content .lf {
    position: static;
    width: 100%;
    padding: 0;
  }

  .tedian .content {
    padding-bottom: 0;
  }

  .tedian .content .tedian_pic {
    float: none;
    padding-bottom: 0;
  }

  .tedian .public_title {
    margin-bottom: 25px;
  }

  .tedian .content .lf .list .item .pic {
    width: 45px;
    height: 45px;
  }

  .tedian .content .lf .list .item .name {
    font-size: 14px;
  }

  .tedian .public_title .message p {
    margin-left: 15px;
  }

  .tedian .content .lf .list {
    box-shadow: none;
    padding-bottom: 15px;
  }

  .tedian .public_title .message {
    justify-content: center;
  }
}

/*# sourceMappingURL=index.css.map */
