._more {
  font-size: 16px;
  color: black;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 189px;
  height: 52px;
}
._more:hover {
  background: #a9916c;
  border: 1px solid #a9916c;
  color: white;
}

._title {
  color: black;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/*youshi*/
.youshi {
  padding: 90px 0;
}
.youshi ul {
  display: flex;
  justify-content: center;
}
.youshi ul li {
  width: 20%;
  margin-right: 85px;
  border-right: 1px dashed #c1c1c1;
  display: flex;
  align-items: center;
}
.youshi ul li .pic {
  margin-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.youshi ul li .name {
  font-size: 18px;
  color: black;
  width: 130px;
}
.youshi ul li:first-child {
  margin-left: 0;
}
.youshi ul li:last-child {
  margin-right: 0;
  border-right: 0;
}

/*about*/
.about {
  margin-bottom: 70px;
}
.about .content {
  position: relative;
  display: flex;
  align-content: center;
}
.about .content .lf {
  float: none;
  margin-top: 93px;
  padding-left: 40px;
  padding-right: 150px;
}
.about .content .lf .title {
  font-size: 45px;
  color: black;
  font-weight: bold;
}
.about .content .lf .summary {
  font-size: 16px;
  color: #9e9e9e;
  margin-bottom: 50px;
  margin-top: 50px;
}
.about .content .rt {
  float: none;
  display: flex;
  align-items: center;
  position: relative;
}
.about .content .rt img {
  margin: 5px;
}
.about .content .rt .message {
  position: absolute;
  bottom: 87px;
  left: -115px;
  text-align: center;
  font-size: 24px;
  background: black;
  color: white;
  text-transform: uppercase;
  width: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 166px;
}

/*product*/
.product .list .item .pic {
  overflow: hidden;
}
.product .list .item .pic img {
  transition: .5s;
}
.product .list .item:hover .pic img {
  transform: scale(1.05);
}
.product .list .item .name {
  margin-top: 15px;
  font-size: 24px;
  color: black;
}

/*fuwu*/
.fuwu {
  margin-top: 100px;
  background: url("../images/yousgu_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 130px 0;
}
.fuwu ._title {
  color: white;
}
.fuwu .list ul {
  display: flex;
  justify-content: center;
}
.fuwu .list ul li {
  position: relative;
  flex: 1;
}
.fuwu .list ul li .pic {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}
.fuwu .list ul li .pic .pic1 {
  display: block;
}
.fuwu .list ul li .pic .pic2 {
  display: none;
}
.fuwu .list ul li .name {
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  text-align: center;
}
.fuwu .list ul li:after {
  width: 65px;
  height: 8px;
  background: url("../images/yuan.png") no-repeat center;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: -32px;
  top: 57px;
}
.fuwu .list ul li:first-child:after {
  display: none;
}
.fuwu .list ul li:hover .pic {
  background: #a9916c;
}
.fuwu .list ul li:hover .pic .pic1 {
  display: none;
}
.fuwu .list ul li:hover .pic .pic2 {
  display: block;
}

/*case*/
.case {
  padding: 100px 0;
}
.case ._more {
  margin: 0 auto;
}
.case .owl_case {
  padding: 0 50px;
  margin-bottom: 50px;
}
.case .item {
  padding: 10px;
}
.case .item .pic {
  overflow: hidden;
}
.case .item .pic img {
  transition: .5s;
}
.case .item:hover .pic img {
  transform: scale(1.05);
}
.case .item .name {
  font-size: 24px;
  text-align: center;
  color: black;
  margin-top: 20px;
}
.case .owl-theme .owl-controls {
  bottom: 62%;
}
.case .owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
}
.case .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
  background: url("../images/owl_lf.png");
}
.case .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 50px;
  background: url("../images/owl_rt.png");
}

/*liuyan_box*/
.liuyan_box {
  background: url("../images/liuyan_bg.jpg") no-repeat center;
  background-size: cover;
  height: 613px;
}
.liuyan_box .rt {
  margin-top: 100px;
}
.liuyan_box .rt .content form .formlist .input_box {
  margin-bottom: 10px;
  width: 50%;
  float: left;
}
.liuyan_box .rt .content form .formlist .input_box_3 {
  width: 100%;
}
.liuyan_box .rt .content form .formlist .input_box_3 .infoInput {
  width: 668px;
}
.liuyan_box .rt .content form .formlist .input_box_5 {
  width: 100%;
}
.liuyan_box .rt .content form .formlist .input_box_4 {
  width: 100%;
}
.liuyan_box .rt .content form .formlist .input_box_4 .infoInput {
  width: 668px;
  height: 100px;
}
.liuyan_box .rt .content form .infoInput {
  border: 0;
  background: white;
  padding: 10px;
  width: 318px;
  height: 40px;
}
.liuyan_box .rt .content form .code_box {
  display: flex;
  align-items: center;
}
.liuyan_box .rt .content form .code_box #code {
  width: 100px;
  margin-right: 5px;
}
.liuyan_box .rt .content form #feedbackbotton {
  background: black;
  color: white;
  padding: 10px 50px;
  text-align: center;
  border: 0px;
}

