/* tongyong */
body {
  background: #f8f8f8;
}
.borderbt1px {
  border-bottom: 1px solid #e5e5e5;
}
.breads > div {
  background: url(../images/page/bread_icon.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.3rem;
}
.scjdUl li .text,
ul.qywhUl li,
ul.qywhUl li .cts,
.scyfUl li::after,
.scyfUl li .divPosition,
.scyfUl li .divPosition .divIcon img .scjdUl li .text,
.scjdUl li .divImg::before,
.scjdUl li .divImg img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
ul.qywhUl li .divInfo {
  transition: 1s;
  -webkit-transition: 1s;
}
.autowidth {
  width: 16rem;
  margin: auto;
  max-width: 95%;
}
.width50 {
  width: 50%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.lrkjgfUl li {
  padding-right: 0.4rem;
  margin-right: 0.4rem;
}
.scjdUl li {
  position: relative;
}
.scjdUl li .divImg {
  overflow: hidden;
}
.scjdUl li .divImg::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.scjdUl li .divImg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.scjdUl li .text {
  position: absolute;
  left: 1.6rem;
  bottom: 0.7rem;
  z-index: 10;
}
.scjdUl li .text .line {
  height: 1px;
  width: 0.44rem;
  background: #fff;
}
.scjdUl li:hover .divImg img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.scjdUl li:hover .divImg::before {
  background: rgba(0, 0, 0, 0.4);
}
.scjdUl li:hover .text {
  bottom: 1rem;
}
ul.scyfUl {
  display: flex;
  height: 100%;
}
ul.scyfUl li {
  position: relative;
  overflow: hidden;
  width: 33.3%;
  background-size: cover !important;
}
ul.scyfUl li .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover !important;
}
ul.scyfUl li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
ul.scyfUl li .divPosition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
ul.scyfUl li .divPosition .divIcon {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
ul.scyfUl li .divPosition .divIcon img {
  width: 1rem;
}
ul.scyfUl li .divPosition .divIcon img.icon {
  display: block;
}
ul.scyfUl li .divPosition .divIcon img.iconH {
  display: none;
}
ul.scyfUl li:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
ul.scyfUl li:hover::after {
  background: rgba(0, 0, 0, 0.6);
}
ul.scyfUl li:hover .divPosition {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
}
ul.scyfUl li:hover .divPosition .divIcon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
ul.scyfUl li:hover .divPosition .divIcon img.icon {
  display: none;
}
ul.scyfUl li:hover .divPosition .divIcon img.iconH {
  display: block;
}
ul.scyfUl .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.scyfUl .swiper-container {
  height: 100%;
}
ul.scyfUl .swiper-next,
ul.scyfUl .swiper-prev {
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  top: 50%;
  margin-top: -0.31rem;
  z-index: 10;
  cursor: pointer;
}
ul.scyfUl .swiper-prev {
  left: 1rem;
  background: url(../images/page/fzlc_prev.png) no-repeat center;
  background-size: cover;
}
ul.scyfUl .swiper-next {
  background: url(../images/page/fzlc_next.png) no-repeat center;
  background-size: cover;
  right: 1rem;
}
.fzlcSwiper {
  position: relative;
}
.fzlcSwiper .swiper-wrapper {
  padding-left: 0.5rem;
}
.fzlcSwiper::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 50%;
  margin-top: 0.1px;
}
.fzlcSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  box-sizing: content-box;
}
.fzlcSwiper .swiper-slide .divImg {
  width: 1.36rem;
}
.fzlcSwiper .swiper-slide .time {
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  position: relative;
}
.fzlcSwiper .swiper-slide .time::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.2rem;
  background: #333333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1px;
}
.fzlcSwiper .swiper-slide .time span {
  position: relative;
  padding-left: 0.2rem;
  position: absolute;
  bottom: 0.2rem;
  left: -0.5rem;
}
.fzlcSwiper .swiper-slide:nth-child(2n) {
  box-sizing: content-box;
  flex-flow: row-reverse;
  padding-top: 2rem;
  flex-direction: column;
}
.fzlcSwiper .swiper-slide:nth-child(2n) .flex {
  display: flex;
  align-items: flex-end;
}
.fzlcSwiper .swiper-slide:nth-child(2n+1) {
  padding-bottom: 2.5rem;
}
.fzlcSwiper .swiper-slide:nth-child(2n+1) .time {
  position: relative;
}
.fzlcSwiper .swiper-slide .flex {
  width: 200%;
  padding-left: 0.1rem;
  height: 2rem;
  border-left: 1px solid #b5b5b5;
}
.fzlcSwiper .swiper-prev,
.fzlcSwiper .swiper-next {
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  top: 50%;
  margin-top: -0.31rem;
  z-index: 10;
  cursor: pointer;
}
.fzlcSwiper .swiper-prev {
  left: 0;
  background: url(../images/page/fzlc_prev.png) no-repeat center;
  background-size: cover;
}
.fzlcSwiper .swiper-next {
  background: url(../images/page/fzlc_next.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.qyrySwiper .sImg .swiper-slide {
  position: relative;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.qyrySwiper .sImg .swiper-slide .divImg {
  width: 7.6rem;
}
.qyrySwiper .sImg .swiper-slide .timeBg {
  font-size: 4rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: -1;
}
.qyrySwiper .sIcons {
  position: relative;
}
.qyrySwiper .sIcons .swiper-wrapper {
  padding-top: 1rem;
}
.qyrySwiper .sIcons .swiper-slide {
  text-align: center;
  padding-top: 0.2rem;
  cursor: pointer;
}
.qyrySwiper .sIcons .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  z-index: 1;
  position: absolute;
  top: 0.05rem;
}
.qyrySwiper .sIcons .swiper-slide::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 0.1rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.05rem;
  z-index: 10;
}
.qyrySwiper .sIcons .swiper-slide.swiper-slide-thumb-active div {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000;
  position: absolute;
  top: -0.5rem;
  width: 100%;
  text-align: center;
}
.qyrySwiper .sIcons .swiper-slide.swiper-slide-thumb-active::before {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/page/fzlc_icon1.png) no-repeat center;
  background-size: cover;
  border: none;
  margin-left: -0.12rem;
  margin-top: -0.06rem;
}
.qyrySwiper .sIcons .swiper-arrows {
  position: absolute;
  right: 0;
  top: -0.62rem;
  display: flex;
  z-index: 10;
}
.qyrySwiper .sIcons .swiper-prev,
.qyrySwiper .sIcons .swiper-next {
  width: 0.62rem;
  height: 0.62rem;
  margin-left: 0.3rem;
  cursor: pointer;
}
.qyrySwiper .sIcons .swiper-prev {
  background: url(../images/page/fzlc_prev.png) no-repeat center;
  background-size: cover;
}
.qyrySwiper .sIcons .swiper-next {
  background: url(../images/page/fzlc_next.png) no-repeat center;
  background-size: cover;
}
ul.qywhUl {
  border-radius: 0.2rem 0 0.2rem 0;
  overflow: hidden;
  height: 5.4rem;
}
ul.qywhUl li {
  width: 18%;
  overflow: hidden;
  position: relative;
}
ul.qywhUl li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
ul.qywhUl li .divTit {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #c21823;
}
ul.qywhUl li .divTit .divIcon {
  width: 1rem;
}
ul.qywhUl li .divInfo {
  width: 200%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.7rem;
  opacity: 0;
}
ul.qywhUl li.current {
  width: 48%;
}
ul.qywhUl li.current .divTit {
  display: none;
}
ul.qywhUl li.current .divInfo {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}
ul.qywhUl li.current .divInfo .divIcon {
  width: 0.8rem;
}
.tdjs dl dt {
  width: 60%;
}
.tdjs dl dd {
  width: 40%;
  padding: 0.7rem;
  box-sizing: border-box;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.tdjs dl dd::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background: url(../images/page/tdjs_icon1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
}
.tgjygw {
  height: 8.2rem;
}
.flqy {
  height: 7.5rem;
}
.flqy ul li {
  padding-right: 0.5rem;
  position: relative;
  margin-right: 0.45rem;
}
.flqy ul li .divIocn {
  width: 0.5rem;
}
.flqy ul li .flex {
  align-items: flex-end;
}
.flqy ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
}
.flqy ul li:last-child::after {
  display: none;
}
.xwzxUl li {
  width: 23.5%;
  margin: 0 1.5% 2% 0;
}
.xwzxUl li a:hover {
  color: #333;
}
.xwzxUl li a:hover .divTit {
  color: #c4141b;
}
.xwzxUl li a:hover .line {
  background: #c4141b;
}
.xwzxUl li .cots {
  border: 1px solid #e3e3e3;
  border-top: 0;
  padding: 0.3rem 0.4rem;
}
.xwzxUl li .cots .divTit {
  height: 0.6rem;
}
.xwzxUl li .cots .line {
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
#map {
  width: 100%;
  height: 6.5rem;
}
.xwzxUlTop {
  border-bottom: 1px solid #e9e9e9;
}
.xwzxUlTop li {
  width: 100%;
  margin: 0;
}
.xwzxUlTop li a {
  display: flex;
  justify-content: space-between;
}
.xwzxUlTop li .time {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: flex-start;
}
.xwzxUlTop li .time div {
  line-height: 100%;
  font-weight: bold;
}
.xwzxUlTop li .time .line {
  width: 0.3rem;
  margin: 0.15rem 0;
  background: #999;
}
.xwzxUlTop li .scaleImg {
  width: 42%;
}
.xwzxUlTop li .cots {
  width: 58%;
  padding: 0.5rem;
  border: 1px solid #e3e3e3;
  border-left: none;
}
.goPages {
  display: flex;
  justify-content: center;
}
.goPages ul {
  display: flex;
  justify-content: center;
}
.goPages ul li {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.18rem;
  border-radius: 0.05rem;
  margin: 0 0.04rem;
  overflow: hidden;
}
.goPages ul li a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #989898;
  font-size: 0.18rem;
}
.goPages ul li.pagenumact {
  background: #c4141b;
  color: #fff;
}
.goPages ul li:hover a {
  background: #c4141b;
  color: #fff;
}
.goPages .page-prev,
.goPages .page-next {
  font-size: 0.18rem;
  color: #989898;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
}
.productSlide {
  position: relative;
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.productSlide .swiper-container {
  width: 14rem;
}
.productSlide .swiper-wrapper .swiper-slide {
  text-align: center;
  width: auto;
}
.productSlide .swiper-wrapper .swiper-slide .divIcon {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}
.productSlide .swiper-wrapper .swiper-slide:hover,
.productSlide .swiper-wrapper .swiper-slide.on {
  color: #c21823;
}
.productSlide .swiper-wrapper .swiper-slide:hover .divIcon,
.productSlide .swiper-wrapper .swiper-slide.on .divIcon {
  align-items: flex-end;
  margin: 0 auto;
}
.productSlide .swiperArrow {
  border: solid #3b3839;
  border-width: 0 0.02rem 0.02rem 0;
  display: inline-block;
  padding: 0.08rem;
  position: absolute;
  top: 50%;
  margin-right: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: block;
  z-index: 10;
  cursor: pointer;
}
.productSlide .swiper-prev {
  left: 0.5rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.productSlide .swiper-next {
  right: 0.5rem;
}
.productNoSlide .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.productNoSlide .swiper-wrapper .swiper-slide {
  text-align: center;
  width: auto;
  margin: 0 0.25rem;
}
.productNoSlide .swiperArrow {
  display: none;
}
.productSort span {
  margin-right: 0.2rem; line-height:0.4rem;
}
.productSort a {
  display: block;
  padding: 0 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #fff;
  margin-right: 0.2rem;
}
.productSort a.on {
  border: 1px solid #c21823;
  color: #c21823;
}
.productUl {
  display: flex;
  flex-wrap: wrap;
}
.productUl li {
  width: 18.5%;
  background: #f3f3f3;
  margin-bottom: 0.3rem;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
}
.productUl li:not(:nth-child(5n)) {
  margin-right: calc(7.5% / 4);
}
.productUl li .text {
  box-sizing: border-box;
  text-align: center;
  height: 1rem;
  border-top: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.productUl li:hover {
  background: #fff;
  border: 1px solid #bcbcbc;
}
.productUl li:hover .text {
  border-top: 1px solid #bcbcbc;
}
.w70 {
  width: 0.7rem;
}
.w10 {
  width: 1rem;
}
.percent50 {
  width: 50%;
}
.bgattem {
  background-attachment: fixed !important;
}
.videoIcon {
  width: 0.88rem;
  height: 0.88rem;
  background: url(../images/produtImg/video_icon.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.smsUl {
  display: flex;
  flex-wrap: wrap;
}
.smsUl li {
  width: 48%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0.5rem;
  padding-top: 0;
  margin-bottom: 0.6rem;
  position: relative;
  background: url(../images/page/sms_bg01.jpg) no-repeat center bottom;
  background-size: 100%;
}
.smsUl li .div-l {
  width: 2.02rem;
  height: 2.91rem;
  padding: 0.2rem;
  background: url(../images/page/sms_icon1.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.smsUl li .div-r {
  padding-left: 0.7rem;
}
.smsUl li .div-r a {
  display: block;
  width: 1.16rem;
  height: 0.41rem;
  line-height: 0.41rem;
  border-radius: 0.41rem;
  border: 1px solid #999999;
  color: #999;
  text-align: center;
  margin-right: 0.2rem;
}
.smsUl li .div-r a:hover {
  color: #fff;
  background: #c21823;
  border: 1px solid #c21823;
}
.smsUl li:not(:nth-child(2n)) {
  margin-right: calc(4% / 2);
}
.shfuSlide.productNoSlide {
  padding: 0.7rem 0 0.4rem 0;
  border-bottom: none;
}
.shfuSlide.productNoSlide .swiper-slide {
  padding: 0 0.5rem;
  margin: 0;
  position: relative;
}
.shfuSlide.productNoSlide .swiper-slide::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.6rem;
  background: #eaeaea;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3rem;
}
.shfuSlide.productNoSlide .swiper-slide:last-child::after {
  display: none;
}
.searchBox {
  max-width: 7rem;
  margin: 0 auto;
  border: 1px solid #cccccc;
  display: flex;
  height: 0.58rem;
  line-height: 0.58rem;
  border-radius: 0.58rem;
  overflow: hidden;
}
.searchBox .search-text {
  width: 80%;
  padding: 0 0.27rem;
}
.searchBox .search-btn {
  width: 20%;
  background: url(../images/page/search_icon.png) no-repeat center #c21823;
  background-size: 0.16rem 0.16rem;
}
.searchBox input::-webkit-input-placeholder {
  color: bfbfbf;
}
.searchBox :-moz-placeholder {
  color: bfbfbf;
}
.searchBox ::-moz-placeholder {
  color: bfbfbf;
}
.searchBox input:-ms-input-placeholder {
  color: bfbfbf;
}
.searchBox input::-ms-input-placeholder {
  color: bfbfbf;
}
.shfwTit {
  border-left: 2px solid #dc0e1a;
  padding-left: 0.2rem;
  position: relative;
}
.shfwTit::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #eaeaea;
}
.shfwUl li .divImg {
  border: 1px solid #fff;
  height: 2.3rem;
  display: flex;
  align-items: center;
}
.shfwUl li:hover .divImg {
  border: 1px solid #c21823;
}
.splxUl li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
}
.splxUl li:hover {
  border-bottom: 1px solid #c21823;
}
.ulLi6 {
  display: flex;
  flex-wrap: wrap;
}
.ulLi6 li {
  width: 16%;
}
.ulLi6 li:not(:nth-child(6n)) {
  margin-right: calc(4% / 5);
}
.ulLi3 {
  display: flex;
  flex-wrap: wrap;
}
.ulLi3 li {
  width: 31%;
}
.ulLi3 li:not(:nth-child(3n)) {
  margin-right: calc(7% / 2);
}
.changeLink {
  display: flex;
  justify-content: center;
}
.changeLink a {
  display: block;
  min-width: 1.56rem;
  padding: 0.1rem;
  background: #f8f8f8;
  text-align: center;
  margin: 0 0.25rem;
  border-radius: 0.25rem 0 0.25rem 0;
}
.changeLink a.on,
.changeLink a:hover {
  background: #c21823;
  color: #fff;
}
.fwybyUl {
  width: 12rem;
  height: 8rem;
  margin: 0 auto;
  background: #fff;
  padding: 0.5rem;
  text-align: left;
  overflow-x: hidden;
  position: absolute;
  margin-left: -6rem;
  left: 50%;
  margin-top: -4rem;
  top: 50%;
}
.fwybyUl li {
  width: 100%;
}
.fwybyUl li .dTop {
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.fwybyUl li .dBot {
  padding: 0.2rem 0;
}
.fwybyUl li.on .dTop::after {
  transform: rotate(45deg);
}
.jrlrUl {
  border: 1px solid #b5b5b5;
  border-bottom: none;
}
.jrlrUl li {
  border-bottom: 1px solid #b5b5b5;
}
.jrlrUl li .dTop {
  padding: 0.2rem 0;
  padding-left: 0.5rem;
  cursor: pointer;
  position: relative;
}
.jrlrUl li .dTop::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/page/showIcon.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.jrlrUl li .dBot {
  border-top: 1px solid #b5b5b5;
  display: none;
  padding: 0.35rem 0.5rem;
  background: url(../images/page/jrlr_bg01.jpg) no-repeat right center;
  background-size: cover;
}
.jrlrUl li .dBot .applyBtn {
  display: block;
  border-radius: 0.1rem;
  width: 1.33rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  color: #fff;
  background: #be0419;
}
.jrlrUl li.on .dTop div {
  color: #be0419;
}
.jrlrUl li.on .dTop::after {
  transform: rotate(45deg);
}
.titDownLine::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1px;
  background: #be0419;
  margin: 0 auto;
}
.lxwmU li {
  display: flex;
  align-items: center;
}
.lxwmU li .divIcon {
  width: 0.5rem;
}
.jkspxqTop {
  background: #f6f6f6;
}
.jkspxqTop .divImg {
  width: 40%;
}
.jkspxqTop .div-r {
  width: 60%;
  padding: 0.5rem;
}
.jkspxqTop .div-r .line {
  height: 1px;
  background: #e7e6e6;
}
.jkspxqTop .div-r .text {
  position: relative;
}
.jkspxqTop .div-r .text::after,
.jkspxqTop .div-r .text::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.2rem;
  background: url(../images/page/spxq_icon1.png) no-repeat center;
  background-size: contain;
  position: absolute;
}
.jkspxqTop .div-r .text::before {
  left: 0;
  top: 0;
}
.jkspxqTop .div-r .text::after {
  right: 0;
  bottom: 0;
}
.jkspxqMain {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
}
.jkspxqMain .div-l {
  width: 16%;
}
.jkspxqMain .div-r {
  width: 84%;
}
.jkspxqMain .div-r p {
  margin-bottom: 0.1rem;
}
.jkspxqMain .div-r img {
  margin-bottom: 0.3rem;
}
.returnBtn {
  display: block;
  width: 1.6rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 0.54rem;
  text-align: center;
  background: #be0419;
}
.returnBtn:hover {
  color: #fff !important;
}
.returnBtn a:hover {
  color: #fff !important;
}
.xsgm {
  background: url(../images/page/xsgm_bg01.png) no-repeat center bottom;
  background-size: 100%;
}
.xsgmUl {
  height: 6.66rem;
  position: relative;
  background: url(../images/page/xsgm_bg02.png) no-repeat center bottom;
  background-size: 13.94rem 6.66rem;
}
.xsgmUl li {
  position: absolute;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.xsgmUl li .divImg {
  -webkit-transition: 0.6s;
  height: 3.5rem;
  object-fit: cover;
  width: 1.36rem;
  height: 1.36rem;
}
.xsgmUl li:hover .divImg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ligp th {
  border-right: #f8f8f8 solid 1px;
  border-bottom: #f8f8f8 solid 1px;
  text-align: center;
  height: 1.35rem;
  background: #fff;
  font-size: 0.2rem;
  color: #d6201f;
}
.ligp td {
  background: #d6201f;
  color: #fff;
  height: 0.55rem;
  text-align: center;
  font-size: 0.2rem;
  border-right: #f8f8f8 solid 1px;
  border-bottom: #f8f8f8 solid 1px;
}
.ligp .tdLast {
  height: 0.7rem;
  background: #fff;
  color: #d6201f;
  font-size: 0.2rem;
}
.gsggUl li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  margin-bottom: 0.2rem;
  padding: 0.3rem 0.5rem;
}
.gsggUl li .div-l {
  background: url(../images/page/gsgg_icon1.png) no-repeat left center;
  background-size: 0.21rem 0.27rem;
  padding-left: 0.4rem;
}
.gsggUl li .div-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gsggUl li .div-r .divBtn {
  display: flex;
  justify-content: space-between;
}
.gsggUl li .div-r a {
  display: block;
  width: 1.5rem;
  height: 0.4rem;
  border: 1px solid #c4141b;
  color: #c4141b;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  margin-right: 0.2rem;
}
.gsggUl li .div-r a:last-child {
  margin-right: 0;
}
.gsggUl li .div-r a:hover {
  background: #c4141b;
  color: #fff;
}
.wxdtxq p {
  margin-bottom: 0.2rem;
}
.wxdtxq img {
  margin: 0 auto;
  display: block;
  margin-bottom: 0.2rem;
}
.cpcsUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpcsUl li {
  width: 45%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  padding: 0.15rem 0;
}
.cpcsUl li > div {
  width: 50%;
}
.video-close {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/page/close_icon.png) no-repeat center;
  background-size: contain;
  right: 0.5rem;
  top: 0.5rem;
}
.czmdDiv {
  position: relative;
}
.mapOnDiv {
  background: #fff;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 4.2rem;
  z-index: 10;
}
.mapOnDiv > div {
  border-bottom: 1px solid #ededed;
  padding: 0.2rem 0.3rem;
}
.czmdUl {
  position: absolute;
  right: 2rem;
  top: 0.4rem;
  z-index: 10;
  height: 6.5rem;
  overflow-x: hidden;
}
.czmdUl ul {
  background: #fff;
}
.czmdUl ul li {
  width: 5rem;
  height: 1.3rem;
  padding: 0 0.4rem;
  padding-left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #ededed;
  background: url(../images/page/fwwd_icon1.png) no-repeat 0.4rem 0.1rem;
  background-size: 0.25rem 0.38rem;
  cursor: pointer;
}
.czmdUl ul li:first-child {
  border-radius: none;
}
.czmdTit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.divSelect {
  display: flex;
  justify-content: flex-end;
}
.divSelect .divBox {
  border: 1px solid #d2d2d2;
  width: 2rem;
  margin-left: 0.2rem;
  position: relative;
}
.divSelect .divBox::after {
  content: "";
  display: block;
  border: solid #3b3839;
  border-width: 0 0.02rem 0.02rem 0;
  display: inline-block;
  padding: 0.05rem;
  position: absolute;
  top: 35%;
  right: 0.3rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.divSelect .divBox select {
  width: 100%;
  padding: 0 0.2rem;
  color: #000;
  font-size: 0.18rem;
  line-height: 0.56rem;
  border: 0;
  height: 0.56rem;
  box-sizing: border-box;
  outline: none;
}
.ywfbTabIcons {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.ywfbTabIcons .swiper-container {
  width: 80%;
  border-bottom: 1px solid #e0e0e0;
}
.ywfbTabIcons .swiper-slide {
  font-size: 22px;
  color: #333;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.ywfbTabIcons .swiper-slide.swiper-slide-thumb-active {
  color: #c4141b;
}
.ywfbTabIcons .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 2px;
  background: #c4141b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
}
.ywfbTabIcons .swiper-prev,
.ywfbTabIcons .swiper-next {
  width: 10%;
  position: relative;
  cursor: pointer;
}
.ywfbTabIcons .swiper-prev::before,
.ywfbTabIcons .swiper-next::before {
  content: "";
  display: block;
  border: solid #3b3839;
  border-width: 0 0.02rem 0.02rem 0;
  display: inline-block;
  padding: 0.08rem;
  position: absolute;
  left: 0;
  margin-top: -0.02rem;
  margin-right: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ywfbTabIcons .swiper-prev::before {
  left: unset;
  right: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.ywfbUl li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.ywfbUl li .div-l {
  border: 1px solid #bcbcbc;
  width: 20%;
}
.ywfbUl li .div-r {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.ywfbUl li .div-r .ding {
  background: url(../images/page/ding.png) no-repeat center left;
  background-size: 0.14rem 0.17rem;
  padding-left: 0.2rem;
}
.ywfbUl li .text {
  border-top: 1px solid #bcbcbc;
  padding: 0.3rem;
}
.zshzUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zshzUl li {
  width: 30%;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
.zshzUl li .line {
  width: 0.5rem;
  height: 1px;
  background: #DEDEDE;
  transition: all 0.5s ease 0s;
}
.zshzUl li:hover > .font700 {
  color: #be0419;
}
.zshzUl li:hover .line {
  background: #be0419;
}
.khlyUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.khlyUl li {
  width: 48%;
  margin-bottom: 0.2rem;
}
.khlyUl li input {
  padding: 0 0.2rem;
  color: #747474;
  border: 1px solid #CBCBCB;
  width: 100%;
  height: 0.46rem;
}
.khlyUl li.li-content {
  width: 100%;
}
.khlyUl li.li-content textarea {
  padding: 0.2rem;
  color: #747474;
  width: 100%;
  border: 1px solid #CBCBCB;
  height: 2rem;
}
.khlyUl li.li-submit {
  width: 100%;
  display: flex;
  justify-content: end;
}
.khlyUl li.li-submit input {
  width: 1.8rem;
  margin-left: 0.3rem;
  cursor: pointer;
}
.khlyUl li.li-submit input:hover {
  background: #be0419;
  color: #fff;
  border: 1px solid #be0419;
}
.atlasUl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.atlasUl li {
  width: 30%;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1100px) {
  .pageMain .breadNav {
    display: flex;
    justify-content: space-around;
  }
  .pageMain .breadNav a {
    height: auto !important;
    margin: 0 !important;
  }
  .bjlrkjgf {
    background-position: left center !important;
  }
  .bjlrkjgf .width50 {
    width: auto;
  }
  .lrkjgfUl {
    display: flex;
    justify-content: space-around;
  }
  .lrkjgfUl li {
    margin: 0;
    padding: 0;
  }
  .scjdUl {
    flex-wrap: wrap;
  }
  .scjdUl li {
    width: 100%;
  }
  ul.scyfUl {
    flex-wrap: wrap;
  }
  ul.scyfUl li {
    width: 100%;
    height: 5rem;
  }
  .tdjs dl {
    flex-wrap: wrap;
  }
  .tdjs dl dt {
    width: 100%;
  }
  .tdjs dl dd {
    width: 100%;
  }
  .flqy {
    height: auto;
    background-color: #fff;
    background-size: contain !important;
    background-position: right bottom;
    padding-bottom: 2rem;
    padding-top: 0.3em;
  }
  .flqy .width50 {
    width: auto;
  }
  .flqy .autowidth {
    padding: 0;
  }
  .tgjygw {
    height: 10rem;
  }
  .xwzxUlTop li a {
    display: flex;
    flex-wrap: wrap;
  }
  .xwzxUlTop li a .scaleImg {
    width: 100%;
  }
  .xwzxUlTop li a .cots {
    width: 100%;
  }
  .xwzxUl li {
    width: 100%;
    margin: 0;
    margin-bottom: 0.2rem;
  }
  .returnBtn {
    margin-top: 0.3rem;
  }
  .gsggUl li {
    flex-wrap: wrap;
  }
  .gsggUl li .div-l {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .gsggUl li .div-r {
    width: 100%;
  }
  .xsgmUl {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 2rem;
    height: auto;
  }
  .xsgmUl li {
    position: static;
    left: unset;
    top: unset;
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .flexReverse {
    flex-flow: row;
  }
  .cpxqFlex {
    flex-wrap: wrap;
  }
  .cpxqFlex .height680 {
    width: 100%;
  }
  .cpxqFlex .percent50 {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productSort {
    flex-wrap: wrap;
  }
  .productSort > span {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .productSort a {
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .productUl li {
    width: 48%;
  }
  .productUl li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .productUl li:not(:nth-child(2n)) {
    margin-right: calc(4% / 2);
  }
  .productSlide {
    overflow: hidden;
  }
  .productSlide .swiper-container {
    width: auto;
  }
  .smsUl li {
    width: 100%;
    margin: 0;
  }
  .smsUl li:not(:nth-child(2n)) {
    margin: 0;
  }
  .ulLi6 li {
    width: 31%;
    margin-right: 0 !important;
  }
  .ulLi6 li:not(:nth-child(3n)) {
    margin-right: calc(7% / 2);
  }
  .ulLi3 li {
    width: 48%;
  }
  .ulLi3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ulLi3 li:not(:nth-child(2n)) {
    margin-right: calc(4% / 1);
  }
  .czmdTit {
    flex-wrap: wrap;
  }
  .czmdTit .divSelect {
    width: 100%;
  }
  .czmdUl {
    right: 0.2rem;
    top: 0.2rem;
  }
  .czmdUl ul li {
    width: 5rem;
    flex-wrap: wrap;
    height: auto;
  }
  .mapOnDiv {
    display: none;
  }
  .lxwmDiv {
    flex-wrap: wrap;
  }
  .lxwmDiv .width50 {
    width: 100%;
  }
  .lxwmDiv .lxwmU {
    padding: 0.4rem;
  }
  ul.qywhUl {
    height: 10rem;
  }
  ul.qywhUl li .divInfo {
    width: 100%;
    padding: 0.3rem;
  }
  .ywfbTabIcons {
    padding: 0;
  }
  .ywfbUl li .div-l {
    width: 30%;
  }
  .ywfbUl li .div-r {
    width: 70%;
    padding-top: 0;
  }
  .khlyUl li {
    width: 100%!important;
  }
  .khlyUl li input {
    height: 0.8rem;
  }
  .zshzUl li {
    width: 100%;
  }
  .atlasUl li {
    width: 48%;
  }
  .czmdUl {
    position: static;
  }
  .czmdUl ul li {
    width: 100%;
  }
  ul.scyfUl .swiper-container {
    margin: 0 1rem;
  }
  ul.scyfUl .swiper-prev {
    left: 0.2rem;
  }
  ul.scyfUl .swiper-next {
    right: 0.2rem;
  }
  .shfwUl .video-close {
    color: #333;
    z-index: 9999999;
  }
  .fwybyUl {
    width: 90%;
    height: 80%;
    left: 50%;
    top: 50%;
    margin-left: -45%;
    margin-top: -70%;
    z-index: 1;
  }
  .fwybyUl li {
    width: 100%;
  }
  .width50 {
  width: 90%;
}
}
.goPages {text-align: center;}
.goPages .a1,.goPages .a1{display: inline-block;vertical-align: top;width: .5rem;line-height: .5rem;border: 1px solid #f7f7f7;background: #f7f7f7;margin: 0 2px;}
.goPages ul{display: inline-block;vertical-align: top;}
.goPages a{display: inline-block;vertical-align: top;width: .5rem;line-height: .5rem;background: #f7f7f7;margin: 0 2px;}
.goPages .on{background: #c21823;border-color: #c21823;color: #fff;}
.goPages a{display: block;}
.productUl li .divImg {padding:  .4rem;}
.productSort {
    flex-wrap: wrap;
}

.productSort {
    flex-wrap: wrap;
}

.productSort a {
    margin-bottom: .2rem
}
.xwzxUl li .scaleImg {
    height: 2.2rem;
    overflow: hidden;
}
.czmdUl ul li {
    height: auto;
    padding: 0.2rem 0.4rem;
    padding-left: 0.8rem;
}

.returnBtn  {
    border: 1px solid #be0419;
}
.returnBtn:hover {
    border: 1px solid #be0419;
    color: #be0419;
    background: #fff;
}
.returnBtn:hover a {
    color: #be0419!important;
}

@media only screen and (max-width: 1100px) {
    .xwzxUl li .scaleImg {
        height: 4rem;
    }
}