/* CSS Document*/
html {
	height: 100%;
	border: none;
}

body {
	height: 100%;
	min-width: 1340px;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #484848;
	font-family: Arial, "microsoft yahei";
	background: #FFF;
}

div,
ul,
li,
img,
dl,
dd,
dt,
p {
	padding: 0;
	margin: 0;
	border: none;
}

ul,
dl {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #e6212a;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.container {
	width: 1340px;
	margin: 0 auto;
}

.container1 {
	width: 1680px;
	margin: 0 auto;
}
.header {
	height: 157px;
}

.top {
	height: 36px;
	line-height: 36px;
	color: #666;
	border-bottom: 1px solid #e2e2e2;
}

.top a {
	padding: 5px 8px;
	color: #666;
}

.top ul {
	float: right;
}

.top ul li {
	float: left;
	padding: 0 10px;
}

.top .fr {
	position: relative;
}

.top .fr img {
	position: relative;
	top: 3px;
	margin-right: 4px;
}

#logo {
	height: 140px;
	width: 100%;
}

#logo .logo {}

#logo .logo img {
	margin-top: 24px;
	height: 67px;
}

#logo .company {
	padding-left: 15px;
	border-left: 1px solid #c4c4c4;
	height: 60px;
	margin-top: 25px;
	margin-left: 10px;
	padding-top: 5px;
}

#logo .company h2 {
	font-size: 24px;
	color: #e6212a;
	font-weight: bold;
}

#logo .company h3 {
	font-size: 18px;
	margin-top: 5px;
	color: #666;
}

#logo .tel {
	background: url(../images/tel.jpg) no-repeat left center;
	height: 120px;
	width: 200px;
	padding-left: 58px;
}

#logo .tel p {
	font-size: 16px;
	color: #666;
	margin-top: 35px;
}

#logo .tel p span {
	font-size: 30px;
	display: block;
	font-weight: bold;
	color: #666;
}


:root {
  --navH: 68px;          
  --itemW: 140px;       
  --mainC: #e6212a;      
  --bgC: #252525;     
  --fontS: 16px;
}

.nav {
  background: url(../images/navbg.jpg) no-repeat top center;
  height: var(--navH);
  font-size: var(--fontS);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .4px;
}

.nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  position: relative;
  margin: 0;
}
.nav li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; 
  transform: translateY(calc(-50% + 15px)); 
  width: 1px;
  height: 30px;
  background: currentColor;
  opacity: .6;
}
.nav li:first-child::before,
.nav li:nth-child(2)::before {
  display: none;
}

.nav .home a {
  color: #fff;
}

.nav .home a:hover {
  color: #ffd54f;  
  text-shadow: 0 0 6px #ff9800; 
}

.nav .home.on a {
  color: #ffd54f;   
}
.nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--itemW);
  height: 100%;
  color: #fff;
  padding-top: 30px;  
  transition: color .25s;
}

.nav a::after {
  display: none;
}

.nav a:hover,
.nav li.on > a {
  color: var(--mainC);   
}

/* ===== 5. 二级下拉：更丝滑 ===== */
.nav dl {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 4px 0;
  background: var(--bgC);
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  min-width: var(--itemW);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}
.nav li:hover dl {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav dl dt a {
  padding: 10px 16px;  
  white-space: nowrap;  
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;  
  overflow: hidden; 
  transition: all .15s cubic-bezier(.25,.8,.25,1);
  text-shadow: 0 .3px .5px rgba(0,0,0,.25); 
}
.nav dl dt a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, var(--mainC) 50%, transparent 50%);
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(.25,.8,.25,1);
  z-index: 0;
}
.nav dl dt a:hover {
  background: var(--mainC);
  color: #fff; 
  border-radius: 8px;  
  overflow: hidden; 
  transform: scale(1.05);
}

.nav .home {
  margin-left: 15px;
}

@media (max-width: 1280px) {
  :root { --itemW: 124px; --fontS: 15px; }
}
.banner {
	height: 480px;
	overflow: hidden;
	position: relative;
}

.banner .hd {
	height: 18px;
	position: absolute;
	width: 100%;
	z-index: 1;
	text-align: center;
	bottom: 20px;
}

.banner .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url('https://p.globalsources.com/IMAGES/PDT/B6074733874/Adjustable-Gymnastic-Bars.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.banner .hd ul li.on {
	background: #e6212a;
}

.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	display: block;
}

.banner .bd li a {
	width: 100%;
	height: 100%;
	display: block;
}

.search {
	height: 70px;
	border-bottom: 1px solid #e2e2e2;
}

.search .fl {
	line-height: 70px;
}

.search .fl a {
	margin-right: 15px;
}

.search .fl span {
	color: #333;
	font-weight: bold;
}

.search .fr {
	width: 384px;
	height: 70px;
    position: relative;
    overflow: hidden;
}

.search .fr input {
	width: 280px;
	height: 36px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding-left: 3px;
	border-radius: 6px 0 0 6px;
	padding-left: 15px;
}

.search .fr button {
	width: 75px;
	height: 40px;
	background: url(../images/search.jpg) no-repeat;
	border: none;top: 15px;
    position: absolute;
}

.sec-title {
	text-align: center;
	padding: 40px 0;
	height: 40px;
	position: relative;
}

