@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.pt50 {
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .pt50 {
    padding-top: 1rem;
  }
}
.ptb130 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .ptb130 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font36 {
  font-size: 0.36rem;
}
.font40 {
  font-size: 0.4rem;
}
.font48 {
  font-size: 0.48rem;
}
.font50 {
  font-size: 0.5rem;
  line-height: 1.2;
}
.font60 {
  font-size: 0.6rem;
  line-height: 1.2;
}
.font72 {
  font-size: 0.72rem;
  line-height: 1.2;
}
.font200 {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 1900px) {
  .font200 {
    font-size: 60px;
  }
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
  .font36 {
    font-size: 28px;
  }
  .font40,
  .font48 {
    font-size: 40px;
  }
  .font50 {
    font-size: 42px;
  }
  .font60 {
    font-size: 46px;
  }
}
@media (max-width: 1260px) {
  .font36 {
    font-size: 24px;
  }
  .font40,
  .font48 {
    font-size: 36px;
  }
  .font50 {
    font-size: 38px;
  }
  .font18 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.55rem;
  }
  .font48 {
    font-size: 0.65rem;
  }
  .font50 {
    font-size: 0.68rem;
  }
  .font60 {
    font-size: 0.7rem;
    line-height: 1.2;
  }
  .font140 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 1rem;
  }
  .font40 {
    font-size: 1.1rem;
  }
  .font48 {
    font-size: 1.2rem;
  }
  .font50 {
    font-size: 1.2rem;
  }
  .font60 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .font140 {
    font-size: 1.5rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #AF916B;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #AF916B;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 100px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-head-move {
  top: -100px;
}
#c-header.c-style2 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #666;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 0.6rem;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 50px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin: 0 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #AF916B;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 10px;
    margin: 0 5px;
  }
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 150px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #AF916B;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #de2f09;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header .yd_tell {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  background: url(../images/tell.png) no-repeat left center;
  display: none;
}
@media (max-width: 767px) {
  #c-header .yd_tell {
    display: block;
    margin: 0 5px 0 15px;
  }
}
#c-header.c-style2 .yd_tell {
  background: url(../images/tell-sel.png) no-repeat left center;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1900px) {
  #c-header .c-gn form {
    padding: 0 15px;
  }
}
#c-header .c-gn form:hover > i {
  color: #de2f09;
}
#c-header .c-gn form > i {
  transition: 0.5s;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #de2f09;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  background: url(../images/tell.png) no-repeat left center;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header .c-gn .c-phone span em {
  font-style: normal;
}
#c-header .c-gn .shop {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}
#c-header.c-style2 .c-gn .c-phone i {
  background: url(../images/tell-sel.png) no-repeat left center;
}
#c-header.c-style2 .c-gn .c-phone span em {
  background-image: -webkit-linear-gradient(bottom, #B0926C, #E0C7A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* 底部 */
#c-footer {
  color: #fff;
  overflow: hidden;
}
#c-footer a {
  color: #999999;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #fff;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #222;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 3rem 0;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.5rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #de2f09;
}
#c-footer .c-top-box .container .c-title-box i {
  display: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box i {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.5rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box i {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-text-box {
  color: #999999;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-text-box p.tell {
  color: #fff;
  padding-bottom: 0.2rem;
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: none;
  transition: 0.5s;
  opacity: 0.6;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #AF916B;
  opacity: 1;
}
#c-footer .c-top-box .container .c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-footer .c-top-box .container .c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-top-box .container .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 1.5rem;
  }
}
#c-footer .c-top-box .container .c-link {
  padding-top: 0.15rem;
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #333333;
  color: #999999;
  background: #222;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 1.5rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #999999;
  margin: 0 5px;
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #de2f09;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #de2f09;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #de2f09;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #de2f09;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 分页 */
.c-page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
  padding-bottom: 0.5rem;
  line-height: 40px;
}
.c-page a {
  margin: 5px;
  display: block;
  width: 40px;
  text-align: center;
  color: #666;
  transition: 0.5s;
  border-radius: 100%;
}
.c-page a:hover,
.c-page a.on {
  color: #fff;
  background: linear-gradient(#DEC3A0, #AF916B);
}
.c-page a:last-child,
.c-page a:first-child {
  color: #D2B897;
  font-weight: bold;
  font-size: 20px;
}
.c-page a:last-child:hover,
.c-page a:first-child:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .c-page a:last-child,
  .c-page a:first-child {
    color: #fff;
    margin: 0px 20px;
  }
}
@media (max-width: 767px) {
  .c-page {
    padding-bottom: 0;
    padding-top: 1.5rem;
  }
  .c-page a {
    display: none;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
    background: linear-gradient(#DEC3A0, #AF916B);
    color: #fff;
  }
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  font-size: 36px;
  line-height: 70px;
  background-image: url(../images/bgxs2.png);
  background-repeat: no-repeat;
  background-position: left 57% center;
  color: #fff;
  background-size: auto 70px;
}
.c-common-title .c-text {
  padding-top: 0.15rem;
  font-size: 22px;
  line-height: 32px;
  color: #666;
}
.more {
  display: inline-block;
  width: 1.7rem;
  line-height: 0.5rem;
  text-align: center;
  background: url(../images/bg_01.png) no-repeat left center;
  background-size: 100% 100%;
  color: #fff;
  padding-right: 0.4rem;
  transition: 0.5s;
}
.more:hover {
  background: url(../images/bg_01-sel.png) no-repeat left center;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .more {
    width: 3rem;
    line-height: 0.9rem;
  }
}
@media (max-width: 767px) {
  .more {
    width: 6rem;
    line-height: 1.7rem;
    padding-right: 0.8rem;
  }
}
/*首页轮播图*/
.c-banner1 {
  position: relative;
}
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide img,
.c-banner1 .swiper-slide .shipin {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-slide .nei {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .nei {
    height: 30%;
  }
}
.c-banner1 .swiper-slide .nei .title {
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 4px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .nei .title {
    letter-spacing: 2px;
  }
}
.c-banner1 .swiper-slide .nei .bottom {
  padding-top: 0.6rem;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .nei .bottom {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .nei .bottom {
    padding-top: 2rem;
  }
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-banner1 .shu {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 45%;
  width: 10%;
  height: 1rem;
  z-index: 1;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .c-banner1 .shu {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .c-banner1 .shu {
    height: 3rem;
  }
}
.c-banner1 .shu img {
  position: absolute;
  z-index: 11111;
  display: inline-block;
  animation: dong1 1s infinite alternate;
  -webkit-animation: dong1 0.7s infinite alternate;
}
@keyframes dong1 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -10px;
  }
}
@-webkit-keyframes dong1 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -10px;
  }
}
/* 首页 */
.sy_body,
.bg,
body {
  background: url(../images/bg_02.png) no-repeat top center;
  background-size: cover;
}
.sy_title {
  padding: 0.3rem 0 0.5rem 0;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.sy_title h2 {
  font-weight: bold;
}
.sy_title p {
  font-weight: normal;
  color: #353739;
  padding-top: 0.15rem;
}
@media (max-width: 991px) {
  .sy_title {
    padding: 0.5rem 0 0.7rem 0;
  }
}
@media (max-width: 767px) {
  .sy_title {
    padding: 0 0 1.3rem 0;
  }
}
.big_title {
  padding: 0.3rem 0;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.big_title h2 {
  font-weight: bold;
}
.big_title p {
  font-weight: normal;
  color: #353739;
  padding-top: 0.15rem;
}
@media (max-width: 991px) {
  .big_title {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .big_title {
    padding: 0 0 1.3rem 0;
  }
}
.sy_one {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sy_one {
    flex-wrap: wrap;
  }
}
.sy_one .text-box {
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sy_one .text-box {
    width: 100%;
  }
}
.sy_one .info {
  display: none;
  opacity: 0;
  padding: 0.6rem;
  overflow: hidden;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 991px) {
  .sy_one .info {
    padding: 0 0.7rem;
  }
}
@media (max-width: 767px) {
  .sy_one .info {
    width: 100%;
    padding: 1.5rem;
    max-width: 100%;
  }
}
.sy_one .info .title {
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .sy_one .info .title {
    padding-bottom: 0.7rem;
    font-weight: bold;
  }
}
.sy_one .info .desc {
  line-height: 1.9;
  color: #656565;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sy_one .info .desc {
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .sy_one .info .desc {
    margin-bottom: 1rem;
  }
}
.sy_one .info.sel {
  display: block;
  opacity: 1;
}
.sy_one ul {
  position: relative;
  width: 60%;
  display: flex;
  justify-content: space-between;
  height: 6.6rem;
}
@media (max-width: 991px) {
  .sy_one ul {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .sy_one ul {
    width: 100%;
  }
}
.sy_one li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  height: 6.6rem;
  width: 50%;
  overflow: hidden;
  cursor: pointer;
  border-left: 1px solid #A7A8A8;
  z-index: 10;
}
@media (max-width: 991px) {
  .sy_one li {
    height: 7rem;
  }
}
.sy_one li.sel img {
  display: block;
}
.sy_one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
.sy_one img.sel {
  display: block;
}
.sy_one .nei {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 111;
}
.sy_one .nei span {
  background: url(../images/bg_03.png) no-repeat top center;
  background-size: auto 0.6rem;
  padding-top: 0.7rem;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .sy_one .nei span {
    padding-top: 2.2rem;
    background-size: auto 2rem;
  }
}
.sy_one li:hover .nei span {
  background: url(../images/bg_03-sel.png) no-repeat top center;
  background-size: auto 0.6rem;
}
@media (max-width: 767px) {
  .sy_one li:hover .nei span {
    background-size: auto 2rem;
  }
}
.sy_one li.sel .nei span {
  background: url(../images/bg_03-sel.png) no-repeat top center;
  background-size: auto 0.6rem;
}
@media (max-width: 767px) {
  .sy_one li.sel .nei span {
    background-size: auto 2rem;
  }
}
.sy_type {
  text-align: center;
  padding: 0.6rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .sy_type {
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .sy_type {
    padding-bottom: 1.2rem;
    padding-top: 0;
  }
}
.sy_type li {
  color: #999999;
  margin: 0 0.6rem;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 767px) {
  .sy_type li {
    margin: 0 1rem;
  }
}
.sy_type li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #D2B897;
  transition: 0.5s;
}
.sy_type li.sel {
  color: #D2B897;
}
.sy_type li.sel::after {
  width: 100%;
}
.sy_two {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.sy_two li {
  width: 50%;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .sy_two li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sy_two li:last-child {
    margin: 0;
  }
}
.sy_two .nei {
  display: block;
  padding: 0 0.2rem;
}
.sy_two .img-box {
  width: 100%;
  overflow: hidden;
  height: 4rem;
}
@media (max-width: 767px) {
  .sy_two .img-box {
    height: 9rem;
  }
}
.sy_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sy_two .info {
  padding: 0.4rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .sy_two .info {
    padding: 1rem;
  }
}
.sy_two .info::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #D2B897;
  transition: 0.5s;
}
.sy_two .info .title {
  color: #333333;
  margin-bottom: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.sy_two .info .desc {
  color: #656565;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.7rem;
}
@media (max-width: 991px) {
  .sy_two .info .desc {
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .sy_two .info .desc {
    height: auto;
  }
}
.sy_two li:hover .info .title {
  color: #D2B897;
}
.sy_two li:hover .info::after {
  width: 100%;
}
.sy_two li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_three li {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  background: #fff;
  align-items: center;
  transition: 0.5s;
  position: relative;
}
.sy_three li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .sy_three li {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.sy_three li:last-child {
  margin-bottom: 0;
}
.sy_three li::after {
  position: absolute;
  content: '';
  background: url(../images/bg_04.jpg) no-repeat right center;
  background-size: 100% 100%;
  z-index: 1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.5s;
}
.sy_three li:nth-child(2n)::after {
  left: 0;
}
.sy_three li:hover::after {
  width: 41%;
}
.sy_three .img-box {
  position: relative;
  z-index: 10;
  width: 59%;
  height: 4.6rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sy_three .img-box {
    width: 57%;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .sy_three .img-box {
    width: 100%;
    height: 10rem;
  }
}
.sy_three .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_three .nei {
  padding: 0 1.2rem 0 0.6rem;
  width: 41%;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .sy_three .nei {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .sy_three .nei {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.sy_three .num {
  color: #D2B897;
  border-bottom: 2px solid #D2B897;
  transition: 0.5s;
}
.sy_three .title {
  padding-top: 0.35rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .sy_three .title {
    padding-top: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.sy_three .desc {
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  transition: 0.5s;
}
.sy_three li:hover .nei {
  color: #fff;
}
.sy_three li:hover .num {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.sy_three li:hover .desc {
  color: #fff;
}
/* 新闻 */
.news_list {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news_list {
    margin: 0 -0.4rem;
  }
}
.news_list li {
  margin-bottom: 0.6rem;
  width: 33.33%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .news_list li {
    width: 50%;
    margin-bottom: 1.5rem;
    padding: 0 0.4rem;
  }
}
.news_list .img-box {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news_list .img-box {
    height: 5rem;
  }
}
.news_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.news_list .date {
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
  color: #333333;
}
@media (max-width: 767px) {
  .news_list .date {
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.news_list .title {
  color: #333333;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_list .xq {
  padding: 0.5rem 0;
  padding-right: 0.4rem;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.21rem;
  color: #999999;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .news_list .xq {
    padding-right: 0.8rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .news_list .xq {
    padding-right: 1.5rem;
    background-size: 0.8rem;
  }
}
.news_list li:hover .xq {
  background: url(../images/bg_04-sel.png) no-repeat right center;
  background-size: 0.21rem;
  color: #D2B897;
}
@media (max-width: 991px) {
  .news_list li:hover .xq {
    padding-right: 0.8rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .news_list li:hover .xq {
    padding-right: 1.5rem;
    background-size: 0.8rem;
  }
}
.news_list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.xw_lunbo {
  display: flex;
}
.xw_lunbo .swiper-pagination {
  width: 35%;
  left: auto;
  right: 0;
  text-align: left;
  padding: 0.3rem 0.44rem;
}
@media (max-width: 991px) {
  .xw_lunbo .swiper-pagination {
    width: 40%;
    padding: 0.3rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .xw_lunbo .swiper-pagination {
    width: 100%;
    text-align: right;
  }
}
.xw_lunbo .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .xw_lunbo .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 10px;
  }
}
.xw_lunbo .swiper-pagination-bullet-active {
  background: #D2B897;
}
.xw_lunbo .nei {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 767px) {
  .xw_lunbo .nei {
    flex-wrap: wrap;
  }
}
.xw_lunbo .img-box {
  width: 65%;
  height: 5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .xw_lunbo .img-box {
    width: 60%;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .xw_lunbo .img-box {
    width: 100%;
    height: 10rem;
  }
}
.xw_lunbo .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.xw_lunbo .text-box {
  width: 35%;
  padding: 0.7rem 0.44rem;
}
@media (max-width: 991px) {
  .xw_lunbo .text-box {
    width: 40%;
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .xw_lunbo .text-box {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.xw_lunbo .tit1 {
  color: #D2B897;
}
.xw_lunbo .title {
  padding: 0.25rem 0;
  color: #333333;
}
@media (max-width: 767px) {
  .xw_lunbo .title {
    padding: 0.5rem 0;
  }
}
.xw_lunbo .desc {
  color: #999999;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .xw_lunbo .desc {
    line-height: 1.8;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .xw_lunbo .desc {
    margin-bottom: 0.8rem;
  }
}
.xw_lunbo .xq {
  display: inline-block;
  padding-right: 40px;
  background: url(../images/bg_04-2.png) no-repeat right center;
  background-size: 20px;
  color: #333;
  transition: 0.5s;
}
.xw_lunbo a:hover .xq {
  background: url(../images/bg_04-sel.png) no-repeat right center;
  background-size: 20px;
  color: #D2B897;
}
.xw_lunbo a:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.xx_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 0;
  margin-bottom: 1rem;
}
.xx_left {
  width: 72.5%;
}
@media (max-width: 991px) {
  .xx_left {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .xx_left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.xx_left .xx_one {
  background: #fff;
  margin-bottom: 10px;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .xx_left .xx_one {
    padding: 1rem;
  }
}
.xx_left .xx_one .title {
  color: #333333;
  font-weight: bold;
}
.xx_left .xx_one .desc {
  padding: 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .xx_left .xx_one .desc {
    padding: 1rem 0;
  }
}
.xx_left .xx_one .desc .left {
  color: #999999;
}
.xx_left .xx_one .desc .left .date {
  background: url(../images/bg_02.png) no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
  padding-right: 0.6rem;
}
.xx_left .xx_one .desc .share {
  max-width: 50%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .xx_left .xx_one .desc .share {
    max-width: 100%;
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .xx_left .xx_one .desc .share {
    max-width: 100%;
    padding-top: 0rem;
  }
}
.xx_left .xx_one .desc .share a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 5px;
  margin-top: -10px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .xx_left .xx_one .desc .share a {
    width: 36px;
    height: 36px;
    margin-top: -8px;
  }
}
.xx_left .xx_one .desc .share a img {
  border-radius: 50px;
}
.xx_left .xx_one .desc .share a .fx_img1 {
  background: #207FE0;
}
.xx_left .xx_one .desc .share a .fx_img2 {
  background: #CB2525;
}
.xx_left .xx_one .desc .share a .fx_img3 {
  background: #32B82B;
}
.xx_left .xx_one .desc .share a:hover img {
  background: linear-gradient(#DEC3A0, #AF916B);
}
.xx_left .xx_one .xx_info {
  color: #656565;
  line-height: 1.8;
  padding-top: 0.3rem;
}
.xx_left .xx_one .xx_info img {
  max-width: 100%;
}
.xx_left .xx_two {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.xx_left .xx_two li {
  width: 48.5%;
  background: #fff;
  display: flex;
  align-items: center;
  color: #999999;
  padding: 0.35rem 0;
  line-height: 0.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .xx_left .xx_two li {
    line-height: 1.5rem;
  }
}
.xx_left .xx_two li a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.5rem;
  max-width: 65%;
}
.xx_left .xx_two li a:hover {
  color: #AF916B;
}
@media (max-width: 991px) {
  .xx_left .xx_two li a {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .xx_left .xx_two li a {
    display: none;
  }
}
.xx_left .xx_two li i {
  padding: 0px 15px;
  font-style: normal;
}
@media (max-width: 767px) {
  .xx_left .xx_two li i {
    display: none;
  }
}
@media (max-width: 767px) {
  .xx_left .xx_two {
    margin-bottom: 1.5rem;
  }
}
.xx_right {
  width: 26%;
  background: #fff;
  padding: 0.22rem;
  position: sticky;
  top: 110px;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .xx_right {
    width: 32%;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .xx_right {
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0.2rem;
  }
}
.xx_right .title {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .xx_right .title {
    padding-bottom: 0.6rem;
  }
}
.xx_right .list li:last-child a {
  border-bottom: 0;
}
.xx_right .list a {
  padding: 0.34rem 0;
  border-bottom: 1px dashed #E0E0E0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #555555;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .xx_right .list a {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .xx_right .list a {
    padding: 1rem 0;
  }
}
.xx_right .list img {
  height: 0.75rem;
  width: 1.1rem;
  margin-right: 0.2rem;
  object-fit: cover;
  flex-shrink: 0;
  transition: 1s;
}
@media (max-width: 991px) {
  .xx_right .list img {
    width: 1.8rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .xx_right .list img {
    width: 5rem;
    height: 3rem;
    margin-right: 0.6rem;
  }
}
.xx_right .list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.xx_right .list li:hover a {
  color: #D2B897;
}
/* foot_banner */
.foot_banner {
  height: 2.8rem;
  background: url(../images/foot.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .foot_banner {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .foot_banner {
    height: 8rem;
  }
}
.foot_banner .nei {
  text-align: center;
}
.foot_banner .title {
  color: #fff;
  padding-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .foot_banner .title {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .foot_banner .title {
    padding-bottom: 0.6rem;
  }
}
.foot_banner .tl {
  background: linear-gradient(#DEC3A0, #AF916B);
  color: #fff;
  line-height: 0.5rem;
  display: inline-block;
  padding: 0 0.45rem;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .foot_banner .tl {
    line-height: 0.9rem;
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .foot_banner .tl {
    line-height: 1.6rem;
    padding: 0 1rem;
  }
}
.foot_banner .tl:hover {
  background: #B89A74;
}
/* 404 */
.no_page {
  text-align: center;
}
.no_page .img {
  height: 1.8rem;
}
@media (max-width: 991px) {
  .no_page .img {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .no_page .img {
    height: 5rem;
  }
}
.no_page .title {
  padding: 0.5rem 0;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .no_page .title {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .no_page .div_btn {
    padding: 1rem 0;
  }
}
.no_page .div_btn a {
  display: inline-block;
  margin: 0px 0.4rem;
  width: 2rem;
  line-height: 0.6rem;
  border-radius: 100px;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .no_page .div_btn a {
    width: 3.4rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .no_page .div_btn a {
    width: 6.6rem;
    line-height: 2rem;
    margin: 0px 0.7rem;
  }
}
/* 位置 */
.wei {
  padding: 0.3rem 0 0.5rem 0;
  color: #999999;
}
@media (max-width: 991px) {
  .wei {
    padding: 0.5rem 0 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .wei {
    padding: 1rem;
  }
}
.wei a {
  color: #999999;
}
.wei a:hover {
  color: #AF916B;
}
.wei span {
  color: #333;
}
.wei_top {
  margin-top: -1.8rem;
  height: 1.8rem;
  background: url(../images/bg_05.png) repeat-x left top;
  background-size: 100% 100%;
  position: relative;
  z-index: 50;
  overflow: hidden;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .wei_top {
    padding-top: 1rem;
    margin-top: -2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .wei_top {
    padding-top: 1.2rem;
    margin-top: -4rem;
    height: 4rem;
  }
}
.wei_top .wei {
  color: #fff;
}
.wei_top .wei a {
  color: #fff;
}
.wei_top .wei span {
  color: #fff;
}
/* 右侧浮框 */
.fu {
  position: fixed;
  top: 40%;
  right: 0;
  width: 50px;
  z-index: 10;
}
@media (max-width: 767px) {
  .fu {
    display: none;
  }
}
.fu li {
  margin-bottom: 3px;
  height: 50px;
  background: linear-gradient(#DEC3A0, #AF916B);
  position: relative;
  transition: 0.5s;
}
.fu li:hover .spanTell {
  opacity: 1;
}
.fu i,
.fu a {
  display: inline-block;
  width: 50px;
  height: 100%;
}
.fu .i_wx {
  background: url(../images/f1.png) no-repeat center center;
}
.fu .i_tell {
  background: url(../images/f2.png) no-repeat center center;
}
.fu .spanTell {
  opacity: 0;
  line-height: 50px;
  color: #fff;
}
.fu .a_lx {
  background: url(../images/f3.png) no-repeat center center;
}
.fu #c-go-top i {
  cursor: pointer;
  background: url(../images/f4.png) no-repeat center center;
}
.fu li:hover .span_wx {
  opacity: 1;
}
.fu .span_wx {
  position: absolute;
  top: 0;
  right: 60px;
  opacity: 0;
  transition: 0.5s;
}
.fu .span_wx img {
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 5px;
}
.fu .li_tell:hover {
  width: 200px;
  margin-left: -140px;
  display: flex;
}
.fu .li_tell:hover .spanTell {
  opacity: 1;
  width: 80%;
}
/* 法律声明 */
.law {
  line-height: 2;
  color: #656565;
  padding-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .law {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .law {
    line-height: 1.8;
    padding-bottom: 3rem;
  }
}
/* 网站地图 */
.map {
  background: #fff;
  padding: 0.6rem;
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .map {
    padding: 0.8rem 1rem;
  }
}
.map li {
  padding-bottom: 0.1rem;
}
.map h2 {
  border-bottom: 1px solid #E5E5E5;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 5px;
}
.map .bottom {
  padding-top: 10px;
  padding-bottom: 20px;
}
.map .bottom p {
  color: #666;
  padding-bottom: 0.1rem;
}
.map a {
  color: #999999;
  margin-right: 45px;
}
.map a:hover {
  color: #D2B897;
}
/* 图片弹窗 */
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-img-pop .hi-close:hover {
  background: #0393CD;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 关于 */
.ab_banner {
  width: 100%;
  height: 7.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .ab_banner {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .ab_banner {
    height: 14rem;
  }
}
.ab_banner .video_shiPin {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab_banner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab_banner .nei {
  text-align: center;
  color: #fff;
}
.ab_banner .nei .title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  padding-bottom: 0.45rem;
}
.ab_banner .nei .bo {
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  background: url(../images/bo.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.5s;
}
.ab_banner .nei .bo:hover {
  background: url(../images/bo-2.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .ab_banner .nei .bo {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .ab_banner .nei .bo {
    width: 2rem;
    height: 2rem;
  }
}
.ab_banner .nei .bo.ck {
  opacity: 0;
  cursor: default;
}
.ab_banner .nei .boZi {
  transition: 0.5s;
}
.ab_banner .nei .boZi.ck {
  opacity: 0;
}
.gy_one {
  overflow: hidden;
  padding-top: 1.6rem;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  min-height: 3.9rem;
}
@media (max-width: 767px) {
  .gy_one {
    padding-top: 2.6rem;
    padding-bottom: 4.4rem;
  }
}
.gy_one .img-box {
  position: absolute;
  bottom: 0;
  height: 3.9rem;
  right: 0;
}
.gy_one .img-box img {
  height: 100%;
}
@media (max-width: 767px) {
  .gy_one .img-box {
    height: 4rem;
  }
}
.gy_one .nei {
  width: 42%;
}
@media (max-width: 991px) {
  .gy_one .nei {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .gy_one .nei {
    width: 100%;
  }
}
.gy_one .title {
  font-weight: bold;
  padding-top: 0.2rem;
}
.gy_one .desc {
  padding: 0.45rem 0 0.2rem 0;
  color: #656565;
  line-height: 1.8;
}
.gy_two {
  padding: 0.55rem 0 0.8rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .gy_two {
    padding: 0.8rem 0 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .gy_two {
    padding: 3rem 0 2rem 0;
    flex-wrap: wrap;
  }
}
.gy_two li {
  color: #D2B897;
  background: url(../images/bg_06.jpg) no-repeat left center;
  width: 20%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .gy_two li {
    width: 50%;
    justify-content: space-between;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
  }
}
.gy_two li:first-child {
  background: none;
  justify-content: space-between;
}
.gy_two li:last-child {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .gy_two li:last-child {
    flex-direction: row;
    background: none;
  }
}
@media (max-width: 767px) {
  .gy_two li:nth-child(3) {
    background: none;
  }
}
.gy_two li strong {
  margin-right: 5px;
}
.gy_two li p {
  color: #656565;
}
.gy_three {
  position: relative;
  height: 8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .gy_three {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .gy_three {
    height: 17rem;
  }
}
.gy_three .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gy_three .zhe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.gy_three ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.gy_three ul li {
  width: 33.333%;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .gy_three ul li {
    padding: 0.9rem 0;
  }
}
.gy_three ul .img-box {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .gy_three ul .img-box {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media (max-width: 767px) {
  .gy_three ul .img-box {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.gy_three ul .img-box img {
  max-height: 0.4rem;
}
@media (max-width: 991px) {
  .gy_three ul .img-box img {
    max-height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .gy_three ul .img-box img {
    max-height: 1rem;
  }
}
.gy_three ul p {
  padding-top: 0.15rem;
}
.gy_three ul li .nei:hover .img-box {
  background: #D3B998;
}
.gy_three ul.font24 {
  font-size: 16px;
}
.gy_four {
  background: url(../images/bg_02.png) no-repeat top center;
  background-size: cover;
  padding: 1rem 0 1.3rem 0;
}
@media (max-width: 991px) {
  .gy_four {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .gy_four {
    padding: 3rem 0;
  }
}
.gy_four .nei {
  background: #fff;
  padding-bottom: 0.3rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .gy_four .nei {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .gy_four .nei {
    width: 80%;
    margin-left: 10%;
    padding-bottom: 1rem;
  }
}
.gy_four .nei::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #D2B897;
  transition: 0.5s;
  width: 0;
}
.gy_four .nei:hover::after {
  width: 100%;
}
.gy_four .img-box {
  width: 100%;
  height: 3.7rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .gy_four .img-box {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .gy_four .img-box {
    height: 10rem;
  }
}
.gy_four .img-box img {
  max-height: 80%;
}
.gy_four .title {
  line-height: 0.6rem;
  padding: 0 0.4rem;
  background: url(../images/bg_07.png) no-repeat 90% center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .gy_four .title {
    line-height: 1rem;
  }
}
.gy_four .nei:hover .title {
  background: url(../images/bg_07-sel.png) no-repeat 90% center;
}
.gy_four .main {
  position: relative;
}
.gy_four .next,
.gy_four .prev {
  position: absolute;
  top: 45%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: 宋体;
  cursor: pointer;
  font-weight: bold;
  z-index: 50;
}
@media (max-width: 991px) {
  .gy_four .next,
  .gy_four .prev {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .gy_four .next,
  .gy_four .prev {
    width: 35px;
    height: 35px;
  }
}
.gy_four .next:hover,
.gy_four .prev:hover {
  color: #fff;
  background: linear-gradient(#DEC3A0, #AF916B);
}
.gy_four .next {
  left: -80px;
}
@media (max-width: 991px) {
  .gy_four .next {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .gy_four .next {
    left: -15px;
  }
}
.gy_four .prev {
  right: -80px;
}
@media (max-width: 991px) {
  .gy_four .prev {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .gy_four .prev {
    right: -15px;
  }
}
.gy_five {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.12rem;
}
.gy_five .nei {
  cursor: pointer;
}
@media (max-width: 767px) {
  .gy_five {
    margin: 0 -0.2rem;
    flex-wrap: wrap;
  }
}
.gy_five .left_img {
  padding: 0.12rem;
}
@media (max-width: 767px) {
  .gy_five .left_img {
    padding: 0.2rem;
  }
}
@media (max-width: 767px) {
  .gy_five .left_img {
    width: 100%;
  }
}
.gy_five .left_img .nei {
  height: 5.8rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .gy_five .left_img .nei {
    height: 10rem;
  }
}
.gy_five .left_img .nei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.gy_five .left_img .nei .title {
  position: absolute;
  bottom: -200px;
  left: 0;
  background: url(../images/bg_05-2.png) repeat-x left top;
  background-size: 100% 100%;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 3px;
  transition: 0.5s;
}
.gy_five .left_img .nei:hover .title {
  bottom: 0;
}
.gy_five .left_img .nei:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.gy_five ul {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gy_five ul {
    width: 100%;
  }
}
.gy_five ul li {
  display: inline-block;
  width: 33.33%;
  padding: 0.12rem;
}
@media (max-width: 767px) {
  .gy_five ul li {
    padding: 0.2rem;
  }
}
.gy_five ul li:last-child {
  width: 66.666%;
}
.gy_five ul .nei {
  height: 2.8rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .gy_five ul .nei {
    height: 5rem;
  }
}
.gy_five ul .nei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.gy_five ul .nei .title {
  position: absolute;
  bottom: -200px;
  left: 0;
  background: url(../images/bg_05-2.png) repeat-x left top;
  background-size: 100% 100%;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 3px;
  transition: 0.5s;
}
.gy_five ul .nei:hover .title {
  bottom: 0;
}
.gy_five ul .nei:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.tan_huodong {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tan_huodong .main {
  width: 8.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .tan_huodong .main {
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .tan_huodong .main {
    width: 70%;
  }
}
.tan_huodong .big_imgLB {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB {
    margin-bottom: 0.5rem;
  }
}
.tan_huodong .big_imgLB img {
  height: 4.2rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .tan_huodong .big_imgLB img {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB img {
    height: 10rem;
  }
}
.tan_huodong .thumbs_lb img {
  height: 1rem;
  width: 100%;
  object-fit: cover;
  background: #000;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .tan_huodong .thumbs_lb img {
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .tan_huodong .thumbs_lb img {
    height: 2.2rem;
  }
}
.tan_huodong .thumbs_lb .swiper-slide-thumb-active img {
  opacity: 1;
}
.tan_huodong .next,
.tan_huodong .prev {
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: 宋体;
  cursor: pointer;
  font-weight: bold;
  z-index: 50;
}
@media (max-width: 991px) {
  .tan_huodong .next,
  .tan_huodong .prev {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .next,
  .tan_huodong .prev {
    width: 35px;
    height: 35px;
  }
}
.tan_huodong .next:hover,
.tan_huodong .prev:hover {
  color: #fff;
  background: linear-gradient(#DEC3A0, #AF916B);
}
.tan_huodong .next {
  left: -80px;
}
@media (max-width: 991px) {
  .tan_huodong .next {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .next {
    left: -45px;
  }
}
.tan_huodong .prev {
  right: -80px;
}
@media (max-width: 991px) {
  .tan_huodong .prev {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .prev {
    right: -45px;
  }
}
.tan_huodong .close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.tan_huodong .close:after,
.tan_huodong .close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
.tan_huodong .close:hover {
  background: #0393CD;
}
.tan_huodong .close:hover:after,
.tan_huodong .close:hover:before {
  background: #fff;
}
.tan_huodong .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tan_huodong .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 通用banner */
.t_banner {
  width: 100%;
  height: 5.3rem;
  position: relative;
}
@media (max-width: 991px) {
  .t_banner {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .t_banner {
    height: 10rem;
  }
}
.t_banner .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t_banner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t_banner .title {
  color: #fff;
  letter-spacing: 4px;
  font-weight: bold;
}
/* 产品 */
.cp_type {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cp_type {
    margin-top: -1rem;
    padding-bottom: 1rem;
  }
  .cp_type.font24 {
    font-size: 16px;
  }
}
.cp_type ul {
  display: flex;
  border-bottom: 2px solid #CACACA;
  justify-content: space-between;
}
.cp_type ul li {
  margin: 0px 0.35rem;
}
.cp_type ul li:last-child {
  margin-right: 0;
}
.cp_type ul li:first-child {
  margin-left: 0;
}
.cp_type ul li a {
  padding: 10px 0;
  display: inline-block;
  color: #656565;
}
.cp_type ul li.sel {
  border-bottom: 2px solid #D2B897;
  margin-bottom: -2px;
}
.cp_type ul li.sel a {
  font-weight: bold;
  color: #D2B897;
}
.cp_list .info {
  background: url(../images/bg_08.png) no-repeat 95% center #fff;
  background-size: 0.6rem;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cp_list .info {
    background-size: 1rem;
  }
}
@media (max-width: 767px) {
  .cp_list .info {
    background-size: 1.7rem;
  }
}
.cp_list li:hover .info {
  background: url(../images/bg_08-sel.png) no-repeat 95% center #fff;
  background-size: 0.6rem;
}
@media (max-width: 991px) {
  .cp_list li:hover .info {
    background-size: 1rem;
  }
}
@media (max-width: 767px) {
  .cp_list li:hover .info {
    background-size: 1.7rem;
  }
}
.cp_list .info .title {
  margin-bottom: 0.1rem;
}
.cp_list .info .desc {
  height: auto;
}
.cp_banner {
  padding: 0.1rem 0 1rem 0;
}
.cp_banner .main {
  background: #fff;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cp_banner .main {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cp_banner .main {
    flex-wrap: wrap;
    padding: 0.8rem;
  }
}
.cp_one {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767px) {
  .cp_one {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cp_one img {
  height: 4.6rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cp_one img {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .cp_one img {
    height: 12rem;
  }
}
.cp_one .swiper-pagination-bullet-active {
  background: #D2B897;
}
.cp_two {
  width: 50%;
  padding-left: 1.2rem;
}
@media (max-width: 991px) {
  .cp_two {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cp_two {
    width: 100%;
  }
}
.cp_two .title {
  color: #333333;
  font-weight: bold;
}
.cp_two .desc {
  padding: 0.2rem 0 0.6rem 0;
  color: #656565;
}
@media (max-width: 767px) {
  .cp_two .desc {
    padding: 0.4rem 0 1rem 0;
  }
}
.cp_two .desc p {
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .cp_two .bottom {
    padding-bottom: 1rem;
  }
}
.cp_two .bottom a {
  display: inline-block;
  line-height: 0.5rem;
  border-radius: 30px;
  padding: 0px 0.35rem;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cp_two .bottom a {
    line-height: 1rem;
    border-radius: 30px;
    padding: 0px 0.5rem;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .cp_two .bottom a {
    line-height: 2rem;
    border-radius: 30px;
    padding: 0px 1rem;
    margin-right: 10px;
  }
}
.cp_two .bottom span {
  color: #fff;
  padding-left: 0.35rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .cp_two .bottom span {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .cp_two .bottom span {
    padding-left: 1.2rem;
  }
}
.cp_two .bottom .a-zx {
  background: #5B5B5B;
  transition: 0.5s;
}
.cp_two .bottom .a-zx:hover {
  background: #7d7d7d;
}
.cp_two .bottom .a-zx span {
  background: url(../images/bg_09.png) no-repeat left center;
  background-size: 0.24rem;
}
@media (max-width: 991px) {
  .cp_two .bottom .a-zx span {
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .cp_two .bottom .a-zx span {
    background-size: 0.8rem;
  }
}
.cp_two .bottom .a-bj {
  background: #D3B997;
  transition: 0.5s;
}
.cp_two .bottom .a-bj:hover {
  background: #ddc4a5;
}
.cp_two .bottom .a-bj span {
  background: url(../images/bg_10.png) no-repeat left center;
  background-size: 0.24rem;
}
@media (max-width: 991px) {
  .cp_two .bottom .a-bj span {
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .cp_two .bottom .a-bj span {
    background-size: 0.8rem;
  }
}
.cp_three {
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: sticky;
  top: 99px;
  z-index: 11;
}
@media (max-width: 991px) {
  .cp_three {
    top: 59px;
  }
}
@media (max-width: 767px) {
  .cp_three {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.cp_three li {
  width: 2.3rem;
  line-height: 0.8rem;
  color: #656565;
  cursor: pointer;
  position: relative;
  margin: 0px 10px;
}
@media (max-width: 991px) {
  .cp_three li {
    line-height: 1.2rem;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .cp_three li {
    line-height: 2.4rem;
    width: 6rem;
  }
}
.cp_three li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #D2B897;
  transition: 0.5s;
}
.cp_three li.sel {
  color: #D2B897;
}
.cp_three li.sel::after {
  width: 100%;
}
.cp_three li:hover {
  color: #D2B897;
}
.cp_three li:hover::after {
  width: 100%;
}
.cp_info {
  color: #656565;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .cp_info {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .div_tb {
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 1rem;
  }
}
.cp_table {
  border-right: 1px solid #DBDBDB;
  margin-bottom: 0.8rem;
  width: 100%;
}
.cp_table th {
  background: #D3B998;
  color: #fff;
  padding: 0.2rem 0;
  border-bottom: 1px solid #BEA587;
  border-left: 1px solid #BEA587;
}
.cp_table td {
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  color: #333333;
  text-align: center;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  .cp_table td {
    padding: 0.5rem 0.5rem;
  }
}
.cp_table tr {
  background: #F5F5F5;
}
.cp_table tr:nth-child(2n) {
  background: #E4E4E4;
}
/* 产品详情 */
.xq_banner {
  height: 7rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .xq_banner {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .xq_banner {
    height: 14rem;
  }
}
.xq_banner .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xq_banner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.xq_banner .title {
  font-weight: bold;
  letter-spacing: 3px;
}
.xq_banner .desc {
  max-width: 6.4rem;
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .xq_banner .desc {
    max-width: 12rem;
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .xq_banner .desc {
    max-width: 16rem;
  }
}
.xq_one {
  display: flex;
  margin: 0 -0.15rem;
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .xq_one {
    flex-wrap: wrap;
    padding-top: 0;
    margin-top: -1rem;
  }
}
.xq_one li {
  width: 33.333%;
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .xq_one li {
    width: 100%;
    margin-top: 1rem;
  }
}
.xq_one li .nei {
  width: 100%;
  height: 3.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .xq_one li .nei {
    height: 9rem;
  }
}
.xq_one li .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.xq_one li .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
}
.xq_one li .info img {
  height: 1.2rem;
}
@media (max-width: 767px) {
  .xq_one li .info img {
    height: 4rem;
  }
}
.xq_one li .info p {
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .xq_one li .info p {
    padding-top: 0.7rem;
  }
}
.xq_one li:hover .info {
  top: -20px;
}
.xq_one li:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.xq_main {
  display: flex;
  background: linear-gradient(#DEC3A0, #AF916B);
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .xq_main {
    flex-wrap: wrap;
  }
}
.xq_lunbo {
  width: 50%;
  height: 7rem;
}
@media (max-width: 991px) {
  .xq_lunbo {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .xq_lunbo {
    width: 100%;
    height: 14rem;
  }
}
.xq_lunbo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.xq_lunbo .swiper-pagination-bullet-active {
  background: #D2B897;
}
.xq_two {
  width: 50%;
  padding-left: 1.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .xq_two {
    width: 100%;
    padding: 1.5rem;
  }
}
.xq_two .p1 {
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .xq_two .p1 {
    padding-bottom: 1.5rem;
  }
}
.xq_two .p2 {
  font-weight: bold;
}
.xq_two .p2 strong {
  margin-right: 25px;
  position: relative;
}
.xq_two .p2 strong::after {
  content: '+';
  position: absolute;
  top: 40px;
  right: -40px;
  font-size: 0.7rem;
  font-weight: bold;
}
@media (max-width: 1900px) {
  .xq_two .p2 strong::after {
    top: 5px;
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .xq_two .p2 strong::after {
    top: 10px;
    right: -20px;
    font-size: 20px;
  }
}
.xq_two .p3 {
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .xq_two .p3 {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .xq_two .bottom {
    padding-bottom: 1rem;
  }
}
.xq_two .bottom a {
  display: inline-block;
  line-height: 0.5rem;
  border-radius: 30px;
  padding: 0px 0.35rem;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .xq_two .bottom a {
    line-height: 1rem;
    border-radius: 30px;
    padding: 0px 0.5rem;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .xq_two .bottom a {
    line-height: 2rem;
    border-radius: 30px;
    padding: 0px 1rem;
    margin-right: 10px;
  }
}
.xq_two .bottom span {
  color: #fff;
  padding-left: 0.35rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .xq_two .bottom span {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .xq_two .bottom span {
    padding-left: 1.2rem;
  }
}
.xq_two .bottom .a-zx {
  background: #5B5B5B;
  transition: 0.5s;
}
.xq_two .bottom .a-zx:hover {
  background: #7d7d7d;
}
.xq_two .bottom .a-zx span {
  background: url(../images/bg_09.png) no-repeat left center;
  background-size: 0.24rem;
}
@media (max-width: 991px) {
  .xq_two .bottom .a-zx span {
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .xq_two .bottom .a-zx span {
    background-size: 0.8rem;
  }
}
.xq_two .bottom .a-bj {
  background: #D3B997;
  transition: 0.5s;
}
.xq_two .bottom .a-bj:hover {
  background: #ddc4a5;
}
.xq_two .bottom .a-bj span {
  background: url(../images/bg_10.png) no-repeat left center;
  background-size: 0.24rem;
}
@media (max-width: 991px) {
  .xq_two .bottom .a-bj span {
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .xq_two .bottom .a-bj span {
    background-size: 0.8rem;
  }
}
/* 工程应用 gc */
.gc_one {
  background: #fff;
  padding: 0.8rem 0;
}
@media (max-width: 991px) {
  .gc_one {
    padding: 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .gc_one {
    padding: 2rem 0;
  }
}
.gc_one ul {
  display: flex;
  flex-wrap: wrap;
}
.gc_one li {
  width: 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
}
@media (max-width: 991px) {
  .gc_one li {
    padding: 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .gc_one li {
    width: 50%;
    padding: 0.8rem 0;
  }
}
.gc_one .nei {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #DFDFDF;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .gc_one .nei {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .gc_one .nei {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.gc_one .nei:hover {
  border: 3px solid #D2B897;
}
.gc_one .main {
  border: 5px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gc_one .img-box {
  width: 100%;
  height: 1.75rem;
}
@media (max-width: 991px) {
  .gc_one .img-box {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .gc_one .img-box {
    height: 3.5rem;
  }
}
.gc_one .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gc_one .title {
  text-align: center;
  color: #555555;
  transition: 0.2s;
  height: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .gc_one .title {
    height: 1.1rem;
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .gc_one .title {
    height: 2.2rem;
  }
}
.gc_one .nei:hover .title {
  color: #D2B897;
  font-weight: bold;
}
@media (max-width: 767px) {
  .gc_two {
    margin: -2rem 0;
  }
}
.gc_two li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 767px) {
  .gc_two li {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
}
.gc_two li:nth-child(2n) {
  flex-direction: row-reverse;
}
.gc_two li:last-child {
  border-bottom: 0;
}
.gc_two .img-box {
  width: 46%;
  height: 4.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gc_two .img-box {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .gc_two .img-box {
    width: 100%;
    height: 9rem;
  }
}
.gc_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.gc_two li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.gc_two .text-box {
  width: 46%;
}
@media (max-width: 767px) {
  .gc_two .text-box {
    width: 100%;
    padding-top: 1rem;
  }
}
.gc_two .text-box .title {
  color: #333333;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .gc_two .text-box .title {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
.gc_two .text-box .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #D3B997;
}
.gc_two .text-box .desc {
  color: #656565;
  line-height: 1.9;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .gc_two .text-box .desc {
    margin-bottom: 0.7rem;
    line-height: 1.6;
  }
}
.gc_two .a {
  display: inline-block;
  line-height: 0.5rem;
  color: #D2B897;
  border: 1px solid #D2B897;
  padding: 0px 15px;
  border-radius: 30px;
  margin-right: 10px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .gc_two .a {
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .gc_two .a {
    line-height: normal;
    padding: 0.35rem 15px;
    font-size: 13px;
  }
}
.gc_two .a:hover {
  background: linear-gradient(#DEC3A0, #AF916B);
  color: #fff;
}
.gc_banner {
  height: 7rem;
  overflow: hidden;
  position: relative;
}
.gc_banner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .gc_banner {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .gc_banner {
    height: 10rem;
  }
}
.gc_banner .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gc_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 767px) {
  .gc_main {
    flex-wrap: wrap;
  }
}
.gc_xq {
  width: 64%;
}
@media (max-width: 767px) {
  .gc_xq {
    width: 100%;
  }
}
.gc_xq .title {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.gc_xq .desc {
  color: #656565;
  line-height: 1.9;
}
.gc_xq .desc img {
  max-width: 100%;
}
.gc_info {
  width: 31%;
  background: rgba(211, 185, 151, 0.95);
  padding: 0.45rem;
  min-height: 5.4rem;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: -4.8rem;
  position: relative;
  z-index: 50;
  position: sticky;
  top: 110px;
}
@media (max-width: 767px) {
  .gc_info {
    width: 100%;
    position: relative;
    top: 0px;
    padding: 1rem;
  }
}
.gc_info .title {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .gc_info .title {
    font-weight: bold;
    padding-bottom: 0.3rem;
  }
}
.gc_info table {
  width: 100%;
}
.gc_info table th {
  opacity: 0.7;
  text-align: left;
  font-weight: normal;
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .gc_info table th {
    padding-top: 0.2rem;
  }
}
.gc_info table td {
  padding-top: 0.1rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .gc_info table td {
    padding-top: 0.2rem;
  }
}
.gc_three {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gc_three {
    flex-wrap: wrap;
  }
}
.gc_three li {
  width: 47.2%;
  height: 2.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gc_three li {
    width: 100%;
    margin-bottom: 2rem;
    height: 7rem;
  }
  .gc_three li:last-child {
    margin-bottom: 0;
  }
}
.gc_three li .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.gc_three li:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.gc_three .nei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  transition: 0.5s;
}
.gc_three li:hover .nei {
  color: #DEC3A0;
}
/* 生产实力 sc */
.sc_one {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sc_one {
    flex-wrap: wrap;
  }
}
.sc_one li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.3rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sc_one li {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .sc_one li {
    width: 50%;
    padding-bottom: 1rem;
  }
}
.sc_one .nei {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sc_one .img-box {
  background: #EFF1F5;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .sc_one .img-box {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .sc_one .img-box {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.sc_one .img-box img {
  max-height: 0.5rem;
  transition: 1s;
}
@media (max-width: 991px) {
  .sc_one .img-box img {
    max-height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .sc_one .img-box img {
    max-height: 1.5rem;
  }
}
.sc_one p {
  width: 100%;
  text-align: center;
  padding-top: 0.25rem;
}
.sc_one li:hover .img-box {
  background: #EFE6D8;
}
.sc_one li:hover .img-box img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.sc_two li {
  background: #F1F1F1;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .sc_two li {
    padding: 2.5rem 0;
  }
}
.sc_two li:nth-child(2n) {
  background: #fff;
}
.sc_two li:nth-child(2n) .nei {
  flex-direction: row-reverse;
}
.sc_two .nei {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sc_two .img-box {
  width: 50%;
  overflow: hidden;
  height: 4.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sc_two .img-box {
    height: 7rem;
  }
}
.sc_two .img-box .adv_video {
  width: 80%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.sc_two .img-box img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sc_two .img-box img {
    width: 100%;
  }
}
.sc_two .text-box {
  width: 46%;
}
.sc_two .title {
  color: #333333;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sc_two .title {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
.sc_two .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #D3B997;
}
.sc_two .desc {
  color: #656565;
  line-height: 1.9;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .sc_two .desc {
    margin-bottom: 0.7rem;
    line-height: 1.6;
  }
}
/* 联系我们 lx */
.lx_one {
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .lx_one {
    margin: 0 -0.25rem;
  }
}
@media (max-width: 767px) {
  .lx_one {
    width: 100%;
    margin: 0 ;
  }
}
.lx_one li {
  padding: 0.15rem;
  width: 25%;
}
@media (max-width: 991px) {
  .lx_one li {
    width: 50%;
    padding: 0.25rem;
  }
}
@media (max-width: 767px) {
  .lx_one li {
    width: 100%;
    padding: 0.6rem 0;
  }
}
.lx_one li:nth-child(1),
.lx_one li:nth-child(2) {
  width: 50%;
}
@media (max-width: 767px) {
  .lx_one li:nth-child(1),
  .lx_one li:nth-child(2) {
    width: 100%;
  }
}
.lx_one li:hover .nei .title::after {
  width: 100%;
}
@media (max-width: 767px) {
  .lx_one li:last-child {
    padding-bottom: 0;
  }
}
.lx_one .nei {
  background: #fff;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .lx_one .nei {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .lx_one .nei {
    padding: 1rem;
  }
}
.lx_one .nei .title {
  color: #333333;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}
@media (max-width: 991px) {
  .lx_one .nei .title {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .lx_one .nei .title {
    padding-bottom: 1rem;
    margin-bottom: 0.9rem;
  }
}
.lx_one .nei .title::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #D2B897;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lx_one .nei p {
  padding-left: 40px;
  color: #656565;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .lx_one .nei p {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .lx_one .nei p {
    margin-top: 0.6rem;
  }
}
.lx_one .nei .p1 {
  background: url(../images/bg_11.png) no-repeat left center;
  background-size: auto 18px;
}
.lx_one .nei .p2 {
  background: url(../images/bg_12.png) no-repeat left center;
  background-size: auto 18px;
}
.lx_one .nei .p3 {
  background: url(../images/bg_13.png) no-repeat left 1px;
  background-size: auto 18px;
  height: 0.5rem;
}
@media (max-width: 991px) {
  .lx_one .nei .p3 {
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .lx_one .nei .p3 {
    height: auto;
  }
}
.lx_one .img-box {
  width: 100%;
  height: 4.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lx_one .img-box {
    height: 7rem;
  }
}
.lx_one .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lx_two {
  padding: 0.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .lx_two {
    padding: 1rem;
  }
}
.lx_two ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lx_two ul li {
  position: relative;
  width: 48.5%;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .lx_two ul li {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .lx_two ul li {
    margin-bottom: 0.6rem;
    width: 100%;
  }
}
.lx_two ul .txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #F7F7F7;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .lx_two ul .txt {
    height: 44px;
    list-style: 44px;
    padding-left: 15px;
  }
}
.lx_two ul .txt:focus {
  border: 1px solid #AF916B;
}
.lx_two ul .li {
  width: 100%;
  text-align: center;
}
.lx_two ul .txt_desc {
  padding: 10px 20px;
  height: 3rem;
  line-height: 30px;
}
@media (max-width: 991px) {
  .lx_two ul .txt_desc {
    line-height: 30px;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .lx_two ul .txt_desc {
    line-height: 26px;
    height: 8rem;
  }
}
.lx_two ul .imgYzm {
  position: absolute;
  top: 0;
  right: 0;
}
.lx_two ul .imgYzm img {
  width: 150px;
  height: 46px;
  margin-top: 2px;
}
@media (max-width: 991px) {
  .lx_two ul .imgYzm img {
    width: 100px;
    height: 40px;
  }
}
.lx_two ul .imgYzm .btn_sx {
  width: 60px;
  height: 50px;
  background: url(../images/bg_14.png) no-repeat center center;
  background-size: 22px;
  cursor: pointer;
}
.lx_two ul .imgYzm .btn_sx:hover {
  background: url(../images/bg_14-sel.png) no-repeat center center;
  background-size: 22px;
}
@media (max-width: 991px) {
  .lx_two ul .imgYzm .btn_sx {
    width: 44px;
    height: 44px;
    background-size: 18px;
  }
  .lx_two ul .imgYzm .btn_sx:hover {
    background: url(../images/bg_14-sel.png) no-repeat center center;
    background-size: 18px;
  }
}
.lx_two ul .li_btn {
  display: flex;
  justify-content: space-between;
}
.lx_two ul .li_btn .btn {
  width: 48%;
  height: 50px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .lx_two ul .li_btn .btn {
    height: 44px;
  }
}
.lx_two ul .li_btn .btn:hover {
  background: #999;
}
.lx_two ul .li_btn .btn_tj {
  background: linear-gradient(#DEC3A0, #AF916B);
}
.lx_two ul .li_btn .btn_tj:hover {
  background: #AF916B;
}
.txt::-webkit-input-placeholder {
  color: #999999;
}
.txt:-moz-placeholder {
  color: #999999;
}
.txt::-moz-placeholder {
  color: #999999;
}
.txt:-ms-input-placeholder {
  color: #999999;
}
/* 服务支持 */
.fw_one li {
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .fw_one li {
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
    margin-top: 0;
  }
}
.fw_one li:nth-child(2n) {
  flex-direction: row-reverse;
}
.fw_one li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.fw_one li:hover .title::after {
  width: 80%;
}
.fw_one .img-box {
  width: 50%;
  overflow: hidden;
  height: 4.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .fw_one .img-box {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .fw_one .img-box {
    height: 9rem;
    width: 100%;
  }
}
.fw_one .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.fw_one .text-box {
  width: 50%;
  padding: 0 0.8rem;
}
@media (max-width: 767px) {
  .fw_one .text-box {
    width: 100%;
    padding: 1rem;
  }
}
.fw_one .title {
  color: #333333;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fw_one .title {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
.fw_one .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #D3B997;
  transition: 0.5s;
}
.fw_one .desc {
  color: #656565;
  line-height: 1.9;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .fw_one .desc {
    margin-bottom: 0.7rem;
    line-height: 1.6;
  }
}
.fw_two {
  background: url(../images/fw4.jpg) no-repeat top center;
  background-size: 100% 6.5rem;
  margin-top: 1.3rem;
  padding-top: 1.1rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .fw_two {
    background-size: 100% 15rem;
    padding-top: 2rem;
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.fw_two .big_title {
  color: #fff;
  padding-bottom: 0.6rem;
}
.fw_two .big_title p {
  color: #fff;
  padding-top: 0.2rem;
}
.fw_three {
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .fw_three {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
}
.fw_three .nei {
  display: inline-block;
}
.fw_three .search {
  background: #FFFFFF;
  display: flex;
}
.fw_three .search .txt {
  height: 0.8rem;
  line-height: 0.8rem;
  background: url(../images/bg_15.jpg) no-repeat right center;
  width: 5.5rem;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .fw_three .search .txt {
    width: 9rem;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .fw_three .search .txt {
    width: 12rem;
    height: 45px;
    line-height: 45px;
  }
}
.fw_three .search .btn {
  width: 1.3rem;
  height: 0.8rem;
  background: url(../images/bg_16.jpg) no-repeat center center;
}
@media (max-width: 991px) {
  .fw_three .search .btn {
    height: 50px;
    background-size: 20px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .fw_three .search .btn {
    height: 45px;
    width: 60px;
  }
}
.fw_three .hot {
  padding-top: 0.12rem;
  color: #656565;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .fw_three .hot {
    padding-top: 0.3rem;
  }
}
.fw_three .hot a {
  color: #656565;
  transition: 0.5s;
  margin-right: 15px;
}
.fw_three .hot a:hover {
  color: #D2B897;
}
@media (max-width: 767px) {
  .fw_type {
    padding-top: 0;
    margin-top: 0;
  }
}
.wt_list {
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .wt_list {
    padding-bottom: 0.2rem;
  }
}
.wt_list li {
  margin: 0.1rem 0;
  padding: 0 0.4rem;
  background: #fff;
}
.wt_list li:nth-child(2n) {
  background: no-repeat;
}
@media (max-width: 991px) {
  .wt_list li {
    padding: 0 1rem;
  }
}
.wt_list .topTitle {
  background: url(../images/bg_17.png) no-repeat right center;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
}
@media (max-width: 767px) {
  .wt_list .topTitle {
    background-size: 10px;
  }
}
.wt_list .topTitle .biao {
  background: url(../images/bg_18.png) no-repeat left center;
  padding: 0.35rem 0;
  padding-left: 45px;
  background-size: 26px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .wt_list .topTitle .biao {
    padding: 0.6rem 0;
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .wt_list .topTitle .biao {
    padding: 0.7rem 0;
    padding-left: 35px;
    padding-right: 20px;
    background-size: 20px;
  }
}
.wt_list .topTitle.sel {
  background: url(../images/bg_17-sel.jpg) no-repeat right center;
}
@media (max-width: 767px) {
  .wt_list .topTitle.sel {
    background-size: 10px;
  }
}
.wt_list .bottomNei {
  padding: 30px 0;
  color: #656565;
  line-height: 2;
  display: none;
  border-top: 1px solid #E8E8E8;
  background: url(../images/bg_19.png) no-repeat left 30px;
  padding-left: 45px;
  background-size: 26px;
}
@media (max-width: 767px) {
  .wt_list .bottomNei {
    background: url(../images/bg_19.png) no-repeat left 22px;
    padding: 20px 0;
    padding-left: 35px;
    background-size: 20px;
    line-height: 1.8;
  }
}
.bg_white {
  background: white;
}
