@charset "UTF-8";
.ttt1 {
  text-align: center;
}

.ttt1 h3 {
  background: url(../images/k1_ttt_bg.png) no-repeat top center;
  font-size: 46px;
  color: #4f4f4f;
  min-height: 81px;
  line-height: 81px;
  letter-spacing: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttt1 h3 span {
  margin: 0 40px;
  display: block;
}
.ttt1 h3:after, .ttt1 h3:before {
  display: block;
  width: 150px;
  height: 1px;
  background: #4f4f4f;
  content: '';
}

.ttt1 h4 {
  margin: 20px 0 10px;
  font-weight: 400;
  background: url(../images/ttt1_h2_bg.png) no-repeat top center;
  font-size: 20px;
  color: #4f4f4f;
}

.ttt1 .message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.ttt1 .message p {
  color: #4f4f4f;
  font-size: 20px;
}
.ttt1 .message img {
  margin: 0 10px;
}

.ttt1 > p {
  text-transform: uppercase;
  font-size: 12px;
  color: #c0bfbf;
}

/*特性*/
.texing .typelist {
  margin-top: 80px;
}
.texing .typelist ul {
  display: flex;
  justify-content: space-between;
}
.texing .typelist ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  color: white;
  background: #000000;
  font-size: 18px;
}
.texing .typelist ul li:hover a {
  background: #e6222b;
}
.texing .typelist ul li.more a {
  background: #e6222b;
  padding: 5px 35px;
  /*width: 356px;
  height: 37px;*/
}
.texing .advtange-index {
  margin-bottom: 50px;
  margin-top: 90px;
}
.texing .advtange-title {
  text-align: center;
}
.texing .advtange-index .content {
  background: url(../images/ad.png) no-repeat center;
  background-size: contain;
  height: 468px;
  overflow: hidden;
  margin-top: 30px;
}
.texing .ad-left {
  width: 360px;
  margin-left: 40px;
}
.texing .ad1 {
  padding-top: 15px;
  height: 75px;
}
.texing .ad0 {
  transition: all .8s ease;
}
.texing .ad0:hover {
  cursor: pointer;
  transform: translateY(-22px);
}
.texing .ad0 p:nth-child(1) {
  font-size: 22px;
  color: #333333;
}
.texing .ad0 p {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}
.texing .ad2 {
  margin-top: 90px;
}
.texing .ad3 {
  margin-top: 125px;
}
.texing .ad-right {
  width: 328px;
  margin-right: 32px;
}
.texing .ad01 {
  text-align: right;
}
.texing .ad4 {
  padding-top: 15px;
}
.texing .ad5 {
  margin-top: 96px;
}
.texing .ad6 {
  margin-top: 116px;
}

/*about*/
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 0px;
  padding-top: 80px;
}
.about .content {
  margin-top: 50px;
  margin-bottom: 105px;
}
.about .lf {
  padding-right: 30px;
}
.about .lf .summary {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 2;
  text-indent: 2em;
}
.about .lf .more {
  width: 107px;
  height: 34px;
  float: right;
  margin-top: 25px;
  border: 1px solid #eb3e00;
}
.about .rt {
  padding-left: 40px;
}

/*case*/
.case {
  margin-top: 60px;
  margin-bottom: 50px;
}
.case .top_title {
  margin-bottom: 50px;
  background: #e6222b;
  border-radius: 5px;
  padding: 15px 0;
}
.case .top_title p {
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin: 0 40px;
}
.case .top_title .line {
  width: 150px;
  height: 1px;
  background: white;
}
.case .list .item {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 27px;
}
.case .list .item .pic {
  border: 1px solid #bfbfbf;
}
.case .list .item .name {
  font-size: 14px;
  color: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5px;
  border: 1px solid #bfbfbf;
  transition: .5s;
}
.case .list .item:hover .name {
  background: #e6222b;
  color: white;
}
.case .owl_case {
  position: relative;
}
.case .swiper-button-next:after, .case .swiper-button-prev:after {
  display: none;
}
.case .owl-buttons {
  width: 39px;
  height: 61px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  top: 196px;
}
.case .owl-buttons.swiper-button-prev {
  position: absolute;
  left: -50px;
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
}
.case .owl-buttons.swiper-button-prev:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}
.case .owl-buttons.swiper-button-next {
  position: absolute;
  right: -46px;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}
.case .owl-buttons.swiper-button-next:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}
.case .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.case .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* 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;
}
.case .swiper-grid-column > .swiper-wrapper {
  flex-direction: initial;
}