.sec-title h2 {
	font-size: 24px;
	color: #252525;
	font-weight: bold;
}

.sec-title h2 span {
	color: #e6212a;
}

.sec-title p {
	font-size: 14px;
	margin-top: 10px;
}

.ys {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}

.ys .content {
	margin-top: 5px;
}

.ys .content dl {
	float: left;
	display: inline-block;
	margin-right: 14px;
	width: 237px;
	height: 110px;
	border: 1px solid #cccccc;
	padding: 30px 20px 30px 30px;
	border-radius: 8px;     /* 四个角圆润 */
	overflow: hidden;        /* 把溢出圆角的部分裁掉 */
}

.ys .content dl:last-child {
	margin-right: 0;
}

.ys .content dl:hover {
	background: #e6212a;
	color: #FFF;
}

.ys .content dl dt {
	float: left;
}

.ys .content dl dd {
	float: right;
	margin-top: 25px;
}

.ys .content dl dt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.ys .content dl dt p {
	line-height: 35px;
}

.ys .content dl dt .more {
	width: 90px;
	height: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
	background: #e6212a;
	border-radius: 5px;
	margin-top: 15px;
}

.ys .content dl dt .more a {
	color: #FFF;
	width: 90px;
	height: 28px;
	display: block;
	border-radius: 5px;
}

.ys .content dl:hover h3 {
	color: #FFF;
}

.ys .content dl:hover .more a {
	background: #FFF;
	color: #e6212a
}

.sec-titles {
	text-align: center;
	padding: 30px 0;
	height: 40px;
	position: relative;
}

.sec-titles h2 {
	font-size: 30px;
	color: #252525;
	font-weight: bold;
	background: url(../images/line.png) no-repeat bottom center;
	padding-bottom: 10px;
}

.sec-titles p {
	font-size: 14px;
	margin-top: 8px;
}

.index-pro {
	padding: 30px 0 30px;
	height: auto;
	overflow: hidden;
	background: url(../images/probg.jpg) no-repeat top center;
}

.index-pro .content {
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}

.index-pro .content .fl {
	width: 300px;
}

.index-pro .content .fr {
	width: 860px;
}

.index-pro .content .fl .title {
	height: 70px;
	width: 270px;
	background: #e6212a url(../images/ico01.jpg) no-repeat 20px center;
	color: #FFF;
	padding: 15px 0 0 30px;
}

.index-pro .content .fl .title span {
	font-size: 28px;
	padding-left: 50px;
	display: block;
}

.index-pro .content .fl .title span i {
	display: block;
	font-size: 14px;
	font-style: normal;
}

.index-pro .content .fl .contact {
	background: #e6212a;
	text-align: center;
	padding: 20px 0;
}

.index-pro .content .fl .contact p {
	font-size: 18px;
	color: #FFF;
	margin-top: 10px;
}
.ny .container .fl .contact.no-bg {
	background: none !important;
	padding: 10px 0;
}
.index-pro .content .fl .contact p span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.category {
    width: 100%;
    padding: 20px 0;
    background: #FFF;
    height: auto;
    overflow: hidden;
}

.category h3 {
    line-height: 58px;
    width: 230px;
    height: 58px;
    margin-left: 5px;
    position: relative;
    border-radius: 6px;
    transition: all .3s ease;
}

.category h3 a {
    float: left;
    line-height: 58px;
    color: #FFF;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    background: #484848 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>') no-repeat 210px center;
    border-radius: 8px;    
    overflow: hidden;    
    
}

.category h3.on a {
    background-color: #e6212a;
    color: #FFF;
    border-radius: 8px;     /* 四个角圆润 */
    overflow: hidden;        /* 把溢出圆角的部分裁掉 */
}


.category h3 span {
    display: none; 
}

.category ul {
    display: none;
    width: 100%;
    padding: 10px 0;
    background: #f9f9f9;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.category li {
    display: block;
    line-height: 40px;
    padding-left: 25px;
    transition: background .3s ease;
}

.category li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    padding-left: 33px;
    position: relative;
}

.category li a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23ccc" stroke-width="2"><circle cx="12" cy="12" r="10"/></svg>') no-repeat center;
}

