@charset "UTF-8";
/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._pt {
  padding-top: 110px;
}

._pb {
  padding-bottom: 110px;
}

._mt {
  margin-top: 140px;
}

._mt2 {
  margin-top: 100px;
}

._more {
  border-radius: 20px;
  color: black;
  background: transparent;
  border: 1px solid black;
  padding: 5px 45px;
  display: inline-block;
}
._more:hover {
  background: #ee1c25;
  border: 1px solid #ee1c25;
  color: white;
}

._more._more2:hover,
._more2 {
  background: url(pbutton.png) no-repeat center / auto 100%;
  color: white;
  border: none;
  line-height: 3.5rem;
  width: 7rem;
  padding: 0;
  text-align: center;
  font-size: 1rem;
}

._title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
._title .p2 {
  font-size: 22px;
  font-weight: 100;
}
._title .line {
  width: 100px;
  height: 3px;
  margin: 0 auto;
  background: #ee1c25;
  margin-top: 10px;
}

.faq-section .faq-left-box h2 {
  font-size: 50px;
  font-weight: bold;
}

.fenlei .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fenlei .list .item {
  text-align: center;
  width: 24%;
  overflow: hidden;
  position: relative;
  transition: .5s;
  top: 0;
}
.fenlei .list .item:hover {
  top: -10px;
}
.fenlei .list .item:hover ._more {
  background: #ee1c25;
  color: white;
  border: 1px solid #ee1c25;
}
.fenlei .list .item .pic {
  margin: 10px;
  box-shadow: 1.545px 4.755px 8px 0px rgba(157, 157, 157, 0.8) !important;
}
.fenlei .list .item .name {
  padding: 25px 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  ._pt {
    padding-top: 80px;
  }

  ._pb {
    padding-bottom: 80px;
  }
}
@media (max-width: 1450px) {
  ._mt {
    margin-top: 100px;
  }

  ._mt2 {
    margin-top: 85px;
  }

  .fenlei .list .item .name {
    height: 82px;
  }
}
@media (max-width: 1366px) {
  ._mt {
    margin-top: 75px;
  }

  ._mt2 {
    margin-top: 67px;
  }

  ._pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .fenlei .list .item {
    width: 50%;
    margin-bottom: 30px;
  }

  .fenlei .list .item .name {
    font-size: 15px;
    height: 70px;
  }
}
.goods {
  padding-bottom: 70px;
  background: #ededed;
}
.goods .list {
  display: flex;
  justify-content: space-between;
  padding-left: 3%;
  padding-right: 3%;
  flex-wrap: wrap;
}
.goods .list .item {
  width: 24.5%;
  text-align: center;
  top: 0;
  margin-bottom: 45px;
  position: relative;
  transition: .5s;
}
.goods .list .item:hover {
  top: -10px;
}
.goods .list .item:hover ._more {
  background: #ee1c25;
  color: white;
  border: 1px solid #ee1c25;
}
.goods .list .item .pic {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 1.545px 4.755px 8px 0px rgba(157, 157, 157, 0.8) !important;
  padding: 15px;
  margin: 10px;
}
.goods .list .item .name {
  padding: 25px 0px;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .goods .list .item {
    width: 50%;
    margin-bottom: 30px;
  }

  .goods .list {
    margin-left: 0;
    margin-right: 0;
  }
}
.fw0 {
  font-weight: unset;
}

.about {
  background: url("../images/about.jpg") no-repeat center;
  background-size: cover;
}
.about .container2 {
  width: 1400px;
}
.about .summary p {
  margin-bottom: 0;
  font-size: 22px;
}
.about ._title {
  color: white;
  text-align: left;
}
.about ._title .line {
  margin-left: 0px;
  background: white;
}

