@font-face {
  font-family: 'babaPuHuiTi';
  src: url('../font/NotoSansJP-Light.ttf') format('woff2');
}
html,
body {
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-family: babaPuHuiTi, Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
}
html .over-hide,
body .over-hide {
  overflow: hidden;
}
html *,
body * {
  text-wrap-mode: initial !important;
}
img {
  width: 100%;
  height: auto;
}
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
iframe {
  border: 0 !important;
}
.color_EA5E24 {
  color: #EA5E24;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flex {
  display: flex;
}
.astart {
  align-items: flex-start;
}
.acenter {
  align-items: center;
}
.aend {
  align-items: flex-end;
}
.jstart {
  justify-content: flex-start;
}
.jcenter {
  justify-content: center;
}
.jend {
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.column {
  flex-direction: column;
}
.jbetween {
  justify-content: space-between;
}
.bk {
  background-color: #FFFFFF;
}
.main-p-width {
  margin: auto;
  padding: 0 60px;
}
.main-width {
  margin: auto;
  padding: 0 80px;
}
.main-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.mpt {
  padding: 0 10px;
}
.mt70 {
  margin-top: 70px;
}
.main-top {
  margin-top: 90px;
}
.main-bom {
  margin-bottom: 90px;
}
.main-dtop {
  padding-top: 90px;
}
.main-div {
  padding: 20px 0;
}
.video.main-div {
  padding-bottom: 40px;
  padding-top: 0;
}
.header .top > div {
  border-bottom: 1px solid #D9D9D9;
}
.header .top .logo {
  height: 50px;
}
.header .top .logo img {
  width: auto;
  height: 100%;
}
.header .pc-nav {
  margin-left: 20px;
  height: 68px;
  background-size: 100% 100%;
  font-size: 16px;
  flex: 1;
  padding: 0 10px;
}
.header .pc-nav .nav-btn {
  width: 80px;
  position: relative;
  height: 68px;
  line-height: 68px;
  margin-right: 50px;
  text-align: center;
}
.header .pc-nav .nav-btn a {
  color: #333;
  display: block;
  position: relative;
}
.header .pc-nav .nav-btn a:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 51%;
  right: 51%;
  z-index: -1;
  background-color: #d82019;
  -o-transition-property: left, right;
  -moz-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-property: left, right;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.header .pc-nav .nav-btn .more-list {
  display: none;
  z-index: 999;
  position: absolute;
  top: 68px;
  left: 50%;
  width: 200px;
  transform: translateX(-100px);
  text-align: center;
}
.header .pc-nav .nav-btn .more-list .list {
  background-color: #be1d2c;
}
.header .pc-nav .nav-btn .more-list .list > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
}
.header .pc-nav .nav-btn .more-list .list > a:hover {
  color: #be1d2c;
  background-color: #FFFFFF;
}
.header .pc-nav .nav-btn .more-list .list > a:last-child {
  border-bottom: 0;
}
.header .pc-nav .nav-btn:hover > a {
  color: #be1d2c;
}
.header .pc-nav .nav-btn:hover > a:after {
  left: 0;
  right: 0;
  z-index: 1;
}
.header .pc-nav .nav-btn:hover .more-list {
  display: block;
}
.header .pc-nav .nav-btn.active {
  background-color: #B38037;
}
.header .pc-nav .nav-btn.active > a {
  color: #FFFFFF;
}
.header .third-btn {
  margin-left: auto;
}
.header .third-btn a {
  margin-right: 20px;
}
.header .third-btn a img {
  width: 1.5rem;
}
.header .mobile {
  margin-left: auto;
}
.menu {
  margin-left: auto;
  height: 30px;
  width: 30px;
}
.mobile-nav {
  display: none;
  position: fixed;
  right: -100%;
  top: 60px;
  background-color: #be1d2c;
  color: #FFFFFF;
  width: 80%;
  height: calc(100% - 60px);
  z-index: 99;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transform: all .5s;
  opacity: 0;
}
.mobile-nav .nav-btn {
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.mobile-nav .nav-btn a {
  color: #FFFFFF;
  display: block;
}
.mobile-nav .nav-btn .more-list {
  margin-left: 20px;
  width: 100%;
}
.mobile-nav.mobile-nav-on {
  opacity: 1;
  right: 0;
}
.top_nav_close {
  position: fixed;
  top: 60px;
  left: 0%;
  width: 100%;
  height: calc(100% - 60px);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: none;
  z-index: 99;
}
.top_nav_close.top_nav_close_on {
  opacity: 1;
  left: 0;
  display: block;
}
.mobile {
  display: none;
}
.footer {
  background-color: #231F20;
  padding-top: 10px;
}
.footer .nav {
  padding: 15px 0 20px;
  text-align: center;
}
.footer .nav a {
  width: 12%;
  color: #FFFFFF;
  position: relative;
}
.footer .nav a img {
  width: 100px;
}
.footer .nav a:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 2px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.footer .nav a:last-child:after {
  content: normal;
}
.footer .details {
  margin-top: 20px;
  text-align: center;
  color: #FFFFFF;
}
.footer .details h2 {
  font-size: 1.5rem;
  color: #be1d2c;
}
.footer .details h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #be1d2c;
}
.footer .copyright {
  margin-top: 5px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 100;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination li {
  display: inline;
}
.pagination li a {
  position: relative;
  float: left;
  padding: 0 12px;
  margin-left: -1px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
}
.pagination li span {
  position: relative;
  float: left;
  padding: 0 12px;
  margin-left: -1px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
}
.pagination li.active a {
  background-color: #e11d29;
  color: #FFFFFF;
}
.pagination li.active span {
  background-color: #e11d29;
  color: #FFFFFF;
}
.indexbanner {
  margin: 20px 0 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.indexbanner li {
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
}
.indexbanner ul {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product .product-banner {
  margin-top: 20px;
}
.product .swiper-item {
  position: relative;
}
.product .swiper-item .swiper {
  width: 92%;
}
.product .swiper-item .swiper-button-prev {
  color: red;
  background-color: #eaeaea;
}
.product .swiper-item .swiper-button-prev:after {
  font-size: 24px;
  font-weight: bold;
}
.product .swiper-item .swiper-button-next {
  color: red;
  background-color: #eaeaea;
}
.product .swiper-item .swiper-button-next:after {
  font-size: 24px;
  font-weight: bold;
}
.product .ptitle {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
.product .ptitle:after {
  content: "";
  width: 42%;
  height: 2px;
  position: absolute;
  top: 49%;
  left: 0%;
}
.product .ptitle:before {
  content: "";
  width: 42%;
  height: 2px;
  position: absolute;
  top: 49%;
  right: 0%;
}
.product .cate {
  margin: 1.5rem 0 2.5rem;
}
.product .cate a {
  display: block;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  border-right: 2px solid #E0E0E0;
}
.product .cate a:last-child {
  border-right: 0;
}
.product .cate a.active {
  color: #be1d2c;
}
.product .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0.8rem;
}
.product .list a {
  margin-bottom: 0.8rem;
}
.product .bg {
  background-color: #E6D1B9;
}
.product .details .main-div {
  padding-top: 0;
}
.product .details .head {
  padding: 10px 0px;
}
.product .details .head .head_title {
  font-weight: bold;
  font-size: 25px;
  color: #A38A59;
}
.product .details .head .head_title span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #A38A59;
}
.product .details .head .nav {
  margin-left: auto;
}
.product .details .head .nav a {
  margin-left: 50px;
  color: #EA5E240;
}
.product .details .head .nav a.active {
  color: #000;
}
.product .details .show {
  padding: 20px 20px 30px;
  border-radius: 20px;
}
.product .details .show .img {
  text-align: center;
  width: 50%;
}
.product .details .show .img img {
  margin: auto;
  max-width: 60%;
}
.product .details .show .img .btn {
  margin: 20px auto 0;
  display: block;
  width: 80px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background-color: #be1d2c;
  border-radius: 10px;
  text-align: center;
  color: #FFFFFF;
}
.product .details .show .item {
  width: 50%;
}
.product .details .show .item .title {
  font-weight: bold;
  font-size: 3rem;
  color: #A38A59;
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 0.5rem;
}
.product .details .show .item .title div {
  display: inline;
  position: relative;
}
.product .details .show .item .title div span {
  position: absolute;
  right: 0;
  bottom: -50px;
  font-size: 28px;
  color: #be1d2c;
  letter-spacing: 0;
}
.product .details .show .item .num {
  margin-top: 10px;
  color: #be1d2c;
  font-size: 16px;
  text-align: right;
}
.product .details .show .item .ctitle {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 2rem;
  color: #A38A59;
  text-align: center;
}
.product .details .show .item .content {
  margin: 1.52rem 2.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.8;
}
.product .details .show .item .btn {
  margin: 30px auto 0;
  display: block;
  width: 73%;
  height: 4rem;
  line-height: 4rem;
  background: #A38A59;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
}
.product .details .feature .list {
  margin: 30px 0;
}
.product .details .feature .list .li {
  margin-top: 20px;
  background: #E6D1B9;
  border-radius: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product .details .feature .list .li .title {
  font-weight: bold;
  font-size: 2rem;
}
.product .details .feature .list .li .content {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.product .details .lishi {
  padding: 30px 0;
}
.product .details .lishi .content {
  background-color: #F0DAC0;
  padding: 1.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 1rem;
}
.product .details .component {
  margin-top: 30px;
}
.product .details .component .component-item {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 1.2rem;
}
.product .details .component .component-item .view {
  margin-bottom: 1.2rem;
  text-align: center;
  height: 3.8rem;
  line-height: 3.8rem;
  background: #A38A59;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
.product .details .component .component-item .view:hover {
  background-color: #be1d2c;
}
.product .details .component .component-item .view.active {
  background-color: #be1d2c;
}
.product .details .component .component-content > div {
  display: none;
}
.product .details .component .component-content > div.active {
  display: flex;
  border: 0.1rem solid #f5a2a9;
  margin-bottom: 3rem;
  border-radius: 1rem;
}
.product .details .component .component-content .content {
  flex: 1;
  font-size: 1.2rem;
  line-height: 2.5rem;
  padding: 1.2rem;
}
.product .details .component .component-content .img {
  width: 400px;
}
.product .details2 .main-div {
  padding-top: 0;
}
.product .details2 .btn {
  margin: 30px 0 0;
  display: block;
  width: 73%;
  height: 4rem;
  line-height: 4rem;
  background: #A38A59;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
}
.product .details2 .buy-btn {
  margin-left: 4rem;
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  border-radius: 10px;
  text-align: center;
  color: #be1d2c;
}
.product .details2 .head {
  padding: 10px 0px;
}
.product .details2 .head .head_title {
  font-weight: bold;
  font-size: 25px;
  color: #A38A59;
}
.product .details2 .head .head_title span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #A38A59;
}
.product .details2 .head .nav {
  margin-left: auto;
}
.product .details2 .head .nav a {
  margin-left: 50px;
  color: #EA5E240;
}
.product .details2 .head .nav a.active {
  color: #000;
}
.product .details2 .show {
  padding: 30px;
  border-radius: 20px;
}
.product .details2 .show .img {
  text-align: center;
  width: 45%;
}
.product .details2 .show .img img {
  margin: auto;
  max-width: 90%;
}
.product .details2 .show .img .btn {
  margin: 20px auto 0;
  display: block;
  width: 80px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background-color: #be1d2c;
  border-radius: 10px;
  text-align: center;
  color: #FFFFFF;
}
.product .details2 .show .item {
  width: 50%;
}
.product .details2 .show .item .title {
  font-weight: bold;
  font-size: 2.3rem;
  color: #A38A59;
  padding: 1rem 0;
}
.product .details2 .show .item .title div {
  display: inline;
  position: relative;
}
.product .details2 .show .item .title div span {
  position: absolute;
  right: 0;
  bottom: -50px;
  font-size: 32px;
  color: #be1d2c;
  letter-spacing: 0;
}
.product .details2 .show .item .num {
  margin-top: 10px;
  color: #be1d2c;
  font-size: 16px;
  text-align: right;
}
.product .details2 .show .item .ctitle {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 2rem;
  color: #A38A59;
  text-align: center;
}
.product .details2 .show .item .content {
  margin: 1rem 2.5rem 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 600;
}
.product .details2 .show2 {
  margin-top: 40px;
}
.product .details2 .show2 .bg {
  padding: 1.5rem;
  border-radius: 20px;
  font-size: 1.5rem;
}
.product .details2 .show2 .title {
  font-weight: bold;
  font-size: 2rem;
}
.product .details2 .show2 .content {
  margin-top: 5px;
  font-size: 1.5rem;
}
.product .details2 .show2 .bq_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1.5rem;
  text-align: left;
}
.product .details2 .show2 .bq_content td {
  border: 1px solid #000;
}
.product .details2 .show2 .bq_content tr td {
  padding: 8px 30px;
}
.product .details2 .show2 .bq_content tr td:hover {
  background-color: #543610;
  color: white;
}
.product .details2 .show2 .bq_content tr:nth-child(2n) {
  background-color: #e8d9ba;
}
.product .details2 .show2 .bq_content tr:hover {
  background-color: #A38A59;
}
.product .details2 .show2 .bq_content tr:first-child {
  background-color: #543610;
  color: white;
}
.product .details2 .show2 .bq_content tr:first-child td {
  border-bottom: 2px solid #000;
}
.product .details2 .show2 .bq_content tr:first-child:hover {
  background-color: #543610;
}
.product .details2 .show2 .zhucheng_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 16px;
  text-align: left;
}
.product .details2 .show2 .zhucheng_content td {
  border: 1px solid #000;
  padding: 4px;
  font-size: 1.5rem;
}
.product .details2 .show2 .zhucheng_content td:nth-child(1) {
  width: 100px;
}
.product .details2 .show2 .zhucheng_content td:nth-child(2) {
  width: 80px;
}
.product .details2 .show2 .zhucheng_content td:nth-child(3) {
  width: 320px;
}
.product .details2 .show2 .zhucheng_content tr td:hover {
  background-color: #543610;
  color: white;
}
.product .details2 .show2 .zhucheng_content tr:nth-child(2n) {
  background-color: #e8d9ba;
}
.product .details2 .show2 .zhucheng_content tr:hover {
  background-color: #A38A59;
}
.product .details2 .show2 .zhucheng_content tr:first-child {
  background-color: #543610;
  color: white;
}
.product .details2 .show2 .zhucheng_content tr:first-child td {
  border-bottom: 2px solid #000;
}
.product .details2 .show2 .zhucheng_content tr:first-child:hover {
  background-color: #543610;
}
.product .details2 .show3 {
  margin-top: 40px;
}
.product .details2 .show3 .title {
  font-weight: bold;
  font-size: 2rem;
  border-radius: 20px;
  padding: 10px 20px;
}
.product .details2 .show3 .question {
  margin-top: 10px;
  padding: 10px 20px;
}
.product .details2 .show3 .question .question-view {
  border-top: 1px solid #E6D1B9;
  padding: 15px 0;
}
.product .details2 .show3 .question .up {
  display: block;
  margin-left: auto;
  width: 20px;
  height: 20px;
  background: url("../images/up.png");
  background-size: 100% 100%;
}
.product .details2 .show3 .question .question-t {
  font-size: 1.5rem;
  font-weight: bold;
}
.product .details2 .show3 .question .question-c {
  margin-top: 10px;
  font-size: 1.2rem;
  height: 28px;
  overflow: hidden;
}
.product .details2 .show3 .question .qshow_to .up {
  transform: rotate(180deg);
}
.product .details2 .show3 .question .qshow_to .question-c {
  height: auto;
}
.news .ptitle {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
.news .cate {
  margin: 1.5rem 0 2.5rem;
}
.news .cate a {
  display: block;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  border-right: 2px solid #E0E0E0;
}
.news .cate a:last-child {
  border-right: 0;
}
.news .cate a:hover {
  color: #be1d2c;
}
.news .cate a.active {
  color: #be1d2c;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
}
.news .list .li {
  margin-bottom: 20px;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.news .list .li .list_detials {
  padding: 10px 0;
}
.news .list .li .label {
  line-height: 1.4;
  background: #e11d29;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
}
.news .list .li .title {
  font-size: 20px;
  margin-top: 10px;
}
.news .list .li .date {
  font-size: 16px;
  text-align: center;
}
.news .list .li:hover {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.news .list .li:hover .title {
  color: #e11d29;
}
.news .details .title {
  font-size: 24px;
  text-align: center;
}
.news .details .date {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.news .details .ctitle {
  margin-top: 20px;
  line-height: 60px;
  height: 60px;
  background-color: #be1d2c;
  color: white;
  padding: 0 10px;
  border-radius: 10px 10px 0 0;
}
.news .details .show {
  border: 1px solid #eaeaea;
}
.news .details .content {
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
}
.news .details .content img {
  margin: auto;
  margin-bottom: 10px;
}
.news .details .content .mimages {
  width: 45%;
}
.news .details .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  text-align: center;
}
.news .details .content th {
  border: 1px solid #ddd;
  padding: 4px;
  background-color: #BA0C2F;
  color: white;
  font-weight: bold;
}
.news .details .content td {
  border: 1px solid #ddd;
  padding: 4px;
}
.news .details .content td:hover {
  background-color: #BA0C2F;
  color: white;
}
.news .details .content tr:nth-child(even) {
  background-color: #f9f9f9;
}
.news .details .content tr:hover {
  background-color: rgba(186, 12, 47, 0.2);
}
.contact .ptitle {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  color: #be1d2c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact .title {
  background-color: #be1d2c;
  border-radius: 8px 8px 0 0;
  font-size: 1rem;
  padding: 1% 2%;
  color: #FFFFFF;
}
.contact .content {
  line-height: 35px;
  border-radius: 0 0 8px 8px;
  padding: 2%;
  border: 1px solid #D9D9D9;
  font-size: 16px;
}
.contact .dt .dt-title {
  margin-top: 30px;
  text-align: center;
  background: url(../images/map.png) no-repeat;
  background-position: center;
  background-position-x: 45%;
}
.contact .dt .dt-content {
  margin-top: 10px;
}
.contact .dt .dt-hide {
  display: none;
}
.verify .ptitle {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  color: #be1d2c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.verify .item {
  border: 1px solid #E0E0E0;
  padding: 50px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 8px;
}
.verify .verify-show {
  width: 800px;
  margin: auto;
}
.verify .verify-show .details {
  width: 400px;
  text-align: center;
}
.verify .verify-show .details .title {
  color: #be1d2c;
  font-weight: bold;
  font-size: 40px;
}
.verify .verify-show .details .img {
  margin: 30px auto;
  width: 200px;
}
.verify .verify-show .show-img {
  margin-left: auto;
  width: 200px;
}
.verify .verify-to {
  margin: 40px auto 0;
  padding: 35px 50px;
  width: 800px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.verify .verify-to .img {
  width: 150px;
}
.verify .verify-to .details {
  margin-left: auto;
}
.verify .verify-to .details .query_content .title {
  font-size: 20px;
  color: #666666;
}
.verify .verify-to .details .query_content .content {
  margin-top: 20px;
}
.verify .verify-to .details .query_content .content .name {
  color: #666666;
  margin-right: 20px;
  font-size: 16px;
}
.verify .verify-to .details .query_content .content .name .code_name {
  color: #000;
}
.verify .verify-to .details .query_content .content input {
  width: 300px;
  height: 40px;
  border: 1px solid #333333;
  padding: 0 10px;
}
.verify .verify-to .details .query_show {
  width: 500px;
  text-align: center;
}
.verify .verify-to .details .query_show .sussess-img {
  margin: 0 auto;
  width: 120px;
}
.verify .verify-to .details .query_show .error-img {
  margin: auto;
  width: 80px;
}
.verify .verify-to .details .query_show .content {
  margin-top: 10px;
}
.verify .verify-to .details .query_show .content > img {
  width: 30px;
  margin-right: 5px;
}
.verify .verify-to .details .hidden {
  display: none;
}
.verify .verify-to .btns {
  margin-top: 10px;
}
.verify .verify-to .btns a {
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  margin: 0 10px;
}
.verify .verify-to .btns a.sure-btn {
  background-color: #2a75bb;
}
.verify .verify-to .btns a.clear-btn {
  background-color: #be1d2c;
}
.verify .verify-to .btns a.check-btn {
  width: 130px;
  background-color: #2a75bb;
}
.hire .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 8px;
}
.hire .title {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  color: #be1d2c;
  padding-bottom: 30px;
}
.hire .list {
  margin-top: 30px;
}
.hire .list .li {
  border-radius: 20px 20px 0;
}
.hire .list .li .ctitle {
  background-color: #be1d2c;
  padding: 1% 2%;
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  font-size: 1rem;
}
.hire .list .li .ctitle span {
  float: right;
}
.hire .list .li .ctitle.nctitle {
  background-color: #d69376;
}
.hire .list .li .show {
  padding: 20px 20px 20px;
  position: relative;
}
.hire .list .li .show .up {
  display: block;
  margin-left: auto;
  width: 20px;
  height: 20px;
  background: url("../images/up.png");
  background-size: 100% 100%;
}
.hire .list .li .show .catitle {
  font-size: 1rem;
  font-weight: 600;
}
.hire .list .li .show .content {
  display: none;
}
.hire .list .li .show.show_to .up {
  transform: rotate(180deg);
}
.hire .list .li .show.show_to .content {
  display: block;
  padding: 5px 0;
}
.hire .list .li .details {
  margin-top: 30px;
}
.hire .list .li .details .details_title {
  font-size: 1rem;
  font-weight: bold;
}
.search .swiper-item {
  position: relative;
}
.search .swiper-item .swiper {
  width: 92%;
}
.search .swiper-item .swiper-button-next {
  color: red;
  background-color: #eaeaea;
}
.search .swiper-item .swiper-button-next:after {
  font-size: 24px;
  font-weight: bold;
}
.search .swiper-item .swiper-button-prev {
  color: red;
  background-color: #eaeaea;
}
.search .swiper-item .swiper-button-prev:after {
  font-size: 24px;
  font-weight: bold;
}
.search .ptitle {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
.search .ptitle:after {
  content: "";
  width: 42%;
  height: 2px;
  position: absolute;
  top: 49%;
  left: 0%;
}
.search .ptitle:before {
  content: "";
  width: 42%;
  height: 2px;
  position: absolute;
  top: 49%;
  right: 0%;
}
.search .search-input {
  margin-top: 30px;
}
.search .search-input input[type=text] {
  width: 300px;
  border: 1px solid #000;
  border-right: 0;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search .search-input input[type=submit] {
  width: 100px;
  border: 1px solid #000;
  height: 50px;
}
.search .product {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .main-p-width {
    padding: 0 30px;
  }
  .header .pc-nav {
    margin-left: 10px;
  }
  .header .pc-nav .nav-btn {
    width: 33%;
    margin-right: 10px;
  }
  .main-width {
    padding: 0 40px;
  }
  .product .details .feature .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .product .details .feature .list .li {
    margin-top: 0.8rem;
  }
  .product .details .show .item .title {
    font-size: 2.5rem;
    padding: 0.7rem 0;
    letter-spacing: 0.5rem;
  }
  .product .details .show .item .title div span {
    font-size: 24px;
  }
  .product .details .show .item .ctitle {
    margin-top: 15%;
    font-size: 1.5rem;
  }
  .product .details .show .item .content {
    margin: 1rem 1.5rem;
    line-height: 1.5;
  }
  .product .details .show .item .btn {
    font-size: 1.5rem;
    margin: 25px auto 0;
    width: 80%;
  }
  .product .details .component .component-content .img {
    width: 50%;
  }
  .product .details .component .component-content .content {
    line-height: 1.5;
  }
  .product .details2 .head .nav a {
    margin-left: 15px;
  }
  .product .details2 .show {
    padding: 25px;
  }
  .product .details2 .show .item .title {
    font-size: 1.8rem;
    padding: 0.5rem 0;
  }
  .product .details2 .show .item .content {
    margin: 0.5rem 0 0 0;
  }
  .product .details2 .show .img img {
    max-width: 90%;
  }
  .product .details2 .btn {
    margin: 20px 0 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    margin-bottom: 0;
  }
  body {
    margin-bottom: 0;
  }
  iframe {
    width: 100% !important;
    height: auto !important;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main-p-width {
    padding: 0 12px;
  }
  .main-width {
    padding: 0 12px;
  }
  .mobile-nav {
    display: block;
  }
  .header {
    height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .header .pc-nav {
    margin-left: 1%;
  }
  .header .pc-nav .nav-btn {
    width: 15.5%;
    margin-right: 2%;
  }
  .header .top .logo {
    height: 40px;
  }
  .header .top > div {
    padding: 10px 0;
  }
  .header .third-btn a img {
    width: 1.3rem;
  }
  .swiper-button-prev {
    display: none;
    top: 130%;
    left: 35%;
  }
  .swiper-button-next {
    display: none;
    top: 130%;
    right: 35%;
  }
  .footer .nav a {
    width: 25%;
    margin-bottom: 15px;
  }
  .footer .nav a img {
    width: auto;
  }
  .footer .nav a:nth-child(4):after {
    height: 0;
  }
  .footer .nav a:nth-child(5) {
    width: 50%;
  }
  .footer .nav a:nth-child(6) {
    width: 50%;
  }
  .footer .copyright {
    font-size: 1rem;
  }
  .footer .details h2 {
    font-size: 1.2rem;
  }
  .product .details .head {
    padding: 0px;
  }
  .product .details .head .main-width > div {
    justify-content: flex-start;
  }
  .product .details .head .nav {
    margin: 10px 0;
    width: 100%;
  }
  .product .details .head .nav a {
    margin-left: 30px;
  }
  .product .details .head .nav a:first-child {
    margin-left: 0;
  }
  .product .details .head .head_title {
    font-size: 1.5rem;
  }
  .product .details .head .head_title span {
    margin-left: 0;
  }
  .product .details .show .img {
    width: 100%;
  }
  .product .details .show .img > img {
    width: 30%;
    width: 100%;
  }
  .product .details2 .show2 .bq_content tr td {
  padding: 6px;
  }
  .product .details .show .item {
    width: 100%;
  }
  .product .details .show .item .title {
    font-size: 2rem;
    padding: 1rem 0;
  }
  .product .details .show .item .title > div span {
    font-size: 24px;
  }
  .product .details .show .item .ctitle {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .product .details .show .item .content {
    margin: 1rem 0;
    line-height: 1.5;
  }
  .product .details .show .item .btn {
    font-size: 1.2rem;
    margin: 20px auto 0;
    width: 100%;
  }
  .product .details .feature .list {
    margin: 1.2rem 0;
  }
  .product .details .feature .list .li .title {
    font-size: 1.5rem;
  }
  .product .details .feature .list .li .content {
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
  .product .details .lishi {
    padding: 2rem 0;
  }
  .product .details .lishi .content {
    padding: 1rem;
  }
  .product .details .component {
    margin-top: 20px;
  }
  .product .details .component .component-item {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product .details .component .component-item .view {
    margin-bottom: 0.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .product .details .component .component-content .img {
    width: 100%;
  }
  .product .details .component .component-content .content {
    line-height: 1.5;
    padding: 0.7rem;
    font-size: 1rem;
  }
  .product .details2 .head {
    padding: 0px;
  }
  .product .details2 .head .main-width > div {
    justify-content: flex-start;
  }
  .product .details2 .head .nav {
    margin: 10px 0;
    width: 100%;
  }
  .product .details2 .head .nav a {
    margin-left: 5px;
  }
  .product .details2 .head .head_title {
    font-size: 1.5rem;
  }
  .product .details2 .head .head_title span {
    margin-left: 0;
  }
  .product .details2 .show {
    padding: 20px;
  }
  .product .details2 .show .img {
    width: 100%;
  }
  .product .details2 .show .img > img {
    width: 30%;
    width: 100%;
  }
  .product .details2 .show .item {
    width: 100%;
  }
  .product .details2 .show .item .title {
    text-align: left;
    font-size: 1.45rem;
    padding: 0.5rem 0;
  }
  .product .details2 .show .item .title > div span {
    font-size: 24px;
  }
  .product .details2 .show .item .ctitle {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .product .details2 .show .item .content {
    margin: 0;
    line-height: 1.5;
  }
  .product .details2 .show .item .btn {
    font-size: 1.2rem;
    margin: 20px auto 0;
    width: 100%;
  }
  .product .details2 .show2 {
    margin-top: 20px;
  }
  .product .details2 .show2 .bg {
    padding: 15px 20px;
    font-size: 1.2rem;
  }
  .product .details2 .show2 .title {
    font-size: 1.5rem;
  }
  .product .details2 .show2 .content {
    font-size: 1.2rem;
  }
  .product .details2 .show2 .table-view {
    overflow: hidden;
    border: 2px solid #000;
  }
  .product .details2 .show2 .table-view table {
    border: 0;
  }
  .product .details2 .show2 .table-view table tr:first-child td {
    border-top: 0;
  }
  .product .details2 .show2 .table-view table tr:last-child td {
    border-bottom: 0;
  }
  .product .details2 .show2 .table-view table tr td:first-child {
    border-left: 0;
  }
  .product .details2 .show2 .table-view table tr td:last-child {
    border-right: 0;
  }
  .product .details2 .show2 .table-show {
    overflow-y: scroll;
  }
  .product .details2 .show2 .bq_content table {
    width: 100% !important;
    margin: 0;
    font-size: 16px;
  }
  .product .details2 .show2 .bq_content td {
    padding: 4px;
  }
  .product .details2 .show2 .zhucheng_content table {
    margin: 0;
    width: 750px !important;
  }
  .product .details2 .show2 .zhucheng_content td {
    padding: 4px;
    font-size: 16px;
  }
  .product .details2 .show3 {
    margin-top: 20px;
  }
  .product .details2 .show3 .title {
    font-size: 1.5rem;
  }
  .product .details2 .show3 .question {
    padding: 5px 15px;
  }
  .product .details2 .show3 .question .question-view {
    padding: 10px 0;
  }
  .product .details2 .show3 .question .question-t {
    font-size: 1.1rem;
  }
  .product .details2 .show3 .question .question-c {
    margin-top: 5px;
    font-size: 1rem;
  }
  .product .swiper-item .swiper {
    width: 100%;
  }
  .product .cate {
    margin: 15px 0 15px;
  }
  .product .cate a {
    padding: 0 1%;
  }
  .indexbanner {
    margin: 15px 0;
  }
  .video.main-div {
    padding-bottom: 20px;
  }
  .main-div {
    padding: 15px 0;
  }
  .verify .ptitle {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .verify .item {
    padding: 15px;
  }
  .verify .verify-show {
    width: 100%;
  }
  .verify .verify-show .details .title {
    font-size: 1.8rem;
  }
  .verify .verify-show .details .img {
    margin: 15px auto;
  }
  .verify .verify-show .show-img {
    margin: 0;
    width: 50%;
  }
  .verify .verify-to {
    margin: 20px auto 0;
    width: 100%;
    padding: 1.2rem 1rem;
  }
  .verify .verify-to .img {
    margin: auto;
  }
  .verify .verify-to .details {
    margin-top: 1rem;
  }
  .verify .verify-to .details .query_content .content input {
    width: 100%;
  }
  .verify .verify-to .details .query_show {
    width: 100%;
  }
  .hire .item {
    padding: 0;
  }
  .hire .list {
    margin-top: 15px;
  }
  .hire .list .li .ctitle {
    padding: 10px;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .hire .list .li .show {
    padding: 10px 5px;
  }
  .hire .list .li .show > .flex {
    width: 100%;
  }
  .hire .list .li .show .catitle {
    flex: 1;
    margin-right: 10px;
    font-size: 0.9rem;
    font-weight: 600;
  }
  .hire .list .li .show.show_to .content * {
    text-wrap-mode: inherit !important;
  }
  .hire .title {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .contact .dt .dt-title {
    background-position-x: 35%;
    margin-top: 20px;
  }
  .contact .ptitle {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news .cate {
    margin: 15px 0 15px;
  }
  .news .cate a {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .news .ptitle {
    margin: 0;
  }
  .news .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .news .list .li {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  }
  .news .table-view {
    overflow: hidden;
  }
  .news .table-show {
    overflow-y: scroll;
  }
  .news table {
    width: 1100px !important;
    border-spacing: 0;
  }
  .news .details .content {
    flex-wrap: wrap;
  }
  .news .details .content .mimages {
    width: 100%;
    text-align: center;
  }
  .news .details .content .mimages img {
    margin: 5px auto;
    max-width: 70%;
  }
}