.category li.on a {
    color: #e6212a;
    font-weight: bold;
}
.index-pro .content .fr ul li {
	float: left;
	display: inline-block;
	margin-right: 23px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.index-pro .content .fr ul li:nth-child(3n) {
	margin-right: 0
}

.index-pro .content .fr ul li .img {
	width: 269px;
	height: 196px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

.index-pro .content .fr ul li .img img {
	width: 269px;
	height: 196px;
}

.index-pro .content .fr ul li .mask {
	background: rgba(230, 33, 42, 0.8);
	display: none;
	text-align: center;
	width: 269px;
	height: 196px;
	position: absolute;
	left: 0;
	top: 0;
}

.index-pro .content .fr ul li:hover .mask {
	display: block;
}

.index-pro .content .fr ul li .mask h2 {
	font-size: 18px;
	line-height: 42px;
	padding-top: 60px;
}

.index-pro .content .fr ul li .mask .more {
	width: 120px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #FFF;
	border-radius: 15px;
	line-height: 30px;
}

.index-pro .content .fr ul li a:hover h2 {
	color: #FFF;
}

.index-pro .content .fr ul li a:hover .more {
	color: #FFF;
}

.liucheng {
	height: 330px;
	overflow: hidden;
}

.liucheng ul li {
	float: left;
	display: inline-block;
	transition-duration: 0.8s;
	width: 172px;
	height: 155px;
	border: 1px solid #cccccc;
	margin-right: 30px;
	text-align: center;
	border-radius: 8px;     /* 四个角圆润 */
	overflow: hidden;        /* 把溢出圆角的部分裁掉 */

}

.liucheng ul li:hover {
	margin-top: 10px;
}

.liucheng ul li:last-child {
	margin-right: 0;
}

.liucheng ul li img {
	margin-top: 38px;
}

.liucheng ul li p {
	font-size: 16px;
	margin-top: 8px;
}

.about {
	background: url(../images/aboutbg.jpg) no-repeat top center;
	height: 440px;
	overflow: hidden;
	padding-top: 54px;
}

.about .fl {
	float: left;
	display: inline-block;
	width: 622px;
}

.about .fr {
	float: right;
	display: inline-block;
	padding-top: 20px;
}

.about .fr img {
	width: 482px;
	height: 307px;
	border-radius: 10px;
	border: 15px solid #FFF;
}

.about .fl span {
	color: #4f5358;
	font-size: 30px;
	font-weight: bold;
}

.about .fl h2 {
	font-weight: bold;
	color: #FFF;
	position: relative;
	height: 50px;
}

.about .fl h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #e6212a;
}

.about .fl .info {
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	margin-top: 20px;
}

.about .fl .more {
	width: 185px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	margin-top: 20px;
	background: #e6212a url(../images/ico03.jpg) no-repeat 40px center;
	display: block;
}

.about .fl .more a {
	color: #FFF;
	padding-left: 80px;
}

.honor {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: -55px;
}

.honor .hd {
	height: 55px;
	overflow: hidden;
	width: 100%;
}

.honor .hd ul li {
	display: inline-block;
	width: 200px;
	height: 55px;
	font-size: 16px;
	line-height: 55px;
	margin-right: 12px;
}

.honor .hd ul li a {
	background: #f2f2f2;
	width: 200px;
	height: 55px;
	display: block;
	border-radius: 5px 5px 0 0
}

.honor .hd ul li a:hover {
	background: #e6212a;
	color: #FFF;
}

.honor .hd ul li.on a {
	background: #e6212a;
	color: #FFF;
}

.honor .bd {
	padding-top: 40px;
}

.honor .bd ul li {
	float: left;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	width: 285px;
	height: 189px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.honor .bd ul li img {
	max-width: 287px;
	height: 190px;
}

.index-news {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.index-news .fl {
	width: 675px;
}

.index-news .fr {
	width: 500px;
}

.index-news .fr .tit {
	font-size: 14px;
	color: #999999;
}

.index-news .fr .tit span {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-right: 15px;
}

.index-news .fr .tit em {
	float: right;
	margin-top: 4px;
}

.index-news .fr .gun-news {
	padding-top: 20px;
}

.index-news .fr .gun-news ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.index-news .fr .gun-news h2 {
	background: url(../images/wen.jpg) no-repeat left bottom;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	height: 29px;
	display: block;
	padding-left: 30px;
}

.index-news .fr .gun-news p {
	background: url(../images/da.jpg) no-repeat left top;
	font-size: 14px;
	line-height: 26px;
	display: block;
	padding-left: 30px;
}

.tab-news .hd {
	float: left;
	display: inline;
	width: 125px;
	margin-right: 20px;
}

.tab-news .hd ul li {
	width: 75px;
	height: 164px;
	background: #e6212a;
	margin-bottom: 1px;
	padding: 25px;
}

.tab-news .hd ul li h3 {
	font-size: 14px;
	padding-top: 15px;
	color: #FFF;
}

.tab-news .hd ul li h3 span {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	color: #FFF;
}

.tab-news .hd ul li .more {
	padding: 3px 5px;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 15px;
}

.tab-news .hd ul li .more a {
	color: #FFF;
}

.tab-news .hd ul li.on {
	background: #ae0a11;
}

.tab-news .bd {
	float: left;
	display: inline;
	width: 520px;
}

.tab-news .bd dl {
	width: 490px;
	height: 165px;
	background: #f8f8f8;
	padding: 15px;
}

.tab-news .bd dl dt {
	float: left;
	display: inline;
}

.tab-news .bd dl dd {
	float: right;
	display: inline;
	width: 257px;
}

.tab-news .bd dl dd .date {
	font-size: 18px;
	color: #e6212a;
	font-weight: bold;
}

.tab-news .bd dl dd .date span {
	display: block;
	font-size: 12px;
}

.tab-news .bd dl dd h4 {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0
}

.tab-news .bd dl dd p {
	line-height: 25px;
}

.tab-news .bd dl dt img {
	width: 220px;
	height: 162px;
}

.tab-news .bd ul {
	padding-top: 15px;
}

.tab-news .bd ul li {
	line-height: 40px;
}

.tab-news .bd ul li span {
	float: right;
}

.tab-news .bd ul li a:before {
	content: "●";
	font-size: 12px;
	margin-right: 7px;
	color: #e6212a
}

.links {
	padding-bottom: 20px;
}

.links span {
	font-weight: bold;
	font-size: 18px;
}

.links a {
	margin-right: 15px;
}

.footer {
	background: #333333;
	height: 240px;
	overflow: hidden;
	padding-top: 45px;
	color: #bbbbbb;
}

.footer .fl h3 {
	color: #FFF;
	margin-bottom: 20px;
}

.footer .fl a {
	color: #bbbbbb;
}

.footer .fl a:hover {
	color: #ae0a11;
}

.footer .dh {
	width: 220px;
	line-height: 30px;
}

.footer .dh ul li {
	float: left;
	width: 45%;
}

.footer .pro {
	width: 120px;
	margin-right: 50px;
	line-height: 30px;
	padding: 0 50px;
	border-left: 1px solid #484848;
	border-right: 1px solid #484848;
}

.footer .contact {
	line-height: 30px;
}

.footer .fr h3 {
	background: #494949;
	width: 140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}

.footer .fr img {
	height: 140px;
}
.pro1 {
    margin-left: 100px; 
    width: 280px;     
}
.pro2 {
    margin-left: 150px; 
    width: 280px;     
}
.copyright {
	background: #333333;
	padding: 15px 0;
	border-top: 1px solid #484848;
	color: #bbbbbb;
	text-align: center;
}

.copyright a {
	color: #bbbbbb;
}

.kefu {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.kefu li a {
	text-decoration: none;
	color: #FFF;
}

.kefu li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}

.kefu li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}

.kefu li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}

.kefu .kefu-qq i {
	background-position: 4px 5px;
}

.kefu .kefu-tel i {
	background-position: 0 -21px;
}

.kefu .kefu-liuyan i {
	background-position: 4px -53px;
}

.kefu .kefu-weixin i {
	background-position: -34px 4px;
}

.kefu .kefu-weibo i {
	background-position: -30px -22px;
}

.kefu .kefu-ftop {
	display: none;
}

.kefu .kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}

