@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  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;
}
@font-face {
  font-family: 'shuzi';
  src: url('../font/BEBASNEUE-1.OTF');
}
.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;
}
.bg-color2 {
  background: #F8F8F8;
}
.ptb100 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.pt30 {
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .pt30 {
    padding-top: 0.6rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 14px;
  }
}
.font20 {
  font-size: 0.21rem;
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 16px;
  }
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1260px) {
  .font36 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.95rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 991px) {
  .font48 {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 1.1rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 767px) {
  .font60 {
    font-size: 1.4rem;
  }
}
.font72 {
  font-size: 0.72rem;
}
@media (max-width: 767px) {
  .font72 {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 16px;
  }
  .font26 {
    font-size: 17px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#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: #e9a171;
}
#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: #e9a171;
}
#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%;
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.x-box-title {
  font-size: 0.48rem;
  text-align: center;
  color: #333;
}
@media (max-width: 1580px) {
  .x-box-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 991px) {
  .x-box-title {
    font-size: 0.68rem;
  }
}
@media (max-width: 767px) {
  .x-box-title {
    font-size: 1.2rem;
  }
}
#x-home-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #333;
  transition: all 0.4s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  #x-home-header {
    height: 60px;
  }
}
#x-home-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #x-home-header.c-head-move {
    top: -60px;
  }
}
#x-home-header .x-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 80px;
}
@media (max-width: 991px) {
  #x-home-header .x-con {
    height: 60px;
    padding: 0;
    width: 84%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con {
    width: 100%;
    padding: 0 1rem;
  }
}
#x-home-header .x-con .x-logo {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-logo {
    width: 20%;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-logo {
    width: auto;
  }
}
#x-home-header .x-con .x-logo .x-img1 {
  width: 23.2%;
  height: 60px;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-logo .x-img1 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-logo .x-img1 {
    width: 70%;
    height: 60px;
  }
}
#x-home-header .x-con .x-logo .x-img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#x-home-header .x-con .x-logo .x-text {
  color: #333;
  width: 69.7%;
  padding-left: 0.3rem;
  position: relative;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-logo .x-text {
    display: none;
  }
}
#x-home-header .x-con .x-logo .x-text::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#x-home-header .x-con .x-logo .x-text p {
  font-size: 16px;
  text-align: left;
}
#x-home-header .x-con .x-logo .x-text p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#x-home-header .x-con .x-right-box {
  width: 56.8%;
  padding-left: 0.4rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-right-box {
    width: 77.8%;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-right-box {
    display: none;
  }
}
#x-home-header .x-con .x-right-box .x-nav {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
#x-home-header .x-con .x-right-box .x-nav li {
  padding: 0 0.4rem;
  position: relative;
}
#x-home-header .x-con .x-right-box .x-nav li.on a {
  color: #d60c1c;
}
#x-home-header .x-con .x-right-box .x-nav li.on a::before {
  width: 100%;
  opacity: 1;
}
#x-home-header .x-con .x-right-box .x-nav li.on dd a {
  color: #333;
}
#x-home-header .x-con .x-right-box .x-nav li:hover > a {
  color: #d60c1c;
}
#x-home-header .x-con .x-right-box .x-nav li:hover > a::before {
  width: 100%;
  opacity: 1;
}
#x-home-header .x-con .x-right-box .x-nav li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
  position: relative;
  transition: 0.5s all;
}
#x-home-header .x-con .x-right-box .x-nav li a::before {
  content: "";
  height: 3px;
  width: 0;
  background-color: #d60c1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-right-box .x-nav li a {
    font-size: 16px;
  }
}
#x-home-header .x-con .x-right-box .x-nav li dl {
  display: block;
  position: absolute;
  left: -10%;
  top: 100%;
  width: 120%;
  background-color: #fff;
  display: none;
}
#x-home-header .x-con .x-right-box .x-nav li dl dd a {
  font-size: 16px;
  display: block;
  padding: 0.15rem 0;
  transition: 0.5s all;
}
#x-home-header .x-con .x-right-box .x-nav li dl dd a:hover {
  background-color: #f5f5f5;
}
#x-home-header .x-con .x-right-box .x-nav li dl dd a::before {
  display: none;
}
#x-home-header .x-con .x-tel {
  width: 11.7%;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-tel {
    width: 14.7%;
  }
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-tel {
    display: none;
  }
}
#x-home-header .x-con .x-tel a {
  display: flex;
  align-items: center;
}
#x-home-header .x-con .x-tel a .x-h-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #d60c1c;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#x-home-header .x-con .x-tel a .x-h-img img {
  width: 16px;
  height: 16px;
}
#x-home-header .x-con .x-tel a p {
  font-family: 'shuzi';
  font-size: 0.28rem;
  color: #d60c1c;
  margin-left: 18px;
}
@media (max-width: 1900px) {
  #x-home-header .x-con .x-tel a p {
    font-size: 0.26rem;
  }
}
@media (max-width: 1600px) {
  #x-home-header .x-con .x-tel a p {
    font-size: 20px;
  }
}
#x-home-header .x-con .x-daohan {
  cursor: pointer;
  z-index: 14;
  display: none;
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-daohan {
    display: block;
  }
}
#x-home-header .x-con .x-daohan:hover i:nth-of-type(1),
#x-home-header .x-con .x-daohan:hover i:nth-of-type(3) {
  width: 30px;
}
#x-home-header .x-con .x-daohan i {
  display: block;
  position: relative;
  height: 3px;
  background-color: currentColor;
  margin: 6px 0 6px auto;
  border-radius: 1.5px;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease;
  -moz-transition: width 0.2s ease-out, opacity 0.2s ease;
  transition: width 0.2s ease-out, opacity 0.2s ease;
}
#x-home-header .x-con .x-daohan i:nth-of-type(1),
#x-home-header .x-con .x-daohan i:nth-of-type(3) {
  width: 30px;
  margin-top: 0;
}
#x-home-header .x-con .x-daohan i:nth-of-type(2) {
  width: 30px;
}
#x-home-header .x-con .x-daohan i:nth-of-type(3) {
  margin-bottom: 0;
}
#x-home-header .x-con .x-nav3 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  line-height: 50px;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
#x-home-header .x-con .x-nav3 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
#x-home-header .x-con .x-nav3 > li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#x-home-header .x-con .x-nav3 > li a:hover {
  color: #d60c1c;
}
#x-home-header .x-con .x-nav3 > li a:hover i {
  background: url("../images/select1.png") no-repeat center;
  background-size: contain;
}
#x-home-header .x-con .x-nav3 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background: url("../images/select1.png") no-repeat center;
  background-size: contain;
}
#x-home-header .x-con .x-nav3 > li ul {
  display: none;
  
}
#x-home-header .x-con .x-nav3 > li ul li a:hover {
  color: #d60c1c;
}
body.c-open {
  overflow: hidden;
}
body.c-open #x-home-header .x-daohan i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #x-home-header .x-daohan i:nth-child(3) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.c-open #x-home-header .x-daohan i:nth-child(2) {
  opacity: 0;
}
body.c-open #x-home-header .x-nav3 {
  height: calc(100% - 60px);
}
#c-placeholder {
  height: 100px;
}
#x-home-header .x-con .x-nav3 > li ul li a{
	padding-left:40px}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.x-index1 {
  overflow: hidden;
}
.x-index1 .x-con {
  position: relative;
  width: 100%;
  height: 8rem;
}
@media (max-width: 767px) {
  .x-index1 .x-con {
    height: 12.5rem;
  }
}
.x-index1 .x-con::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.x-index1 .x-con .shipin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .x-con img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .x-con img:nth-of-type(1) {
  z-index: 1;
}
.x-index1 .x-con img:nth-of-type(2) {
  z-index: 2;
}
.x-index1 .x-con img:nth-of-type(3) {
  z-index: 3;
}
.x-index1 .x-con img:nth-of-type(4) {
  z-index: 4;
}
.x-index1 .x-con img.x-banner-mb {
  top: auto;
  bottom: 0;
  height: auto;
  z-index: 8;
}
.x-index1 .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
@media (max-width: 991px) {
  .x-index1 .x-con .x-text {
    width: 90%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.x-index1 .x-con .x-text span {
  color: #fff;
}
.x-index1 .x-con .x-text p {
  font-size: 0.72rem;
  color: #fff;
}
@media (max-width: 767px) {
  .x-index1 .x-con .x-text p {
    font-size: 1.4rem;
  }
}
.x-index1 .x-con ul {
  width: 71%;
  position: absolute;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .x-index1 .x-con ul {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .x-index1 .x-con ul {
    display: none;
  }
}
.x-index1 .x-con ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.x-m-index1 {
  display: none;
}
@media (max-width: 991px) {
  .x-m-index1 {
    display: block;
    padding: 1rem 0;
    background: #f6f6f6;
  }
}
@media (max-width: 767px) {
  .x-m-index1 {
    padding: 2rem 0;
  }
}
.x-m-index1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-m-index1 .container ul li {
  width: 48%;
  text-align: center;
}
.x-m-index1 .container ul li:nth-of-type(1),
.x-m-index1 .container ul li:nth-of-type(2) {
  margin-bottom: 20px;
}
.x-m-index1 .container ul li a {
  color: #333;
}
@media (max-width: 767px) {
  .x-m-index1 .container ul li a {
    font-size: 14px;
  }
}
.x-index2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-index2 .container ul {
    justify-content: space-between;
    padding: 3rem 0 2rem 0;
  }
}
.x-index2 .container ul li {
  width: 25%;
  padding: 0.2rem 0.8rem 10px 0.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .x-index2 .container ul li {
    padding: 0.4rem 0.4rem 15px 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container ul li {
    width: 48%;
    padding: 0 0 1rem 0;
  }
}
.x-index2 .container ul li:last-child a .x-title {
  font-weight: bold;
  color: #d60c1c;
}
.x-index2 .container ul li.on {
  background-color: #d60c1c;
}
.x-index2 .container ul li.on a .x-title {
  color: #fff;
}
.x-index2 .container ul li.on a p {
  color: rgba(255, 255, 255, 0.5);
}
.x-index2 .container ul li:hover a .x-title {
  color: #fff;
}
.x-index2 .container ul li:hover a p {
  color: rgba(255, 255, 255, 0.5);
}
.x-index2 .container ul li a {
  display: block;
  color: #333;
  position: relative;
  z-index: 2;
  transition: 0.6s all;
}
.x-index2 .container ul li a .x-title {
  transition: 0.6s all;
  position: relative;
}
@media (max-width: 767px) {
  .x-index2 .container ul li a .x-title {
    text-align: center;
  }
  .x-index2 .container ul li a .x-title::after {
    content: '';
    position: absolute;
    left: 25%;
    bottom: -2px;
    width: 50%;
    height: 1px;
    background: #D50C1B;
  }
}
.x-index2 .container ul li a p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  line-height: 24px;
  transition: 0.6s all;
}
.x-index2 .container ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 100%;
  background-color: #d60c1c;
}
.x-box-a {
  text-align: center;
}
.x-box-a a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  border-radius: 30px;
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.45rem;
}
@media (max-width: 1580px) {
  .x-box-a a {
    width: 170px;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .x-box-a a {
    padding-left: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-box-a a {
    padding-left: 30px;
    font-size: 16px;
    width: 160px;
    height: 42px;
    line-height: 42px;
  }
}
.x-box-a a:hover i {
  margin-left: 22px;
}
.x-box-a a i {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url("../images/x-jt1.png") no-repeat center;
  background-size: contain;
  margin-left: 10px;
  transition: 0.5s all;
}
.x-index3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-index3 {
    padding: 3rem 0;
  }
}
.x-index3 .x-con {
  width: 12rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .x-index3 .x-con {
    width: 84%;
  }
}
.x-index3 .x-con .x-title {
  font-size: 0.72rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.x-index3 .x-con ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con ul {
    margin-top: 1rem;
  }
}
.x-index3 .x-con ul li {
  width: 33.3%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li {
    width: 50%;
    padding-bottom: 1rem;
  }
  .x-index3 .x-con ul li:nth-of-type(2n) {
    border-right: none;
  }
  .x-index3 .x-con ul li:nth-of-type(n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.x-index3 .x-con ul li:nth-of-type(n+4) {
  padding-top: 0.5rem;
  border-bottom: none;
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li:nth-of-type(n+4) {
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.x-index3 .x-con ul li:nth-of-type(3n) {
  border-right: none;
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li:nth-of-type(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li:nth-of-type(n+3) {
    padding-top: 1rem;
  }
}
.x-index3 .x-con ul li .x-top .x-sp1 {
  font-size: 0.24rem;
}
@media (max-width: 1260px) {
  .x-index3 .x-con ul li .x-top .x-sp1 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li .x-top .x-sp1 {
    font-size: 14px;
  }
}
.x-index3 .x-con ul li .x-top .x-p1 {
  font-size: 0.72rem;
  font-family: 'shuzi';
  color: #fff;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 991px) {
  .x-index3 .x-con ul li .x-top .x-p1 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li .x-top .x-p1 {
    font-size: 1.6rem;
  }
}
.x-index3 .x-con ul li .x-top span {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li .x-top span {
    font-size: 20px;
  }
}
.x-index3 .x-con ul li .x-p2 {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .x-index3 .x-con ul li .x-p2 {
    margin-top: 5px;
  }
}
.x-index4 {
  padding: 1.25rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 3rem 0;
  }
}
.x-index4 .container .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.x-index4 .container .x-con .x-left {
  width: 25%;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-left ul {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.x-index4 .container .x-con .x-left ul li {
  color: #999;
  margin-bottom: 0.25rem;
  transition: 0.5s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-left ul li {
    flex: none;
    margin: 0 1rem;
  }
}
.x-index4 .container .x-con .x-left ul li:last-child {
  margin-bottom: 0;
}
.x-index4 .container .x-con .x-left ul li:hover {
  color: #d60c1c;
}
.x-index4 .container .x-con .x-left ul li.on {
  color: #d60c1c;
}
.x-index4 .container .x-con .x-left .x-swiper-button {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.9rem;
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-prev1 {
  display: inline-block;
  width: 80px;
  height: 60px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: 0.5s all;
  position: relative;
}
@media (max-width: 1580px) {
  .x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-prev1 {
    width: 70px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-prev1 {
    display: none;
  }
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-prev1:hover {
  background-color: #d60c1c;
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-prev1:hover::before {
  background: url("../images/x-le2.png") no-repeat center;
  background-size: contain;
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-prev1::before {
  content: "";
  width: 10px;
  height: 18px;
  background: url("../images/x-le1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s all;
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-next1 {
  display: inline-block;
  width: 80px;
  height: 60px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: 0.5s all;
  position: relative;
}
@media (max-width: 1580px) {
  .x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-next1 {
    width: 70px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-next1 {
    display: none;
  }
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-next1:hover {
  background-color: #d60c1c;
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-next1:hover::before {
  background: url("../images/x-ri2.png") no-repeat center;
  background-size: contain;
}
.x-index4 .container .x-con .x-left .x-swiper-button .swiper-button-next1::before {
  content: "";
  width: 10px;
  height: 18px;
  background: url("../images/x-ri1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s all;
}
.x-index4 .container .x-con .x-right {
  width: 75%;
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-right {
    width: 100%;
  }
}
.x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-sp {
  font-family: 'shuzi';
  color: #fff;
  font-size: 0.72rem;
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
}
@media (max-width: 991px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-sp {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-sp {
    font-size: 1.6rem;
    left: 1rem;
  }
}
.x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 5.7rem;
}
@media (max-width: 1260px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 6.7rem;
  }
}
@media (max-width: 991px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 7.7rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 11.5rem;
  }
}
.x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-text {
    left: 1rem;
    bottom: 1rem;
  }
}
.x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title2 {
  color: #fff;
}
.x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  font-size: 16px;
  color: #fff;
  margin: 0.2rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-text .x-box-a {
    text-align: left;
  }
}
.x-index5 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-index5 {
    padding: 2.8rem 0 3rem 0;
  }
}
.x-index5 .container .x-title {
  color: #fff;
}
.x-index5 .container .x-swiper {
  margin-top: 0.6rem;
}
.x-index5 .container .x-swiper .swiper-container {
  padding-bottom: 0.75rem;
  padding-top: 10px;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-swiper .swiper-container {
    padding-bottom: 0.9rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-swiper .swiper-container {
    padding-bottom: 1.8rem;
  }
}
.x-index5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 1.4rem;
  transition: 0.5s all;
  position: relative;
  top: 0;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .x-index5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 4rem;
  }
}
.x-index5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure:hover {
  top: -10px;
}
.x-index5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index5 .container .x-swiper .swiper-container .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-index5 .container .x-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #66686c;
  opacity: 1;
  padding: 5px;
  margin: 0 10px;
}
.x-index5 .container .x-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  transition: 0.5s all;
  width: 14px;
  height: 14px;
  border: 1px solid #d60c1c;
  background-color: transparent;
}
.x-index6 {
  padding: 1.2rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-index6 {
    padding: 3rem 0;
  }
}
.x-index6 .container .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con {
    margin-top: 1rem;
  }
}
.x-index6 .container .x-con .x-left {
  width: 25%;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.x-index6 .container .x-con .x-left li {
  margin-bottom: 0.5rem;
}
.x-index6 .container .x-con .x-left li:last-child {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-left li:last-child {
    width: 100%;
  }
}
.x-index6 .container .x-con .x-left li .x-top p {
  display: inline-block;
  font-size: 0.72rem;
  color: #d60c1c;
  font-family: 'shuzi';
  line-height: 1;
}
@media (max-width: 991px) {
  .x-index6 .container .x-con .x-left li .x-top p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-left li .x-top p {
    font-size: 1.6rem;
  }
}
.x-index6 .container .x-con .x-left li .x-top span {
  font-size: 24px;
  color: #d60c1c;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-left li .x-top span {
    line-height: 1;
  }
}
.x-index6 .container .x-con .x-left li .x-p1 {
  color: #333;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-left li .x-p1 {
    font-size: 16px;
  }
}
.x-index6 .container .x-con .x-left .x-box-a {
  text-align: left;
}
.x-index6 .container .x-con .x-left .x-box-a a {
  background-color: #f5f5f5;
}
.x-index6 .container .x-con .x-right {
  width: 72%;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-index6 .container .x-con .x-right .x-ri-m {
  position: relative;
}
.x-index6 .container .x-con .x-right .x-ri-m img {
  width: 100%;
  height: 6.5rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-right .x-ri-m img {
    height: 12.5rem;
  }
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp {
  position: absolute;
  width: 48px;
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp .x-app {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d60c1c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp .x-app .x-d1 {
  flex: 0 0 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(214, 12, 28, 0.4);
  border: 1px solid #d60c1c;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  position: absolute;
  top: -17.5px;
  left: -17.5px;
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp p {
  position: absolute;
  bottom: -55px;
  left: -18px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp.x-a1 {
  top: 35%;
  left: 14%;
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp.x-a2 {
  left: 30.5%;
  bottom: 24%;
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp.x-a3 {
  top: 31%;
  left: 55%;
}
@media (max-width: 767px) {
  .x-index6 .container .x-con .x-right .x-ri-m .x-pp.x-a3 {
    top: 32%;
    left: 52%;
  }
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp.x-a4 {
  left: 51.5%;
  bottom: 37%;
}
.x-index6 .container .x-con .x-right .x-ri-m .x-pp.x-a5 {
  top: 41%;
  left: 77%;
}
.x-index7 {
  background-color: #f5f5f5;
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-index7 {
    padding: 3rem 0;
  }
}
.x-index7 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index7 .container .x-left {
  width: 47%;
}
@media (max-width: 767px) {
  .x-index7 .container .x-left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.x-index7 .container .x-left .x-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .x-index7 .container .x-left .x-top {
    margin-bottom: 1rem;
  }
}
.x-index7 .container .x-left .x-top a {
  font-size: 18px;
  color: #333;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index7 .container .x-left .x-top a {
    font-size: 16px;
  }
}
.x-index7 .container .x-left .x-top a:hover {
  color: #df2013;
}
.x-index7 .container .x-left .x-swiper {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a:hover figure img {
  transform: scale(1.1);
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-text2 span {
  color: #df2013;
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a figure {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a figure {
    height: 4.2rem;
  }
}
@media (max-width: 991px) {
  .x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a figure {
    height: 5.6rem;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a figure {
    height: 9.5rem;
  }
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text {
  padding: 0.5rem 0.4rem;
}
@media (max-width: 767px) {
  .x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text {
    padding: 1rem;
  }
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-title2 {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
}
@media (min-width: 1920px) and (max-width: 2565px) {
  .x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-title2 {
    height: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-title2 {
    height: 24px;
  }
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-text2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-text2 p {
  width: 60%;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
@media (max-width: 767px) {
  .x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-text2 p {
    line-height: 26px;
    height: 52px;
  }
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-text2 span {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  transition: 0.5s all;
}
.x-index7 .container .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-text2 span i {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../images/x-jt1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
  transition: 0.5s all;
}
.x-index7 .container .x-left .x-swiper .x-swiper-pa {
  position: absolute;
  top: 3.3rem;
  left: 44%;
  width: 100%;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-index7 .container .x-left .x-swiper .x-swiper-pa {
    top: 4.3rem;
    left: 34%;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-left .x-swiper .x-swiper-pa {
    top: 7.5rem;
    left: 40%;
  }
}
.x-index7 .container .x-left .x-swiper .x-swiper-pa .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 13px;
  height: 24px;
  line-height: 20px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .x-index7 .container .x-left .x-swiper .x-swiper-pa .swiper-pagination {
    padding: 0 5px;
  }
}
.x-index7 .container .x-left .x-swiper .x-swiper-pa .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: rgba(153, 153, 153, 0.7);
  opacity: 1;
}
.x-index7 .container .x-left .x-swiper .x-swiper-pa .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d60c1c;
}
.x-index7 .container .x-right {
  width: 47%;
}
@media (max-width: 767px) {
  .x-index7 .container .x-right {
    width: 100%;
  }
}
.x-index7 .container .x-right .x-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .x-index7 .container .x-right .x-top {
    margin-bottom: 1rem;
  }
}
.x-index7 .container .x-right .x-top a {
  font-size: 18px;
  color: #333;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index7 .container .x-right .x-top a {
    font-size: 16px;
  }
}
.x-index7 .container .x-right .x-top a:hover {
  color: #df2013;
}
.x-index7 .container .x-right ul li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-index7 .container .x-right ul li {
    margin-bottom: 1.2rem;
  }
}
.x-index7 .container .x-right ul li:last-child {
  margin-bottom: 0;
}
.x-index7 .container .x-right ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-index7 .container .x-right ul li a:hover figure img {
  transform: scale(1.1);
}
.x-index7 .container .x-right ul li a:hover .x-text .x-title3 span {
  background-size: 100% 100%;
}
.x-index7 .container .x-right ul li a:hover .x-text .x-sp {
  color: #df2013;
}
.x-index7 .container .x-right ul li a figure {
  width: 46%;
  height: 1.74rem;
  overflow: hidden;
}
@media (max-width: 1370px) {
  .x-index7 .container .x-right ul li a figure {
    height: 1.85rem;
  }
}
@media (max-width: 1260px) {
  .x-index7 .container .x-right ul li a figure {
    height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .x-index7 .container .x-right ul li a figure {
    height: 2.6rem;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-right ul li a figure {
    width: 100%;
    height: 10.5rem;
  }
}
.x-index7 .container .x-right ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-index7 .container .x-right ul li a .x-text {
  width: 49%;
}
@media (max-width: 767px) {
  .x-index7 .container .x-right ul li a .x-text {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-index7 .container .x-right ul li a .x-text .x-time {
  font-size: 16px;
  color: #999;
}
.x-index7 .container .x-right ul li a .x-text .x-title3 {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin: 0.1rem 0 0.3rem 0;
}
@media (min-width: 1920px) and (max-width: 2565px) {
  .x-index7 .container .x-right ul li a .x-text .x-title3 {
    height: 0.6rem;
  }
}
@media (max-width: 1580px) {
  .x-index7 .container .x-right ul li a .x-text .x-title3 {
    height: 48px;
  }
}
.x-index7 .container .x-right ul li a .x-text .x-title3 span {
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.x-index7 .container .x-right ul li a .x-text .x-sp {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  transition: 0.5s all;
}
.x-index7 .container .x-right ul li a .x-text .x-sp i {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../images/x-jt1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
  transition: 0.5s all;
}
.x-foot {
  background-color: #1d1d1d;
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .x-foot {
    padding-top: 2.5rem;
  }
}
.x-foot .container .x-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-top {
    padding-bottom: 1rem;
  }
}
.x-foot .container .x-top .x-left {
  width: 85.7%;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-left {
    width: 100%;
  }
}
.x-foot .container .x-top .x-left ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-foot .container .x-top .x-left ul li {
  margin-right: 1.75rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-left ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
}
.x-foot .container .x-top .x-left ul li:last-child {
  margin-right: 0;
}
.x-foot .container .x-top .x-left ul li .x-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-left ul li .x-title {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(221, 221, 221, 0.1);
  }
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-left ul li .x-title i {
    background: url('../images/x-x1.png') no-repeat center;
    background-size: contain;
    width: 12px;
    height: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
  }
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-left ul li dl {
    display: none;
    padding: 0.5rem 0;
  }
}
.x-foot .container .x-top .x-left ul li dl dd {
  margin-bottom: 0.15rem;
}
.x-foot .container .x-top .x-left ul li dl dd a {
  display: block;
  color: #848484;
  font-size: 16px;
  transition: 0.5s all;
}
.x-foot .container .x-top .x-left ul li dl dd a:hover {
  color: #fff;
}
.x-foot .container .x-top .x-right {
  width: 12%;
  text-align: right;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-right {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
  }
}
.x-foot .container .x-top .x-right .x-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0.15rem;
}
.x-foot .container .x-top .x-right p {
  font-family: 'shuzi';
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-right p {
    font-size: 28px;
  }
}
.x-foot .container .x-top .x-right figure {
  width: 100px;
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-right figure {
    margin-left: initial;
  }
}
.x-foot .container .x-top .x-right figure img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.x-foot .container .x-top .x-right figure span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  text-align: center;
  padding-top: 0.15rem;
}
.x-foot .container .x-zhong {
  padding: 0.4rem 0 0.2rem 0;
  border-top: 1px solid rgba(221, 221, 221, 0.1);
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}
@media (max-width: 767px) {
  .x-foot .container .x-zhong {
    padding: 1rem 0;
  }
}
.x-foot .container .x-zhong .x-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-zhong .x-title {
    margin-bottom: 0.5rem;
  }
}
.x-foot .container .x-zhong .x-zh-a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-foot .container .x-zhong .x-zh-a a {
  display: inline-block;
  margin: 0 0.6rem 0.1rem 0;
  color: #848484;
  font-size: 16px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-foot .container .x-zhong .x-zh-a a {
    margin: 0 1rem 0.5rem 0;
  }
}
.x-foot .container .x-zhong .x-zh-a a:hover {
  color: #fff;
}
.x-foot .container .x-botton {
  display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .x-foot .container .x-botton {
    padding: 1rem 0;
  }
}
.x-foot .container .x-botton .x-left p {
  color: rgba(255, 255, 255, 0.1);
}
.x-foot .container .x-botton .x-left p a {
  color: rgba(255, 255, 255, 0.1);
  transition: 0.5s all;
}
.x-foot .container .x-botton .x-left p a:hover {
  color: #fff;
}
.x-foot .container .x-botton .x-right p {
  color: rgba(255, 255, 255, 0.1);
}
.x-right-index {
  left: 20px;
  position: absolute;
  top: 250px;
  z-index: 8;
  display: none;
}
@media (max-width: 991px) {
  .x-right-index {
    display: none !important;
  }
}
.x-right-index ul {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.25rem 0.2rem 0.25rem 0.2rem;
}
.x-right-index ul li {
  padding-left: 15px;
  padding-right: 0.4rem;
  margin-bottom: 0.3rem;
  position: relative;
  cursor: pointer;
}
.x-right-index ul li:last-child {
  margin-bottom: 0;
}
.x-right-index ul li:hover::before {
  height: 24px;
  opacity: 1;
}
.x-right-index ul li:hover p {
  color: #d60c1c;
  font-weight: bold;
}
.x-right-index ul li.on::before {
  height: 24px;
  opacity: 1;
}
.x-right-index ul li.on p {
  color: #d60c1c;
  font-weight: bold;
}
.x-right-index ul li::before {
  content: "";
  width: 2px;
  height: 0;
  background-color: #d60c1c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.x-right-index ul li p {
  font-size: 18px;
  color: #fff;
}
.x-right-index .x-tel a {
  display: block;
  background-color: rgba(214, 12, 28, 0.9);
  padding: 0.26rem 0 0.26rem 0.3rem;
}
.x-right-index .x-tel a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.x-right-index .x-tel a span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
  overflow: hidden;
}
#c-top-banner img {
  width: 100%;
  height: 5.6rem;
  object-fit: cover;
}
#c-top-banner .video_shiPin {
  width: 100%;
  height: 8rem;
  object-fit: cover;
}
#c-top-banner .c-pc1,
#c-top-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#c-top-banner .c-pc2,
#c-top-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
#c-top-banner .c-mb1,
#c-top-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  #c-top-banner .c-mb1,
  #c-top-banner .c-mb2 {
    display: block;
  }
  #c-top-banner .c-pc1,
  #c-top-banner .c-pc2 {
    display: none;
  }
}
@media (max-width: 991px) {
  #c-top-banner img {
    height: 7rem;
  }
  #c-top-banner .video_shiPin {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner img {
    height: 14rem;
  }
  #c-top-banner .video_shiPin {
    height: 16rem;
  }
}
#c-top-banner .c-box {
  position: absolute;
  z-index: 10;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 1px;
}
#c-top-banner .c-title1 {
  line-height: 1.3;
  padding-bottom: 0.2rem;
}
#c-top-banner .c-title2 {
  max-width: 710px;
  margin: 0 auto;
}
#c-top-banner .c-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#c-top-banner .bo {
  width: 0.63rem;
  height: 0.63rem;
  display: inline-block;
  margin-top: 0.5rem;
  cursor: pointer;
  background: url(../images/bo.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  #c-top-banner .bo {
    width: 1rem;
    height: 1rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner .bo {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: 1rem;
  }
}
#c-top-banner .bo.ck {
  background: none;
  cursor: default;
}
#c-video-banner {
  position: relative;
  overflow: hidden;
}
#c-video-banner img {
  width: 100%;
  height: 5.6rem;
  object-fit: cover;
}
#c-video-banner .video_shiPin {
  width: 100%;
  height: 5.6rem;
  object-fit: cover;
}
#c-video-banner .c-pc1,
#c-video-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#c-video-banner .c-pc2,
#c-video-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
#c-video-banner .c-mb1,
#c-video-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  #c-video-banner .c-mb1,
  #c-video-banner .c-mb2 {
    display: block;
  }
  #c-video-banner .c-pc1,
  #c-video-banner .c-pc2 {
    display: none;
  }
}
@media (max-width: 991px) {
  #c-video-banner img {
    height: 7rem;
  }
  #c-video-banner .video_shiPin {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #c-video-banner img {
    height: 14rem;
  }
  #c-video-banner .video_shiPin {
    height: 14rem;
  }
}
#c-video-banner .c-box {
  position: absolute;
  z-index: 10;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 1px;
}
#c-video-banner .c-title1 {
  line-height: 1.3;
  padding-bottom: 0.2rem;
}
#c-video-banner .c-title2 {
  max-width: 710px;
  margin: 0 auto;
}
#c-video-banner .c-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#c-video-banner .bo {
  width: 0.63rem;
  height: 0.63rem;
  display: inline-block;
  margin-top: 0.5rem;
  cursor: pointer;
  background: url(../images/bo.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  #c-video-banner .bo {
    width: 1rem;
    height: 1rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  #c-video-banner .bo {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: 1rem;
  }
}
#c-video-banner .bo.ck {
  background: none;
  cursor: default;
}
/* 子菜单 */
.submenu {
  background: #fff;
  border-bottom: 1px solid #DDDDDD;
  line-height: 0.8rem;
}
@media (max-width: 991px) {
  .submenu {
    line-height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .submenu {
    line-height: 2.2rem;
  }
}
.submenu .container {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.submenu .container a {
  width: 100%;
  text-align: center;
  color: #333333;
  margin-bottom: -1px;
}
.submenu .container a.on {
  color: #D50C1B;
  border-bottom: 2px solid #D50C1B;
}
/* 通用 */
.title {
  color: #333333;
}
.title_cc {
  color: #333333;
  text-align: center;
}
.big-title {
  color: #333333;
  text-align: center;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .big-title {
    padding-bottom: 1rem;
  }
}
.big-title .desc {
  color: #999999;
  padding-top: 0.2rem;
}
.big-title .desc span {
  color: #D50C1B;
}
/* 图文介绍 */
.t-jieshao {
  text-align: center;
}
.t-jieshao .title {
  color: #333333;
  padding-bottom: 0.4rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .t-jieshao .title {
    padding-bottom: 0.6rem;
  }
}
.t-jieshao .title2 {
  color: #D50C1B;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .t-jieshao .title2 {
    padding-bottom: 0.6rem;
  }
}
.t-jieshao .desc {
  padding: 0px 2rem;
  padding-bottom: 0.7rem;
  color: #656565;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .t-jieshao .desc {
    padding: 0;
    padding-bottom: 0.7rem;
  }
}
@media (max-width: 767px) {
  .t-jieshao .desc {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.t-jieshao .img-box {
  height: 5.8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .t-jieshao .img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .t-jieshao .img-box {
    height: 9rem;
  }
}
.t-jieshao .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-jieshao .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 设计咨询 sj */
.sj_one {
  background: #F7F7F7;
}
.sj_two li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sj_two li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .sj_two li {
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
}
.sj_two .img-box {
  height: 5.4rem;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sj_two .img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .sj_two .img-box {
    width: 100%;
    height: 10rem;
  }
}
.sj_two .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sj_two .text-box {
  color: #656565;
  width: 45%;
  padding-right: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .sj_two .text-box {
    padding-right: 1.4rem;
  }
}
@media (max-width: 767px) {
  .sj_two .text-box {
    padding: 0;
    width: 100%;
  }
}
.sj_two .title {
  color: #333333;
  padding-bottom: 0.35rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sj_two .title {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sj_two .desc {
    padding-bottom: 1rem;
  }
}
.sj_two li:nth-child(2n) {
  flex-direction: row-reverse;
}
.sj_two li:nth-child(2n) .text-box {
  padding: 0;
  padding-left: 1.6rem;
}
@media (max-width: 991px) {
  .sj_two li:nth-child(2n) .text-box {
    padding-left: 1.4rem;
  }
}
@media (max-width: 767px) {
  .sj_two li:nth-child(2n) .text-box {
    padding: 0;
  }
}
.sj_two li:last-child {
  margin-bottom: 0;
}
/* 施工·安装 sg */
.sg_one .title {
  color: #333333;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .sg_one .title {
    padding-bottom: 0.7rem;
  }
}
.sg_one .sg_type {
  padding-bottom: 0.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sg_one .sg_type {
    padding-bottom: 0.8rem;
  }
}
.sg_one .sg_type li {
  color: #999999;
  margin: 0 0.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sg_one .sg_type li {
    margin: 0 0.8rem;
  }
}
.sg_one .sg_type li.sel {
  color: #D50C1B;
}
.sg_one .info {
  position: relative;
}
.sg_lunbo {
  opacity: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.sg_lunbo.sel {
  opacity: 1;
  z-index: 111;
  position: relative;
}
.sg_lunbo .nei {
  position: relative;
  height: 5.8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sg_lunbo .nei {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .sg_lunbo .nei {
    height: 9rem;
  }
}
.sg_lunbo .nei .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sg_lunbo .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.7rem;
  background: url(../images/bg_01.png) repeat-x left bottom;
  background-size: auto 100%;
  padding-left: 0.6rem;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .sg_lunbo .text-box {
    height: 3.2rem;
  }
}
@media (max-width: 767px) {
  .sg_lunbo .text-box {
    height: 5.2rem;
  }
}
.sg_lunbo .num {
  padding: 0.3rem 0;
  line-height: 1;
  font-family: 'shuzi';
}
.sg_lunbo .img-zheng {
  position: absolute;
  right: 0.6rem;
  bottom: 0.8rem;
  width: 2.2rem;
  overflow: hidden;
  padding: 0.18rem;
  background: #fff;
}
@media (max-width: 991px) {
  .sg_lunbo .img-zheng {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .sg_lunbo .img-zheng {
    width: 4rem;
  }
}
.sg_lunbo .img-zheng img {
  width: 100%;
  transition: 1s;
}
.sg_lunbo .img-zheng:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sg_lunbo .swiper-next,
.sg_lunbo .swiper-prev {
  position: absolute;
  top: 50%;
  width: 0.8rem;
  height: 0.6rem;
  margin-top: -0.4rem;
  z-index: 10;
  cursor: pointer;
  background: #F5F5F5;
  color: #999999;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: '宋体';
  font-weight: bold;
  font-size: 24px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .sg_lunbo .swiper-next,
  .sg_lunbo .swiper-prev {
    width: 1.2rem;
    height: 0.9rem;
    margin-top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .sg_lunbo .swiper-next,
  .sg_lunbo .swiper-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
  }
}
.sg_lunbo .swiper-next {
  left: -1rem;
}
@media (max-width: 991px) {
  .sg_lunbo .swiper-next {
    left: -1.4rem;
  }
}
@media (max-width: 767px) {
  .sg_lunbo .swiper-next {
    left: 5px;
  }
}
.sg_lunbo .swiper-prev {
  right: -1rem;
}
@media (max-width: 991px) {
  .sg_lunbo .swiper-prev {
    right: -1.4rem;
  }
}
@media (max-width: 767px) {
  .sg_lunbo .swiper-prev {
    right: 5px;
  }
}
.sg_lunbo .swiper-next:hover,
.sg_lunbo .swiper-prev:hover {
  background: #D60C1C;
  color: #fff;
}
.sg_lunbo .swiper-pagination {
  width: 100%;
  bottom: 0.4rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .sg_lunbo .swiper-pagination {
    bottom: 0.6rem;
  }
}
.sg_lunbo .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0px 8px;
}
@media (max-width: 767px) {
  .sg_lunbo .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 4px;
  }
}
.sg_lunbo .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: none;
  opacity: 1;
  border: 2px solid #D60C1C;
}
/* 对外贸易 my*/
.my_one {
  text-align: center;
}
.my_one .nei {
  position: relative;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .my_one .nei {
    margin-top: 1.5rem;
  }
}
.my_one .dt {
  width: 80%;
  position: relative;
}
@media (max-width: 767px) {
  .my_one .dt {
    width: 100%;
  }
}
.my_one .dt .img {
  width: 100%;
}
.my_one .dt p {
  width: 65px;
  text-align: center;
  color: #484D53;
  position: absolute;
  background: url(../images/dt1.png) no-repeat top center;
  background-size: auto 0.62rem;
  padding-top: 0.65rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .my_one .dt p {
    background-size: auto 1.1rem;
    padding-top: 1.1rem;
  }
}
@media (max-width: 767px) {
  .my_one .dt p {
    background-size: auto 1.6rem;
    padding-top: 1.6rem;
  }
}
.my_one .dt p.sel {
  background: url(../images/dt2.png) no-repeat top center;
  background-size: auto 0.62rem;
}
@media (max-width: 991px) {
  .my_one .dt p.sel {
    background-size: auto 1.1rem;
  }
}
@media (max-width: 767px) {
  .my_one .dt p.sel {
    background-size: auto 1.6rem;
  }
}
.my_one .dt .zhou1 {
  top: 24%;
  left: 12%;
}
@media (max-width: 991px) {
  .my_one .dt .zhou1 {
    top: 18%;
    left: 12%;
  }
}
@media (max-width: 767px) {
  .my_one .dt .zhou1 {
    top: 18%;
    left: 8%;
  }
}
.my_one .dt .zhou2 {
  top: 13%;
  left: 61%;
}
@media (max-width: 991px) {
  .my_one .dt .zhou2 {
    top: 8%;
    left: 60%;
  }
}
@media (max-width: 767px) {
  .my_one .dt .zhou2 {
    top: 7.5%;
    left: 58%;
  }
}
.my_one .dt .zhou3 {
  top: 36%;
  left: 72.5%;
}
@media (max-width: 991px) {
  .my_one .dt .zhou3 {
    top: 31%;
    left: 69%;
  }
}
@media (max-width: 767px) {
  .my_one .dt .zhou3 {
    left: 66%;
  }
}
.my_one .dt .zhou4 {
  top: 46.5%;
  left: 49%;
}
@media (max-width: 991px) {
  .my_one .dt .zhou4 {
    top: 41%;
    left: 44.5%;
  }
}
.my_one .dt .zhou5 {
  top: 66%;
  left: 28%;
}
@media (max-width: 991px) {
  .my_one .dt .zhou5 {
    top: 60%;
    left: 24%;
  }
}
@media (max-width: 767px) {
  .my_one .dt .zhou5 {
    left: 22%;
  }
}
.my_one .dt_list {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 6rem;
  background: #fff;
  padding: 0.45rem 0.2rem;
  -moz-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .my_one .dt_list {
    width: 4.5rem;
    height: 7rem;
    padding-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .my_one .dt_list {
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
    height: 16rem;
    padding: 1rem;
  }
}
.my_one .dt_list ul {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.my_one .dt_list ul.sel {
  display: block;
}
.my_one .dt_list ul li {
  margin-bottom: 0.25rem;
  text-align: left;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .my_one .dt_list ul li {
    margin-bottom: 0.6rem;
  }
}
.my_one .dt_list ul {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.my_one .dt_list ul::-webkit-scrollbar {
  width: 2px;
}
.my_one .dt_list ul::-webkit-scrollbar-track-piece {
  width: 2px;
  background-color: #DDDDDD;
  -webkit-border-radius: 10% 10%;
}
.my_one .dt_list ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  background-color: #D50B1B;
}
/* 404 */
.no_page {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
.no_page .img {
  height: 3.98rem;
}
@media (max-width: 991px) {
  .no_page .img {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .no_page .img {
    height: 10rem;
  }
}
.no_page .title {
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .no_page .title {
    padding: 1rem 0;
  }
}
.no_page .div_btn {
  padding: 0.5rem 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: 1px solid #D9251D;
  border-radius: 100px;
  color: #D9251D;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .no_page .div_btn a {
    width: 3rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .no_page .div_btn a {
    width: 5.5rem;
    line-height: 1.6rem;
    margin: 0px 0.7rem;
  }
}
.no_page .div_btn a:hover {
  background: #D60C1C;
  color: #fff;
}
/* 分页 */
.fenye {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  .fenye {
    line-height: 30px;
  }
}
.fenye a {
  color: #999999;
  text-align: center;
  width: 40px;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 991px) {
  .fenye a {
    width: 30px;
    margin: 0 3px;
  }
}
.fenye a.sel {
  color: #fff;
  background: #D60D1D;
}
.fenye a.a {
  font-family: 宋体;
  margin: 0 0.2rem;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .fenye a.a {
    margin: 0 0.5rem;
  }
}
.fenye a.a:hover {
  color: #333;
}
/* 位置 */
.wei {
  line-height: 0.8rem;
  color: #999999;
  margin: 0 -0.2rem;
  margin-bottom: -0.6rem;
}
@media (max-width: 991px) {
  .wei {
    line-height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .wei {
    padding-top: 1rem;
    line-height: 1.7;
    margin-bottom: -1rem;
  }
}
.wei a {
  color: #999999;
  margin: 0 0.2rem;
}
.wei span {
  color: #333;
  margin: 0 0.2rem;
  max-width: 3rem;
}
/* 服务 */
.fw_one {
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fw_one {
    margin: 0 -0.3rem;
  }
}
.fw_one li {
  width: 33.333%;
  padding: 0.15rem;
}
@media (max-width: 767px) {
  .fw_one li {
    width: 50%;
    padding: 0.3rem;
  }
}
.fw_one .nei {
  width: 100%;
  height: 3rem;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 0.75rem 0.45rem;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .fw_one .nei {
    height: 4.6rem;
    padding: 1.2rem 0.45rem;
  }
}
@media (max-width: 767px) {
  .fw_one .nei {
    height: 9rem;
    padding: 2.2rem 0.6rem;
  }
}
.fw_one .nei::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #D50B1B;
  transition: 0.5s;
}
.fw_one .nei:hover::after {
  width: 100%;
}
.fw_one .nei .img-box img {
  height: 1.04rem;
}
@media (max-width: 991px) {
  .fw_one .nei .img-box img {
    height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .fw_one .nei .img-box img {
    height: 3rem;
  }
}
.fw_one .nei .title {
  padding: 0.18rem 0;
}
@media (max-width: 767px) {
  .fw_one .nei .title {
    padding: 0.3rem 0;
  }
}
.fw_one .nei .desc {
  color: #999999;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .fw_one .nei .desc {
    -webkit-line-clamp: 4;
  }
}
.fw_one .nei:hover {
  padding-top: 0.32rem;
}
.fw_one .nei:hover .desc {
  opacity: 1;
}
/* 品牌客户 */
.pp_one {
  position: relative;
  margin: 0.8rem 0;
  padding: 0px 25%;
}
@media (max-width: 991px) {
  .pp_one {
    padding: 0px 15%;
  }
}
@media (max-width: 767px) {
  .pp_one {
    padding: 0px 40px;
    margin: 1.2rem 0;
  }
}
.pp_one .swiper-next,
.pp_one .swiper-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  cursor: pointer;
}
.pp_one .swiper-next {
  background: url(../images/x-le1.png) no-repeat center center;
  left: 20%;
}
@media (max-width: 991px) {
  .pp_one .swiper-next {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .pp_one .swiper-next {
    left: 0;
  }
}
.pp_one .swiper-next:hover {
  background: url(../images/x-le3.png) no-repeat center center;
}
.pp_one .swiper-prev {
  background: url(../images/x-ri1.png) no-repeat center center;
  right: 20%;
}
@media (max-width: 991px) {
  .pp_one .swiper-prev {
    right: 8%;
  }
}
@media (max-width: 767px) {
  .pp_one .swiper-prev {
    right: 0;
  }
}
.pp_one .swiper-prev:hover {
  background: url(../images/x-ri3.png) no-repeat center center;
}
.pp_one .swiper-container::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.pp_one .swiper-container span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
  padding-top: 15px;
  background: url(../images/bg_02.png) no-repeat top center;
  font-family: 'shuzi';
  cursor: pointer;
  color: #999999;
}
.pp_one .swiper-container .swiper-slide-thumb-active span {
  background: url(../images/bg_02-sel.png) no-repeat top center;
  color: #333;
}
.pp_two .nei {
  height: 4.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .pp_two .nei {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .pp_two .nei {
    height: 11rem;
  }
}
.pp_two .img-box {
  height: 2.3rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .pp_two .img-box {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .pp_two .img-box {
    height: 5rem;
    margin-bottom: 0.7rem;
  }
}
.pp_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pp_two .year {
  margin-bottom: 0.1rem;
  font-family: 'shuzi';
  color: #333333;
  line-height: 1;
}
@media (max-width: 767px) {
  .pp_two .year {
    margin-bottom: 0.3rem;
  }
}
.pp_two .desc {
  padding: 0px 0.45rem;
  color: #999999;
}
@media (max-width: 767px) {
  .pp_two .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.pp_three {
  min-height: 7rem;
  background: url(../images/bg_03.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pp_three {
    height: auto;
    min-height: 1rem;
  }
  .pp_three p.font30 {
    font-size: 16px;
  }
}
.pp_three p {
  color: #999999;
}
.pp_three p span {
  color: #333333;
}
.pp_three .tit {
  padding: 0.45rem;
  color: #D50C1B;
}
@media (max-width: 767px) {
  .pp_three .tit {
    padding: 1rem 0;
    font-weight: bold;
  }
}
.pp_four {
  margin: 0 -0.35rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pp_four {
    margin-top: 0.5rem;
  }
}
.pp_four li {
  width: 33.333%;
  padding: 0px 0.35rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .pp_four li {
    width: 50%;
  }
}
.pp_four .nei {
  height: 6.4rem;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 767px) {
  .pp_four .nei {
    height: 12rem;
  }
}
.pp_four .nei .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.pp_four li:hover .nei .img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.pp_four .text-box {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
}
.pp_four .text-box h3 {
  margin-bottom: 0.25rem;
}
.pp_four .text-box span {
  padding-right: 30px;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 24px;
  opacity: 0;
  transition: 0.5s;
}
.pp_four li:hover .text-box {
  bottom: 0.4rem;
}
.pp_four li:hover .text-box span {
  opacity: 1;
}
.pp_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pp_main .pp_title {
  height: 1rem;
  color: #333333;
}
@media (max-width: 991px) {
  .pp_main .pp_title {
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_title {
    height: 2.5rem;
    position: relative;
  }
  .pp_main .pp_title span {
    position: absolute;
    top: 0;
    right: 0;
    height: 2rem;
    width: 1rem;
    background: url(../images/select1.png) no-repeat center center;
    background-size: 15px;
    transition: 0.5s;
  }
  .pp_main .pp_title.sel span {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    transform: scale(1, -1);
  }
}
.pp_main .pp_left {
  width: 25%;
  position: relative;
}
@media (max-width: 991px) {
  .pp_main .pp_left {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_left {
    width: 100%;
  }
}
.pp_main .pp_menu {
  background: #fff;
  border-top: 2px solid #999999;
  padding: 0 0.25rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .pp_main .pp_menu {
    padding: 0 0.8rem;
    display: none;
    margin-bottom: 1.5rem;
    position: absolute;
    top: 2.5rem;
    left: 0;
  }
}
.pp_main .pp_menu .top {
  padding: 0.25rem 0;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  justify-content: space-between;
  color: #333333;
}
@media (max-width: 767px) {
  .pp_main .pp_menu .top {
    padding: 0.8rem 0;
  }
}
.pp_main .pp_menu .top span i {
  color: #D50C1B;
  font-style: normal;
}
.pp_main .pp_menu .top .qingChu {
  padding-left: 25px;
  background: url(../images/bg_05.png) no-repeat left center;
  background-size: 18px;
  color: #999999;
  cursor: pointer;
}
.pp_main .pp_menu .top .qingChu:hover {
  color: #D50C1B;
}
.pp_main .pp_menu ul {
  display: flex;
  padding-top: 0.4rem;
  flex-wrap: wrap;
}
.pp_main .pp_menu ul li {
  width: 50%;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .pp_main .pp_menu ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_menu ul li {
    width: 50%;
    padding-bottom: 0.6rem;
  }
}
.pp_main .pp_menu ul a {
  color: #656565;
  font-size: 14px;
}
.pp_main .pp_menu ul a.on {
  color: #D50C1B;
}
.pp_main .pp_menu ul a:hover {
  color: #D50C1B;
}
.pp_main .pp_right {
  width: 73%;
}
@media (max-width: 991px) {
  .pp_main .pp_right {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_right {
    width: 100%;
  }
}
.pp_main .pp_right .pp_search {
  height: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .pp_main .pp_right .pp_search {
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_right .pp_search {
    height: 3rem;
  }
}
.pp_main .pp_right .pp_search .txt {
  height: 0.6rem;
  background: url(../images/bg_06.png) no-repeat 92% center #fff;
  line-height: 0.6rem;
  width: 3.4rem;
  padding-left: 0.3rem;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .pp_main .pp_right .pp_search .txt {
    height: 0.9rem;
    line-height: 0.9rem;
    width: 5rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_right .pp_search .txt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 1rem;
  }
}
.pp_main .pp_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pp_main .pp_list {
    margin: 0 -0.5rem;
  }
}
.pp_main .pp_list li {
  width: 50%;
  padding-left: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .pp_main .pp_list li {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.pp_main .pp_list .nei {
  background: #fff;
  display: inline-block;
  width: 100%;
  transition: 0.5s;
}
.pp_main .pp_list .img-box {
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pp_main .pp_list .img-box {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_list .img-box {
    height: 6rem;
  }
}
.pp_main .pp_list .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.pp_main .pp_list .text-box {
  padding: 0.3rem;
}
@media (max-width: 767px) {
  .pp_main .pp_list .text-box {
    padding: 0.5rem;
  }
}
.pp_main .pp_list .title {
  color: #333;
  height: 0.4rem;
  line-height: 0.4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .pp_main .pp_list .title {
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_list .title {
    height: 1rem;
    line-height: 1rem;
  }
}
.pp_main .pp_list dl {
  padding: 0.2rem 0;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .pp_main .pp_list dl {
    padding: 0.5rem 0;
  }
}
.pp_main .pp_list dl dd {
  color: #999999;
  height: 0.35rem;
  line-height: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .pp_main .pp_list dl dd {
    height: 0.5rem;
    line-height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_list dl dd {
    height: 1rem;
    line-height: 1.2rem;
  }
}
.pp_main .pp_list .more {
  padding-right: 0.33rem;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.24rem;
  color: #333;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .pp_main .pp_list .more {
    padding-right: 0.6rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .pp_main .pp_list .more {
    padding-right: 1rem;
    background-size: 0.8rem;
  }
}
.pp_main .pp_list li:hover .nei {
  -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.pp_main .pp_list li:hover .more {
  color: #D50C1B;
}
.pp_main .pp_list li:hover .img-box img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.pp_five {
  display: flex;
  flex-wrap: wrap;
}
.pp_five .text-box {
  width: 50%;
  padding-right: 1.4rem;
}
@media (max-width: 991px) {
  .pp_five .text-box {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .pp_five .text-box {
    width: 100%;
    padding-right: 0;
  }
}
.pp_five .title {
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .pp_five .title {
    font-weight: bold;
  }
}
.pp_five .title2 {
  padding-bottom: 0.35rem;
}
.pp_five .desc {
  color: #656565;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .pp_five .desc {
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .pp_five .desc {
    padding-bottom: 1rem;
  }
}
.pp_five .img-box {
  width: 50%;
  height: 4.5rem;
}
@media (max-width: 991px) {
  .pp_five .img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .pp_five .img-box {
    width: 100%;
    height: 10rem;
  }
}
.pp_five .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pp_six {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pp_six {
    margin: 0 -0.3rem;
  }
}
.pp_six li {
  width: 33.333%;
  padding: 0 0.2rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .pp_six li {
    width: 50%;
    padding: 0 0.3rem;
  }
}
.pp_six .img-box {
  height: 2.6rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .pp_six .img-box {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .pp_six .img-box {
    height: 6rem;
  }
}
.pp_six .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pp_six .title {
  text-align: center;
  margin: 0.3rem 0;
  color: #333333;
}
@media (max-width: 767px) {
  .pp_six .title {
    margin: 0.6rem 0;
  }
}
.pp_six .ck {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 12, 28, 0.8);
  color: #fff;
  opacity: 0;
  transition: 0.8s;
  cursor: pointer;
}
.pp_six .ck span {
  padding-top: 60px;
  background: url(../images/bg_07.png) no-repeat center top;
}
.pp_six li:hover .ck {
  opacity: 1;
}
.pp_seven .swiper-slide {
  width: auto;
}
.pp_seven .pp_nei {
  background: #fff;
  display: inline-block;
  width: 4.8rem;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .pp_seven .pp_nei {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .pp_seven .pp_nei {
    width: 11rem;
  }
}
.pp_seven .img-box {
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pp_seven .img-box {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .pp_seven .img-box {
    height: 6rem;
  }
}
.pp_seven .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.pp_seven .text-box {
  padding: 0.3rem;
}
@media (max-width: 767px) {
  .pp_seven .text-box {
    padding: 0.5rem;
  }
}
.pp_seven .title {
  color: #333;
  height: 0.4rem;
  line-height: 0.4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .pp_seven .title {
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pp_seven .title {
    height: 1rem;
    line-height: 1rem;
  }
}
.pp_seven dl {
  padding: 0.2rem 0;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .pp_seven dl {
    padding: 0.5rem 0;
  }
}
.pp_seven dl dd {
  color: #999999;
  height: 0.35rem;
  line-height: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .pp_seven dl dd {
    height: 0.5rem;
    line-height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .pp_seven dl dd {
    height: 1rem;
    line-height: 1.2rem;
  }
}
.pp_seven .more {
  padding-right: 0.33rem;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.24rem;
  color: #333;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .pp_seven .more {
    padding-right: 0.6rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .pp_seven .more {
    padding-right: 1rem;
    background-size: 0.8rem;
  }
}
.pp_seven .pp_nei:hover {
  -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.pp_seven .pp_nei:hover .more {
  color: #D50C1B;
}
.pp_seven .pp_nei:hover .img-box img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.pp_seven .container {
  position: relative;
}
.pp_seven .swiper-button-next,
.pp_seven .swiper-button-prev {
  top: -2.9rem;
  width: 0.8rem;
  height: 0.6rem;
  background: #D50B1B;
  font-family: 宋体;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
@media (max-width: 991px) {
  .pp_seven .swiper-button-next,
  .pp_seven .swiper-button-prev {
    width: 1.4rem;
    height: 1rem;
    top: -3.8rem;
  }
}
@media (max-width: 991px) {
  .pp_seven .swiper-button-next,
  .pp_seven .swiper-button-prev {
    width: 2rem;
    height: 1.6rem;
    top: -6.9rem;
  }
}
.pp_seven .swiper-button-disabled {
  opacity: 0;
}
/* 图片弹窗 */
#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%);
}
#hi-img-pop .pin {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 荣誉奖项 ry */
.ry_one {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
.ry_one li {
  width: 3rem;
  text-align: left;
  padding-left: 0.5rem;
  background: url(../images/bg_08.png) no-repeat left center;
  height: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ry_one li {
    width: 30%;
    background: none;
    text-align: center;
    height: auto;
  }
  .ry_one li p {
    width: 100%;
  }
}
.ry_one li:first-child {
  background: none;
}
.ry_one .num {
  padding-right: 0.35rem;
  font-family: "shuzi";
  line-height: 0.6rem;
}
@media (max-width: 767px) {
  .ry_one .num {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.ry_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.2rem;
}
.ry_list li {
  padding: 0 0.2rem;
  padding-bottom: 0.5rem;
  width: 33.333%;
}
@media (max-width: 991px) {
  .ry_list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ry_list li {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
.ry_list .img-box {
  height: 2.8rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .ry_list .img-box {
    height: 3rem;
  }
}
@media (max-width: 991px) {
  .ry_list .img-box {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .ry_list .img-box {
    height: 10rem;
    margin-bottom: 1rem;
  }
}
.ry_list .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.ry_list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.ry_list .tit1,
.ry_list .tit2 {
  color: #333333;
  margin-top: 0.1rem;
  padding-left: 35px;
}
.ry_list .tit1 {
  background: url(../images/bg_09.png) no-repeat left center;
  background-size: 16px;
}
.ry_list .tit2 {
  background: url(../images/bg_10.png) no-repeat left center;
  background-size: 16px;
}
/* 分支机构 fz */
.fz_one {
  height: 0.6rem;
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .fz_one {
    height: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .fz_one {
    height: 2.4rem;
    line-height: 2rem;
    overflow: hidden;
    overflow-x: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 0;
    margin-bottom: 0.5rem;
  }
}
.fz_one li {
  color: #656565;
  cursor: pointer;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .fz_one li {
    padding: 0px 0.7rem;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .fz_one li {
    margin-bottom: 0px;
  }
}
.fz_one li.sel {
  color: #D50C1B;
  border-bottom: 2px solid #D50C1B;
}
.fz_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .fz_list {
    margin: 0 -0.3rem;
  }
}
.fz_list li {
  padding: 0 0.15rem;
  padding-top: 0.3rem;
  width: 33.33%;
}
@media (max-width: 991px) {
  .fz_list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .fz_list li {
    width: 100%;
    padding: 0 0.3rem;
    padding-top: 1rem;
  }
}
.fz_list .nei {
  background: #fff;
  padding: 0.4rem;
  height: 3rem;
  color: #999999;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .fz_list .nei {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .fz_list .nei {
    padding: 1rem;
    height: auto;
  }
}
.fz_list .title {
  position: relative;
  padding-bottom: 0.25rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .fz_list .title {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .fz_list .title {
    padding-bottom: 1rem;
    margin-bottom: 0.8rem;
  }
}
.fz_list .title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0.4rem;
  height: 2px;
  background: #D50B1B;
  bottom: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .fz_list .title::after {
    width: 1rem;
  }
}
.fz_list li:hover .nei {
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.fz_list li:hover .title::after {
  width: 100%;
}
/* 联系我们 lx */
.lx_one {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.lx_one .dt_left {
  width: 50%;
  height: 5.5rem;
}
@media (max-width: 991px) {
  .lx_one .dt_left {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .lx_one .dt_left {
    width: 100%;
    height: 14rem;
  }
}
.lx_one .text-box {
  width: 50%;
  padding-left: 0.8rem;
}
@media (max-width: 991px) {
  .lx_one .text-box {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .lx_one .text-box {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.lx_one .title {
  color: #333;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .lx_one .title {
    padding-bottom: 0.8rem;
  }
}
.lx_one dl {
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .lx_one dl {
    padding-bottom: 1rem;
  }
}
.lx_one dd {
  color: #999;
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .lx_one dd {
    padding-top: 0.2rem;
  }
}
.lx_one .dao {
  color: #333;
  padding-right: 0.4rem;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.24rem;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .lx_one .dao {
    padding-right: 0.6rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .lx_one .dao {
    padding-right: 1rem;
    background-size: 0.8rem;
  }
}
.lx_one .img_wx {
  border: 1px solid #DEDEDE;
  width: 1rem;
  height: 1rem;
}
@media (max-width: 991px) {
  .lx_one .img_wx {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .lx_one .img_wx {
    width: 4rem;
    height: 4rem;
  }
}
.lx_two {
  margin: 0 -0.16rem;
  display: flex;
  flex-wrap: wrap;
}
.lx_two li {
  padding: 0.16rem;
  width: 33.333%;
  position: relative;
}
@media (max-width: 767px) {
  .lx_two li {
    width: 100%;
    padding: 0.3rem 0.16rem;
  }
}
.lx_two .li {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.lx_two .li_ts {
  padding: 0 0.16rem;
  color: #656565;
  padding-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .lx_two .li_ts {
    width: 100%;
    padding: 0.3rem 0.16rem;
    padding-bottom: 1rem;
  }
}
.lx_two li i {
  font-style: normal;
  position: absolute;
  top: 0.16rem;
  right: 0.3rem;
  color: #D50C1B;
  line-height: 0.6rem;
}
@media (max-width: 991px) {
  .lx_two li i {
    line-height: 1.2rem;
    right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .lx_two li i {
    right: 0.8rem;
    line-height: 2.6rem;
  }
}
.lx_two .txt {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  background: #fff;
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  .lx_two .txt {
    line-height: 1.2rem;
    height: 1.2rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .lx_two .txt {
    line-height: 2.2rem;
    height: 2.2rem;
    padding-left: 0.8rem;
  }
}
.lx_two .txt_desc {
  height: 2.6rem;
  line-height: 1.6;
  padding: 0.3rem;
}
@media (max-width: 991px) {
  .lx_two .txt_desc {
    height: 8rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .lx_two .txt_desc {
    padding: 0.8rem;
  }
}
.lx_two .txt::-webkit-input-placeholder {
  color: #999999;
}
.lx_two .txt:-moz-placeholder {
  color: #999999;
}
.lx_two .txt::-moz-placeholder {
  color: #999999;
}
.lx_two .txt:-ms-input-placeholder {
  color: #999999;
}
.lx_two .btn {
  width: 49.5%;
  height: 0.8rem;
  background: #D50B1B;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .lx_two .btn {
    height: 1.3rem;
  }
}
@media (max-width: 767px) {
  .lx_two .btn {
    height: 2.3rem;
    width: 48%;
  }
}
.lx_two .btn_cz {
  background: #DADDE2;
  color: #555555;
}
/* 社会责任 */
.sh_body {
  background: url(../images/bg_10.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.sh_one {
  display: flex;
  flex-wrap: wrap;
}
.sh_one .text-box {
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .sh_one .text-box {
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 0;
  }
}
.sh_one .text-box .title {
  padding-bottom: 0.2rem;
}
.sh_one .text-box .t-desc {
  padding-bottom: 0.3rem;
}
.sh_one .text-box .desc p {
  padding-top: 0.24rem;
}
@media (max-width: 991px) {
  .sh_one .text-box .desc p {
    padding-top: 0.2rem;
  }
}
.sh_one .img-box {
  width: 50%;
  height: 4.6rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sh_one .img-box {
    height: 6.5rem;
  }
}
@media (max-width: 767px) {
  .sh_one .img-box {
    width: 100%;
    height: 9rem;
  }
}
.sh_one .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sh_two {
  padding: 0.5rem 0;
  text-align: center;
}
.sh_two .title {
  color: #fff;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sh_two .title {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .sh_two .title {
    padding-bottom: 1.5rem;
  }
}
.sh_two .desc {
  color: #fff;
  opacity: 0.5;
  padding: 0 3.5rem;
  line-height: 1.9;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sh_two .desc {
    padding: 0 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .sh_two .desc {
    padding: 0 ;
    padding-bottom: 1.5rem;
  }
}
.sh_two .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh_two .bottom .a {
  display: inline-block;
  width: 2rem;
  line-height: 0.6rem;
  border-radius: 100px;
  background: #F5F5F5;
  color: #333333;
}
@media (max-width: 991px) {
  .sh_two .bottom .a {
    width: 3.5rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .sh_two .bottom .a {
    width: 7rem;
    line-height: 2rem;
  }
}
.sh_two .bottom .a span {
  padding-right: 0.35rem;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.24rem;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .sh_two .bottom .a span {
    padding-right: 0.5rem;
    background-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  .sh_two .bottom .a span {
    padding-right: 1.2rem;
    background-size: 0.8rem;
  }
}
.sh_two .bottom .a:hover span {
  color: #D50C1B;
}
.sh_lunbo .swiper-slide {
  width: auto;
}
.sh_lunbo .nei {
  display: inline-block;
  width: 6.6rem;
}
@media (max-width: 991px) {
  .sh_lunbo .nei {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .sh_lunbo .nei {
    width: 12rem;
  }
}
.sh_lunbo .img-box {
  height: 3.8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sh_lunbo .img-box {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .sh_lunbo .img-box {
    height: 7rem;
  }
}
.sh_lunbo .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.sh_lunbo .title {
  color: #333333;
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .sh_lunbo .title {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .sh_lunbo .title {
    padding-top: 0.7rem;
  }
}
.sh_lunbo .container {
  position: relative;
}
.sh_lunbo .swiper-button-next,
.sh_lunbo .swiper-button-prev {
  top: -2.5rem;
  width: 0.8rem;
  height: 0.6rem;
  background: #D50B1B;
  font-family: 宋体;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
@media (max-width: 991px) {
  .sh_lunbo .swiper-button-next,
  .sh_lunbo .swiper-button-prev {
    width: 1.4rem;
    height: 1rem;
    top: -3.5rem;
  }
}
@media (max-width: 767px) {
  .sh_lunbo .swiper-button-next,
  .sh_lunbo .swiper-button-prev {
    width: 2rem;
    height: 1.6rem;
    top: -6rem;
  }
}
.sh_lunbo .swiper-button-disabled {
  opacity: 0;
}
/* 详情页面 */
.xq_title {
  width: 73%;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .xq_title {
    width: 100%;
    padding: 0 0 0.5rem 0;
    padding-top: 2rem;
  }
}
.xq_main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .xq_main {
    flex-wrap: wrap;
  }
}
.xq_info {
  width: 73%;
  padding-right: 0.75rem;
}
@media (max-width: 767px) {
  .xq_info {
    width: 100%;
    padding: 0;
  }
}
.xq_info .desc {
  color: #999999;
  height: 0.6rem;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 991px) {
  .xq_info .desc {
    height: 1rem;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .xq_info .desc {
    height: auto;
    padding-bottom: 1rem;
    padding-top: 0.8rem;
    flex-wrap: wrap;
  }
  .xq_info .desc .date {
    width: 100%;
  }
}
.xq_info .desc .date i {
  padding: 0px 10px;
  font-style: normal;
}
.xq_info .desc .share {
  max-width: 50%;
  display: flex;
  align-items: flex-start;
  color: #D92331;
}
@media (max-width: 767px) {
  .xq_info .desc .share {
    max-width: 100%;
    padding-top: 0.8rem;
  }
}
.xq_info .desc .share a {
  width: 22px;
  height: 22px;
  border-radius: 40px;
  background: #979797;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  transition: 0.5s;
}
.xq_info .desc .share a:hover {
  background: #D92331;
}
.xq_info .text-box {
  padding: 0.4rem 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  color: #656565;
  line-height: 1.8;
}
.xq_info .text-box img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .xq_info .text-box {
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .xq_info .text-box {
    padding: 1.2rem 0;
  }
}
.xq_info .bottom_next {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xq_info .bottom_next a {
  color: #656565;
  transition: 0.5s;
  max-width: 33.33%;
}
.xq_info .bottom_next a span {
  justify-content: center;
  align-items: center;
  display: flex;
}
.xq_info .bottom_next a i {
  width: 0.4rem;
  font-style: normal;
  font-family: 宋体;
  font-weight: bold;
}
@media (max-width: 767px) {
  .xq_info .bottom_next a i {
    width: 1rem;
  }
}
.xq_info .bottom_next a:hover {
  color: #D50C1B;
}
.xq_info .bottom_next .a_next i {
  text-align: right;
}
.xq_info .bottom_next .a_list span {
  padding-right: 0.3rem;
  background: url(../images/bg_11.png) no-repeat right center;
}
@media (max-width: 767px) {
  .xq_info .bottom_next .a_list span {
    padding-right: 1rem;
  }
}
.xq_right {
  width: 27%;
  position: sticky;
  top: 110px;
}
@media (max-width: 767px) {
  .xq_right {
    width: 100%;
    padding-top: 1rem;
  }
}
.xq_right .biao {
  height: 0.6rem;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 991px) {
  .xq_right .biao {
    height: 1rem;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .xq_right .biao {
    height: auto;
    padding-bottom: 1rem;
    padding-top: 0.8rem;
  }
}
.xq_right .jianjie {
  padding-bottom: 0.6rem;
  padding-top: 0.4rem;
  color: #999999;
  line-height: 1.8;
}
.xq_right .jianjie .s1 {
  color: #333;
  padding: 0.2rem 0;
}
.xq_right .jianjie .img {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 991px) {
  .xq_right .jianjie .img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .xq_right .jianjie .img {
    width: 5rem;
    height: 5rem;
  }
}
.xq_one a {
  padding: 0.3rem 0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .xq_one a {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .xq_one a {
    padding: 1rem 0;
  }
}
.xq_one img {
  height: 1rem;
  width: 1rem;
  margin-right: 0.2rem;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .xq_one img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .xq_one img {
    width: 4rem;
    height: 4rem;
    margin-right: 0.6rem;
  }
}
.xq_one .date {
  color: #999999;
  padding-bottom: 0.1rem;
}
.xq_one h3 {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #D50C1B 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .xq_one h3 {
    display: -webkit-box;
  }
}
@media (max-width: 767px) {
  .xq_one h3 {
    display: -webkit-box;
  }
}
.xq_one li:hover h3 {
  color: #D50C1B;
  background-size: 100% 100%;
}
.shiPin {
  height: 5rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .shiPin {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .shiPin {
    height: 12rem;
  }
}
/* 网站地图 */
.map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #DFDFDF;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  .map {
    padding-top: 0.8rem;
  }
}
.map li h3 {
  font-weight: bold;
  padding-bottom: 0.15rem;
  width: 100%;
}
.map li p a {
  line-height: 2.2;
  color: #656565;
}
.map li p a:hover {
  color: #D50C1B;
}
@media (max-width: 767px) {
  .map li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .map li p {
    width: auto;
    padding-right: 1rem;
  }
}
/* 招聘 zp */
.zp_list li {
  padding-bottom: 0.15rem;
}
.zp_list .topTitle {
  padding: 0.3rem;
  background: url(../images/bg_12.png) no-repeat 97.5% center #fff;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
}
@media (max-width: 991px) {
  .zp_list .topTitle {
    padding: 0.5rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .zp_list .topTitle {
    padding: 0.6rem 1rem;
  }
}
.zp_list .topTitle .biao {
  width: 35%;
}
@media (max-width: 767px) {
  .zp_list .topTitle .biao {
    width: 100%;
    padding-bottom: 0.3rem;
  }
}
.zp_list .topTitle.sel {
  background: url(../images/bg_12-sel.png) no-repeat 97.5% center #D50B1B;
  color: #fff;
}
.zp_list .topTitle.sel .s_dz {
  background: url(../images/bg_13-sel.png) no-repeat left center;
  background-size: 12px;
}
.zp_list .topTitle.sel .s_type {
  background: url(../images/bg_14-sel.png) no-repeat left center;
  background-size: 15px;
}
.zp_list .topTitle.sel .s_date {
  background: url(../images/bg_15-sel.png) no-repeat left center;
  background-size: 15px;
}
.zp_list .topTitle span {
  padding-left: 30px;
  display: block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .zp_list .topTitle span {
    width: 2.5rem;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .zp_list .topTitle span {
    width: 33.33%;
    padding-left: 22px;
  }
}
.zp_list .topTitle .s_dz {
  background: url(../images/bg_13.png) no-repeat left center;
  background-size: 12px;
  width: auto;
  margin-right: 25px;
}
.zp_list .topTitle .s_type {
  background: url(../images/bg_14.png) no-repeat left center;
  background-size: 15px;
}
.zp_list .topTitle .s_date {
  background: url(../images/bg_15.png) no-repeat left center;
  background-size: 15px;
}
.zp_list .bottomNei {
  padding: 0.5rem 0.7rem;
  color: #656565;
  line-height: 2;
  display: none;
  background: #fff;
}
@media (max-width: 767px) {
  .zp_list .bottomNei {
    padding: 1rem 1.5rem;
  }
}
.zp_list .bottomNei .tit {
  color: #333;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  font-weight: bold;
}
.zp_list .bottomNei .desc {
  padding-bottom: 0.2rem;
  color: #656565;
}
.zp_list .bottomNei .btn {
  width: 1.6rem;
  display: block;
  height: 0.6rem;
  color: #fff;
  background: #D50B1B;
  cursor: pointer;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .zp_list .bottomNei .btn {
    width: 3rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .zp_list .bottomNei .btn {
    width: 6rem;
    height: 1.8rem;
  }
}
/* 投递简历弹窗 */
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-resume-pop .hi-title-box {
  position: relative;
  padding: 0 30px;
  background: #D50C1B;
}
#hi-resume-pop .hi-title-box .hi-title {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
#hi-resume-pop .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 60px;
  cursor: pointer;
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-resume-pop .hi-title-box .hi-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop .hi-box {
  padding: 30px;
  font-size: 14px;
}
#hi-resume-pop input {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
}
#hi-resume-pop button {
  width: 100%;
  height: 50px;
  background: #D50C1B;
  color: #fff;
  cursor: pointer;
  border: 0;
}
#hi-resume-pop .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#hi-resume-pop .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 30px;
  background: #D50C1B;
}
#hi-resume-pop .hi-file-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop .hi-file-box .hi-text {
  color: #fff;
  text-align: center;
}
#hi-resume-pop .hi-file-box .hi-text2 {
  line-height: 30px;
}
#hi-resume-pop .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 256px) !important;
}
#hi-resume-pop .hi-code-box {
  margin-bottom: 20px;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 146px) !important;
}
#hi-resume-pop .hi-code-box img {
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hi-resume-pop .hi-title-box {
    padding: 0 20px;
  }
  #hi-resume-pop .hi-title-box .hi-title {
    line-height: 50px;
    font-size: 18px;
  }
  #hi-resume-pop .hi-box {
    padding: 20px;
  }
  #hi-resume-pop input {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop .hi-file-box,
  #hi-resume-pop .hi-code-box {
    margin-bottom: 10px;
  }
  #hi-resume-pop .hi-file-box .hi-text2 {
    font-size: 12px;
  }
  #hi-resume-pop button {
    height: 40px;
  }
  #hi-resume-pop .hi-title-box .hi-close {
    width: 60px;
    height: 50px;
  }
}
/* 新闻资讯 */
.zx-title {
  text-align: center;
  padding: 0.8rem 0 0.5rem 0;
  color: #333333;
}
@media (max-width: 767px) {
  .zx-title {
    padding: 2rem 0 1rem 0;
    font-weight: bold;
  }
}
.zx_lunbo .nei {
  display: block;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zx_lunbo .img-box {
  width: 50%;
  height: 4.5rem;
  overflow: hidden;
}
.zx_lunbo .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .zx_lunbo .img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .zx_lunbo .img-box {
    width: 100%;
    height: 10rem;
  }
}
.zx_lunbo .text-box {
  width: 50%;
  padding: 0 0.8rem;
  color: #999999;
}
@media (max-width: 991px) {
  .zx_lunbo .text-box {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .zx_lunbo .text-box {
    width: 100%;
    padding: 1rem;
  }
}
.zx_lunbo .text-box .title {
  color: #333;
  padding: 0.15rem 0;
}
@media (max-width: 767px) {
  .zx_lunbo .text-box .title {
    padding: 0.4rem 0;
  }
}
.zx_lunbo .text-box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .zx_lunbo .text-box .desc {
    margin-top: 0.3rem;
    margin-bottom: 0.9rem;
  }
}
.zx_lunbo .text-box .ck {
  padding-right: 0.35rem;
  color: #333333;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.24rem;
  transition: 0.5s;
}
.zx_lunbo .nei:hover .ck {
  color: #D50C1B;
}
.zx_lunbo .swiper-pagination {
  width: 50%;
  left: auto;
  right: 0;
  text-align: left;
  padding-left: 0.8rem;
  bottom: 20px;
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .zx_lunbo .swiper-pagination {
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .zx_lunbo .swiper-pagination {
    padding-left: 0;
    width: 100%;
    padding-right: 10px;
    justify-content: flex-end;
  }
}
.zx_lunbo .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E6E6E6;
  opacity: 1;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .zx_lunbo .swiper-pagination .swiper-pagination-bullet {
    margin-right: 5px;
  }
}
.zx_lunbo .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border: 2px solid #D50C1B;
  background: no-repeat;
}
.zx_type {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .zx_type {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .zx_type {
    padding-bottom: 0.8rem;
  }
}
.zx_type li {
  padding-right: 0.38rem;
}
@media (max-width: 991px) {
  .zx_type li {
    padding-right: 0.7rem;
  }
}
@media (max-width: 767px) {
  .zx_type li {
    padding-right: 0.8rem;
    padding-bottom: 0.5rem;
  }
}
.zx_type a {
  width: 1.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #999999;
  color: #999999;
  display: block;
}
@media (max-width: 991px) {
  .zx_type a {
    width: 2.2rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .zx_type a {
    width: 4.4rem;
    line-height: 1.6rem;
  }
}
.zx_type a.sel {
  border: 1px solid #D50B1B;
  background: #D50B1B;
  color: #fff;
}
.zx_list {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.zx_list li {
  padding: 0 0.2rem;
  width: 33.33%;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .zx_list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .zx_list li {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
.zx_list .img-box {
  overflow: hidden;
  height: 2.6rem;
  position: relative;
}
.zx_list .img-box .bo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sp.png) no-repeat center center rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .zx_list .img-box {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .zx_list .img-box {
    height: 8rem;
  }
}
.zx_list .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.zx_list .date {
  padding: 0.18rem 0;
  color: #999;
}
@media (max-width: 991px) {
  .zx_list .date {
    padding: 0.3rem 0;
  }
}
@media (max-width: 767px) {
  .zx_list .date {
    padding: 0.5rem 0;
  }
}
.zx_list .title {
  margin-bottom: 0.3rem;
  height: 0.7rem;
  line-height: 0.35rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .zx_list .title {
    margin-bottom: 0.7rem;
    height: 1.2rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .zx_list .title {
    margin-bottom: 0.7rem;
    height: 48px;
    line-height: 24px;
  }
}
.zx_list .title h3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s;
}
.zx_list .ck {
  padding-right: 0.35rem;
  color: #333333;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.24rem;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .zx_list .ck {
    padding-right: 0.6rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .zx_list .ck {
    padding-right: 1.1rem;
    background-size: 0.8rem;
  }
}
.zx_list .nei:hover h3 {
  background-size: 100% 100%;
}
.zx_list .nei:hover .ck {
  color: #D50C1B;
}
.zx_list .nei:hover .img-box img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/* 服务网点 */
.wd_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wd_one .left_dt {
  width: 58%;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .wd_one .left_dt {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .wd_one .left_dt {
    width: 100%;
  }
}
.wd_one .left_dt .img {
  width: 100%;
}
.wd_one .x-pp {
  position: absolute;
  width: 48px;
}
.wd_one .x-pp .x-app {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d60c1c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wd_one .x-pp .x-app .x-d1 {
  flex: 0 0 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(214, 12, 28, 0.4);
  border: 1px solid #d60c1c;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  position: absolute;
  top: -17.5px;
  left: -17.5px;
}
.wd_one .x-pp p {
  position: absolute;
  bottom: -55px;
  left: -18px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.wd_one .x-pp.x-a1 {
  top: 35%;
  left: 14%;
}
.wd_one .x-pp.x-a2 {
  left: 30.5%;
  bottom: 24%;
}
.wd_one .x-pp.x-a3 {
  top: 31%;
  left: 55%;
}
@media (max-width: 767px) {
  .wd_one .x-pp.x-a3 {
    top: 32%;
    left: 52%;
  }
}
.wd_one .x-pp.x-a4 {
  left: 51.5%;
  bottom: 37%;
}
.wd_one .x-pp.x-a5 {
  top: 41%;
  left: 77%;
}
.wd_one ul .li1 {
  top: 24%;
  left: 24%;
}
.wd_one ul .li2 {
  top: 20%;
  left: 86.8%;
}
.wd_one ul .li3 {
  top: 31.3%;
  left: 83.8%;
}
.wd_one ul .li4 {
  top: 31.3%;
  left: 77%;
}
.wd_one ul .li5 {
  top: 38%;
  left: 73%;
}
.wd_one ul .li6 {
  top: 41%;
  left: 75%;
}
.wd_one ul .li7 {
  top: 37%;
  left: 64%;
}
.wd_one ul .li8 {
  top: 45%;
  left: 66.5%;
}
.wd_one ul .li9 {
  top: 45%;
  left: 71%;
}
.wd_one ul .li10 {
  top: 48.5%;
  left: 75%;
}
.wd_one ul .li11 {
  top: 47.8%;
  left: 81%;
}
.wd_one ul .li12 {
  top: 53%;
  left: 51%;
}
.wd_one ul .li13 {
  top: 54%;
  left: 60%;
}
.wd_one ul .li14 {
  top: 55%;
  left: 70%;
}
.wd_one ul .li15 {
  top: 60%;
  left: 80%;
}
.wd_one ul .li16 {
  top: 61%;
  left: 85%;
}
.wd_one ul .li17 {
  top: 64%;
  left: 82%;
}
.wd_one ul .li18 {
  top: 62%;
  left: 76%;
}
.wd_one ul .li19 {
  top: 65%;
  left: 71%;
}
.wd_one ul .li20 {
  top: 69%;
  left: 74.5%;
}
.wd_one ul .li21 {
  top: 71%;
  left: 68.5%;
}
.wd_one ul .li22 {
  top: 75%;
  left: 82%;
}
.wd_one ul .li23 {
  top: 87%;
  left: 72%;
}
.wd_one ul .li24 {
  top: 85%;
  left: 70%;
}
.wd_one ul .li25 {
  top: 65%;
  left: 51%;
}
.wd_one ul .li26 {
  top: 68%;
  left: 56%;
}
.wd_one ul .li27 {
  top: 81%;
  left: 48%;
}
.wd_one ul .li28 {
  top: 76%;
  left: 57%;
}
.wd_one ul .li29 {
  top: 86%;
  left: 59%;
}
.wd_list {
  width: 36%;
  background: #fff;
  padding: 0.4rem;
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  height: auto;
}
@media (max-width: 767px) {
  .wd_list {
    margin-top: 3rem;
    width: 100%;
    padding: 1rem;
  }
}
.wd_list .top {
  position: relative;
}
.wd_list .top .txt {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  border: 1px solid #DDDDDD;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .wd_list .top .txt {
    line-height: 1rem;
    height: 1rem;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .wd_list .top .txt {
    line-height: 2rem;
    height: 2rem;
  }
}
.wd_list .top .btn {
  width: 1rem;
  height: 0.6rem;
  background: url(../images/bg_16.png) no-repeat center center #D50C1B;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .wd_list .top .btn {
    width: 1.3rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .wd_list .top .btn {
    width: 3.5rem;
    height: 2rem;
  }
}
.wd_list ul {
  width: 100%;
  margin-top: 0.4rem;
  height: 5.4rem;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .wd_list ul {
    margin-top: 0.7rem;
    height: 6.5rem;
  }
}
@media (max-width: 767px) {
  .wd_list ul {
    margin-top: 1rem;
    height: 16rem;
  }
}
.wd_list ul {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.wd_list ul::-webkit-scrollbar {
  width: 2px;
}
.wd_list ul::-webkit-scrollbar-track-piece {
  width: 2px;
  background-color: #DDDDDD;
  -webkit-border-radius: 10% 10%;
}
.wd_list ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px 3px;
  background-color: #D50C1B;
}
.wd_list li {
  padding-bottom: 0.3rem;
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .wd_list li {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .wd_list li {
    padding-bottom: 1rem;
  }
}
.wd_list li h4 {
  color: #333333;
  font-weight: bold;
  padding-bottom: 0.15rem;
}
.wd_list li p {
  color: #656565;
  padding-bottom: 0.05rem;
}
/* 企业简介 jj */
.jj_one .nei {
  padding-bottom: 50px;
  display: inline-block;
}
.jj_one .img-box {
  height: 2.9rem;
  overflow: hidden;
}
.jj_one .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .jj_one .img-box {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .jj_one .img-box {
    height: 10rem;
  }
}
.jj_one .title {
  color: #333333;
  padding: 0.2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .jj_one .title {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .jj_one .title {
    padding: 0.8rem;
  }
}
.jj_one .swiper-pagination-progressbar {
  top: auto;
  bottom: 15px;
  height: 1px;
  background: #DADADA;
  width: 80%;
  left: 10%;
}
@media (max-width: 767px) {
  .jj_one .swiper-pagination-progressbar {
    width: 60%;
    left: 20%;
  }
}
.jj_one .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D50C1B;
}
.jj_one .btn_nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F7F7F7;
  display: flex;
  z-index: 11;
  padding-left: 10px;
}
.jj_one .btn_nav span {
  width: 45px;
  height: 35px;
  text-align: center;
  align-items: center;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  font-family: 宋体;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  opacity: 1;
}
@media (max-width: 767px) {
  .jj_one .btn_nav span {
    width: 30px;
    font-size: 20px;
  }
}
.jj_one .btn_nav span.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
.jj_one .num {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px;
  color: #999999;
  background: #F7F7F7;
  padding-right: 15px;
  display: inline-block;
  z-index: 111;
  font-size: 14px;
}
.jj_one .num span {
  font-family: shuzi;
  font-size: 14px;
}
.jj_one .num .n1 {
  color: #333;
  font-size: 30px;
}
@media (max-width: 767px) {
  .jj_one .num {
    padding-right: 5px;
  }
}
.jj_type {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .jj_type {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .jj_type {
    padding-bottom: 0.8rem;
  }
}
.jj_type li {
  width: 1.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #999999;
  color: #999999;
  margin-left: 0.2rem;
  cursor: pointer;
  display: block;
}
@media (max-width: 991px) {
  .jj_type li {
    width: 2.2rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .jj_type li {
    width: 3.1rem;
    line-height: 1.4rem;
  }
}
.jj_type li.sel {
  border: 1px solid #D50B1B;
  background: #D50B1B;
  color: #fff;
}
.jj_two {
  background: #fff;
}
.jj_two .title {
  display: flex;
  justify-content: space-between;
}
.jj_two .jj_two_info {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jj_two .jj_twoLB {
  padding-top: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
}
.jj_two .jj_twoLB.sel {
  opacity: 1;
  z-index: 10;
  position: relative;
}
.jj_two .jj_twoLB .swiper-slide {
  width: auto;
}
.jj_two .jj_twoLB .nei {
  display: inline-block;
  width: 6.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .jj_two .jj_twoLB .nei {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .jj_two .jj_twoLB .nei {
    width: 13rem;
  }
}
.jj_two .jj_twoLB .img-box {
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .jj_two .jj_twoLB .img-box {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .jj_two .jj_twoLB .img-box {
    height: 8rem;
  }
}
.jj_two .jj_twoLB .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.jj_two .jj_twoLB .title {
  color: #fff;
  padding-top: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bg_17.png) repeat-x left bottom;
  background-size: 100% 100%;
  height: 2rem;
  width: 100%;
  text-align: center;
  padding-top: 1.3rem;
  justify-content: center;
}
@media (max-width: 991px) {
  .jj_two .jj_twoLB .title {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .jj_two .jj_twoLB .title {
    padding-top: 0.7rem;
    height: 2.5rem;
  }
}
.jj_two .jj_twoLB .container {
  position: relative;
}
.jj_two .jj_twoLB .swiper-button-next,
.jj_two .jj_twoLB .swiper-button-prev {
  top: -2.3rem;
  width: 0.8rem;
  height: 0.6rem;
  background: #D50B1B;
  font-family: 宋体;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
@media (max-width: 991px) {
  .jj_two .jj_twoLB .swiper-button-next,
  .jj_two .jj_twoLB .swiper-button-prev {
    width: 1.4rem;
    height: 1rem;
    top: -2.9rem;
  }
}
@media (max-width: 767px) {
  .jj_two .jj_twoLB .swiper-button-next,
  .jj_two .jj_twoLB .swiper-button-prev {
    width: 2rem;
    height: 1.6rem;
    top: -4rem;
  }
}
.jj_two .jj_twoLB .swiper-button-disabled {
  opacity: 0;
}
.jj_three {
  background: #fff;
  display: flex;
}
.jj_three li {
  width: 18%;
  height: 5rem;
  border-left: 1px solid #E5E5E5;
  text-align: center;
  background: url(../images/bg_18.jpg) repeat-x left bottom;
  background-size: auto 1.8rem;
  padding-top: 1rem;
  position: relative;
  transition: 0.5s;
}
.jj_three li:first-child {
  border: 0;
}
@media (max-width: 991px) {
  .jj_three li {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .jj_three li {
    height: 15rem;
  }
}
.jj_three .title {
  height: 0.65rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 10;
}
.jj_three .title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .jj_three .title {
    height: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .jj_three .title {
    height: 2rem;
    margin-bottom: 0.6rem;
  }
}
.jj_three .img {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
.jj_three .img img {
  max-height: 0.36rem;
}
@media (max-width: 991px) {
  .jj_three .img img {
    max-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .jj_three .img img {
    max-height: 1.2rem;
  }
}
.jj_three .desc {
  color: #fff;
  line-height: 1.7;
  opacity: 0;
  position: relative;
  z-index: 10;
  max-height:135px;
  overflow:hidden;
  overflow-y:auto;
  widows:80%
}
.jj_three .desc {-webkit-overflow-scrolling: touch;scroll-behavior: smooth;}
.jj_three .desc::-webkit-scrollbar {width: 3px;}
.jj_three .desc::-webkit-scrollbar-track-piece  { width:5px; background-color:#ccc; -webkit-border-radius: 10% 10%;}
.jj_three .desc::-webkit-scrollbar-thumb{ -webkit-border-radius: 3px 3px; background-color: #D50C1B;}


@media (max-width: 991px) {
  .jj_three .desc {
    padding-right: 0.5rem;
    line-height: 1.7;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .jj_three .desc {
    padding-right: 0.5rem;
    line-height: 1.7;
    font-size: 12px;
  }
}
.jj_three li.sel {
  width: 64%;
  text-align: left;
  padding-left: 0.8rem;
  color: #fff;
}
.jj_three li.sel .title {
  color: #fff;
}
.jj_three li.sel .title::after {
  width: 20px;
}
.jj_three li.sel .desc {
  opacity: 1;
}
.jj_three li.sel .img {
  padding-left: 0.8rem;
}
.jj_three .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: 0.5s;
  object-fit: cover;
}
.jj_three li.sel .bgImg {
  width: 100%;
}
.jj_three li.sel .zhe {
  width: 100%;
}
.jj_three .zhe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 0%;
  transition: 0.5s;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.jj_four {
  margin-top: 0.5rem;
  height: 3.3rem;
}
@media (max-width: 991px) {
  .jj_four {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .jj_four {
    height: 18rem;
    margin-top: 1rem;
  }
}
.jj_four .nei {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .jj_four .nei {
    flex-wrap: wrap;
  }
}
.jj_four .swiper-slide {
  height: 100%;
}
.jj_four .img-box {
  width: 5rem;
  height: 3.3rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .jj_four .img-box {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .jj_four .img-box {
    height: 8rem;
    width: 80%;
  }
}
.jj_four .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.jj_four .text-box {
  max-width: 100%;
  background: #fff;
  padding: 0 0.8rem;
  padding-right: 1.9rem;
}
@media (max-width: 767px) {
  .jj_four .text-box {
    width: 80%;
    margin-top: 0.3rem;
  }
}
.jj_four .text-box .year {
  color: #333;
  padding-bottom: 0.2rem;
}
.jj_four .text-box .desc {
  color: #999999;
  line-height: 2;
  overflow: hidden;
  overflow-y:auto;
  /*text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;*/
  max-height:2.5rem;
}
@media (max-width: 767px) {
  .jj_four .text-box .desc {
    line-height: 1.5;
  }
}
.jj_fu {
  position: relative;
  overflow: hidden;
}
.jj_five {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 2px solid #CCCCCC;
  width: 120px;
  text-align: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .jj_five {
    width: 70px;
  }
}
.jj_five .swiper-container {
  overflow: hidden;
  height: 100%;
  margin-right: -2px;
}
.jj_five .swiper-slide {
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
.jj_five .swiper-slide-thumb-active {
  color: #D50C1B;
  font-size: 18px;
  border-right: 2px solid #D50C1B;
}
.jj_six {
  background: url(../images/bg_19.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.jj_six .big-title {
  color: #fff;
}
.jj_six ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jj_six ul li {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 400px;
  margin: 0px -0.1rem;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.jj_six ul li:nth-child(2n) {
  background: no-repeat;
}
@media (max-width: 991px) {
  .jj_six ul li {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0px -0.2rem;
  }
}
@media (max-width: 767px) {
  .jj_six ul li {
    width: 8rem;
    height: 8rem;
    margin: 8px;
    padding: 0.6rem;
  }
}
.jj_six ul .title {
  padding-bottom: 0.1rem;
  color: #fff;
}
.jj_six ul .desc {
  color: #fff;
  display: none;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .jj_six ul .desc {
    font-size: 13px;
    line-height: 1.4;
    padding-top: 5px;
  }
}
.jj_six ul .pimg {
  height: 0.55rem;
  transition: 0.5s;
}
.jj_six ul .pimg img {
  height: 0.4rem;
}
@media (max-width: 991px) {
  .jj_six ul .pimg {
    height: 0.9rem;
  }
  .jj_six ul .pimg img {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .jj_six ul .pimg {
    height: 2rem;
  }
  .jj_six ul .pimg img {
    height: 1.5rem;
  }
}
.jj_six ul li:hover .pimg {
  opacity: 0;
  margin-top: -0.55rem;
}
@media (max-width: 991px) {
  .jj_six ul li:hover .pimg {
    margin-top: -0.9rem;
  }
}
@media (max-width: 767px) {
  .jj_six ul li:hover .pimg {
    margin-top: -2rem;
  }
}
.jj_six ul li:hover .desc {
  display: block;
  animation: myfirst 0.5s;
}
@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.jj_seven {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .jj_seven {
    margin: 0 -0.3rem;
    margin-bottom: 0.5rem;
  }
}
.jj_seven li {
  width: 33.33%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .jj_seven li {
    width: 50%;
    padding: 0 0.3rem;
    margin-bottom: 0.6rem;
  }
}
.jj_seven .img-box {
  height: 2.9rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .jj_seven .img-box {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .jj_seven .img-box {
    height: 5rem;
  }
}
.jj_seven .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.jj_seven li:hover .img-box img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.jj_seven li:hover .title {
  color: #D50C1B;
}
.jj_seven .title {
  background: #FFFFFF;
  height: 1.1rem;
  text-align: center;
  padding: 0.25rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .jj_seven .title {
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .jj_seven .title {
    height: 3rem;
  }
}
.jj_more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jj_more .a {
  display: inline-block;
  width: 2rem;
  line-height: 0.6rem;
  border-radius: 100px;
  background: #fff;
  color: #333333;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .jj_more .a {
    width: 3.5rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .jj_more .a {
    width: 7rem;
    line-height: 2rem;
  }
}
.jj_more .a span {
  padding-right: 0.35rem;
  background: url(../images/bg_04.png) no-repeat right center;
  background-size: 0.24rem;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .jj_more .a span {
    padding-right: 0.5rem;
    background-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  .jj_more .a span {
    padding-right: 1.2rem;
    background-size: 0.8rem;
  }
}
.jj_more .a:hover span {
  color: #D50C1B;
}
.sy_banner .swiper-slide {
  position: relative;
  background: #fff;
  height: 8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sy_banner .swiper-slide {
    height: 12.5rem;
  }
}
.sy_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_banner .shipin {
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: 111;
  position: relative;
}
.sy_banner .c-mb1,
.sy_banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .sy_banner .c-mb1,
  .sy_banner .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .sy_banner .c-pc1,
  .sy_banner .c-pc2 {
    display: none;
  }
}
.sy_banner .c-pc1,
.sy_banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sy_banner .c-pc2,
.sy_banner .c-mb2 {
  position: relative;
  z-index: 2;
}
.sy_banner .x-banner-mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.sy_banner .x-text {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  z-index: 120;
  text-align: center;
}
@media (max-width: 991px) {
  .sy_banner .x-text {
    width: 90%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .sy_banner .x-text {
    left: 10%;
    width: 80%;
    top: 35%;
  }
}
.sy_banner .x-text span {
  color: #fff;
}
.sy_banner .x-text p {
  font-size: 0.72rem;
  color: #fff;
}
@media (max-width: 767px) {
  .sy_banner .x-text p {
    font-size: 1.4rem;
  }
}
.sy_banner ul {
  width: 71%;
  position: absolute;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .sy_banner ul {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .sy_banner ul {
    display: none;
  }
}
.sy_banner ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.sy_banner .sp_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_banner .bo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1111;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy_banner .bo .play {
  width: 1rem;
  height: 1rem;
  border-radius: 200px;
  background: url(../images/play.png) no-repeat center center #e50000;
  background-size: 70%;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 767px) {
  .sy_banner .bo .play {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 80%;
  }
}
