@charset "UTF-8";
.more {
  display: flex;
  align-items: center;
}
.more p {
  margin: 0 5px;
}

._title {
  margin-bottom: 35px;
  text-transform: uppercase;
}
._title h6 {
  font-weight: bold;
  color: black;
  font-size: 36px;
}
._title p {
  font-size: 36px;
  color: #a1a1a1;
  margin-top: 10px;
  margin-bottom: 10px;
}
._title .line {
  background: #fdd000;
  width: 50px;
  height: 2px;
}

._goods_top_content {
  padding-bottom: 30px;
  position: relative;
  padding-right: 14px;
}
._goods_top_content .goodsline {
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 1;
}
._goods_top_content .typelist {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
._goods_top_content .typelist ul {
  float: right;
}
._goods_top_content .typelist ul li {
  margin-right: 15px;
}
._goods_top_content .typelist ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
._goods_top_content .typelist ul li a p {
  padding: 0 15px;
}
._goods_top_content .typelist ul li a:after {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #fdd000;
  border-radius: 100%;
  content: '';
}
._goods_top_content .typelist ul li a .pic1 {
  display: block;
}
._goods_top_content .typelist ul li a .pic2 {
  display: none;
}
._goods_top_content .typelist ul li:last-child {
  margin-right: 0;
}
._goods_top_content .typelist ul li:last-child a p {
  padding-right: 0;
}
._goods_top_content .typelist ul li:last-child a:after {
  display: none;
}
._goods_top_content .typelist ul li:hover a, ._goods_top_content .typelist ul li.on a {
  color: #ffcc00;
}
._goods_top_content .typelist ul li:hover .pic2, ._goods_top_content .typelist ul li.on .pic2 {
  display: block;
}
._goods_top_content .typelist ul li:hover .pic1, ._goods_top_content .typelist ul li.on .pic1 {
  display: none;
}

@media (max-width: 768px) {
  ._goods_top_content {
    padding-right: 0;
    padding-bottom: 20px;
  }

  ._goods_top_content .goodsline {
    display: none;
  }

  ._goods_top_content .typelist ul {
    float: none;
    display: inline-block;
  }

  ._goods_top_content .typelist ul li a p {
    padding: 0 10px;
  }

  ._goods_top_content .typelist {
    margin-top: 25px;
    text-align: center;
    padding: 0 15px;
  }

  ._goods_top_content .typelist ul li a .pic1,
  ._goods_top_content .typelist ul li a .pic1 {
    width: 20px;
  }

  ._goods_top_content .typelist ul li a p {
    padding: 0 5px;
  }
}
/*goods*/
.goods {
  padding-top: 70px;
  padding-bottom: 135px;
  position: relative;
}
.goods ._title {
  justify-content: center;
  text-align: center;
}
.goods ._title .line {
  margin-left: auto;
  margin-right: auto;
}
.goods .content .itemlist {
  display: flex;
}
.goods .content .itemlist .rt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.goods .content .itemlist .item {
  border: 1px solid #c0c0c0;
  margin: 5px;
}

/*about*/
.about {
  padding-top: 150px;
  padding-bottom: 100px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .cpn {
  font-size: 24px;
  margin-top: 80px;
}
.about .summary {
  margin-bottom: 38px;
  line-height: 2;
  font-size: 15px;
  margin-top: 25px;
}
.about .more {
  margin-left: 0;
  margin-right: auto;
}

/*优势*/
.youshi .list {
  border-bottom: 2px solid #fdd000;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
}
.youshi .list .item {
  text-align: center;
}
.youshi .list .item .name {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.youshi .list .item .name2 {
  font-size: 16px;
  text-transform: uppercase;
}
.youshi .list .item .summary {
  font-size: 16px;
  margin-top: 10px;
}

/*证书*/
.honer {
  margin-bottom: 160px;
}
.honer ._title {
  justify-content: center;
  text-align: center;
}
.honer ._title .line {
  margin-left: auto;
  margin-right: auto;
}
.honer #owl_zhengshu {
  margin-top: 80px;
  padding: 0 30px;
}
.honer #owl_zhengshu .item {
  text-align: center;
  background: url("../images/kuang.png") no-repeat center;
  width: 282px;
  margin: 0 auto;
  height: 374px;
  padding: 22px;
}
.honer .owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  opacity: 1;
  border-radius: 0;
  width: 14px;
  height: 39px;
  position: absolute;
}
.honer .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
  left: 0;
  filter: brightness(0) invert(0);
}
.honer .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
  right: 37px;
  filter: brightness(0) invert(0);
}
.honer .owl-theme .owl-controls {
  bottom: 55%;
}