.kefu .kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}

.kefu .kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.kefu .kefu-right {
	width: 20px;
}

.kefu .kefu-tel-main {
	background: #e6212a;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}

.kefu .kefu-main {
	background: #e6212a;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}

.kefu .kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

.ban {
    width: 100%;
    height: 680px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
    background-size: cover;
    box-shadow: 0 6px 30px rgba(0,0,0,.2);
    border-radius: 6px;
}
.ban::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.3) 50%, transparent 60%);
    background-size: 200% 200%;
    transform: translateX(-100%);
    z-index: 2;
    filter: blur(2px);
    opacity: 0.8;
}

@keyframes banAuto {
    0%   { transform: translateX(-100%); opacity: 0.6; }
    25%  { transform: translateX(0%); opacity: 0.8; }
    50%  { transform: translateX(100%); opacity: 0.8; }
    75%  { transform: translateX(100%); opacity: 0.6; }
    100% { transform: translateX(-100%); opacity: 0.6; }
}

.ban::before {
    animation: banAuto 6s ease-in-out infinite alternate;
}
.ny {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    background: #f9f9f9;
}

/* 左侧菜单栏 */
.ny .fl {
    width: 260px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-right: 20px;
    transition: transform 0.3s ease;
}

.ny .fl:hover {
    transform: translateY(-2px);
}

/* 左侧顶部标题 */
.ny .fl .title {
    height: 60px;
    width: 230px;
    background: linear-gradient(135deg, #e6212a, #c81d25);
    color: #fff;
    padding: 15px 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px 12px 0 0;
    position: relative;
    overflow: hidden;
}

.ny .fl .title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ico01.jpg) no-repeat 30px 15px;
    background-size: 24px 24px;
    opacity: 0.4;
    z-index: 1;
}

.ny .fl .title span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 50px;
    display: block;
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
}

.ny .fl .title span i {
    display: block;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 1px;
}

/* 联系方式卡片 */
.ny .contact {
    background: linear-gradient(135deg, #e6212a, #c81d25);
    color: white;
    text-align: center;
    padding: 25px 20px;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 6px 20px rgba(230, 33, 42, 0.3);
}

.ny .contact p {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.9;
}

.ny .contact p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    letter-spacing: 1px;
}

/* 右侧内容区 */
.ny .fr {
    width: 1040px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.ny .fr .title {
    line-height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    font-weight: 500;
    color: #333;
}

.ny .fr .title span {
    font-size: 20px;
    color: #e6212a;
    border-bottom: 3px solid #e6212a;
    padding-bottom: 10px;
    font-weight: 600;
    display: inline-block;
}

.ny .fr .title p {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.ny .fr .tit {
    line-height: 38px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding: 0 20px;
    font-weight: 500;
}

.ny .fr .tit span {
    font-size: 18px;
    color: #e6212a;
    border-bottom: 3px solid #e6212a;
    padding-bottom: 8px;
    font-weight: 600;
    display: inline-block;
}

.ny .fr .txt {
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
}

.list-1 dl {
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 20px;
}

.list-1 dl dt {
	line-height: 35px;
	font-size: 16px;
}

.list-1 dl dt:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #e6212a;
	position: relative;
	top: -3px;
}

.list-1 dl dt span {
	float: right;
	font-size: 14px;
}

.list-1 dl dt a {
	font-weight: bold;
}

.list-1 dl dd {
	color: #999;
}

.list-2 {
    margin-left: var(--list-left, 10px);  
    margin-top: var(--list-top, 10px);    
}

.list-2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
}

