@charset "utf-8";

html {
  overflow-x: hidden;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
}

input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}

a:focus {
  outline: none;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

.container-fluid {
  max-width: 1230px !important;
}

.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s
}

.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial
}

.chanpin {}

.chanpin .cplb {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .chanpin .cplb {
    width: 48%;
    margin-right: 4%;
  }

  .chanpin .cplb:nth-child(2n) {
    margin-right: 0;
  }
}

.mySwiper .swiper-slide {
  height: 570px;
  ;
}

.mySwiper .swiper-slide img {
  display: none;
}

@media only screen and (max-width: 800px) {
  .mySwiper .swiper-slide {
    height: auto !important;
    background: none !important;
  }

  .mySwiper .swiper-slide img {
    display: block;
  }
}

/*PC端头部 单行（参考 tslfix.com 风格）*/
.qr-header {
  background: #fff;
  padding: 20px 0;
}

.qr-header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-logo a {
  display: block;
}

.qr-logo img {
  height: 56px;
  width: auto;
  display: block;
}

/*PC端导航*/
nav.qr-nav .con {
  position: relative;
}

nav .con form {
  width: 350px;
  height: 572px;
  background: #fff;
  padding: 30px 20px 0;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  margin-top: 34px;
}

nav .con form .phone {
  background: url(../images/icon2.png) no-repeat 0 center;
  padding-left: 70px;
}

nav .con form .phone p {
  font-size: 18px;
  color: #282828;
  line-height: 26px;
  font-family: "黑体";
}

nav .con form .phone h5 {
  font-size: 30px;
  color: #282828;
  line-height: 34px;
  font-family: "黑体";
}

nav .con form .nav {
  border: 1px solid #fc7a0c;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
}

nav .con form .nav a {
  display: block;
  width: 50%;
  font-family: "黑体";
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  color: #131313;
  transition: all .3s;
}

nav .con form .nav a:hover {
  color: #fc7a0c;
}

nav .con form .nav a.active {
  background: #fc7a0c;
  color: #fff;
}

nav .con form input {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 1px solid #cacaca;
  font-size: 15px;
  border-radius: 0;
  background: none;

}

nav .con form .box {
  position: relative;
}

nav .con form .box .img {
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60px;
  z-index: 10;
  text-align: center;
}

nav .con form .box .img img {
  max-width: 100%;
  max-height: 100%;
}

nav .con form .box input {
  padding-right: 100px;
}

nav .con form button {
  width: 100%;
  height: 36px;
  background: #fc7a0c;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-family: "黑体";
  margin-top: 40px;
  transition: all .3s;
}

nav .con form button:hover {
  background: #c3691c;
}

/*一级导航（单行横排，tslfix 风格）*/
nav.qr-nav>.con>ul {
  display: flex;
  align-items: center;
  margin: 0;
}

nav.qr-nav>.con>ul>li {
  position: relative;
  margin-right: 38px;
  line-height: 1;
}

nav.qr-nav>.con>ul>li:last-child {
  margin-right: 0;
}

nav.qr-nav>.con>ul>li>a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 6px 0;
  transition: color .3s;
}

nav.qr-nav>.con>ul>li>a:hover,
nav.qr-nav>.con>ul>li>a.active {
  color: #fc7a0c;
  background: none;
}

/*二级导航（下拉面板，参考 fuguangchina.com 风格）*/
nav ul li ul {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 2000;
  min-width: 160px;
  padding: 0 0 14px;
  margin-top: 0;
  background: #fff;
  border-radius: 0 0 4px 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

nav ul li ul li {
  float: none;
  width: 100%;
  margin: 0;
  line-height: 1;
  text-align: center;
  background: #fff;
}

/*下拉题头：父栏目名 + 短横线*/
nav ul li ul li.qr-sub-tit a {
  font-size: 17px;
  font-weight: bold;
  color: #fc7a0c;
  line-height: 1;
  padding: 20px 16px 0;
}

nav ul li ul li.qr-sub-tit a::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #fc7a0c;
  margin: 10px auto 0;
}

nav ul li ul li.qr-sub-tit a:hover {
  color: #fc7a0c;
  background: #fff;
}

nav ul li ul li a {
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 44px;
  padding: 0 16px;
}

nav ul li ul li a:hover {
  color: #fc7a0c;
  background: #fff;
}

nav ul li:hover ul {
  display: block;
}

/*banner轮播*/
#myCarousel {
  position: relative;
  overflow: hidden;
}

#myCarousel .carousel-inner a {
  display: block;
}

#myCarousel .carousel-inner a .img {
  height: 572px;
}

#myCarousel .carousel-control.left {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fc7a0c;
  top: 50%;
  left: -100px;
  margin-top: -30px;
  opacity: 1;
  font-size: 25px;
}

