@charset "UTF-8";
._title {
  text-align: center;
  margin-bottom: 55px;
}
._title .en {
  color: black;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
._title .message {
  display: flex;
  align-items: center;
  justify-content: center;
}
._title .message .center {
  font-size: 24px;
  margin: 0 23px;
  display: flex;
  align-items: center;
}
._title .message .center p {
  color: black;
}
._title .message .center span {
  color: #e62129;
  margin: 0 5px;
}

.main_content {
  width: 87%;
  margin: 0 auto;
}

.banner {
  box-shadow: 0px 1px 9px #848484;
}

.baojia {
  margin-top: 70px;
}
.baojia .main_content {
  padding-top: 90px;
  background: url("../images/baojia_bg.jpg") no-repeat center top;
}
.baojia .container2 {
  overflow: visible;
}
.baojia .content {
  display: flex;
  justify-content: space-around;
  padding-bottom: 150px;
}
.baojia .content .item {
  box-shadow: 12px 20px 26px 0px rgba(0, 0, 0, 0.04);
  width: 30%;
  border: 1px solid #0061ae;
  background: white;
}
.baojia .content .item .top_title {
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  font-size: 24px;
  background: #0061ae;
}
.baojia .content .item .top_title span {
  font-size: 16px;
  opacity: 0.3;
  position: absolute;
  margin-top: 29px;
}
.baojia .content .item .title_name {
  display: flex;
  margin-top: 15px;
}
.baojia .content .item .title_name .li {
  background: white;
}
.baojia .content .item .li {
  flex: 1;
  padding: 10px;
  text-align: center;
  color: black;
  font-size: 16px;
}
.baojia .content .item .li:nth-child(2), .baojia .content .item .li:nth-child(1), .baojia .content .item .li:nth-child(3) {
  border-right: 1px dashed #b4c3cf;
}
.baojia .content .item .myscroll {
  overflow: hidden;
  height: 600px;
}
.baojia .content .item .myscroll ul {
  margin-bottom: 15px;
  width: 100%;
  overflow: visible;
}
.baojia .content .item .myscroll ul li {
  position: relative;
  float: none;
  display: flex;
}
.baojia .content .item .myscroll ul li:nth-child(2n+1) {
  background: #f8f8f8;
}
.baojia .content .item .myscroll ul li .beizhu {
  position: absolute;
  left: 30px;
  top: -38px;
  width: 380px;
  font-size: 13px;
  color: white;
  height: auto;
  background: #0061ae;
  min-width: 85%;
  padding: 5px 10px;
  z-index: 3;
  display: block;
  text-align: left;
  display: none;
}
.baojia .content .item .myscroll ul li .beizhu:after {
  position: absolute;
  left: -9px;
  bottom: -15px;
  display: block;
  content: '';
  background: url("../images/baojia_sanjiao.png") no-repeat center;
  background-size: cover;
  width: 29px;
  height: 16px;
}
.baojia .content .item .myscroll ul li:hover .beizhu {
  display: block;
}

.baojia .content .item2 {
  border: 1px solid #255378;
}

.baojia .content .item2 .top_title {
  background: #255378;
}

.baojia .content .item3 {
  border: 1px solid #333d45;
}

.baojia .content .item3 .top_title {
  background: #333d45;
}

/*关于我们*/
.about {
  margin-bottom: 200px;
}
.about .top_pic {
  margin: 0 auto;
  text-align: center;
}
.about .content > div {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .content .lf {
  background: url("../images/about2.png") no-repeat center;
  background-size: cover;
}
.about .content .lf .message .title {
  font-size: 24px;
  color: #333d45;
  border-left: 3px solid #0061ae;
  padding-left: 10px;
}
.about .content .lf .message .summary {
  font-size: 16px;
  color: #9a9a9a;
  line-height: 2;
  margin: 30px 0;
  padding-left: 18px;
}
.about .content .lf .message .more {
  color: white;
  background: #e62129;
  width: 91px;
  height: 21px;
  border-radius: 10px;
}
.about .content .rt {
  background: #0061ae;
}
.about .content .rt ul {
  display: flex;
}
.about .content .rt ul li {
  flex: 1;
  /*margin: 0 30px;*/
  text-align: center;
}
.about .content .rt ul li .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto;
}
.about .content .rt ul li .name {
  font-size: 16px;
  color: white;
  margin: 17px 0;
}
.about .content .rt ul li .summary {
  color: #a2cdf0;
  font-size: 12px;
}

.goods {
  padding-top: 75px;
  padding-bottom: 50px;
  background: #255378;
}
.goods .content > .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.goods .content > .item ._icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -86px;
  margin-top: -86px;
  width: 178px;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.goods .content > .item .hover_message {
  position: absolute;
  z-index: 1;
  left: -500px;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 1s;
}
.goods .content > .item .hover_message .title {
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #e62129;
  margin-bottom: 38px;
  font-size: 24px;
}
.goods .content > .item .hover_message .summary {
  padding-left: 13px;
  line-height: 2;
  font-size: 16px;
  width: 200px;
}
.goods .content > .item:hover .hover_message {
  left: 0;
}
.goods .content .rt .hover_message {
  left: inherit;
  right: -500px;
}
.goods .content .rt:hover .hover_message {
  left: inherit;
  right: 0;
}
.goods ._title .en {
  color: white;
}
.goods ._title .message .center p {
  color: white;
}

.news {
  background: #fbfbfb;
  padding: 160px 0;
}
.news .content {
  display: flex;
  align-self: center;
}
.news .content .lf {
  padding: 25px;
  border: 1px solid #dcdcdc;
  flex: 1;
}
.news .content .lf .title {
  margin-top: 20px;
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 18px;
}
.news .content .lf .summary {
  font-size: 14px;
  line-height: 2;
  color: #b2b2b2;
  margin-bottom: 14px;
}
.news .content .lf .more {
  float: right;
  color: black;
}
.news .content .rt {
  border: 1px solid #dcdcdc;
  width: 480px;
  margin-left: 24px;
}
.news .content .rt .nav-tabs {
  display: flex;
  border: 0;
}
.news .content .rt .nav-tabs > li {
  flex: 1;
  margin-bottom: 0;
}
.news .content .rt .nav-tabs > li > a {
  border: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  border-radius: 0;
  color: white;
  font-size: 18px;
  background: #0061ae;
  padding: 0;
}
.news .content .rt .nav-tabs > li.active > a, .news .content .rt .nav-tabs > li.active > a:hover, .news .content .rt .nav-tabs > li.active > a:focus {
  background: white;
  color: black;
}
.news .content .rt .tab-content {
  padding: 30px;
}
.news .content .rt .list ul li {
  border-bottom: 1px dashed black;
  padding-bottom: 21px;
  margin-bottom: 27px;
}
.news .content .rt .list ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .content .rt .list ul li .item .message {
  margin-left: 13px;
}
.news .content .rt .list ul li .item .message .title {
  color: black;
  font-size: 16px;
  margin-bottom: 10px;
}
.news .content .rt .list ul li .item .message .summary {
  font-size: 14px;
  color: #b8b8b8;
}
.news .content .rt .list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1550px) {
  .about .content > div {
    height: 345px;
  }

  .main_content {
    width: 100%;
  }

  .baojia .content .item .myscroll {
    height: 500px;
  }

  .baojia {
    margin-top: 0;
  }

  /* .about .content .rt ul li{
      margin: 0 22px;
   }*/
  .baojia .content {
    padding-bottom: 100px;
  }

  .about {
    margin-bottom: 100px;
  }

  .goods .content .item ._icon {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
  }

  .news {
    padding: 100px 0;
  }
}
@media (max-width: 1450px) {
  .main_content {
    width: 95%;
  }

  .baojia {
    margin-top: 55px;
  }

  .baojia .content .item .li {
    padding: 10px 5px;
  }

  .baojia .content .item .myscroll {
    height: 400px;
  }

  .baojia .content .item .top_title {
    height: 108px;
  }

  /*.about .content .rt ul li {
     margin: 0 15px;
  }*/
  .about .content > div {
    height: 316px;
  }

  .news .content .rt .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .news .content .rt .tab-content {
    padding: 20px;
  }

  .news .content .rt .nav-tabs > li > a {
    height: 46px;
  }
}
@media (max-width: 1366px) {
  /* .about .content .rt ul li {
      margin: 0 11px;
   }*/
  .about .content .lf .message .summary {
    margin: 14px 0;
  }

  .goods .content .item ._icon {
    width: 130px;
    height: 130px;
    margin-left: -65px;
    margin-top: -65px;
  }
}
@media (max-width: 768px) {
  .banner {
    box-shadow: none;
  }

  ._title .message img {
    max-width: 17%;
  }

  ._title .en {
    font-size: 20px;
  }

  ._title {
    margin-bottom: 40px;
  }

  ._title .message .center {
    font-size: 16px;
    margin: 0 10px;
  }

  .baojia .main_content {
    padding-top: 40px;
  }

  .main_content {
    width: 100%;
  }

  .baojia {
    margin-top: 0;
  }

  .baojia .content {
    display: block;
    padding: 0 15px;
    margin-bottom: 70px;
  }

  .baojia .content .item {
    width: 100%;
  }

  .baojia .content .item .top_title p {
    font-size: 16px;
  }

  .baojia .content .item .top_title span {
    font-size: 14px;
    margin-top: 20px;
  }

  .baojia .content .item .top_title {
    height: 70px;
  }

  .baojia .content .item .title_name {
    margin-top: 0;
  }

  .baojia .content .item .li {
    font-size: 14px;
  }

  .baojia .typelist {
    text-align: center;
    margin-bottom: 30px;
  }

  .baojia .typelist .item {
    padding: 10px 15px;
    background: #0061ae;
    color: white;
    display: inline-block;
    margin: 0 3px;
  }

  .baojia .owl-theme .owl-controls {
    bottom: -9%;
    left: 0;
  }

  .baojia .owl-theme .owl-controls .owl-page.active span, .baojia .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0061ae;
  }

  .about .content .lf {
    padding: 0 15px;
  }

  .about .content .lf .message .summary {
    padding-left: 0;
    font-size: 14px;
  }

  .about .content .lf .message .title {
    font-size: 16px;
  }

  .about .content .lf .message .more {
    float: none;
    margin: 0 auto;
  }

  /*.about .content .rt ul li {
     margin: 0 5px;
  }*/
  .about .content .rt ul li .pic {
    width: 39px;
    height: 39px;
  }

  .about .content > div {
    height: 252px;
  }

  .about .content .rt {
    height: auto;
    padding-top: 20px;
  }

  .about .content .rt ul li .name {
    font-size: 14px;
    margin: 8px 0;
  }

  .goods {
    padding-top: 38px;
    padding-bottom: 23px;
  }
  .goods ._title .message img {
    max-width: 10%;
  }

  .goods .content > .item .hover_message {
    display: none;
  }

  .about {
    margin-bottom: 44px;
  }

  .goods .content > .item {
    width: 50%;
    float: left;
  }

  .about .content .rt ul li {
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
  }
  .about .content .rt ul li:nth-child(2n) {
    float: right;
  }

  .goods .content .item ._icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
  .goods .content .item ._icon img {
    max-width: 48%;
  }

  .news .content .rt {
    display: none;
  }

  .news {
    padding: 50px 15px;
  }
  .news ._title .message img {
    max-width: 12%;
  }

  .news .content .lf .title {
    font-size: 16px;
  }

  .news .content .lf {
    padding: 10px;
  }

  .goods ._title {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=index.css.map */