.list-2 ul li {
    flex: 0 0 calc((100% - 2 * 20px) / 3); /* 3 列，2 个间隙 */
    max-width: 320px;
    margin: 0 !important;
    font-size: 16px;
    text-align: center;
}
/* 1. 外壳：玻璃卡片 */
.list-2 ul li .img {
    position: relative;
    width: 320px;
    height: 220px;
    border-radius: 6px;                 /* 小圆角更精致 */
    overflow: hidden;                   /* 裁剪放大溢出 */
    background: #f7f7f7;                /* 加载前占位色 */
    box-shadow:
        0 2px 6px rgba(0,0,0,.05),
        0 4px 20px rgba(0,0,0,.08);     /* 双层阴影，更立体 */
    transition: all .4s cubic-bezier(.25,.8,.25,1);
}

/* 2. 图片：全覆盖 + 平滑动效 */
.list-2 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;                  /* 不变形填满 */
    display: block;
    transition: transform .6s, filter .6s;
}

/* 3. 悬停：卡片浮起 + 图片放大 + 轻微亮调 */
.list-2 ul li a:hover .img {
    transform: translateY(-3px);
    box-shadow:
        0 4px 12px rgba(0,0,0,.1),
        0 8px 30px rgba(0,0,0,.12);
}
.list-2 ul li a:hover img {
    transform: scale(1.08);
    filter: brightness(1.05);           /* 提亮 5 %，更透气 */
}

.list-2 ul li p {
	margin-top: 5px;
}
:root {
    --list-left: 20px; 
    --list-top: 20px;   
}
/* 效果止 */
.news {
	padding: 0px 0 0;
}

.news h1 {
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}

.news .date {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}

.news .date span {
	padding: 0 15px;
}

.news .info {
    padding: 15px;
    line-height: 25px;
}

.news .info img {
	max-width: 100%;
}

.tags {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 35px;
	line-height: 35px;
}

.tags span {
	font-weight: bold;
}

.tags a {
	margin-right: 15px;
}

.page {
	line-height: 50px;
}

.page span {
	float: right;
}

.xg-pro {
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.xg-pro ul li {
	float: left;
	display: inline-block;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.xg-pro ul li img {
	width: 200px;
	height: 160px;
}

.xg-news {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.xg-news ul li {
	float: left;
	display: inline-block;
	width: 47%;
	margin-right: 3%;
	line-height: 25px;
}

.xg-news ul li:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #e6212a;
	position: relative;
	top: -10px;
}

.xg-news ul li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
	display: inline-block;
}

.xg-news ul li span {
	float: right;
}

.xg-area {
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.xg-area ul li {
	float: left;
	display: inline-block;
	margin-right: 25px;
	line-height: 25px;
}

/* 产品容器：更宽、更透气 */
.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
    background: #f9f9f9; 
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    display: flex;
    gap: 40px;
    align-items: flex-start; /* 顶部对齐 */
}

/* 确保图片容器有足够的空间 */
.pro .img {
    width: 100%;
    max-width: 500px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    flex-shrink: 0; /* 防止压缩 */
}

/* 主图容器 */
.main-slider {
    height: 500px; 
}

/* 缩略图容器：固定在底部 */
.thumb-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    background-color: rgba(255,255,255,0.9); /* 背景颜色 */
    border-radius: 0 0 16px 16px;
}

/* 缩略图滑块样式 */
.thumb-slider .swiper-slide {
    width: 20px; /* 调整大小 */
    margin: 0 5px;
    cursor: pointer;
}

.thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 文字区域：右侧，更优雅 */
.pro .text {
    flex: 1;
    padding: 0;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* 标题：更大、更重、更醒目 */
.pro .text h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

/* 描述：更舒适的阅读体验 */
.pro .text .desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

/* 按钮：红渐变 + 悬浮动画 */
.pro .text .btn {
    width: 120px;
    height: 40px;
    background: linear-gradient(135deg, #e6212a, #c21d1d);
    color: #FFF;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(230, 33, 42, 0.3);
}

.pro .text .btn:hover {
    background: linear-gradient(135deg, #c21d1d, #a51b1b);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(230, 33, 42, 0.4);
}

/* 分割线：更细、更现代 */
.pro-content .tits {
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 0 10px;
    margin-bottom: 20px;
}

/* 标签：红色背景 + 白色文字 */
.pro-content .tits span {
    background: #e6212a;
    color: #FFF;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    margin-right: 10px;
}

/* 信息区：图片自适应 */
.pro-content .info {
    padding: 20px 0;
}

.pro-content .info img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
/*详情页止*/
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	cursor: move;
	z-index: 1;
}

.pc-slide {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 368px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.view .swiper-slide .imgauto img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
}

.preview .swiper-slide {
	width: 22.5%;
	padding: 5px;
}

.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
}

.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.preview .slide6 {
	width: 82px;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid #e6212a;
}

.preview .arrow-left {
	background: url(../images/prev1.png) no-repeat left center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/next1.png) no-repeat left center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 10%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	display: flex;          /* 关键 */
	align-items: center;    /* 垂直居中 */
	margin-bottom: 15px;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	flex: 0 0 130px;        /* 固定宽度，可自行调 */
	white-space: nowrap;
	text-align: right;
	margin-right: 10px;     /* 与输入框间距 */
	font-weight: bold;
	color: #2F2F2F;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	flex: 1;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn-1 input {
	width: 120px;                      /* 原来 52×32 → 120×40 */
	height: 40px;
	line-height: 40px;
	background: linear-gradient(135deg, #e6212a, #c21d1d);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(230, 33, 42, 0.3);
	margin-right: 22px;   /* 原间距保留 */
}
/* ===== 悬停 ===== */
.btn-1 input:hover {
    background: linear-gradient(135deg, #c21d1d, #a51b1b);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(230, 33, 42, 0.4);
}
.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: linear-gradient(135deg, #e6212a, #c21d1d);
    color: #fff;
}

.btn-1 input.focus:hover {
	background: linear-gradient(135deg, #c21d1d, #a51b1b);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(230, 33, 42, 0.4);
}
/* ===== 重置按钮（灰色）保持低调 ===== */
.btn-1 input[type="reset"] {
    background: #e8e8e8;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.btn-1 input[type="reset"]:hover {
    background: #ccc;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}



.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination {
	height: 40px;
	text-align: center;
	padding: 20px 0px;
}

.pagination a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.pagination a:hover {
	color: #e6212a;
	background: white;
	border: 1px #e6212a solid;
}

.pagination a.cur {
	border: none;
	background: #e6212a;
	color: #fff;
}

.pagination p {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.pagination p.pageRemark b {
	color: red;
}

.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}

/* ===== 高级版 CSS（无变量、无 icon） ===== */
.container-egnr {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height: 1.7;
  color: #111827;
  overflow: hidden;
}

/* 红色标题背景 */
.product-header-egnr {
  padding: 60px 30px;
  background: linear-gradient(135deg,#ef4444,#b91c1c);
  color: #fff;
  text-align: center;
}
.product-code-egnr {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  opacity: .8;
}
.product-title-egnr {
  font-size: 32px;
  margin: 0;
}
.product-tagline-egnr {
  margin: 8px 0 0;
  font-size: 16px;
  opacity: .85;
}

.section-egnr {
  margin: 0 30px 30px;
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.section-title-egnr {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #111827;
  border-bottom: 3px solid #ef4444;
  padding-bottom: 4px;
}

/* 一行两列规格表 */
.spec-table-egnr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
}
.spec-row-egnr {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}
.spec-label-egnr {
  font-weight: 600;
  color: #374151;
}
.spec-value-egnr {
  color: #6b7280;
}

.feature-list-egnr {
  list-style: none;
  padding: 0;
}
.feature-list-egnr li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}
.feature-list-egnr li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ef4444;
  font-weight: bold;
}

.faq-item-egnr {
  margin-bottom: 16px;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 16px;
}
.faq-question-egnr {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  color: #111827;
}
.faq-answer-egnr {
  font-size: 15px;
  color: #4b5563;
}

@media (max-width: 600px) {
  .container-egnr{margin:20px;}
  .product-header-egnr{padding:40px 20px;}
  .product-title-egnr{font-size:26px;}
  .spec-table-egnr{grid-template-columns:1fr;}
  .section-egnr{margin:0 20px 20px;padding:20px;}
}
/* 产品详情页止*/
/*banner-video视频起*/
.banner-jz{
  position:relative;
  width:100%;
  height:100vh;          /* 手机端全屏 */
  overflow:hidden;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  background:#FF3333;       /* 与视频最后一帧同色，或换背景图 */
}

.banner-jz__video-jz{
  width:100%;
  height:100%;
  object-fit:cover;      /* 短边撑满，长边裁剪 */
  object-position:50% 0; /* 水平居中，垂直钉顶部 */
}

.banner-jz__content-jz{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color:#fff;
  text-align:center;
  pointer-events:none;
  z-index:2;
}

/* 大屏限制最大 1280×720 -jz */
@media (min-width:1281px) and (min-height:721px){
  .banner-jz{
    height:720px;
  }
}
/* ===== 视频 slide 自动 16:9 高 ===== */
.banner-video-box{
  position:relative;
  width:100%;
  height:0;
  padding-top:56.25%;
  overflow:hidden;
  background-image: url('https://p.globalsources.com/IMAGES/PDT/B6074733874/Adjustable-Gymnastic-Bars.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-video{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:contain;      /* 完整显示，不裁剪 */
  object-position:50% 0;   /* 居中+置顶 */
}
/*banner-video视频止*/
/*首页list起*/
.w229 {
    width: 1340px;
    margin: 0 auto;
}
.pro229 {
    width: 100%;
    background: url(../images/pb229.jpg) no-repeat center/cover;
}
.floor_229 .prol229 .list .item229 h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: url(../images/bg229.png) repeat center;
    border-radius: 8px;     /* 四个角圆润 */
    overflow: hidden;        /* 把溢出圆角的部分裁掉 */
}
.itit229 {
    text-align: center;
    width: 100%;
    height: 190px;
    background: url(../images/line229.png) no-repeat center center;
    background-size: 60px 189px;
}
.pro229 .floor_229 {
    padding: 40px 0;
}
.floor_229 .menu229 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.floor_229 .prol229 .list {
    width: 100%;
}
.floor_229 .prol229 .list .item229 {
    float: left;
    position: relative;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all .5s;
}
.floor_229 .prol229 .list .item229:nth-child(4n) {
    margin-right: 0;
}
.floor_229 .prol229 .list .item229 .img {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 8px;          /* 圆角 */
    box-shadow: 0 4px 12px rgba(0,0,0,.08); /* 更自然的阴影 */
    transition: all .4s cubic-bezier(.25,.8,.25,1); /* 更顺的过渡 */
}
.floor_229 .prol229 .list .item229 .img img {
     width: 100%;
    height: 100%;
    object-fit: cover;           /* 保持比例并填满 */
    transition: transform .5s;
}
.floor_229 .prol229 .list .item229:hover {
    transform: translateY(-4px); /* 整体往上 4 px，有“抬起”感 */
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.floor_229 .prol229 .list .item229:hover .img img {
    transform: scale(1.08);      /* 放大 8 % 即可，太猛会糊 */
}
.pro229 .more {
    margin-top: 20px;
}
.itit229 .tit {
    padding-top: 60px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #de0000;
    line-height: 40px;
}
.itit229 .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}
.menu229 {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}
.menu229 ul {
    text-align: center;
}
.menu229 li {
    line-height: 30px;
    margin: 0 10px 10px;
    display: inline-block;
}
.menu229 li:first-child {
    margin-left: 0;
}
.menu229 li:last-child {
    margin-right: 0;
}
.menu229 li a {
    display: block;
    color: #666;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 0 25px;
    border-radius: 15px;
}
.menu229 li a:hover {
    border: 1px solid #de0000;
    color: #fff;
    background: #de0000;
}
.more {
    width: 180px;
    height: 40px;
    color: #666;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
}
.more:hover {
    border: 1px solid #de0000;
    background: #de0000;
    color: #fff;
    text-indent: 10px;
}
/*首页list止*/
.more1 {
	width: 90px;
	height: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
	background: #FFF;
	border-radius: 25px;
	margin-top: 15px;
}
.more1:hover {
	color: #FFF;
	width: 90px;
	height: 28px;
	display: block;
	border-radius: 15px;
}
/*小边框 */
.list-egtit1 {
    display: inline-block;  
    margin-top: 8px;
    padding: 6px 14px; 
    font-size: 15px; 
    line-height: 1.4;
    color: #333333; 
    border: 1px solid #d0d0d0; 
    border-radius: 4px;  
    background: #ffffff;  
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    transition: all .3s ease;
}

a:hover .list-egtit1 {
    border-color: #e6212a;
    box-shadow: 0 4px 8px rgba(230,33,42,.12);
}
/*小边框止 */
/*企业风采-qyfc1 */
.qyfc1-wrap{ margin:0 auto; max-width:960px; font-family:'Segoe UI',Arial,sans-serif; line-height:1.7; color:#252525; } .qyfc1-title{ text-align:center; font-size:32px; color:#e6212a; margin:20px 0 10px; } .qyfc1-subtitle{ text-align:center; font-size:16px; color:#666; margin-bottom:30px; } .qyfc2-h2{ margin-top:25px; color:#e6212a; border-left:4px solid #e6212a; padding-left:10px; } .qyfc1-figure{ margin:0; } .qyfc1-img{ width:100%; height:auto; border-radius:6px; } .qyfc1-figcaption{ text-align:center; font-size:12px; color:#666; margin-top:4px; } .qyfc1-grid{ display:flex; flex-wrap:wrap; gap:10px; margin:20px 0; } .qyfc1-grid-item{ flex:1; min-width:260px; margin:0; } .qyfc1-btn{ display:inline-block; padding:10px 28px; background:#e6212a; color:#fff; text-decoration:none; border-radius:4px; } .qyfc1-btn:hover{ background:#c41220; } .qyfc1-center{ text-align:center; margin:30px 0; }
/*企业风采-qyfc1止 */
/*客服-resp */
.resp {
    --glow: #00ffff;
    --glow2: #ff00ff;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.resp {
    box-shadow:
        0 0 4px var(--glow),
        0 0 12px var(--glow),
        0 0 24px var(--glow2),
        inset 0 0 4px var(--glow);
    transition: all .4s cubic-bezier(.25,.8,.25,1);
}

.resp::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        var(--glow) 50%,
        transparent 100%);
    animation: scan 3s linear infinite;
    z-index: 2;
}

@keyframes scan {
    0%   { transform: translateY(-2px); }
    100% { transform: translateY(100%); }
}

.resp:hover {
    filter: saturate(1.4) contrast(1.2);
    animation: glitch .12s infinite;
}

@keyframes glitch {
    0%   { transform: translate(0); }
    20%  { transform: translate(-2px, 2px); }
    40%  { transform: translate(-2px, -2px); }
    60%  { transform: translate(2px, 2px); }
    80%  { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

.resp::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255,255,255,.25) 50%,
        transparent 60%
    );
    transform: translateX(-100%);
    transition: transform .6s;
    z-index: 3;
}

.resp:hover::after {
    transform: translateX(100%);
}
/*客服-resp */
/* ===== 视频播放模块 ===== */
.hover-area,
.hover-area-2 {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: 360px;
    border: 2px solid #ccf;
    cursor: pointer;
    overflow: hidden;
}

.play-btn,
.play-btn-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(0, 0, 0, .5)
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ccf'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E")
                center/24px no-repeat;
    transition: opacity .3s;
}