#myCarousel .carousel-control.right {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fc7a0c;
  top: 50%;
  right: -100px;
  margin-top: -30px;
  opacity: 1;
  font-size: 25px;
}

#myCarousel:hover .carousel-control.right {
  right: 0;
}

#myCarousel:hover .carousel-control.left {
  left: 0;
}

#myCarousel .carousel-indicators li {
  width: 25px;
  height: 4px;
  margin: 1px 3px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0;
}

#myCarousel .carousel-indicators .active {
  background: #d3346a;
  border-color: #d3346a;
}

/* main1 */
.main1 ul.nav1 {
  font-size: 0;
  text-align: center;
  margin: 50px 0;
  border-bottom: 1px solid #ff4f00;
}

.main1 ul.nav1 li {
  width: 20%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.main1 ul.nav1 li a {
  display: block;
  padding-bottom: 50px;
}

.main1 ul.nav1 li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #282737;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

.main1 ul.nav1 li:nth-child(odd)::before {
  background: #ff4f00;
}

.main1 ul.nav1 li a img {
  height: 75px;
  transition: all .3s;
}

.main1 ul.nav1 li a h5 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  transition: all .3s;
}

.main1 ul.nav1 li a.active h5 {
  color: #ff4f00;
}

.main1 ul.nav1 li a.active img {
  transform: scale(.9);
}

.main1 .con-box .con {
  display: none;
}

.main1 .con-box .con.active {
  display: block;
}

.main1 .con-box .imgbox1 {
  background: #e8e7ec;
  width: 300px;
  height: 467px;
  text-align: center;
  padding: 48px 40px 0;
  position: relative;
  overflow: hidden;
}

.main1 .con-box .imgbox1 h5 {
  font-size: 24px;
  color: #282828;
}

.main1 .con-box .imgbox1 p {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  padding: 16px 0 30px;
  position: relative;
}

.main1 .con-box .imgbox1 p::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #ff9729;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main1 .con-box .imgbox1 img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 92%;
  max-width: none;
  transition: transform .8s;
}

.main1 .con-box .imgbox1:hover img {
  transform: translateX(-50%) translateY(-8px);
}

.main1 .con-box .con ul {
  text-align: center;
  margin-left: 340px;
  font-size: 0;
}

.main1 .con-box .con ul li {
  display: inline-block;
  width: 25%;
  margin-top: 38px;
}

.main1 .con-box .con ul li a {
  display: block;
  padding: 0 5px;
}

.main1 .con-box .con ul li a .imgbox {
  position: relative;
  height: 132px;
}

.main1 .con-box .con ul li a img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}

.main1 .con-box .con ul li a h5 {
  font-size: 18px;
  color: #131313;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}

.main1 .con-box .con ul li a:hover img {
  transform: scale(.9);
}

.main1 .con-box .con ul li a:hover h5 {
  color: #ff4f00;
}

.title1 {
  padding-bottom: 18px;
  margin: 50px 0 30px;
  border-bottom: 1px dashed #959595;
}

.title1 h5 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}

.title1 h5::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ec5735;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* 客户案例 */
.news1 {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  transition: all .3s;
}

.news1:hover {
  border-color: #fc7a0c;
}

.news1:hover .img {
  transform: scale(.9);
}

.news2 {
  display: block;
  background: #ededed;
}

.news2 .imgbox {
  overflow: hidden;
}

.news2 .text-box {
  padding: 10px;
  position: relative;
}

.news2 h5 {
  font-size: 16px;
  color: #131313;
  line-height: 25px;
  padding-right: 80px;
}

.news2 p {
  font-size: 13px;
  color: #131313;
  line-height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.news2 .text {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin: 10px 0 20px;
  text-align: justify;
}

.news2 b {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.news2 b .img-2 {
  display: none;
}

.news2:hover .img {
  transform: scale(1.1);
}

.news2:hover {
  background: #fc7a0c;
}

.news2:hover h5,
.news2:hover p,
.news2:hover .text {
  color: #fff;
}

.news2:hover b .img-1 {
  display: none;
}

.news2:hover b .img-2 {
  display: inline;
}

/* 服务流程 */
.fwlc {
  background: url(../images/bg2.jpg) repeat;
  margin-top: 50px;
  padding-bottom: 50px;
}

.fwlc .title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-top: 23px;
  position: relative;
  margin: 50px 0;
}

.fwlc .title::before {
  content: "";
  width: 24px;
  height: 3px;
  background: #ff4f00;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fwlc .title span {
  color: #ff4f00;
}

.fwlc ul {
  font-size: 0;
  text-align: center;
  margin: 0 -50px;
}

.fwlc ul li {
  width: 20%;
  display: inline-block;
  position: relative;
}

.fwlc ul li::before {
  content: "";
  width: 13px;
  height: 88px;
  background: url(../images/icon4.png) no-repeat 0 center;
  position: absolute;
  top: 0;
  right: -6px;
}

.fwlc ul li:last-child::before {
  display: none;
}

.fwlc ul li .img {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #ff4f00;
  margin: 0 auto;
}

.fwlc ul li h5 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  text-align: center;
}