@media (max-width: 1500px) {
  .about .container2 {
    width: 1290px;
  }
}
@media (max-width: 1450px) {
  .about .summary p {
    font-size: 18px;
  }

  .about .container2 {
    width: 1170px;
  }
}
@media (max-width: 1366px) {
  .about .container2 {
    width: 1075px;
  }
}
@media (max-width: 768px) {
  .about .container2 {
    width: 100%;
  }

  .about {
    text-align: center;
  }

  .about .summary {
    margin-top: 30px;
    text-align: left;
  }

  .about ._title {
    text-align: center;
    margin-bottom: 40px;
  }

  .about ._title .line {
    margin-left: auto;
  }

  .about .summary p {
    font-size: 16px;
  }
}
.huoban .container2 {
  border-bottom: 1px solid gainsboro;
  padding-top: 100px;
  padding-bottom: 100px;
}
.huoban .owl_list .item {
  box-shadow: 0.545px 1.755px 5px 0px rgba(157, 157, 157, 0.5) !important;
  margin: 10px;
}

.zhengshu ._title {
  color: black;
}
.zhengshu ._title .line {
 margin:1.5rem auto 3rem;
}
.zhengshu .content {

  overflow: hidden;
}
.zhengshu .content .fl {
  padding-right: 150px;
  line-height: 1.75;
}
.index-video .content .summary{
  line-height: 1.75;
}
.zhengshu .content .rt {
  height: auto;
  object-position: center;
  object-fit: cover;
}
.zhengshu iframe{
  border-radius:.5rem;
  height: calc(48vw * 9 / 16);
}