.hover-area.hide-btn .play-btn,
.hover-area-2.hide-btn .play-btn-2 {
    opacity: 0;
}

.about .container {
    display: flex;
    gap: 4%;
}
.about .container .fl {
    flex: 0 0 48%;
}
.about .container .fr {
    flex: 0 0 46%;
    padding-left: 20px;
}

.about .container .fl .hover-area,
.about .container .fl .hover-area-2 {
    width: 100%;
    height: auto;
    max-height: 360px;
}

#myVideo,
#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ===== 五点效果1 ===== */
.wudian-xiaoguo1{
    margin:0;
    padding:0;
    list-style:none;
    font-size:14px;
    color:rgba(0,0,0,.9);
    letter-spacing:.5px;
    line-height:1.8;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,
                "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",
                "Microsoft YaHei",sans-serif;
}
.wudian-xiaoguo1 li{
    position:relative;
    padding:10px 12px 10px 34px;
    margin-bottom:8px;
    background:#fafafa;
    border-radius:6px;
    transition:background .25s;
}
.wudian-xiaoguo1 li:hover{
    background:#f0f7ff;
}
.wudian-xiaoguo1 .check{
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    color:#fff;
    background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);
    border-radius:50%;
    font-size:12px;
}
.wudian-xiaoguo1 strong{
    font-weight:600;
    margin-left:4px;
}
/*最右侧新增一个区域*/
.ny .container1{
    width:1680px;
    margin:0 auto;
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.ny .container1 .fl,
.ny .container1 .extra{
    width:260px;
    flex-shrink:0;
}

.ny .container1 .fr{
    width:1140px;
    flex:none;
}

/* 右侧新增块样式不变 */
.ny .extra{
    background:#fff;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
    overflow:hidden;
}
.ny .extra .title{
    line-height:42px;
    padding:0 20px;
    border-bottom:1px solid #eee;
    background:#f8f9fa;
    font-weight:500;
    color:#333;
}
.ny .extra .title span{
    font-size:20px;
    color:#e6212a;
    border-bottom:3px solid #e6212a;
    padding-bottom:10px;
    font-weight:600;
    display:inline-block;
}
.ny .extra .txt{
    padding:20px;
    font-size:15px;
    line-height:1.8;
    color:#555;
}
/* ===== 赛博日历 ===== */
.cyber-calendar{
    --glow1:#00ffff;
    --glow2:#ff00ff;
    background:#0d1117;
    border:1px solid var(--glow1);
    border-radius:12px;
    box-shadow:0 0 10px var(--glow1),inset 0 0 8px var(--glow1);
    color:#e6edf3;
    font-family:"Inter","Helvetica Neue",Arial,sans-serif;
    overflow:hidden;
}
.date-card{
    display:flex;
    flex-direction: column;
    gap: 10px;
    padding:20px;
    align-items: stretch;
    position: relative;
}
/* 左侧霓虹立柱 - 保留原有样式并稍作调整 */
.week-pillar{
    width:36px;
    height:96px;
    line-height:96px;
    text-align:center;
    font-size:28px;
    font-weight:700;
    color:#000;
    background:var(--glow1);
    border-radius:6px;
    box-shadow:0 0 12px var(--glow1),0 0 24px var(--glow2);
    animation:pulse 2s infinite;

    position: absolute;
    top: 20px;
    left: 20px;
}
@keyframes pulse{
    0%,100%{box-shadow:0 0 12px var(--glow1),0 0 24px var(--glow2);}
    50%{box-shadow:0 0 20px var(--glow1),0 0 40px var(--glow2);}
}
/* 右侧信息区 */
.right-box{
    margin-left: 60px;
    flex:1;
}
.solar{
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:4px;
}
.lunar{
    font-size:15px;
    color:#8b949e;
    margin-bottom:4px;
}
.festival{
    font-size:13px;
    color:#58a6ff;
}

@keyframes glitch{
    0%{text-shadow:1px 0 var(--glow1),-1px 0 var(--glow2);}
    25%{text-shadow:-1px 0 var(--glow1),1px 0 var(--glow2);}
    50%{text-shadow:1px 0 var(--glow2),-1px 0 var(--glow1);}
    75%{text-shadow:-1px 0 var(--glow2),1px 0 var(--glow1);}
    100%{text-shadow:1px 0 var(--glow1),-1px 0 var(--glow2);}
}
/*历史上的今天*/
.history-today-section {
    margin-top: 15px;
    padding-top: 8px;
    border-top: 1px solid #e6edf3;
}

.history-title {
    font-size: 14px;
    color: #e6212a;
    font-weight: bold;
    margin-bottom: 8px;
}

.history-today-section .content {
    padding: 0;
}

.history-today-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.history-today-section li {
    padding: 4px 0;
    font-size: 13px;
    color: #808080;
    line-height: 1.4;
}