/*news*/
.news {
  background: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 90px;
}
.news ._title p {
  font-size: 30px;
  color: #333333;
}
.news ._title span {
  font-size: 18px;
  color: #707070;
}
.news .content .lf {
  padding-right: 50px;
}
.news .content .lf .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
}
.news .content .lf .typelist {
  margin-left: 45px;
}
.news .content .lf .typelist ul li {
  margin-right: 30px;
}
.news .content .lf .typelist ul li a {
  display: block;
  font-size: 14px;
  color: #636363;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.news .content .lf .typelist ul li:hover a {
  border-bottom: 2px solid #e6222b;
  color: #e6222b;
}
.news .content .lf .list .item {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.news .content .lf .list .item .message {
  flex: 1;
  margin-left: 18px;
}
.news .content .lf .list .item .message .title {
  font-size: 18px;
}
.news .content .lf .list .item .message .summary {
  font-size: 14px;
  color: #636363;
  line-height: 2;
  margin-top: 15px;
}
.news .content .lf .list .item .message .addtile {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #e6222b;
  margin-bottom: 20px;
}
.news .content .lf .list .item .message .addtile:before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 2px;
  background: #e6222b;
  margin-right: 10px;
}
.news .content .lf .list .item:hover .message .title, .news .content .lf .list .item:hover .message .summary {
  color: #e6222b;
}
.news .content .rt {
  padding-left: 50px;
}
.news .content .rt ._icon {
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.news .content .rt .list {
  margin-top: 30px;
}
.news .content .rt .list ul li {
  margin-bottom: 45px;
}
.news .content .rt .list ul li .item {
  border-bottom: 1px dashed #636363;
  padding-bottom: 10px;
}
.news .content .rt .list ul li .item .title {
  display: flex;
}
.news .content .rt .list ul li .item .title ._icon {
  background: #e6222b;
}
.news .content .rt .list ul li .item .title p {
  flex: 1;
  font-size: 18px;
}
.news .content .rt .list ul li .item .summary {
  margin-top: 10px;
  display: flex;
}
.news .content .rt .list ul li .item .summary p {
  flex: 1;
  font-size: 14px;
  color: #636363;
  display: block;
  line-height: 2;
}
.news .content .rt .list ul li:last-child {
  margin-bottom: 0;
}

/*feedback_box*/
.feedback_box {
  background: url("../images/feedback_bg.png") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.feedback_box .feedback_box_top_title {
  font-size: 16px;
  color: #a5a5a5;
  text-align: center;
}
.feedback_box .main_content .pic {
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -42px;
}
.feedback_box .feedback_content {
  margin-top: 30px;
}
.feedback_box .feedback_content .formlist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback_box .feedback_content .input_box {
  width: 30%;
  margin: 0 30px;
}
.feedback_box .feedback_content .code_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback_box .feedback_content .code_box img {
  margin-left: 15px;
}
.feedback_box .feedback_content .infoInput {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  padding: 5px;
  padding-left: 15px;
  color: white;
}
.feedback_box .feedback_content #feedbackbotton {
  background: #e6222b;
  color: white;
  border: 0;
  border-radius: 20px;
  width: 80px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .feedback_box .main_content .pic {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: -24px;
  }

  .feedback_box .feedback_content .formlist {
    flex-direction: column;
  }

  .feedback_box .feedback_content #feedbackbotton {
    width: 109px;
    height: 29px;
  }

  .feedback_box .feedback_content .input_box {
    width: 82%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .ttt1 h3 span {
    font-size: 14px;
    margin: 0 10px;
  }

  .ttt1 h3 {
    min-height: auto;
    line-height: inherit;
    letter-spacing: 0;
  }

  .ttt1 h3:after, .ttt1 h3:before {
    width: 50px;
  }

  .ttt1 .message p {
    font-size: 14px;
  }

  .ttt1 .message img {
    max-width: 9%;
  }

  .texing {
    display: none;
  }

  .about .lf {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .about {
    padding-top: 37px;
    margin-bottom: 0;
  }

  .about .lf .more {
    display: none;
  }

  .about .content {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .about .rt {
    padding-left: 0;
  }

  .news ._title p {
    font-size: 14px;
  }

  .news ._title span {
    font-size: 12px;
  }

  .news .content > div {
    float: none !important;
  }

  .news .content .lf {
    padding-right: 0;
  }

  .news .content .lf .top {
    display: block;
  }

  .news ._title {
    text-align: center;
  }

  .news .content .lf .typelist {
    margin-left: 0;
  }

  .news {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .news .content .lf .typelist ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .news .content .lf .typelist ul li:last-child {
    margin-right: 0;
  }

  .news .content .lf .list .item {
    display: block;
  }
  .news .content .lf .list .item:last-child {
    display: none;
  }
  .news .content .lf .list .item .pic {
    margin-bottom: 15px;
    text-align: center;
  }
  .news .content .lf .list .item .pic img {
    width: 100%;
  }

  .news .content .lf .list .item .message .title {
    font-size: 14px;
  }

  .news .content .rt {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }

  .news .content .rt .list ul li {
    display: none;
  }
  .news .content .rt .list ul li:first-child {
    display: block;
  }

  .case {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .case .top_title p {
    font-size: 14px;
    margin: 0 18px;
    color: #333333;
  }

  .case .owl_case {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case .top_title .line {
    width: 59px;
    background: black;
  }

  .case .owl-theme .owl-controls {
    display: none !important;
  }

  .case .list .item .name {
    width: 100%;
    font-size: 14px;
    padding: 10px 5px;
  }

  .case .top_title {
    margin-bottom: 0;
    background: white;
  }

  .news .content .rt .list ul li .item .title p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=index.css.map */
