@charset "UTF-8";
body{
	font-family: Arial, "Microsoft Yahei", sans-serif;
}
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	 /* 下面是新增样式 */
  max-width: 2560px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  transition: 0.5s ease;
  -webkit-transform: 0.5s ease;
  background: #fff;
  box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(6, 0, 1, 0.05);
}

.header .hd-left .logo img {
  width: 2rem;
}

.header .hd-right .nav li {
  margin-right: 0.47rem;
  position: relative;
}

.header .hd-right .nav li .tit {
  color: #282828;
  position: relative;
  padding: 0.33rem 0;
  display: block;
}

.header .hd-right .nav li .tit::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.15rem;
  width: 0;
  background: #0084d9;
  transition: width 0.5s ease;
}

.header .hd-right .nav li .dropdown {
  position: absolute;
  top: 100%;
  width: 2.2rem;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  display: none;
}

.header .hd-right .nav li .dropdown ul {
  border-radius: 0.05rem;
  overflow: hidden;
}

.header .hd-right .nav li .dropdown ul li {
  margin: 0;
  border-bottom: 1px solid #f6f6f6;
}

.header .hd-right .nav li .dropdown ul li a {
  color: #282828;
  display: block;
  width: 100%;
  padding: 0.13rem 0;
  text-align: center;
}

.header .hd-right .nav li .dropdown ul li a:hover {
  color: #0084d9;
}

.header .hd-right .nav li .dropdown ul li:last-child {
  border-bottom: 0;
}

.header .hd-right .nav li.current-menu-item .tit,.header .hd-right .nav li.current-menu-ancestor .tit, .header .hd-right .nav li:hover .tit {
  color: #0084d9;
}

.header .hd-right .nav li.current-menu-item .tit::before,.header .hd-right .nav li.current-menu-ancestor .tit::before, .header .hd-right .nav li:hover .tit::before {
  width: 100%;
}

.header .hd-right .hd-btn {
  display: flex;
  align-items: center;
}

.header .hd-right .hd-btn .btn {
  position: relative;
}

.header .hd-right .hd-btn .btn .icon {
  color: #0084d9;
  cursor: pointer;
}