/*页脚（2026-09-22 重构：参考厨四嫂官网居中版式，突出二维码与热线；去掉演示期键盘背景图，改深灰底+橙色核心色）*/
footer .top {
  background: #232323;
  padding: 45px 0 40px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

footer .qr-foot-brand img {
  height: 72px;
  width: auto;
}

footer .qr-foot-brand .slogan {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  margin: 16px 0 0;
}

footer .qr-foot-line {
  height: 1px;
  background: rgba(255, 255, 255, .22);
  margin: 30px 0;
}

footer .qr-foot-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

footer .qr-foot-nav li {
  display: inline-block;
  font-size: 15px;
  margin: 0 17px;
}

footer .qr-foot-qrbox h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 34px 0 0;
}

footer .qr-foot-qrbox h5::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fc7a0c;
  margin: 10px auto 0;
}

footer .qr-foot-qrbox ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  font-size: 0;
}

footer .qr-foot-qrbox li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

footer .qr-foot-qrbox li a {
  display: block;
  text-decoration: none;
}

footer .qr-foot-qrbox li img {
  width: 96px;
  height: 96px;
  padding: 6px;
  background: #fff;
  border-radius: 6px;
  box-sizing: content-box;
  transition: all .3s;
}

footer .qr-foot-qrbox li p {
  font-size: 14px;
  color: #bbb;
  margin: 10px 0 0;
  transition: color .3s;
}

footer .qr-foot-qrbox li a:hover img {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(252, 122, 12, .45);
}

footer .qr-foot-qrbox li a:hover p {
  color: #fc7a0c;
}

footer .qr-foot-telbox {
  margin-top: 36px;
}

footer .qr-foot-telbox .tip {
  font-size: 15px;
  color: #bbb;
  letter-spacing: 2px;
  margin: 0;
}

footer .qr-foot-telbox .tel {
  margin: 8px 0 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
}

footer .qr-foot-telbox .tel a {
  color: #fc7a0c;
  text-decoration: none;
}

footer .qr-foot-telbox .tel a:hover {
  color: #fff !important;
}

footer .qr-foot-telbox .tel .split {
  color: #666;
  font-size: 24px;
  font-weight: normal;
  margin: 0 12px;
}

footer .qr-foot-info {
  font-size: 13px;
  color: #999;
  margin: 20px 0 0;
}

footer a {
  color: #fff;
  transition: all .3s;
}

footer a:hover {
  color: #fc7a0c !important;
}

footer .bottom {
  background: #fc7a0c;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

footer .bottom a:hover {
  color: #000 !important;
}

/*内页*/
.neiye {
  padding: 45px 0 55px;
}

.ny_nav .title {
  height: 66px;
  line-height: 66px;
  background: url(../images/bg3.jpg?v=20260924) center center/cover;
  font-size: 30px;
  color: #fff;
  position: relative;
  text-align: center;
}

.ny_nav .title b {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}

.ny_nav .title .span1 {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 45px;
  transition: all .3s;
}

.ny_nav .title .span1.active {
  transform: rotate(180deg);
}

.ny_nav .title i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.ny_nav ul a {
  display: block;
  line-height: 60px;
  background: #eeebeb;
  font-size: 18px;
  color: #333;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
  padding: 0 50px 0 20px;
  position: relative;
}

.ny_nav ul li a span {
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 60px;
}

.ny_nav ul li a:hover {
  color: #fc7a0c;
}

.ny_nav ul li a.active {
  color: #fc7a0c;
}

.ny_nav dl {
  display: none;
}

.ny_nav dl.active {
  display: block;
}

.ny_nav dl dd a {
  line-height: 40px;
  text-align: center;
  color: #353535;
  background: #efefef;
  font-size: 16px;
  border-bottom: 1px dashed #b8b8b8;
  margin: 0;
}

.ny_nav dl dd:last-child a {
  border: none;
}

.ny_nav dl dd a.active,
.ny_nav dl dd a:hover {
  color: #009b52;
}

.neiye .lxfs {
  margin-top: 10px;
}

.neiye .lxfs .imgbox {
  padding: 5px;
  border: 1px solid #faeaef;
  margin-top: 5px;
}

.neiye .lxfs .imgbox img {
  width: 100%;
}

.neiye .lxfs .text {
  background: #f1f1f1;
  padding: 10px;
  line-height: 30px;
}

.neiye .title2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
}

.neiye .title2 p {
  color: #767676;
  position: relative;
}

