._title {
  text-align: center;
  margin-bottom: 20px;
}
._title h5 {
  font-size: 36px;
  font-weight: bold;
  color: black;
}
._title p {
  font-size: 16px;
  color: #0b2f45;
  text-transform: uppercase;
}

/*youshi*/
.youshi .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.youshi .list .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.youshi .list .item .message {
  padding-left: 30px;
}
.youshi .list .item .message .summary {
  line-height: 25px;
}

/*tedian*/
.tedian ._title h5 {
  font-size: 30px;
  color: white;
}
.tedian ._title p {
  color: white;
}
.tedian .item_box {
  height: 480px;
  display: flex;
}
.tedian .item_box:nth-child(2) {
  flex-direction: row-reverse;
}
.tedian .item_box:nth-child(2) .message_box {
  background: #67a1c0;
  padding-left: 6%;
}
.tedian .item_box:nth-child(2) .message_box .summary {
  width: 65%;
}
.tedian .item_box .message_box {
  color: white;
  padding-left: 17%;
  background: #60996f;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.tedian .item_box .message_box .top {
  width: 50%;
}
.tedian .item_box .message_box .summary {
  width: 90%;
  text-align: left;
  font-size: 16px;
  color: white;
  line-height: 25px;
}
.tedian .item_box .pic_box {
  height: 100%;
}

/*product*/
.product .typelist {
  display: flex;
  justify-content: center;
}
.product .typelist .item {
  font-size: 16px;
  color: #4685c2;
  border: 1px solid #4685c2;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 0 10px;
  display: inline-block;
}
.product .typelist .item:hover, .product .typelist .item.on {
  color: white;
  background: #416ba3;
  border: 1px solid #416ba3;
}
.product ._more {
  font-size: 16px;
  color: white;
  margin: 0 auto;
  background: #4685c2;
  border: 1px solid #4685c2;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 20px;
}
.product .list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.product .list .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.product .list .item .pic {
  background: #f6f6f6;
  width: 100%;
  height: 350px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.product .list .item .name {
  font-size: 16px;
  color: #1c1c1c;
  margin-top: 10px;
}

/*news*/
.news .content2 {
  background: #f8fcff;
  padding-bottom: 100px;
  padding-top: 40px;
}
.news .content {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.news .content .lf {
  height: 290px;
}
.news .content .rt {
  padding-left: 45px;
}
.news .content .rt .item {
  position: relative;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news .content .rt .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.news .content .rt .item:hover .title, .news .content .rt .item:hover .summary, .news .content .rt .item:hover .addtime {
  color: #0b2f45;
}
.news .content .rt .item .title {
  font-size: 18px;
  color: #2b2b2b;
  padding-left: 13px;
  border-left: 2px solid #0b2f45;
  margin-bottom: 20px;
}
.news .content .rt .item .addtime {
  font-size: 18px;
  color: #b9b9b9;
  position: absolute;
  right: 0;
  top: 0;
}
.news .content .rt .item .summary {
  font-size: 14px;
  color: #b9b9b9;
}

/*feedback_box*/
.feedback_box {
  background: url("../images/feedback_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  color: white;
}
.feedback_box .feedback_box_top_title {
  font-size: 16px;
  color: white;
  text-align: center;
}
.feedback_box .main_content .pic {
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -42px;
}
.feedback_box .feedback_content {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback_box .feedback_content .it {
  border-bottom: 1px solid white;
  font-size: 16px;
  padding: 5px;
  color: white;
}
.feedback_box .feedback_content .submit {
  font-size: 16px;
  color: white;
  background: #4685c2;
  border: 1px solid #4685c2;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 20px;
}
.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 white;
  padding: 5px;
  padding-left: 15px;
  color: white;
}
.feedback_box .feedback_content #feedbackbotton {
  background: #a98856;
  color: white;
  border: 0;
  border-radius: 20px;
  width: 80px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback_box .feedback_content input::-webkit-input-placeholder {
  color: white;
}
.feedback_box .feedback_content input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.feedback_box .feedback_content input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.feedback_box .feedback_content input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

@media (max-width: 1600px) {
  .tedian .item_box {
    height: 364px;
  }

  .tedian .item_box .message_box .summary {
    margin-top: 10px;
  }

  .tedian .item_box .message_box .summary, .tedian .item_box .message_box .top {
    width: 70%;
  }

  .product .list .item .pic {
    padding: 20px;
  }

  .tedian .item_box:nth-child(2) {
    height: 457px;
  }
}
@media (max-width: 1450px) {
  .product .list .item .pic {
    height: 340px;
    padding: 10px;
  }

  .tedian .item_box .message_box {
    padding-left: 9%;
  }

  .tedian .item_box .message_box .summary, .tedian .item_box .message_box .top {
    width: 87%;
  }

  .tedian .item_box:nth-child(2) .message_box .summary {
    width: 81%;
  }
}
@media (max-width: 1366px) {
  .product .list .item .pic {
    height: 350px;
  }
}
@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;
  }

  .youshi .list {
    flex-wrap: wrap;
    display: block;
    margin-bottom: -30px;
  }

  .youshi .list .item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }

  .youshi .list .item:last-child {
    display: none;
  }

  .tedian .item_box {
    float: none;
    width: 100%;
    display: block;
    height: auto;
  }

  .tedian .item_box .pic_box {
    height: auto;
    background: none !important;
  }

  .tedian .item_box .message_box {
    padding: 50px 15px;
  }

  .tedian .item_box .message_box .summary, .tedian .item_box .message_box .top {
    width: 100% !important;
  }

  ._title h5 {
    font-size: 22px;
  }

  ._title p {
    font-size: 14px;
  }

  .tedian .item_box .message_box .summary {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }

  .product .typelist {
    display: block;
  }

  .product .typelist .item {
    display: block;
    width: 48%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
    padding: 7px 5px;
    font-size: 15px;
    text-align: center;
  }
  .product .typelist .item:nth-child(2n) {
    float: right;
  }

  .product .list .item .pic {
    padding: 10px;
    height: 160px;
  }

  .product .list .item {
    width: 95%;
  }

  .news .content .rt {
    padding-left: 0;
  }

  .news .content {
    display: block;
  }

  .news .content .lf {
    width: 100%;
    float: none;
    height: 150px;
    margin-bottom: 50px;
  }

  .news .content .rt .item .addtime {
    font-size: 14px;
    position: static;
  }

  .news .content .rt .item .title {
    font-size: 16px;
  }

  .youshi .list .item {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
  }
  .youshi .list .item img {
    width: 50px;
    margin-bottom: 20px;
  }

  .feedback_box .feedback_content {
    display: block;
  }

  .feedback_box .feedback_content .it {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .feedback_box .feedback_content .submit {
    width: 100%;
    text-align: center;
  }

  .news .content2 {
    padding-bottom: 45px;
  }

  .youshi .list .item .message {
    padding-left: 0px;
    text-align: center !important;
  }
  .youshi .list .item .message .title {
    font-size: 16px;
  }

  .tedian .item_box:nth-child(2) {
    height: auto;
  }

  .youshi .list .item {
    width: 100%;
  }

  .product .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product ._more {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .news .content {
    margin-top: 0;
  }
}

/*# sourceMappingURL=mystyle.css.map */