.header .hd-right .hd-btn .btn .dropdown {
  position: absolute;
  top: 100%;
  width: 1.2rem;
  left: 50%;
  padding-top: 0.15rem;
  transform: translateX(-50%);
  display: none;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown {
  width: 3rem;
  border-radius: 0.05rem;
  left: auto;
  right: 0;
  transform: translateX(0);
}

.header .hd-right .hd-btn .btn.dd2 .dropdown::before {
  display: none;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown form {
  border: 0.02rem solid #0084d9;
  border-radius: 0.05rem;
  background: #fff;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown button {
  flex-shrink: 0;
  height: 0.36rem;
  width: 0.6rem;
  background: #0084d9;
  color: #fff;
}

.header .hd-right .hd-btn .btn.dd2 .dropdown input {
  font-weight: normal;
  height: 0.36rem;
  padding: 0 0.1rem;
  width: calc(100% - 0.6rem);
  border-radius: 0.05rem 0 0 0.05rem;
}

.header.header1 {
  box-shadow: none;
}

.header.fix {
  box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(6, 0, 1, 0.05);
}

/* banner */
.banner img {
  display: block;
}
.banner{
		height: auto;
    margin-top: 8vh;
}
.banner .swiper-container,.banner .swiper-slide,.banner a{
    height:100%;
    background-size:100% 100%;
}
.banner .swiper-pagination {
  bottom: 0.2rem;
}
.swiper-container{
  max-width: 2560px !important;
  width: 100% !important;
}


.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.05rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.section1 {
  padding-bottom: 0;
}

.section1 .sec-type {
  text-align: center;
  color: #fff;
  margin-bottom: 0.4rem;
}

.section1 .sec-type .tit {
  font-weight: 600;
  margin-top: 0.12rem;
}

.section1 .list li {
  margin-bottom: 0.6rem;
}

.section1 .list li:last-child {
  margin-bottom: 0;
}

.section2 li .itembox {
  background: #f6f6f6;
  border-radius: 0.08rem;
  padding: 0.52rem 0.4rem 0.24rem 0.4rem;
}

.section2 li .itembox .item-tit {
  margin-bottom: 0.25rem;
}

.section2 li .itembox .item-tit img {
  width: 1.5rem;
}

.section2 li .itembox .item-dl .dd .item-pic {
  margin-bottom: 0.15rem;
}

.section2 li .itembox .item-dl .dd .item-tit {
  line-height: 1.65;
}

.section2 li .itembox .item-link .link1 a {
  width: 1.3rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
  border: 1px solid #bbbbbb;
  transition: all 0.5s ease;
}

.section2 li .itembox .item-link .link1 a:hover {
  background: #0084d9;
  border-color: #0084d9;
  color: #fff;
}

.section2 li .itembox .item-link .link2 i {
  margin-left: 0.1rem;
}

.section2 li:nth-child(2) .tit {
  margin: 0 0 0 0.11rem;
}

/* footer */
.footer {
  background: #e6e6e6;
	 /* 下面是新增样式 */
    max-width: 2560px;
    margin: 0 auto;
}

.footer .ft1 {
  padding: 0.6rem 0 0.56rem;
}

.footer .ft1 .col1 {
  width: 2rem;
  text-align: center;
}

.footer .ft1 .col1 .logo {
  margin-bottom: 0.3rem;
}

.footer .ft1 .col1 .share a {
  margin: 0 0.15rem;
}
.footer .navlist > ul > li:first-child{
	display:none;
}
.footer .ft1 .col1 .share a img {
  width: 0.5rem;
}

.footer .ft1 .col1 .share a:hover img {
  opacity: 0.8;
}

.footer .ft1 .navlist {
  padding-left: 0.5rem;
}

.footer .ft1 .navlist li .tit {
  font-family: MiSans;
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: block;
}

.footer .ft1 .navlist li .dropdown li {
  margin-bottom: 0.16rem;
}

.footer .ft1 .navlist li .dropdown li a {
  color: #666;
}

.footer .ft1 .navlist li .dropdown li:hover a {
  color: #0084d9;
}

.footer .ft2 {
  padding: 0.22rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
}

.footer .ft2 .link a {
  margin-left: 0.16rem;
  color: #999;
}

.footer .ft2 .link a:hover {
  color: #333;
}

/* 内页 */
.crumbs {
  text-align: right;
  padding: 0.3rem 0;
  color: #666;
}

.crumbs a {
  color: #666;
}

.crumbs a:hover {
  color: #0084d9;
}

.crumbs span {
  color: #0084d9;
}

.g-type {
  padding: 0.1rem 0 0.3rem 0;
  margin-bottom: 0.6rem;
  border-bottom: 0.02rem solid #ddd;
  font-family: Arial;
  font-weight: bold;
  color: #0068ab;
}

/* about */
.about .ab1 {
  padding-bottom: 0.2rem;
/*   margin-bottom: 0.65rem; */
/*   border-bottom: 0.02rem solid #ddd; */
}

.about .ab1 .info {
  line-height: 1.8;
}

.about .ab1 .video {
  position: relative;
}

.about .ab1 .video .spt {
  display: block;
}

.about .ab1 .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .ab1 .video .play img {
  width: 0.6rem;
}

.about .ab1 .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  object-fit: cover;
}

/* competence */
.about .ab2 .pic-list.myaddpic-list ul,.imgleft li,.imgright li{
  margin-bottom: 0.8rem;
  width:100%;
}

.pic-list li .item .item-pic {
  width: 39%;
  flex-shrink: 0;
}

.pic-list li .item .item-pic .fitImg {
  padding-top: 75.47%;
}

.pic-list li .item .item-info {
  padding-left: 1rem;
}

.pic-list li .item .item-info .tit {
  color: #0084d9;
  font-family: MiSans;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.pic-list li .item .item-info .desc {
  color: #282828;
  line-height: 1.8;
}

.pic-list li .item .item-info .link {
  margin-top: 0.35rem;
}

.pic-list li .item .item-info .link i {
  margin-left: 0.1rem;
}

.about .ab2:last-child .pic-list.myaddpic-list ul {
  margin-bottom: 0;
}

/* milestone */
.milestone .list {
  position: relative;
  overflow: hidden;
}

.milestone .list ul {
  position: relative;
  z-index: 1;
}

.milestone .list li {
  position: relative;
  width: 100%;
}

.milestone .list li .item {
  position: relative;
  padding-right: 48px;
}

.milestone .list li .item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0.34rem;
  height: 0.34rem;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0072bc;
  z-index: 2;
  right: -0.18rem;
}

.milestone .list li .item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #0072bc;
  z-index: -1;
  right: 0px;
}