.neiye .title2 p::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fc7a0c;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.neiye .title2 p i {
  color: #fc7a0c;
}

.neiye .title2 p a {
  color: #767676;
  transition: all .3s;
}

.neiye .title2 p a:hover,
.neiye .title2 p span {
  color: #fc7a0c;
}


.cp-ny {
  padding: 0 5px;
}

.cp-ny .col-xs-6 {
  padding: 0;
}

.cp-ny .news1 {
  margin: 0 10px 20px;
}

.news3 {
  display: block;
  margin: 0 10px 20px;
}

.news3 .imgbox {
  overflow: hidden;
}

.news3 h5 {
  font-size: 15px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

.news3:hover .img {
  transform: scale(1.1);
}

.news3:hover h5 {
  color: #fc7a0c;
}

.news4 {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 10px 20px;
}

.news4:hover {
  border-color: #fc7a0c;
}

.zxdt-ny ul li a {
  display: block;
  line-height: 50px;
  border-bottom: 1px dashed #adadad;
  font-size: 16px;
  color: #adadad;
  position: relative;
  padding-right: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}

.zxdt-ny ul li a span {
  position: absolute;
  top: 0;
  right: 0;
}

.zxdt-ny ul li a:hover {
  color: #fc7a0c;
}

.news5 {
  display: block;
  margin: 0 10px 20px;
}

.news5 .imgbox {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  transition: all .3s;
  padding: 10px;
}

.news5 .imgbox img {
  max-width: 100%;
  max-height: 100%;
}

.news5 h5 {
  font-size: 18px;
  color: #131313;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

.news5:hover .imgbox {
  border-color: #fc7a0c;
}

.news5:hover h5 {
  color: #fc7a0c;
}




/*详情页*/
.xqy {
  line-height: 25px;
  min-height: 300px;
}

.xqy .title {
  text-align: center;
  margin-bottom: 22px;
}

.xqy .title h5 {
  font-size: 24px;
  color: #fc7a0c;
  font-weight: bold;
  line-height: 1.4;
}

.xqy .title p {
  color: #999;
  text-align: center;
  border-top: 1px dashed #999;
  padding-top: 10px;
  margin-top: 15px;
  font-size: 13px;
}

/* 正文排版（参考富光官网规范：正文15px/#282828/行高约2倍/段距20px，内容HTML保持语义化、格式统一由CSS控制） */
.xqy .con {
  font-size: 15px;
  color: #282828;
  line-height: 30px;
  text-align: justify;
  word-break: break-word;
}

.xqy .con p {
  margin: 0 0 20px;
}

.xqy .con p:last-child {
  margin-bottom: 0;
}

.xqy .con h2,
.xqy .con h3,
.xqy .con h4 {
  font-size: 19px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin: 30px 0 14px;
  text-align: left;
}

.xqy .con>h3:first-child {
  margin-top: 0;
}

.xqy .con strong {
  color: #222;
}

.xqy .con ul,
.xqy .con ol {
  margin: 0 0 20px;
  padding-left: 24px;
}

.xqy .con ul li,
.xqy .con ol li {
  margin-bottom: 8px;
}

.xqy .con ul li:last-child,
.xqy .con ol li:last-child {
  margin-bottom: 0;
}

/* 内容表格（收费标准等）：橙色表头+浅色边框+斑马纹，替代旧式border=1灰线 */
.xqy .con table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  background: #fff;
}

.xqy .con table th {
  background: #fc7a0c;
  color: #fff;
  font-weight: bold;
  padding: 12px 10px;
  border: 1px solid #f0853a;
}

.xqy .con table td {
  padding: 11px 10px;
  border: 1px solid #e6e6e6;
}

.xqy .con table tbody tr:nth-child(even) {
  background: #fafafa;
}

.xqy .con table tbody tr:hover {
  background: #fff6ec;
}

/* 二维码展示表等无边框表：内容里加 class="qr-table" 即取消格线 */
.xqy .con table.qr-table,
.xqy .con table.qr-table td {
  border: none;
  background: none;
}

.xqy .con table.qr-table {
  text-align: center;
}

.xqy .con table.qr-table td {
  padding: 10px;
  vertical-align: top;
}

/* 联系我们页"关注我们"二维码区块（浅色内容区版，链接由后台自定义标签驱动，与页脚深色版样式分离） */
.xqy.contact-qr-wrap {
  min-height: 0;
}

.xqy .contact-qr {
  margin-top: 10px;
}

.xqy .contact-qr h3 {
  font-size: 19px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin: 30px 0 14px;
  text-align: left;
}

.xqy .contact-qr p {
  font-size: 15px;
  color: #282828;
  line-height: 30px;
  margin: 0 0 20px;
}

.xqy .contact-qr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}