@media (max-width: 768px) {
  .zhengshu {
    text-align: center;
  }

  .zhengshu .content .lf {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .zhengshu .content .fl {
    padding-right: 0;
  }

  .zhengshu .content .rt {
    float: none;
    width: 100%;
    margin-top: 45px;
    height: auto;
  }
  .zhengshu ._title .line {
    margin: 0 auto;
  }
  .rounded-5{height: 280px;}
}
.youshi {
  margin-top: 245px;
}
.youshi .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.youshi .content .item {
  padding: 70px 20px;
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.youshi .content .item .line {
  background: #ee1c25;
  width: 50px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.youshi .content .item .summary {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1450px) {
  .youshi {
    margin-top: 125px;
  }

  .youshi .content .item {
    padding: 42px 20px;
  }
}
@media (max-width: 1366px) {
  .youshi {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .youshi {
    margin-top: 74px;
  }

  .youshi .content .item {
    width: 48%;
    padding: 20px 10px;
  }

  .youshi .content .item .line {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .youshi .content .item .summary {
    width: 100%;
  }
}

.tedian .item {
  margin-bottom: 180px;
  display: flex;
}
.tedian .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.tedian .item:nth-child(2n) .rt {
  padding-right: 120px;
  padding-left: 0px;
}
.tedian .item ._title {
  text-align: left;
}
.tedian .item ._title .line {
  margin-left: 0px;
  margin-top: 15px;
}
.tedian .item .summary {
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.tedian .item .content {
  line-height: 2;
}
.tedian .item .content ul li:before {
  content: "";
  /* 不显示默认内容 */
  display: inline-block;
  /* 确保背景图片显示在行内 */
  width: 5px;
  /* 设置宽度 */
  height: 5px;
  /* 设置高度 */
  background: #ee1c25;
  border-radius: 100%;
  margin-right: 5px;
  /* 根据需要调整间距 */
}
.tedian .item .content ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  /* 移除默认的列表样式 */
  line-height: 2;
  font-size: 16px;
}
.tedian .item .content ul li p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tedian .item .lf {
  width: 50%;
}
.tedian .item .lf img {
  height: 467px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.tedian .item .rt {
  width: 50%;
}

@media (max-width: 1450px) {
  .tedian .item .lf img {
    height: 407px;
  }
}
@media (max-width: 1366px) {
  .tedian .item .lf img {
    height: auto;
  }

}
@media (max-width: 768px) {
  .tedian .item .lf {
    width: 100%;
  }

  .tedian .item .rt {
    padding-left: 0;
    width: 100%;
  }

  .tedian .item {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
.faq-section .lf {
  width: 40%;
}

.faq-section .rt {
  width: 55%;
  font-size: 22px;
}

.faq-section .faq-bg {
  padding-top: 150px;
  padding-bottom: 80px;
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.faq-section .faq-bg .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.faq-section .faq-ac .accordion-header {
  display: flex;
}

.faq-section .faq-ac .accordion-body {
  padding-left: 6rem;
  font-size: 1rem;
  color: #cfcfcf;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.faq-section .faq-ac .accordion-button,
.faq-section .faq-ac .accordion-item {
  background: none;
  border: none;
  color: #d4d4d4;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.faq-section .faq-ac .accordion-item {
  counter-increment: step-counter;
  border-bottom: 2px solid #d4d4d4;
  padding: 1.3rem 0;
}

.faq-section .faq-ac .accordion-collapse {
  font-weight: normal;
  position: relative;
}

.faq-section .faq-ac .accordion-button,
.faq-section .faq-ac .accordion-button:focus {
  box-shadow: none;
}

.faq-section .faq-ac .accordion-button:before {
  content: "0" counter(step-counter);
  font-size: 22px;
  font-weight: 700;
  color: #d4d4d4;
  margin-right: 3rem;
}

.faq-section .faq-ac .accordion-button.collapsed:before {
  color: white;
}

.faq-section .faq-ac .accordion-button.collapsed {
  color: white;
}

.faq-section .faq-left-box {
  position: relative;
  color: #fff;
}

.faq-section .faq-left-box h2 {
  line-height: 1.5;
}

.faq-left-box .line {
  background: white;
  width: 100px;
  height: 3px;
  margin: 20px auto;
  background: white;
  margin-left: 0;
}

.faq-section .btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

.faq-section .accordion-button::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-bg {
    background-attachment: inherit;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-section .faq-left-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .faq-left-box .line {
    margin-left: auto;
  }

  .faq-section .faq-ac .accordion-button:before {
    margin-right: 1.5rem;
  }

  .faq-section .faq-ac .accordion-button {
    font-size: 1rem;
  }

  .faq-section .faq-ac .accordion-body {
    padding-left: 4rem;
  }
}
.inquiry-form {
  background: url("../images/liuyan_lf.jpg") no-repeat left center;
  padding-top: 90px;
  padding-bottom: 70px;
  background-size: 585px;
}
.inquiry-form ._title {
  text-align: left;
  margin-bottom: 30px;
  font-size: 32px;
}
.inquiry-form ._title .line {
  margin-left: 0;
}

.inquiry-form > .container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.message_list {
  margin-top: 20px;
}

.message_list ul li {
  position: relative;
  box-sizing: border-box;
}

.message_list ul li.w100 {
  padding-left: 0px;
  box-sizing: border-box;
}

.message_list ul li label {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #6a6a6a;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal;
}

.message_list ul li label em {
  color: #ff0000;
  font-size: 20px;
}

.message_list ul li .wz_r {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 46px;
}

.message_list ul li .wz_r .photo {
  max-height: 46px;
  max-width: 46px;
  float: left;
  margin-right: 10px;
  display: block;
}

.message_list ul li .input_text {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  width: 100%;
  height: 60px;
  text-indent: 10px;
  line-height: 60px;
  box-sizing: border-box;
}

.message_list ul li .textarea {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  width: 100%;
  padding: 10px;
  line-height: 75px;
  box-sizing: border-box;
}

.message_list ul li .p_r {
  line-height: 30px;
  font-size: 0.8rem;
  color: #666;
}

.message_list ul li .input_text2 {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  height: 84px;
  text-indent: 10px;
  line-height: 84px;
  box-sizing: border-box;
}

.message_list ul li .sel {
  width: 120px;
  height: 44px;
  border: solid 1px #fafafa;
  background: #FFFFFF;
  float: left;
  position: relative;
  box-sizing: border-box;
  z-index: 99;
}

.message_list ul li .sel select {
  border: none;
  outline: none;
  width: 100%;
  height: 42px;
  line-height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px;
}

.message_list ul li .sel:after {
  content: "";
  width: 30px;
  height: 40px;
  background: url(../images/jt.jpg) no-repeat right center;
  position: absolute;
  right: 0px;
  top: 0;
  pointer-events: none;
}

.message_list.li_l ul li {
  padding-left: 170px;
}

.message_list.li_l ul li .tex_r {
  width: 100%;
  padding-left: 310px;
  box-sizing: border-box;
  position: absolute;
  left: -10px;
  top: 9px;
}

.message_list ul li .sel.reg {
  width: 100%;
}

.message_list ul li span {
  color: #999999;
  padding-left: 5px;
  display: block;
  min-height: 1.5rem;
}

.message_list ul li span.error {
  color: #F00;
}

.message_list ul li .verify {
  width: 106px;
  height: 44px;
  float: left;
  margin-left: 15px;
  cursor: pointer;
}

.inquiry-form .inf-left > h2 {
  position: relative;
  z-index: 1;
}

.inquiry-form .inf-left > h2:after {
  position: absolute;
  content: '';
  top: -100px;
  left: -70px;
  width: 338px;
  height: 342px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .inquiry-form ._title {
    text-align: center;
  }

  .inquiry-form ._title .line {
    margin-left: auto;
  }
}
@media (max-width: 1600px) {
  .huoban .container2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tedian .item {
    margin-bottom: 100px;
    align-items: center;
  }

  .faq-section .faq-bg {
    padding-top: 80px;
  }

  .tedian .item ._title .line {
    margin:1.5rem 0 3rem;
  }

  .inquiry-form {
    background-size: 543px;
  }

  .tedian .item .summary {
    margin-bottom: 16px;
    margin-top: 27px;
  }
}
@media (max-width: 1450px) {
  .huoban .container2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._title,
  .faq-section .faq-left-box h2 {
    font-size: 38px;
  }

  ._title .p2 {
    font-size: 20px;
  }


  .inquiry-form .inf-left {
    width: 36%;
  }

  .inquiry-form {
    background-size: 559px;
    background-position-x: -62px;
  }
}
@media (max-width: 1366px) {
  ._title, .faq-section .faq-left-box h2 {
    font-size: 34px;
  }

  .inquiry-form .inf-left {
    width: 41%;
  }

  .huoban .container2 {
    padding-top: 37px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .inquiry-form .inf-left {
    width: 100%;
  }

  ._title,
  .faq-section .faq-left-box h2,
  .inquiry-form ._title {
    font-size: 22px;
  }

  ._more {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._title .p2 {
    font-size: 16px;
  }

  ._mt {
    margin-top: 60px;
  }

  ._mt2 {
    margin-top: 37px;
  }

  ._pt {
    padding-top: 60px;
  }

  .goods {
    padding-bottom: 60px;
  }

  .huoban .container2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .zhengshu ._title .line {
    margin-left: auto;
    margin-top: 0;
  }

  .zhengshu ._title {
    text-align: center;
  }

  .youshi .content {
    margin-top: 50px;
  }

  .youshi .content .item {
    margin-bottom: 40px;
  }

  .tedian {
    margin-top: 20px;
  }

  .about .summary {
    margin-bottom: 30px;
  }

  .tedian .item {
    display: block;
    margin-bottom: 60px;
  }

  .faq-section .lf {
    width: 100%;
    float: none;
  }

  .faq-section .rt {
    width: 100%;
    float: none;
  }

  .inquiry-form {
    padding-top: 60px;
    padding-bottom: 20px;
    background: none !important;
  }

  .goods {
    margin-top: 10px;
  }

  .youshi .content .item img {
    width: 40px;
  }
  .youshi .content .item .title {
    height: 58px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .youshi .content .item .summary {
    height: 63px;
  }

  .tedian .item .lf {
    margin-bottom: 30px;
  }

  .faq-section .faq-bg {
    padding-top: 60px;
  }

  .message_list ul li .input_text {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .tedian .item ._title .line {
    margin: 1.5rem 0;
  }
}
.rounded-5 {
  border-radius: .5rem !important;
  overflow: hidden;
}

.hover-pic {
  border-radius: 0;
}

/*# sourceMappingURL=mystyle.css.map */
