:root {
	--primary-color: #d3433e;
	/* --primary-color: blue; */
	--header-bg-color: #40444b;
	--header-text-color: #fff;
}

.logo imghtml,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Microsoft YaHei";
  min-width: 1200px;
  position: relative;
}
html {
  overflow-x: scroll;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  color: var(--primary-color);
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
ul {
  list-style: none;
}
a {
  outline: 0;
}
img {
  border: 0;
}
.clearfix {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}
/* header */
.header {
  background: #fff; /*border-bottom: 2px solid #e7e7e7;*/
}
.middle {
  width: 1000px;
  margin: 0 auto;
}
.zcon {
  width: 1200px;
  margin: 0 auto;
}
.head {
  overflow: hidden;
}
.logo {
  float: left;
  height: 120px;
  padding: 16px 0 16px;
  box-sizing: border-box;
}
.logo a {
  height: 100%;
  display: block;
}
.logo a h1{
  height: 100%;
  display: block;
}
.logo img {
  /* height: 59px; */
  height: 100%;
  object-fit: contain;
  width: auto;
}
.top_tel {
  float: right;
  padding-left: 70px;
  color: red;
  fill: red;
  margin-top: 33px;
  background-size: 60px 60px;
  padding-top: 3px;
  padding-bottom: 2px;
  position: relative;
}

.top_tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: auto;
	height: 100%;
	aspect-ratio: 1;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M8 3c0.5 0 2.5 4.5 2.5 5c0 1 -1.5 2 -2 3c-0.5 1 0.5 2 1.5 3c0.39 0.39 2 2 3 1.5c1 -0.5 2 -2 3 -2c0.5 0 5 2 5 2.5c0 2 -1.5 3.5 -3 4c-1.5 0.5 -2.5 0.5 -4.5 0c-2 -0.5 -3.5 -1 -6 -3.5c-2.5 -2.5 -3 -4 -3.5 -6c-0.5 -2 -0.5 -3 0 -4.5c0.5 -1.5 2 -3 4 -3Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3CanimateTransform id='lineMdPhoneCallLoop0' fill='freeze' attributeName='transform' begin='0.6s;lineMdPhoneCallLoop0.begin+2.7s' dur='0.5s' type='rotate' values='0 12 12;15 12 12;0 12 12;-12 12 12;0 12 12;12 12 12;0 12 12;-15 12 12;0 12 12'/%3E%3C/path%3E%3Cpath stroke-dasharray='4' stroke-dashoffset='4' d='M15.76 8.28c-0.5 -0.51 -1.1 -0.93 -1.76 -1.24M15.76 8.28c0.49 0.49 0.9 1.08 1.2 1.72'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='lineMdPhoneCallLoop0.begin+0s' dur='2.7s' keyTimes='0;0.111;0.259;0.37;1' values='4;0;0;4;4'/%3E%3C/path%3E%3Cpath stroke-dasharray='6' stroke-dashoffset='6' d='M18.67 5.35c-1 -1 -2.26 -1.73 -3.67 -2.1M18.67 5.35c0.99 1 1.72 2.25 2.08 3.65'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='lineMdPhoneCallLoop0.begin+0.2s' dur='2.7s' keyTimes='0;0.074;0.185;0.333;0.444;1' values='6;6;0;0;6;6'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-color: var(--primary-color);
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.top_tel p i {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-style: normal;
}
.top_tel p span {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
}
.nav {
  background: var(--header-bg-color);
  font-size: 17px;
  overflow: hidden;
}
.nav .nav-box li {
  position: relative;
  float: left;
  line-height: 66px;
  margin: 0 0 0 58px;
}
.nav .nav-box li.first {
  margin: 0 6px 0 0;
}
.nav .nav-box li.active a {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.6);
}