.milestone .list li .item .year {
  color: #0084d9;
  font-family: Arial;
  font-weight: bold;
}

.milestone .list li .item .desc {
  margin: 0.2rem 0;
  line-height: 1.8;
}

.milestone .list li .item .item-pic {
  justify-content: flex-end;
}

.milestone .list li .item .item-pic .pic {
  width: 5rem;
}

.milestone .list li .item .item-pic .pic .fitImg {
  padding-top: 70%;
}

.milestone .list li:nth-last-of-type(2) .item::after {
  height: 100%;
}

.milestone .list li:last-child .item::after {
  display: none;
}

.screen {
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
}

.screen .sel {
  width: 3rem;
  margin-right: 0.3rem;
}

.screen .sel .layui-input,.screen .sel select {
  height: 0.5rem;
  background: rgba(246, 246, 246, 0);
  border-radius: 0.08rem;
  border: 1px solid #ddd;
  width: 100%;
padding-left: 10px;
padding-right:10px;
}

.screen .sel .layui-form-select dl {
  top: 0.5rem;
}

.screen .sel .layui-select-title {
  position: relative;
}

.screen .sel .layui-select-title i {
  margin-top: -4px !important;
  border: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}

.screen .sel .layui-select-title i::before {
  font-family: "iconfont";
  content: "\e632";
  font-size: 0.16rem;
}

/* awards */
.pic-list2 li .item {
  background: #f6f6f6;
  padding: 0.2rem;
  transition: 0.5s ease;
}

.pic-list2 li .item .item-pic {
  position: relative;
}

.pic-list2 li .item .item-pic .fitImg {
  padding-top: 68.18%;
}

.pic-list2 li .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pic-list2 li .item .item-pic .play img {
  width: 0.6rem;
}

.pic-list2 li .item .item-tit {
  margin: 0.2rem 0;
  line-height: 1.6;
  height: 3.2em;
  font-weight: 500;
}

.pic-list2 li .item .item-link {
  color: #666;
}

.pic-list2 li .item .item-link .link i {
  color: #666;
}

.pic-list2 li .item:hover {
  background: #0084d9;
  color: #fff;
}

.pic-list2 li .item:hover .item-link {
  color: #fff;
}

.pic-list2 li .item:hover .item-link .link i {
  color: #fff;
}

.pages {
  padding-top: 0.5rem;
}

.pages li {
  margin: 0 0.05rem;
}

.pages a,.pages span {
  height: 0.36rem;
  width: 0.36rem;
  background: #f6f6f6;
  border-radius: 0.08rem;
  display: inline-block;
  line-height:0.36rem;
  text-align:center;
  color: #282828;
}
.pages .nav-links{
	text-align:center;
}
.pages a:hover, .pages span:hover, .pages span.current{
  background: #0072bc;
  color: #fff;
  transition: 0.5s ease;
}

/* detail */
.detail .news-tit {
  font-family: Arial;
  font-weight: bold;
}

.detail .news-date {
  font-family: Arial;
  font-weight: 400;
  color: #666;
  font-style: italic;
  margin-top: 0.2rem;
}

.detail .news-cont {
  line-height: 1.8;
}

.detail .news-cont img, .detail .news-cont video {
  max-width: 100% !important;
  height: auto !important;
}
.listmore {
    background: #0072bc;
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
}