.xqy .contact-qr ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 20px;
}

.xqy .contact-qr ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.xqy .contact-qr ul li img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 8px;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.xqy .contact-qr ul li p {
  font-size: 14px;
  color: #282828;
  line-height: 1.4;
  margin: 0;
}

.xqy .contact-qr ul li a:hover img {
  box-shadow: 0 4px 14px rgba(252, 122, 12, 0.25);
  transform: translateY(-3px);
}

.xqy .contact-qr ul li a:hover p {
  color: #fc7a0c;
}

.xqy .con img {
  display: block;
  max-width: 100%;
  margin: 10px auto 18px;
}

/*微信弹窗*/
.weixin_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  border: 1px solid #ccc;
  padding: 30px 30px 0 30px;
  text-align: center;
  background: #fff;
  transform: scale(0);
  margin: -116px 0 0 -106px;
  z-index: 5000;
}

.weixin_popup.active {
  transform: scale(1);
  transition: transform .3s;
}

.weixin_popup i {
  color: #999;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: rotate(45deg);
  font-size: 20px;
  cursor: pointer;
}

.weixin_popup i:hover {
  color: red;
}

.weixin_popup img {
  width: 150px;
  height: 150px;
}

.weixin_popup p {
  line-height: 30px;
}

/*右侧悬浮*/
.suspend_nav {
  background: #ff4f00;
  width: 52px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  text-align: center;
  z-index: 5000;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.suspend_nav .list {
  height: 50px;
  color: #fff;
  padding-top: 6px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.suspend_nav .list:last-child {
  border: none;
}

.suspend_nav .list:before {
  content: "";
  width: 100%;
  height: 100%;
  top: -50px;
  right: 0;
  background: #7e3412;
  position: absolute;
  transform: rotate(0);
  transition: all .3s;
}

.suspend_nav .list i {
  display: block;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.suspend_nav .list p {
  position: relative;
  z-index: 2;
}

.suspend_nav .top {
  padding: 0;
  line-height: 50px;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.suspend_nav .top:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

.suspend_nav .top.active {
  height: 50px;
  opacity: 1;
}

.suspend_nav .top i {
  font-size: 25px;
}

.suspend_nav .on-off {
  padding: 0;
  line-height: 50px;
}

.suspend_nav .on-off.active i {
  transform: rotate(135deg);
}

.suspend_nav .list:hover {
  color: #fff;
}

.suspend_nav .list:hover:before {
  top: 0;
  transform: rotate(90deg);
}

.suspend_nav ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.suspend_nav ul li .list {
  border: none;
}

.suspend_nav ul li .weixin {
  position: absolute;
  right: 65px;
  bottom: 0;
  border: 1px solid #ff4f00;
  transform: scale(0);
  transform-origin: 100% 100%;
  transition: all .3s;
  padding-bottom: 10px;
  background: #fff;
  padding: 5px;
}

.suspend_nav ul li .weixin:before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ff4f00;
  position: absolute;
  bottom: 0;
  left: 100%;
  transition: all .5s;
}

.suspend_nav ul li .weixin img {
  width: 150px;
  height: 150px;
}

.suspend_nav ul li:hover .weixin {
  transform: scale(1);
}

.suspend_nav ul li:hover .weixin:before {
  bottom: 18px;
}

.suspend_nav ul li .popup {
  position: absolute;
  min-width: 200px;
  min-height: 200%;
  top: 0;
  right: 100%;
  border: 1px solid #ff4f00;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff4f00;
  color: #fff;
  visibility: hidden;
  transition: all .3s;
  opacity: 0;
  padding: 0 15px;
}

.suspend_nav ul li .popup:before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 0 solid #ff4f00;
  position: absolute;
  top: 0;
  left: 100%;
  transition: top .5s;
}

.suspend_nav ul li .popup p {
  font-size: 16px;
}

.suspend_nav ul li .popup h5 {
  font-size: 20px;
  margin-top: 5px;
}

.suspend_nav ul li .popup a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}

.suspend_nav ul li:hover .popup {
  visibility: visible;
  right: 65px;
  opacity: 1;
}

.suspend_nav ul li:hover .popup:before {
  top: 18px;
  border-left-width: 10px;
}

/*移动端底部热点*/
.bottom_link {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ff4f00;
  text-align: center;
  z-index: 5000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
  width: 33.33%;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
  border: none;
}

.bottom_link ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
  position: relative;
}

.bottom_link ul li a i {
  display: block;
  height: 20px;
}

.bottom_link ul li:last-child a i {
  font-size: 20px;
  position: relative;
  top: -1px;
}




/*分页样式*/
.pglist {
  padding: 20px 0 30px;
  width: 100%;
  text-align: center;
  clear: both;
}