.nav .nav-box li a {
  position: relative;
  z-index: 10;
  float: left;
  color: #fff;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  overflow: hidden;
}
.nav .nav-box li a:hover {
  color: var(--primary-color);
}
.nav .nav-box li span {
  position: absolute;
  top: 54px;
  left: 50%;
  width: 0px;
  height: 0px;
  display: block;
  background: var(--primary-color);
}
.nbanner {
  position: relative;
  overflow: hidden;
}
.nbanner a {
  display: block;
}
.nbanner img {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
/* footer */
.link-index {
  width: 100%;
  background-color: #2d2f32;
  margin-bottom: -10px;
}
.link-content {
  padding: 16px 0 0 0;
  position: relative;
  font-family: simsun;
}
.link-content .link-title {
  color: #ccc;
  float: left;
  margin-right: 10px;
}
.link-content .link-middle .middle-content a {
  padding-right: 10px;
  height: 23px;
  line-height: 23px;
  color: #aaa;
}
.link-content .link-middle .middle-content a:hover {
  color: #fff;
}
.gray-line {
  clear: both;
  width: 100%;
  border-top: 1px solid #b8b8b8;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.white-line {
  clear: both;
  width: 100%;
  border-top: 1px solid #fff;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.footer {
  width: 100%;
  line-height: 22px;
  font-size: 13px;
  background-color: var(--header-bg-color);
  color: #bbb;
  padding: 32px 0 30px;
}
.footer .lianxi {
  float: left;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.9em;
}
.footer .foot_erweima {
  float: right;
  width: 108px;
  height: 108px;
  background: url(img/bg_6.jpg) no-repeat;
  margin-right: 10px;
  margin-top: 12px;
}
.footer a {
  color: #ddd;
}
.flink {
  background-color: var(--header-bg-color);
  color: #bbb;
  padding-top: 40px;
  font-size: 15px;
}
.flink .flink_tit {
  margin-right: 10px;
}
.flink a {
  color: #bbb;
  margin-right: 5px;
}
.index .footer {
  padding-top: 0;
}
.index .footer .lianxi {
  padding-top: 5px;
}
.index .footer .foot_erweima {
  margin-top: 5px;
}
/*固定的悬浮窗*/
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -127px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px "Microsoft YaHei";
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: var(--primary-color) url(img/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: var(--primary-color) url(img/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: var(--primary-color) url(img/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
  /*height:200px;*/

  background: var(--primary-color) url(img/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
  padding: 6px 37px 25px 37px;
  box-sizing: border-box;
  width: 180px;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.yb_QQ a:hover {
  color: #fff;
}
.info_nav {
  padding: 2em 0 1em;
  text-align: center;
}
.info_nav a {
  display: inline-block;
  width: 150px;
  height: 36px;
  line-height: 35px;
  margin: 0 5px;
}
.info_nav .info_back {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.info_nav .info_qq {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}
.imsg {
  background: url(img20170107/foot1_bg.png) no-repeat center top;
  background-size: cover;
}
.imsg h2 {
  font-size: 30px;
  font-family: "黑体";
  color: #000000;
  padding-top: 82px;
}
.imsg .s1 {
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 40px;
}
.imsg input {
  float: left;
  padding: 20px 0 20px 20px;
  background-color: #ffffff;
  color: #888888;
  font-size: 14px;
  border: 0;
}
.imsg .s1-a {
  width: 240px;
  margin-right: 20px;
}
.imsg .s1-b {
  width: 415px;
}
.imsg .s1-c {
  float: right;
  width: 180px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding-left: 5px;
}
.imsg p {
  color: #535353;
  font-size: 14px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.sidemenu {
  display: none;
}
#pull {
  display: none;
}
.menu_bg {
  display: none;
}
.zixun_phone,
.zixun_phone_inlb {
  display: none !important;
}
.phone_foot {
  display: none;
}
.page_comm {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
.page_comm li {
  display: inline-block;
  list-style: none;
  margin-bottom: 10px;
}
.page_comm a,
.page_comm span.pageinfo {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 6px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.page_comm a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.page_comm li.thisclass {
  background-color: var(--primary-color);
  color: #fff;
  padding: 2px 10px;
  margin-right: 6px;
  border: 1px solid var(--primary-color);
}
.apply_info {
  background: url("zshop/i/061.png");
  padding-top: 30px;
  padding-bottom: 60px;
}
.apply_info .apply_ form {
  margin-top: 50px;
}
.apply_info .apply_ form .input_table {
  float: left;
}
.apply_info .apply_ form .input_table input {
  padding: 17px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  font-size: 18px;
  color: #606060;
  box-sizing: border-box;
  margin-right: 32px;
}
.apply_info .apply_ form .input_table .name {
  width: 250px;
}
.apply_info .apply_ form .input_table .phone {
  width: 250px;
}
.apply_info .apply_ form .input_table .phone.active {
  background: var(--primary-color);
}
.apply_info .apply_ form .input_table .phone.active::-webkit-input-placeholder {
  color: #fff;
}
.apply_info .apply_ form .input_table .phone.active::-moz-input-placeholder {
  color: #fff;
}
.apply_info .apply_ form .input_table .phone.active::-ms-input-placeholder {
  color: #fff;
}
.apply_info .apply_ form .input_table .xq {
  width: 380px;
}
.apply_info .apply_ form .send_apply {
  float: right;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.apply_info .apply_ form .send_apply button {
  padding: 17px 20px;
  width: 200px;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  background: #4c535a;
  border: 1px solid #4c535a;
  cursor: pointer;
}
.apply_info .apply_ form .send_apply:hover button {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: 0.5s;
}
.apply_info .apply_ .aside_info {
  font-size: 18px;
  color: #606060;
  margin-top: 30px;
}
.apply_info .apply_ .aside_info b {
  font-size: 24px;
  color: var(--primary-color);
}
.apply_info h4 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 32px;
  color: #3d434b;
  font-weight: bold;
  text-align: center;
}
.apply_info .apply_ form {
  overflow: hidden;
}
.center_intrl {
  float: left;
  margin-left: 162px;
  text-align: center;
  margin-top: 34px;
  line-height: 22px;
}
.center_intrl h4 {
  font-size: 28px;
  color: #3d434b;
  letter-spacing: 2px;
  font-weight: bolder;
}
.center_intrl h4 b {
  color: var(--primary-color);
}
.center_intrl p {
  font-size: 18px;
  color: #4c535a;
  margin-top: 15px;
}
.drop-down-content {
  padding: 0;
  overflow: hidden;
  clear: both;
  display: none;
  position: absolute;
  top: 66px;
  background: var(--header-bg-color);
  z-index: 9;
}
.drop-down-content li:hover a {
  color: var(--primary-color);
}
.nav .drop-down:hover .drop-down-content {
  display: block;
}
.drop-down-content li {
  float: none;
  clear: both;
}
.nav {
  height: 66px;
  overflow: visible;
}
.nav .nav-box li a {
  width: 119px;
}
.nav .nav-box li {
  margin: 0;
}
.top_tel p {
  margin: 0;
  color: #000;
  line-height: 22px;
}
.center_intrl h4 {
  line-height: 22px;
}


.chanpin-page #section3 .zcon{
	padding-bottom: 6rem;
}


.pagination-container {
	padding: 20px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
  }
  .pagination a,
  .pagination span {
	min-width: 38px;
	height: 38px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .pagination .current {
	background-color: var(--primary-color);
	color: white;
	border-color: var(--primary-color);
  }
  .pagination .disabled {
	color: #aaa;
	border-color: #eee;
  }