.listmore:hover {background: #fff;border: 1px solid #0072bc;color: #0072bc;}
/* product */
.product .list li {
  margin-bottom: 0.6rem;
}

.product .list li:last-child {
  margin-bottom: 0;
}

.product .list li .item {
  position: relative;
}

.product .list li .item .item-link {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: ease 0.3s;
  border-radius: 0.15rem;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}

.product .list li .item .item-link .tit {
  margin-bottom: 0.32rem;
}

.product .list li .item .item-link .link span {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #fff;
}

.product .list li .item .item-link .link span i {
  margin-left: 0.18rem;
}

.product .list li .item .item-link .link:hover span {
  background: #fff;
  color: #0084d9;
}

.product .list li .item:hover .item-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* product-list */
.product-list .list li .item {
  background: #f6f6f6;
  padding: 0.2rem;
  transition: 0.5s ease;
  position: relative;
}

.product-list .list li .item .item-pic {
  margin-bottom: 0.24rem;
}

.product-list .list li .item .item-pic .fitImg {
  padding-top: 100%;
}

.product-list .list li .item:hover {
  background: #0084d9;
  color: #fff;
}

.bgf6 {
  background: #f6f6f6;
}

/* media */
.media .list li {
  margin-bottom: 0.3rem;
}

.media .list li .item {
  background: #fff;
  padding: 0.3rem;
}

.media .list li .item .item-time {
  color: #999;
  margin: 0.1rem 0 0.14rem 0;
}

.media .list li .item .item-cont .user {
  width: 0.6rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.media .list li .item .item-cont .user .fitImg {
  padding-top: 100%;
}

.media .list li .item .item-cont .info {
  color: #282828;
}

.media .list li .item .item-cont .info .desc {
  margin: 0.1rem 0 0.13rem;
}

.media .list li .item .item-cont .info .link span {
  width: 1.3rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
  border: 1px solid #bbb;
  color: #282828;
}

.media .list li .item .item-cont .info .link span:hover {
  background: #0068ab;
  border-color: #0068ab;
  color: #fff;
}

.media .list li:last-child {
  margin-bottom: 0;
}

.join .list .thead {
  background: #f3f3f3;
}

.join .list .thead .td {
  padding: 0.25rem 0;
  text-align: center;
  font-family: MiSans;
  font-weight: 500;
  color: #282828;
}

.join .list .thead .td.td1 {
  text-align: left;
  padding-left: 0.4rem;
}

.join .list .thead .td.td2 {
  width: 2.6rem;
}

.join .list .thead .td.td3 {
  width: 3rem;
}

.join .list .thead .td.td4 {
  width: 2rem;
}

.join .list .thead .td.td5 {
  width: 2.3rem;
}

.join .list .thead .td.td6 {
  width: 2.3rem;
}

.join .list .thead .td.td7 {
  width: 1.4rem;
  flex-shrink: 0;
}

.join .list .thead .fold {
  border-left: 1px solid #ddd;
  cursor: pointer;
}

.join .list .thead .fold i {
  width: 0.3rem;
  height: 0.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/icon_jia.png");
}

.join .list .thead1 {
  background: #0072bc;
  color: #fff;
}

.join .list .thead1 .td {
  color: #fff;
}

.join .list li {
  margin-top: 0.1rem;
}

.join .list li.active {
  background: #f3f3f3;
}

.join .list li.active .thead {
  background: #0072bc;
  color: #fff;
}

.join .list li.active .thead .td {
  color: #fff;
}

.join .list li.active .thead .fold i {
  background-image: url("../img/icon_jian.png");
}

.join .list li .item-cont {
  display: none;
  padding: 0.2rem 0.4rem 0.38rem 0.4rem;
  color: #666;
  line-height: 2;
}

.join .list li .item-cont h3 {
  font-size: 0.24rem;
  color: #282828;
  margin: 0.2rem 0 0.1rem;
}

.join .list li .item-cont .link {
  margin-top: 0.25rem;
}

.join .list li .item-cont .link a {
  height: 0.5rem;
  background: #0072bc;
  border-radius: 0.08rem;
  color: #fff;
  padding: 0 0.18rem;
}

.join .list li .item-cont .link a:hover {
  background: rgba(0, 132, 217, 0.9);
}

/* contact */
.contact .contbox1 {
  padding: 0 0 0.8rem 0;
  border-bottom: 0.02rem solid #ddd;
}

.contact .contbox1 .info {
  max-width: 6.23rem;
}

.contact .contbox1 .info .company-name {
  color: #0084d9;
  font-weight: bold;
  margin: 0 0 0.2rem;
}

.contact .contbox1 .info .company-add {
  color: #0084d9;
}

.contact .contbox1 .info .address {
  margin: 0.4rem 0;
  max-width: 2.96rem;
  line-height: 1.7;
}

.contact .contbox1 .info .lxfs li {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}

.contact .contbox1 .info .lxfs li .label {
  width: 0.83rem;
  flex-shrink: 0;
}

.contact .contbox1 .info .lxfs li .cont {
  flex: 1;
  overflow: hidden;
}

.contact .contbox1 .info .lxfs .qrcode {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #ddd;
  padding: 0.05rem;
  margin-top:-.4rem;
}
.contact .contbox1 .info .lxfs .qrcode img{
    width:100%!important;
}
.contact .contbox2 {
  padding-top: 0.6rem;
  overflow: hidden;
}

.contact .contbox2 .form-tit {
  margin-bottom: 0.5rem;
}

.contact .contbox2 .form-tit .tit {
  color: #0068ab;
  margin-bottom: 0.2rem;
}

.contact .contbox2 .form-tit .tips .txt1 {
  color: #282828;
}

.contact .contbox2 .form-tit .tips .txt2 {
  color: #0084d9;
}

.contact .contbox2 .form li,.contact .wpforms-container .wpforms-field {
  width: 46%;
  float: left;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  padding:0;
  clear:none;
}
.contact .wpforms-container .wpforms-field.wpforms-field-textarea{
	width:100%;
}
.contact .wpforms-container .wpforms-submit-container{
	padding-left: 1.18rem;
}
.contact .contbox2 .form li .label,.contact .wpforms-container .wpforms-field .wpforms-field-label {
  width: 1.18rem;
  flex-shrink: 0;
}

.contact .contbox2 .form li .label font {
  color: #0068ab;
}

.contact .contbox2 .form li .cont {
  flex: 1;
  overflow: hidden;
}

.contact .contbox2 .form li .cont input {
  height: 0.5rem;
  width: 100%;
  padding: 0 0.15rem;
  background: #fff;
  border-radius: 0.04rem;
  border: 1px solid #e6e6e6;
}

.contact .contbox2 .form li .cont .textarea {
  height: 1.2rem;
  background: #ffffff;
  border-radius: 0.04rem;
  border: 0.01rem solid #e6e6e6;
  padding: 0.15rem;
}

.contact .contbox2 .form li .cont .textarea textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

.contact .contbox2 .form li:nth-child(2n) ,.contact .wpforms-container .wpforms-field:nth-child(2n){
  float: right;
}

.contact .contbox2 .form li.x12 {
  width: 100%;
  align-items: flex-start;
}

.contact .contbox2 .form li.x12 .label {
  margin-top: 0.12rem;
}

.contact .contbox2 .form .yzm {
  margin: 0.3rem 0;
}

.contact .contbox2 .form .yzm .int {
  width: 3rem;
}

.contact .contbox2 .form .yzm .code {
  width: 1.5rem;
}

.contact .contbox2 .form .btns button {
  width: 2rem;
  height: 0.5rem;
  background: #0072bc;
  color: #fff;
  border-radius: 0.04rem;
  margin-right: 0.3rem;
}

.contact .contbox2 .form .btns button.btn2 {
  background: #999;
}

.contact .contbox2 .form .btns button:hover {
  opacity: 0.88;
}

/* product detail */
.product-detail .det1 {
  margin-bottom: 0.6rem;
}

.product-detail .det1 .info {
  padding-top: 0.5rem;
}

.product-detail .det1 .info .pro-xh {
  margin: 0.3rem 0 0.45rem;
}

.product-detail .det1 .info .pro-xh span {
  padding: 0 0.3rem;
  border-radius: 0.5rem;
  background: #a4dbff;
  font-weight: bold;
  font-family: MiSans;
  color: #282828;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail .det1 .info .pro-attr li {
  position: relative;
  padding-left: 0.18rem;
  margin: 0.1rem 0;
}

.product-detail .det1 .info .pro-attr li::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #0084d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.product-detail .det1 .slides .fitImg {
  background: #fff;
  border: 2px solid #eee;
  padding-top: 100%;
}

.product-detail .det1 .slides .gallery-thumbs {
  margin-top: 0.2rem;
}

.product-detail .det1 .slides .gallery-thumbs .swiper-slide-thumb-active .fitImg {
  border-color: #0084d9;
}

.product-detail .det2 .tabs {
  border-bottom: 0.02rem solid #ddd;
  margin-bottom: 0.7rem;
}

.product-detail .det2 .tabs li {
  padding: 0.23rem 0;
  margin-right: 0.62rem;
  position: relative;
  cursor: pointer;
}

.product-detail .det2 .tabs li::after {
  content: "";
  height: 2px;
  background: #0072bc;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.product-detail .det2 .tabs li.active {
  color: #0072bc;
}

.product-detail .det2 .tabs li.active::after {
  width: 100%;
}

.product-detail .det2 .tabs li:last-child {
  margin-right: 0;
}

.product-detail .det2 .pic-list li .item .item-info .tit {
  color: #282828;
}

.product-detail .tablist .tabcont {
  display: none;
}
.product-detail .tablist .tabcont  .pic-list li{
    width:100%;
}
.product-detail .tablist .tabcont:nth-child(1) {
  display: block;
}

.product-detail .cansu {
  margin-top: 0.8rem;
  overflow: hidden;
}

.product-detail .cansu li {
  width: 49.5%;
  float: left;
  margin-bottom: 0.1rem;
  background: #f8f8f8;
  padding: 0.2rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail .cansu li .label {
  color: #666;
}

.product-detail .cansu li:nth-child(2n) {
  float: right;
}

.product-detail .cansu li .cont {
  margin-left: 0.2rem;
}

.product-detail .cansu ul:nth-child(2n) li {
  background: #f0f0f0;
}
.load-more-container{
	padding:30px 0;
	text-align:center;
}
/* 订阅 */
/* 按钮容器：用于承载爆炸动效 */
.btn-container {
  position: relative;
}

/* YouTube 订阅按钮核心样式 */
.youtube-subscribe-btn {
  /* 基础样式 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  height: 0.38rem;
  border: none;
  border-radius: 0.2rem;
  border: 1px solid #282828;
  color: #282828;
  font-weight: 500;
  cursor: pointer;
  /* 动画基础配置 */
  transition: all 0.2s ease;
  /* 禁止文字选中 */
  user-select: none;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* 新增：背景划过动效层 */
.youtube-subscribe-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* 初始在左侧隐藏 */
  width: 100%;
  height: 100%;
  background-color: #0084d9;
  /* 目标黑色背景 */
  transition: left 0.5s ease;
  /* 划过动画 */
  z-index: -1;
  /* 放在文字下方 */
}

/* 订阅状态下触发划过动画 */
.youtube-subscribe-btn.subscribed::before {
  left: 0;
  /* 从左到右滑入 */
}

/* 悬停效果：轻微放大 + 加深阴影 + 颜色微调 */
.youtube-subscribe-btn:hover {
  background-color: #0084d9;
  transform: scale(1.02);
  color: #fff;
  border-color: #0084d9;
}

/* 点击按下效果：轻微缩小 */
.youtube-subscribe-btn:active {
  transform: scale(0.98);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 已订阅状态样式 */
.youtube-subscribe-btn.subscribed {
  color: #ffffff;
  /* 黑色背景下文字保持白色 */
  border: none;
  /* 已订阅状态切换动画 */
  animation: subscribeSuccess 0.5s ease forwards;
}

.youtube-subscribe-btn.subscribed:hover {
  background-color: #0084d9;
  /* 悬停时黑色背景加深 */
}

/* 订阅图标样式 */
.subscribe-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  /* 图标切换动画 */
  transition: all 0.3s ease;
}

/* 星星爆炸动效容器 */
.star-burst {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: 5;
  pointer-events: none;
}
#pro_9{
	display:flex;
}
/* 星星样式 */
.star {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffd700;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0;
  animation: starBurst 0.8s ease-out forwards;
}

/* 星星爆炸动画 */
@keyframes starBurst {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) scale(1.2);
  }
}