/*news*/
.news {
  padding: 100px 0;
}
.news .list {
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  width: 30%;
  position: relative;
}
.news .list .item .pic img {
  transition: .5s;
}
.news .list .item:hover .pic img {
  transform: scale(1.05);
}
.news .list .item .addtime {
  background: black;
  position: absolute;
  top: 80px;
  left: 0;
  font-size: 16px;
  color: white;
  padding: 5px 15px;
}
.news .list .item .title {
  font-size: 18px;
  color: black;
  margin-top: 20px;
}
.news .list .item .summary {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 2;
}
.news .list .item .line {
  background: #a9916c;
  height: 2px;
  width: 48px;
  margin: 10px 0;
}

/*huoban*/
.huoban {
  margin-top: 50px;
  margin-bottom: 50px;
}
.huoban .owl_huoban .item {
  padding: 10px;
  background: white;
}

@media (max-width: 1450px) {
  .product .list .item {
    padding: 10px;
  }

  .fuwu {
    padding: 87px 0;
  }

  .case .owl_case .item {
    padding: 10px;
  }

  .news .list .item .title {
    font-size: 14px;
  }

  .news .list .item .summary {
    font-size: 12px;
  }

  .liuyan_box .rt .content form .infoInput {
    width: 280px;
  }

  .liuyan_box {
    height: 438px;
  }
  .liuyan_box ._title {
    margin-bottom: 22px;
    font-size: 40px;
  }

  .about .content .rt img.a1 {
    width: 335px;
  }

  .about .content .rt img.a2 {
    width: 189px;
  }

  .about .content .rt .message {
    width: 210px;
    height: 130px;
    bottom: 65px;
    left: -105px;
  }

  .liuyan_box .rt {
    margin-top: 27px;
  }

  .liuyan_box .rt .content form .formlist .input_box_3 .infoInput {
    width: 572px;
  }

  .liuyan_box .rt .content form .formlist .input_box_4 .infoInput {
    width: 572px;
  }
}
@media (max-width: 1366px) {
  .liuyan_box {
    height: 418px;
  }
}
@media (max-width: 768px) {
  .product .list .item {
    padding: 0;
    width: 48%;
    float: left;
    margin-bottom: 20px;
  }
  .product .list .item:nth-child(2n) {
    float: right;
  }

  .liuyan_box ._title {
    font-size: 25px;
  }

  .liuyan_box .rt .content form .formlist .input_box {
    width: 100%;
  }

  .liuyan_box .rt .content form .input_content {
    display: flex;
    justify-content: center;
  }

  .liuyan_box .rt .content form .code_box {
    justify-content: center;
  }

  .liuyan_box .rt .content form .infoInput {
    width: 70% !important;
    margin: 0 auto !important;
  }

  .liuyan_box .rt .content form {
    text-align: center;
  }

  .liuyan_box .rt .content form .code_box #code {
    width: 160px !important;
    margin: 0 !important;
    margin-right: 10px !important;
  }

  .youshi ul {
    display: block;
  }

  .youshi ul li .pic {
    margin-right: 0;
    width: 50px;
    height: 50px;
  }

  .youshi ul li .name {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }

  .youshi ul li {
    margin-bottom: 15px;
    border: 0;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    float: left;
    margin-right: 0;
    padding: 0 10px;
  }

  .about .content {
    display: block;
  }

  .about .content .lf {
    padding: 0;
    margin-top: 0;
  }

  .about .content .lf .summary {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .about .content .lf .title {
    text-align: center;
    font-size: 25px;
  }

  ._more {
    margin: 0 auto;
    width: 158px;
    height: 38px;
    font-size: 14px;
  }

  .about .content .rt {
    display: none;
  }

  .product .list .item .name {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  ._title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .fuwu .list ul li:after {
    display: none;
  }

  .fuwu {
    padding: 40px 0;
    margin-top: 30px;
  }

  .fuwu .list ul li {
    width: 30%;
    margin-bottom: 15px;
  }

  .fuwu .list ul {
    flex-wrap: wrap;
  }

  .fuwu .list ul li .pic {
    width: 90px;
    height: 90px;
  }

  .fuwu .list ul li .name {
    font-size: 12px;
    margin-top: 15px;
    height: 34px;
  }

  .case .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }

  .case .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }

  .case .owl_case {
    padding: 0;
    margin-bottom: 28px;
  }

  .news .list .item {
    display: none;
    width: 100%;
  }
  .news .list .item:first-child {
    display: block;
  }

  .liuyan_box .rt {
    float: none;
    width: 100%;
  }

  .liuyan_box {
    background: url(../images/liuyan_bg.jpg) no-repeat right;
    background-size: cover;
    background-position-x: -614px;
    height: 465px;
  }

  .case {
    padding: 70px 0;
  }

  .news {
    padding: 40px 0;
  }

  .youshi {
    padding: 30px 0;
  }

  .huoban .owl_huoban .item {
    padding: 30px;
  }
}

/*# sourceMappingURL=index.css.map */