.pglist a {
  color: #999;
  padding: 0 15px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.pglist a:hover,
.pglist .hover {
  display: inline-block;
  color: #000000;
  background: var(--colour1);
  border-color: var(--colour1);
  box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

/*留言表单*/
.formbook {
  padding-bottom: 20px;
}

.formbook .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 397px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e4e4e4;
  margin-right: 75px;
  margin-bottom: 25px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  transition: all .5s;
}

.formbook .item:hover {
  color: #495057;
  background: #fff;
  border-color: var(--colour1);
  outline: 0;
  box-shadow: 0 0 0 2px var(--colour3);
}

.formbook .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  color: #666;
}

.formbook .item input {
  outline: none;
  line-height: 38px;
  height: 38px;
  font-size: 18px;
}

.formbook .item .txt {
  width: 100%;
  height: 43px;
  line-height: 43px;
  display: block;
  background: none;
  padding-left: 70px;
  border: 0 none;
  color: #666;
  box-sizing: border-box;
}

.formbook .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}

.formbook .item.mr0 {
  margin-right: 0;
}

.formbook .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}

.formbook .liuyan {
  width: 100%;
  height: 260px;
  border: 1px solid #e4e4e4;
  float: left;
  margin-right: 0;
}

.formbook .liuyan label {
  text-align: right;
  display: block;
  top: 7px;
}

.formbook .liuyan textarea {
  width: 100%;
  height: 100%;
  line-height: 35px;
  padding: 12px 10px;
  text-indent: 100px;
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #666;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
  box-sizing: border-box;
}

.formbook .bot {
  width: 100%;
}

.formbook .sub {
  width: 232px;
  line-height: 42px;
  border: 2px solid var(--colour1);
  margin-right: 2px;
  text-align: center;
  background: var(--colour1);
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  outline: none;
  transition: all .5s;
}

.formbook .sub:hover {
  background: none;
  color: var(--colour1);
}

.formbook .yzm .txt {
  padding-left: 80px;
}

.formbook .yzm img {
  position: absolute;
  right: 5px;
  top: 0;
  border: 0;
  display: block;
}

/* reLink*/

.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-bottom: 50px;
  color: #666;
}

.reLink .nextLink,
.detail .reLink .prevLink {
  width: 50%;
}

.reLink .nextLink {
  text-align: right;
}

.reLink a {
  color: #666;
}

.reLink a:hover {
  color: var(--colour1);
}

/*内容分页*/
.rsLink {
  height: 38px;
  border: 1px solid #ddd;
  margin: 10px auto 10px;
  padding: 0px 10px;
}

.rsLink .prevLink,
.rsLink .nextLink {
  height: 38px;
  line-height: 38px;
  color: #666;
}

.rsLink .prevLink a,
.rsLink .nextLink a {
  height: 38px;
  line-height: 38px;
  color: #666;
}

.rsLink .prevLink a:hover,
.rsLink .nextLink a:hover {
  color: var(--colour1);
}

.rsLink .prevLink {
  float: left;
}

.rsLink .nextLink {
  float: right;
}

/*网站标签*/
.tags_list {
  overflow: hidden;
  line-height: 30px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tags_list dt {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 14.66666667%;
}

.tags_list dt a {
  display: block;
  text-align: center;
  background: #ececec;
  font-size: 14px;
  padding: 8px 0;
  font-weight: normal;
}

.tags_list dt a:hover {
  background: #ccc;
  color: #fff;
}

.tags {
  overflow: hidden;
  margin-bottom: 20px;
}

.tags span {
  float: left;
  display: block;
  line-height: 40px;
}

.tags a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  line-height: 28px;
  padding: 0 6px;
  margin: 5px;
  background: #fff;
  border: 1px solid #dadada;
}

.tags a:hover {
  background: var(--colour1);
  border-color: var(--colour1);
  color: #fff;
}

