@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.yc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.textdq {
  text-align: justify;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.dq {
  text-align: center;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
* {
  box-sizing: border-box;
}
.clerboth {
  clear: both;
}
.container {
  width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.header .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header .container .logo {
  max-width: 50%;
  display: block;
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
}
.header .container .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 1.5rem;
  font-size: 0.15rem;
}
.header .container .headerTel {
  font-size: 0.46875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 0.625rem;
  background: url(../images/headerTel.png) no-repeat center left;
  background-size: auto 70%;
}
.headerNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #b97839;
  align-items: center;
  box-sizing: border-box;
}
.headerNav .headerNavL {
  width: 90%;
  float: left;
  flex-direction: column;
  flex: 0 0 90%;
}
.headerNav .headerNavL ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
}
.headerNav .headerNavL ul li {
  width: 25%;
  float: left;
  flex-direction: column;
  flex: 0 0 25%;
  font-size: 0.375rem;
  position: relative;
  padding-top: 0.21875rem;
  padding-bottom: 0.21875rem;
}
.headerNav .headerNavL ul li a {
  display: block;
  text-align: center;
  color: #fff;
}
.headerNav .headerNavL ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #b97839;
  position: absolute;
  top: 0;
  right: 0;
}
.headerNav .headerNavR {
  width: 10%;
  float: left;
  flex-direction: column;
  flex: 0 0 10%;
  padding: 3%;
  box-sizing: border-box;
}
.headerNav .headerNavR img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner ul li img {
  display: block;
  width: 100%;
}
.Nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999999999999999999999999999999;
  left: 0;
  background: #b97839;
  display: none;
  overflow-x: hidden;
}
.Nav .navBox .close {
  height: 0.78125rem;
  width: 0.78125rem;
  position: absolute;
  top: 2%;
  right: 2%;
}
.Nav .navBox .close img {
  width: 100%;
}
.Nav .navBox h4 {
  text-align: center;
  color: #fff;
  font-size: 0.625rem;
  margin-top: 0.9375rem;
  font-weight: bold;
}
.Nav .navBox ul {
  width: 100%;
  padding: 0 10%;
  margin-top: 10%;
}
.Nav .navBox ul li a {
  display: block;
  text-align: center;
  line-height: 3.5;
  color: #fff;
  font-size: 0.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title h4 {
  position: relative;
}
.title h4 i {
  width: 0.78125rem;
  height: 0.78125rem;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: -0.46875rem;
  border-radius: 50%;
}
.title h4 b {
  font-size: 0.8125rem;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.title h3 {
  font-size: 0.40625rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.title h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.title h3 a {
  background: #fff;
  display: inline-block;
  padding-right: 0.3125rem;
  font-weight: bold;
  color: #b97839;
  position: relative;
  z-index: 2;
}
.product {
  margin-top: 0.234375rem;
}
.product .productMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  position: relative;
  margin-top: 0.3125rem;
}
.product .productMenu .swiper-container {
  width: 86%;
  float: left;
  flex-direction: column;
  flex: 0 0 86%;
  padding-top: 0.78125rem;
}
.product .productMenu .swiper-container a {
  display: block;
  background: #fbfbfb;
  position: relative;
}
.product .productMenu .swiper-container a i {
  width: 1.09375rem;
  height: 1.09375rem;
  background: #000;
  border-radius: 50%;
  display: block;
  line-height: 0.78125rem;
  text-align: center;
  font-size: 0.375rem;
  color: #fff;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 30%);
  border: 1px solid #fff;
  border-width: 0.15625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product .productMenu .swiper-container a span {
  font-size: 0.375rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.15625rem;
  padding-right: 0.15625rem;
  padding-top: 0.546875rem;
  line-height: 3;
}
.product .productMenu .productMenuL {
  width: 6%;
  float: left;
  flex-direction: column;
  flex: 0 0 6%;
  height: 100%;
  background: url(../images/productMenuL.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 40%;
}
.product .productMenu .productMenuR {
  width: 6%;
  float: left;
  flex-direction: column;
  flex: 0 0 6%;
  height: 100%;
  background: url(../images/productMenuR.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 40%;
}
.product .productMCenter ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.3125rem;
}
.product .productMCenter ul li {
  width: 48%;
  float: left;
  flex-direction: column;
  flex: 0 0 48%;
  margin-top: 0.3125rem;
}
.product .productMCenter ul li a {
  display: block;
}
.product .productMCenter ul li a i {
  display: block;
  width: 100%;
  position: relative;
  padding: 36% 0;
}
.product .productMCenter ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.product .productMCenter ul li a span {
  font-size: 0.375rem;
  display: block;
  line-height: 2.5;
  margin-top: 0.15625rem;
  padding-left: 0.3125rem;
  padding-right: 0.78125rem;
  background: #f4f2f5 url(../images/productMCenterJt.png) no-repeat 95% center;
  background-size: 12%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .productMCenter ul.swiper-slide-thumb-active a i {
  background: #b97839;
}
.product .productMenu .swiper-container .swiper-slide-thumb-active a i {
  background: #b97839;
}
.reason {
  margin-top: 0.78125rem;
}
.reason .reasonBox {
  position: relative;
}
.reason .reasonBox .reasonBoxImg {
  margin-top: 0.46875rem;
}
.reason .reasonBox .reasonBoxImg ul li {
  width: 100%;
}
.reason .reasonBox .reasonBoxImg ul li img {
  display: block;
  width: 100%;
}
.reason .reasonBox .reasonBoxText {
  margin-top: 1.875rem;
}
.reason .reasonBox .reasonBoxText ul li {
  width: calc(100% - 2px);
  border: 1px dashed #ccc;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  background: url(../images/reasonBoxTextTitle.png) no-repeat 5% 10%;
  background-size: 0.796875rem;
}
.reason .reasonBox .reasonBoxText ul li h4 i {
  font-size: 0.4375rem;
}
.reason .reasonBox .reasonBoxText ul li h4 b {
  font-size: 0.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 0.15625rem;
  color: #999999;
}
.reason .reasonBox .reasonBoxText ul li p {
  font-size: 0.34375rem;
  color: #666666;
  line-height: 1.8;
  margin-top: 0.15625rem;
}
.reason .reasonBox .reasonList {
  position: absolute;
  top: 35%;
  z-index: 99;
  width: 100%;
}
.reason .reasonBox .reasonList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason .reasonBox .reasonList ul li {
  flex: 1;
}
.reason .reasonBox .reasonList ul li i {
  width: 1.03125rem;
  height: 1.03125rem;
  background: #333;
  color: #fff;
  display: block;
  border-radius: 50%;
  font-size: 0.46875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  line-height: 0.875rem;
  margin: 0 auto;
  border-width: 0.078125rem;
  border-color: #fff;
  border-style: solid;
}
.reason .reasonBox .reasonList ul li b {
  display: block;
  font-size: 0.375rem;
  color: #333;
  width: 100%;
  text-align: center;
  font-weight: normal;
  padding-top: 0.234375rem;
}
.reason .reasonBox .reasonList ul li.on i {
  background: #b97839;
}
.reason .reasonBox .reasonList ul li.on b {
  color: #b97839;
}
.case {
  margin-top: 0.625rem;
}
.case .caseTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.625rem;
}
.case .caseTop .caseTopL {
  width: 60%;
  float: left;
  flex-direction: column;
  flex: 0 0 60%;
  position: relative;
  padding: 26% 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.case .caseTop .caseTopL .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.case .caseTop .caseTopL .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  object-fit: cover;
}
.case .caseTop .caseTopL .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: 0.78125rem;
  line-height: 0.78125rem;
  font-size: 0.3125rem;
  padding: 0 0.234375rem;
  color: #fff;
}
.case .caseTop .caseTopR {
  width: 38%;
  float: left;
  flex-direction: column;
  flex: 0 0 38%;
}
.case .caseTop .caseTopR ul li {
  position: relative;
  padding: 33% 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.case .caseTop .caseTopR ul li:nth-child(1) {
  margin-bottom: 0.15625rem;
}
.case .caseTop .caseTopR ul li .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.case .caseTop .caseTopR ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  object-fit: cover;
}
.case .caseTop .caseTopR ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: 0.78125rem;
  line-height: 0.78125rem;
  font-size: 0.3125rem;
  padding: 0 0.234375rem;
  color: #fff;
}
.case .caseBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.case .caseBottom ul li {
  width: 49%;
  float: left;
  flex-direction: column;
  flex: 0 0 49%;
  position: relative;
  padding: 18% 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-top: 0.3125rem;
}
.case .caseBottom ul li .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.case .caseBottom ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  object-fit: cover;
}
.case .caseBottom ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: 0.78125rem;
  line-height: 0.78125rem;
  font-size: 0.3125rem;
  padding: 0 0.234375rem;
  color: #fff;
}
.about {
  margin-top: 0.625rem;
}
.about .aboutImg {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.625rem;
  background: url(../images/aboutImgBg.jpg) no-repeat center;
}
.about .aboutImg .aboutImgL {
  width: 70%;
  float: left;
  flex-direction: column;
  flex: 0 0 70%;
}
.about .aboutImg .aboutImgL a {
  padding: 32% 0;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.about .aboutImg .aboutImgL a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.about .aboutImg .aboutImgR {
  width: 30%;
  float: left;
  flex-direction: column;
  flex: 0 0 30%;
}
.about .aboutImg .aboutImgR ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.about .aboutImg .aboutImgR ul li a img {
  width: 1.203125rem;
  height: 1.203125rem;
  background: #333;
  border-radius: 50%;
  padding: 0.3125rem;
  border-width: 0.078125rem;
  border-color: #fff;
  border-style: solid;
  object-fit: contain;
}
.about .aboutImg .aboutImgR ul li a b {
  font-size: 0.375rem;
  font-weight: normal;
}
.about .aboutImg .aboutImgR ul li:nth-child(1) {
  border-bottom: 1px dashed #ccc;
}
.about .aboutBottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  top: -0.625rem;
}
.about .aboutBottom .aboutBottomL {
  width: 15%;
  float: left;
  flex-direction: column;
  flex: 0 0 15%;
  padding-top: 0.625rem;
}
.about .aboutBottom .aboutBottomL b {
  width: 100%;
  height: 100%;
  background: #b97839;
  display: block;
  padding-top: 0.3125rem;
  padding-bottom: 0.46875rem;
}
.about .aboutBottom .aboutBottomL b em {
  width: 1em;
  margin: 0 auto;
  display: block;
  font-size: 0.375rem;
  color: #fff;
  line-height: 1.5;
}
.about .aboutBottom .aboutBottomL b em::after {
  content: "";
  width: 1px;
  height: 0.625rem;
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 0.46875rem;
}
.about .aboutBottom .aboutBottomR {
  width: 85%;
  float: left;
  flex-direction: column;
  flex: 0 0 85%;
  background: #fbfbfb;
  padding: 0.3125rem;
  border-radius: 0.2375rem 0.2375rem 0.2375rem 0;
}
.about .aboutBottom .aboutBottomR h3 {
  font-size: 0.4375rem;
  font-weight: bold;
  color: #b97839;
}
.about .aboutBottom .aboutBottomR p {
  font-size: 0.34375rem;
  color: #666666;
  padding-top: 0.3125rem;
}
.news .newsTitle {
  margin-top: 0.9375rem;
}
.news .newsTitle ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsTitle ul li {
  width: 30%;
  float: left;
  flex-direction: column;
  flex: 0 0 30%;
}
.news .newsTitle ul li a {
  display: block;
  background: #fbfbfb;
  position: relative;
}
.news .newsTitle ul li a i {
  width: 1.03125rem;
  height: 1.03125rem;
  background: #000;
  border-radius: 50%;
  display: block;
  line-height: 0.78125rem;
  text-align: center;
  font-size: 0.375rem;
  color: #fff;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 30%);
  border: 1px solid #fff;
  border-width: 0.15625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .newsTitle ul li a i img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.15625rem;
}
.news .newsTitle ul li a b {
  font-size: 0.375rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.15625rem;
  padding-right: 0.15625rem;
  padding-top: 0.546875rem;
  line-height: 2.5;
  font-weight: normal;
  text-align: center;
}
.news .newsTitle ul li.on a i {
  background: #b97839;
}
.news .newsList ul li .newsBoxTop {
  width: 100%;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px dashed #dddddd;
  box-sizing: border-box;
}
.news .newsList ul li .newsBoxTop a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.news .newsList ul li .newsBoxTop a img {
  width: 2.8125rem;
  height: 2.1875rem;
  object-fit: cover;
  float: left;
  border-radius: 0.15rem;
}
.news .newsList ul li .newsBoxTop a span {
  display: inline-block;
  float: right;
  width: 6.171875rem;
}
.news .newsList ul li .newsBoxTop a .tit {
  display: block;
  color: #333333;
  font-size: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.09375rem;
}
.news .newsList ul li .newsBoxTop a .desc {
  color: #666666;
  display: block;
  width: 100%;
  font-size: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.15625rem;
  margin-bottom: 0.15625rem;
}
.news .newsList ul li .newsBoxTop a .date {
  color: #999999;
  font-size: 0.28125rem;
  display: block;
}
.footer {
  margin-top: 1.25rem;
}
.footer .footerTelBox {
  top: -0.5rem;
  position: relative;
}
.footer .footerTelBox .footerTel {
  width: 1.015625rem;
  height: 1.015625rem;
  display: block;
  margin: 0 auto;
  background: #b97839;
  border-radius: 100%;
}
.footer .footerTelBox .footerTel img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20%;
}
.footer .footerTelBox h5 {
  font-size: 0.375rem;
  display: block;
  line-height: 1;
  text-align: center;
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem;
  color: #333;
}
.footer .footerTelBox .footerTelNum {
  display: block;
  color: #b97839;
  text-align: center;
  font-size: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer p {
  font-size: 0.375rem;
  text-align: center;
  line-height: 2;
  font-weight: 100;
  color: #333;
  padding-bottom: 0.15625rem;
}
.footer p a {
  color: #333;
}
.footer p img {
  height: 0.375rem;
  display: inline-block;
  margin: 0 10px;
}
.footerbOX {
  width: 100%;
  border-radius: 0.78125rem;
  border: solid 1px rgba(221, 221, 221, 0.09);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.15625rem;
  margin-bottom: 0.3125rem;
  padding-bottom: 1.85rem;
}
.footer .container {
  background: #fbfbfb;
}
#kefu-ball {
  background: #b97839;
  position: fixed;
  right: 0;
  bottom: 30%;
  border-radius: 50%;
  z-index: 99999;
  box-shadow: 0px 0px 20px 0px #b97839;
}
#kefu-ball img {
  display: block;
  width: 12vw;
}