/*业务*/
.yewu > div {
  height: 510px;
}
.yewu .rt {
  display: flex;
  align-items: center;
}
.yewu .msg {
  margin-left: 100px;
  width: 500px;
}
.yewu .msg .line {
  background: #fdd000;
  width: 64px;
  height: 4px;
  margin: 30px 0;
}
.yewu .msg h5 {
  font-size: 48px;
  font-weight: bold;
}
.yewu .msg .summary {
  font-size: 15px;
  line-height: 2;
}

/*news*/
.news .content {
  padding-right: 100px;
}
.news .lf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news .msg {
  margin-left: 0;
  width: auto;
  text-align: right;
}
.news .msg .line {
  float: right;
}
.news .list ul li {
  width: 100%;
  float: none;
  margin-bottom: 25px;
}
.news .list ul li .item {
  display: block;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .list ul li .item .dian {
  margin: 0 10px;
  border: 1px dashed;
  width: 150px;
  flex: 1;
}
.news .list ul li:hover .item {
  color: #fdd000;
}
.news .list ul li:hover .item .dian {
  border: 1px dashed #fdd000;
}

@media (max-width: 1600px) {
  .goods .main {
    width: 1360px;
  }

  .goods .content .item1 {
    width: 640px;
  }

  .goods .typelist {
    margin-top: 34px;
  }

  .goods .main .top_content .goodsline {
    max-width: 40%;
    right: 2px;
  }
}
@media (max-width: 1450px) {
  .goods .main {
    width: 1170px;
  }

  .goods .content .item4 {
    width: 332px;
  }

  .goods .content .item3, .goods .content .item2 {
    width: 330px;
  }

  .goods .content .item1 {
    width: 640px;
  }

  .youshi_bg {
    background-size: inherit;
    padding-bottom: 100px;
  }

  .honer {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .goods .main {
    width: 100%;
  }

  .goods .content .itemlist {
    display: block;
  }

  .goods .content .center {
    margin: 0;
  }

  .goods .wap_list {
    padding: 0 15px;
  }

  .goods .wap_list .item {
    width: 46%;
    float: left;
    margin: 2%;
  }
  .goods .wap_list .item .name {
    color: white;
    margin-top: 10px;
    text-align: center;
  }

  .goods {
    padding-top: 50px;
    padding-bottom: 40px;
    background: url("../images/goods_bg.jpg") no-repeat right;
    background-size: cover;
  }

  .about {
    background: url("../images/wap_about.jpg") no-repeat center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 415px;
    padding-left: 50px;
    padding-right: 15px;
    position: relative;
  }
  .about:after {
    background: #e2b605;
    width: 1px;
    height: 314px;
    position: absolute;
    left: 28px;
    top: 0;
    content: '';
    display: block;
  }

  .about .cpn {
    font-size: 16px;
    margin-top: 40px;
    text-align: left;
    font-weight: bold;
  }

  .about .summary {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .about .morelist {
    justify-content: flex-start;
  }

  .bg1 {
    background: none;
  }

  .about .summary {
    margin: 15px auto;
  }

  .youshi .content .item .msg .title,
  .youshi .content .item .msg .name {
    font-size: 12px;
    text-align: center;
  }

  .youshi .content .item {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .youshi .content .item .msg {
    margin-left: 0;
  }

  .youshi .content .item .pic {
    width: 60px;
    height: 60px;
  }

  .youshi .content .item .pic .pic1 {
    width: 29px;
  }

  .youshi .content {
    border-bottom: 0;
  }

  .honer #owl_zhengshu .item img {
    max-width: 60%;
  }

  .honer .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 4px;
  }

  .honer .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 67px;
  }

  .honer #owl_zhengshu {
    margin-top: 50px;
  }

  .honer {
    padding-top: 80px;
    background: url("../images/zhengshu_bg.png") no-repeat center;
    background-size: contain;
    padding-bottom: 80px;
  }

  .youshi_bg {
    padding-bottom: 0px;
    background: url("../images/hongse.jpg") no-repeat center;
    background-size: cover;
  }
  .youshi_bg .youshi {
    border-bottom: 1px solid #ffcc00;
  }

  .yewu > div.lf {
    display: none;
  }

  .yewu > div {
    height: auto;
  }

  .yewu .msg h5 {
    font-size: 20px;
  }

  .yewu .msg .line {
    margin: 13px auto;
    float: none;
  }

  .yewu .msg {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 0 15px;
  }

  .yewu .msg .summary {
    font-size: 14px;
  }

  .yewu .rt {
    background: url(../images/rt_pic.jpg) no-repeat left !important;
    background-size: cover;
  }

  .yewu {
    display: none;
  }

  .news {
    display: block;
  }
  .news .more {
    float: none;
  }

  .news .rt {
    display: none;
  }

  .news .lf {
    display: block !important;
    background: url(../images/lf_pic2.jpg) no-repeat right !important;
    background-size: cover !important;
    padding: 80px 0;
    overflow: hidden;
    clear: both;
    content: '';
  }

  .news .content {
    width: 100%;
    padding: 0 15px;
  }

  .news .list ul li .item .dian {
    width: 50px;
  }

  .news .list ul li {
    margin-bottom: 10px;
  }

  .news .list {
    margin: 40px 0;
  }

  .about:after {
    display: none;
  }

  .about {
    padding-left: 15px;
  }

  ._title h6 {
    font-size: 24px;
  }

  ._title p {
    font-size: 26px;
    color: #a1a1a1;
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .about .cpn {
    margin-top: 0;
  }

  .about {
    padding-bottom: 0;
  }

  ._title .line {
    margin-left: auto;
    margin-right: auto;
  }

  ._title {
    text-align: center;
  }

  ._goods_top_content .typelist ul li a:after {
    display: none;
  }

  ._goods_top_content .typelist ul li a .pic1, ._goods_top_content .typelist ul li a .pic1 {
    display: none;
  }

  ._goods_top_content .typelist ul li a {
    border: 1px solid #b9b9b9;
    padding: 5px;
    padding: 10px 5px;
  }

  ._goods_top_content .typelist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  ._goods_top_content .typelist ul li {
    margin-right: 0px;
    width: 95%;
    margin-bottom: 5%;
  }

  ._goods_top_content .typelist ul li a p {
    padding: 0;
  }

  .goods .content .itemlist .rt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .goods .typelist {
    padding-left: 0;
    padding-right: 0;
  }

  .youshi .content .item .pic {
    margin: 0 auto;
  }

  .youshi .list {
    padding-bottom: 25px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .youshi .content .item {
    width: 50%;
  }

  .youshi .list .item .name {
    font-size: 16px;
  }

  .youshi .list .item .summary {
    font-size: 12px;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  .honer #owl_zhengshu {
    padding-left: 0;
    padding-right: 0;
  }

  .honer #owl_zhengshu .item {
    width: 127px;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    height: 167px;
    padding: 15px;
    background-size: 100%;
  }

  .news .list ul li .item .time {
    font-size: 12px;
  }

  .honer #owl_zhengshu .item img {
    max-width: 100%;
  }

  .honer {
    padding-bottom: 0;
    padding-top: 52px;
    margin-bottom: 0;
  }

  .honer .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }

  .about .cpn {
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