/*网站地图*/
.sitemap {
  overflow: hidden;
  line-height: 30px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.sitemap dt {
  float: left;
  margin-right: 2%;
  width: 14.66666667%;
}

.sitemap dt a {
  display: block;
  text-align: center;
  background: #ececec;
  font-size: 14px;
  padding: 8px 0;
  font-weight: normal;
}

.sitemap dt a:hover {
  background: #ccc;
  color: #fff;
}

.sitemap dd {
  float: left;
  width: 83.333333%;
}

.sitemap dd a {
  float: left;
  color: #666;
  padding-right: 35px;
  line-height: 39px;
  transition: none;
}

.sitemap dd a:hover {
  color: #333;
}

/*网站标签*/
.tags_list {
  overflow: hidden;
  line-height: 30px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tags_list dt {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 14.66666667%;
}

.tags_list dt a {
  display: block;
  text-align: center;
  background: #ececec;
  font-size: 14px;
  padding: 8px 0;
  font-weight: normal;
}

.tags_list dt a:hover {
  background: #ccc;
  color: #fff;
}

.tags {
  overflow: hidden;
  margin-bottom: 20px;
}

.tags span {
  float: left;
  display: block;
  line-height: 40px;
}

.tags a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  line-height: 28px;
  padding: 0 6px;
  margin: 5px;
  background: #fff;
  border: 1px solid #dadada;
}

.tags a:hover {
  background: var(--colour1);
  border-color: var(--colour1);
  color: #fff;
}











/*媒体查询开始*/
@media (max-width:991px) {
  /*移动端全屏菜单：全屏覆盖+顶部logo+右箭头，色彩沿用本站橙*/
  html.sj-menu-open,
  body.sj-menu-open {
    overflow: hidden;
  }

  header .sjdnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
    background: linear-gradient(150deg, #ff8c26 0%, #fc7a0c 45%, #e05e00 100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 84px 0 46px;
  }

  header .sjdnav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  header .sjdnav .sj-logo {
    text-align: center;
    padding: 0 20px;
  }

  header .sjdnav .sj-logo a {
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    padding: 10px 22px;
  }

  header .sjdnav .sj-logo img {
    height: 40px;
    width: auto;
    display: block;
  }

  header .sjdnav > ul {
    padding: 34px 0 0;
    margin: 0;
  }

  header .sjdnav > ul > li {
    display: block;
    position: relative;
    padding: 0 20px;
    margin-bottom: 14px;
  }

  header .sjdnav > ul > li > a {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    padding: 16px 60px 16px 18px;
    border-radius: 10px;
  }

  header .sjdnav > ul > li > a.active {
    background: #fff;
    color: #fc7a0c;
  }

  header .sjdnav .sj-arrow {
    position: absolute;
    right: 24px;
    top: 2px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  header .sjdnav .sj-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(255, 255, 255, 0.85);
    border-right: 2px solid rgba(255, 255, 255, 0.85);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform .2s;
  }

  header .sjdnav li.open > .sj-arrow::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  header .sjdnav > ul > li > a.active ~ .sj-arrow::after {
    border-color: #fc7a0c;
  }

  header .sjdnav .sj-sub {
    display: none;
    margin: 6px 0 2px;
    padding: 6px 0;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
  }

  header .sjdnav .sj-sub li {
    display: block;
  }

  header .sjdnav .sj-sub li a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1;
    padding: 12px 18px 12px 40px;
  }

  header .sjdnav .sj-sub li a::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 6px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%);
  }

  header .ydd_btn {
    width: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 6100;
    top: 35px;
    right: 15px;
  }

  header .ydd_btn span {
    display: block;
    width: 100%;
    height: 6px;
    background: #fc7a0c;
    transition: all .25s;
  }

  header .ydd_btn span.span02 {
    margin: 5px 0;
  }

  header .ydd_btn.click span {
    background: #fff;
  }

  header .ydd_btn.click span.span01 {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    top: 11px;
    margin-top: 0px;
  }

  header .ydd_btn.click span.span02 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }

  header .ydd_btn.click span.span03 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    top: -11px;
    margin-top: 0px;
  }

  .neiye {
    padding: 20px 0 30px;
  }

  .ny_nav {
    margin-bottom: 20px;
  }

  .ny_nav .title {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: left;
    padding-left: 15px;
    background: #ff4f00;
  }

  .ny_nav .title b {
    display: none;
  }

  .ny_nav ul {
    overflow: hidden;
  }

  .ny_nav ul li a {
    text-align: center;
    padding: 0 5px;
    background: none;
    margin-top: 5px;
    border: 1px solid #eee;
    width: 50%;
    float: left;
    line-height: 40px;
    font-size: 14px;
  }

  .ny_nav ul li a.active {
    background: none;
    color: #000;
  }

  .ny_nav dl.active {
    display: none;
  }

  .ny_nav dl dd a {
    padding: 0 5px;
  }

  .logo-box {
    height: auto;
  }

  .logo-box .logo {
    height: 100px;
    line-height: 100px;
    max-width: 70%;
  }

  footer {
    text-align: center;
  }

  footer .qr-foot-brand .slogan {
    font-size: 18px;
    letter-spacing: 2px;
  }

  footer .qr-foot-nav li {
    margin: 0 8px 8px;
  }

  footer .qr-foot-qrbox li {
    margin: 0 6px 14px;
  }

  footer .qr-foot-qrbox li img {
    width: 76px;
    height: 76px;
  }

  footer .qr-foot-telbox .tel {
    font-size: 20px;
  }

  footer .qr-foot-telbox .tel .split {
    font-size: 18px;
    margin: 0 6px;
  }

  #myCarousel .carousel-inner a .img {
    height: auto;
  }

  .main1 ul.nav1 {
    margin-bottom: 0;
  }

  .main1 .con-box .imgbox1 {
    display: none;
  }

  .main1 .con-box .con ul {
    margin: 0;
  }

  .fwlc ul {
    margin: 0;
  }

  .ny_nav ul li a span {
    display: none;
  }
}