/* 订阅成功按钮过渡动画 */
@keyframes subscribeSuccess {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.competence .grid li{
	margin-bottom: 0.8rem;
}


/* 新增 产品详情页弹窗 */
.image-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.image-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    cursor: default;
}

.modal-image {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 36px;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.modal{
    width:90%!important;
    max-width:560px!important;
}
.close-modal:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
    transition: background-color 0.3s;
}

.modal-nav-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.modal-prev {
    left: 20px;
}

.modal-next {
    right: 20px;
}

/* 新增：Swiper左右按钮样式 */
.swiper-button-custom {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s;
}

.swiper-button-custom:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-custom-prev {
    left: 20px;
}

.swiper-button-custom-next {
    right: 20px;
}

.swiper-button-custom i {
    font-size: 24px;
}

/* 图片索引指示器 */
.image-index {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
}
.detail p {
    margin-bottom: 0.4rem;
}
.listmore:hover {background: #fff;border: 1px solid #0072bc;color: #0072bc;}
.info.f18 p{
	margin-bottom:.18rem;
}
/* 响应式调整 */
@media (max-width: 768px) {
    .swiper-button-custom {
        width: 40px;
        height: 40px;
    }
    
    .swiper-button-custom i {
        font-size: 18px;
    }
    
    .modal-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .modal-prev {
        left: 10px;
    }
    
    .modal-next {
        right: 10px;
    }
    
    .close-modal {
        top: -35px;
        right: -5px;
    }
}

/* 新增 文章详情页弹窗 */
/* 灯箱遮罩样式 */
      .image-lightbox-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 99999;
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .image-lightbox-overlay.active {
        opacity: 1;
      }

      .lightbox-container {
        position: relative;
        max-width: 90%;
        max-height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .lightbox-image {
        max-width: 100%;
        max-height: 85vh;
        object-fit: contain;
        border-radius: 5px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
        animation: lightboxFadeIn 0.3s ease;
      }

      @keyframes lightboxFadeIn {
        from {
          opacity: 0;
          transform: scale(0.9);
        }
        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      .lightbox-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        border: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 28px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        z-index: 100000;
        backdrop-filter: blur(5px);
      }

      .lightbox-nav-btn:hover {
        background-color: rgba(255, 255, 255, 0.4);
        transform: translateY(-50%) scale(1.1);
      }

      .lightbox-prev-btn {
        left: 30px;
      }

      .lightbox-next-btn {
        right: 30px;
      }

      .lightbox-close-btn {
        position: absolute;
        top: 30px;
        right: 30px;
        background: none;
        border: none;
        color: white;
        font-size: 36px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease;
        z-index: 100000;
      }

      .lightbox-close-btn:hover {
        transform: scale(1.2);
      }

      .lightbox-counter {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 18px;
        font-weight: 500;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 8px 0;
        border-radius: 20px;
        max-width: 120px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
      }

      /* 让详情页图片可点击 */
      .news-cont img {
        cursor: pointer;
        transition: transform 0.3s ease;
      }

      .news-cont img:hover {
        transform: scale(1.02);
      }

      /* 移动端适配 */
      @media (max-width: 768px) {
        .lightbox-nav-btn {
          width: 45px;
          height: 45px;
          font-size: 22px;
        }

        .lightbox-prev-btn {
          left: 10px;
        }

        .lightbox-next-btn {
          right: 10px;
        }

        .lightbox-close-btn {
          top: 20px;
          right: 20px;
          font-size: 30px;
          width: 40px;
          height: 40px;
        }

        .lightbox-counter {
          bottom: 20px;
          font-size: 16px;
        }
      }