@media (max-width:767px) {
  body {
    padding-bottom: 50px;
  }

  header .sjdnav {
    padding-top: 74px;
  }

  header .ydd_btn {
    width: 32px;
    top: 30px;
  }

  header .ydd_btn span {
    height: 5px;
  }

  header .ydd_btn span.span02 {
    margin: 4px 0;
  }

  header .ydd_btn.click span.span01 {
    top: 9px;
  }

  header .ydd_btn.click span.span03 {
    top: -9px;
  }

  #myCarousel .carousel-indicators {
    bottom: 2px;
  }

  #myCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px;
  }

  #myCarousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
  }

  .logo-box .logo {
    height: 80px;
    line-height: 80px;
    max-width: 60%;
  }

  .cp-ny {
    padding: 0 10px;
  }

  .news3,
  .cp-ny .news1,
  .news4,
  .news5 {
    margin: 0 5px 10px;
  }

  .news3 h5 {
    margin-top: 5px;
  }

  .main1 ul.nav1 {
    border: none;
    margin: 30px 0 0 0;
  }

  .main1 ul.nav1 li {
    width: 33.33%;
  }

  .main1 ul.nav1 li a img {
    height: 60px;
  }

  .main1 ul.nav1 li::before {
    display: none;
  }

  .main1 ul.nav1 li a {
    padding-bottom: 30px;
  }

  .main1 ul.nav1 li a h5 {
    font-size: 16px;
    margin-top: 10px;
  }

  .main1 .con-box .con ul li a h5 {
    font-size: 14px;
  }

  .main1 .con-box .con ul li a .imgbox {
    height: 120px;
  }

  .main1 .con-box .con ul li {
    margin-top: 20px;
  }

  .title1 {
    margin: 30px 0 20px;
    padding-bottom: 10px;
  }

  .title1 h5 {
    font-size: 20px;
    padding-left: 10px;
  }

  .title1 h5::before {
    width: 4px;
    height: 4px;
  }

  .fwlc {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .fwlc ul li h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .fwlc .title {
    font-size: 20px;
    margin: 30px 0;
    padding-top: 10px;
  }

  .fwlc ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }

  .fwlc ul li::before {
    height: 70px;
  }

  .zxdt-ny ul li a {
    line-height: 40px;
    font-size: 14px;
    padding-right: 100px;
  }

  .xqy .title h5 {
    font-size: 16px;
  }

  .news5 .imgbox {
    height: 100px;
  }

  .news5 h5 {
    margin-top: 5px;
    font-size: 16px;
  }
}

@media (max-width:479px) {
  header .ydd_btn {
    width: 26px;
    top: 22px;
  }

  header .ydd_btn span {
    height: 4px;
  }

  header .ydd_btn span.span02 {
    margin: 3px 0;
  }

  header .ydd_btn.click span.span01 {
    top: 7px;
  }

  header .ydd_btn.click span.span03 {
    top: -7px;
  }

  header .sjdnav {
    padding-top: 64px;
  }

  header .sjdnav .sj-logo a {
    padding: 8px 16px;
    border-radius: 10px;
  }

  header .sjdnav .sj-logo img {
    height: 32px;
  }

  header .sjdnav > ul {
    padding-top: 26px;
  }

  header .sjdnav > ul > li {
    padding: 0 14px;
    margin-bottom: 10px;
  }

  header .sjdnav > ul > li > a {
    font-size: 16px;
    padding: 14px 52px 14px 16px;
  }

  header .sjdnav .sj-arrow {
    right: 18px;
    width: 40px;
    height: 40px;
  }

  .logo-box .logo {
    height: 60px;
    line-height: 60px;
  }

  .main1 ul.nav1 li a img {
    height: 40px;
  }

  .main1 ul.nav1 li a h5 {
    font-size: 12px;
  }

  .main1 .con-box .con ul li {
    width: 33.33%;
  }

  .main1 .con-box .con ul li a h5 {
    font-size: 12px;
    margin-top: 10px;
  }

  .main1 .con-box .con ul li a .imgbox {
    height: 90px;
  }

  .news2 h5 {
    padding: 0;
  }

  .news2 p {
    position: initial;
  }

  .news2 .text {
    margin-top: 0;
  }

  .fwlc {
    padding-bottom: 10px;
  }

  .fwlc ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .fwlc ul li:nth-child(3)::before {
    display: none;
  }
}

.ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.ab_img p {
  text-wrap: inherit !important;
}

.ab_img p span {
  text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}