@charset "utf-8";
.wsmenuexpandermain, .bigmegamenu {
  display: none;
}
/*header*/
header {
    overflow: hidden;
}
#pcheader{
 position: relative;
 width: 100%;
 z-index: 100;
 /*margin-bottom: 100px;*/
 overflow: hidden;	
}
#pcheader .header-warp {
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100px;
  background-color: #ff8800;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease; /* 添加平滑过渡效果 */
}
#pcheader .header-warp.transparent {
  /*background-color: transparent;*/
    background-color: #ff8800;
}
#pcheader .header-warp.solid {
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}
#pcheader .header-warp .container_header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #pcheader .header-warp .container_header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3%;
  }
}

#pcheader .logo {
  display: inline-block;
  padding-top: 20px;
  width: 160px;
}
#pcheader .logo img {
  height: 60px;
}
#header-logo {
  transition: opacity 0.3s ease;
}
#pcheader .header_menu {
  font-size: 0;
  line-height: 100px;
  width:calc(100% - 460px);
  text-align:center;
  color:#fff;
}
#pcheader .topsearch {
  width: 50px;
  height: 40px;
  line-height: 40px;
  margin: 30px 10px 30px 0;
  text-align: center;
}
#pcheader .topsearch i {
  font-size: 14px; line-height: 36px; width: 36px; height: 36px; border-radius: 50%; background-color: #000; color: #fff; display: inline-table;
}
.search-container {
    position:fixed;
    display: none;
    text-align: center;
    z-index: 99;
    width: 100%;
    background: #f8f8f8;
    height: 100px;
    line-height: 100px;
    /*margin-top: 100px;*/
}
.search-container input[type=text] {
    padding: 0 10px;
    line-height: 50px;
    width: 80%;
    max-width: 500px;
    border: 0;
    margin-right: -5px;
}
.search-button {
    line-height: 50px;
    height: 50px;
    width: 50px;
    color: #000;
    cursor: pointer;
    border: 0;
    background-color: #fff;
}
.show-search {
    display: block;
}
#pcheader .toptel {
  font-size: 1.4rem;
  font-weight: 500;
  width: 240px;
  line-height: 100px;
  text-align: right;
  color: #fff;
}
#pcheader .toptel i {
  color: #fff; margin-right: 10px;
}

.dhcaidan {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.dhcaidan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dhcaidan ul ul {
  opacity: 0;
  position: absolute;
  /*top:160%;*/
  left: -50%;
  visibility: hidden;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  z-index: 99999;
}
.dhcaidan ul ul ul {
  top: 0;
  left: 160%;
}
.dhcaidan ul li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.dhcaidan ul ul li:hover > ul {
  top: 0%;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.dhcaidan ul li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 44px;
  padding: 28px 0;
  position: relative;
}
.dhcaidan ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  transition: all 0.5s ease;
}
.dhcaidan ul li a:hover, .dhcaidan ul li a.cur {
  color: #333;
}
.dhcaidan ul ul li {
  line-height: 46px;
  padding: 0;
  width: 240px;
  background: #f2f2f2;
  border-bottom: 1px solid #f8f8f8;
}
.dhcaidan ul ul li:last-child {
  border-bottom: 0 solid #f8f8f8;
}
.dhcaidan ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.dhcaidan ul ul li a:hover, .dhcaidan ul ul li a.cur {
  background: #00278e;
  color: #fff;
}
.dhcaidan ul ul ul li {
  line-height: 46px;
  padding: 0;
  width: 240px;
  background: #f2f2f2;
  border-bottom: 1px solid #f8f8f8;
}
.dhcaidan ul ul ul li:last-child {
  border-bottom: 0 solid #f8f8f8;
}
.dhcaidan ul ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.dhcaidan ul ul ul li a:hover, .dhcaidan ul ul ul li a.cur {
  background: #00278e;
  color: #fff;
}
@media (max-width: 1400px) {
  .dhcaidan ul li a {
    padding: 0 20px;
  }
}
/*字体变色*/
#pcheader .header-warp.solid .membericon i{
  color:#fff;
}
#pcheader .header-warp.solid .shopcart i{
  color:#fff;
}
#pcheader .header-warp.solid .toptel{
  color:#fff;
}
#pcheader .header-warp.solid .toptel i{
  color:#fff;
}
#pcheader .header-warp.solid .dhcaidan ul li a{
  color:#fff;
}
#pcheader .header-warp.solid .dhcaidan ul li a:hover, #pcheader .header-warp.solid .dhcaidan ul li a.cur {
  color: #ff8800;
}
#pcheader .header-warp.solid .dhcaidan ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#pcheader .header-warp.solid .dhcaidan ul ul li a:hover, #pcheader .header-warp.solid .dhcaidan ul ul li a.cur {
  background: #00278e;
  color: #fff;
}
#pcheader .header-warp.solid .dhcaidan ul ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#pcheader .header-warp.solid .dhcaidan ul ul ul li a:hover, #pcheader .header-warp.solid .dhcaidan ul ul ul li a.cur {
  background: #00278e;
  color: #fff;
}

#mtop {
  display: none;
}
@media (max-width: 1200px) {
  #pcheader{
    margin-bottom: 0;
  }
  #pcheader .header-warp {
    display: none;
  }
  #mtop {
    display: block;
    background-color: #ff8800;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
    z-index: 999;
      
  }
  #mtop .mtop_con{
    width: 100%;
    overflow: hidden;
  }
  #mtop .logo {
    padding: 10px 0 10px 10px; overflow: hidden
  }
  #mtop .logo img {
    height: 40px;
  }
  #mtop .cart {
    width: 70px;
    height: 40px;
    line-height: 40px;
    margin: 0 60px 0 0;
    padding: 20px 0 0 0;
    border-radius: 5px;
    text-align: center;
  }
  #mtop .cart .shopcart {
    width: 100%;
    position: relative;
  }
  .shopcart i {
    font-size: 22px;
  }
  #mtop .cart .shopcart .cart-count {
    font-size: 11px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-color: #f00;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
  }
  .wsmenuexpandermain, .bigmegamenu {
    display: block;
  }
  .overlapblackbg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    /*background-color: rgba(0, 0, 0, 0.45);*/
    cursor: pointer;
  }
    .overlapblackbg.menuopen {
    display: block;
  }
  .wsmenuexpandermain {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenu {
    width: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0.75) !important;
  }
  .wsmenu .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block !important;
  }
  .wsmenu .wsmenu-list > li {
    position: relative;
  }
  .wsmenu .wsmenu-list > li:hover > a, .wsmenu .wsmenu-list > li.active > a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
  }
  .wsmenu > .wsmenu-list > li > a {
    text-transform: capitalize;
    display: block;
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    color: #fff;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
  }
  .wsmenu-list > li.active > a, .wsmenu-list > li.active > a:hover {
    color: #CCFFFF;
  }
  /*Nav Expanding Open Effect*/
  .wsmenu.menuopen {
    width: 240px;
  }
  .wsmenu.menuclose {
    width: 0;
  }
  .wsmenucontent {
    z-index: 10;
  }
  /* Navigation arrow Animation */
  .animated-arrow {
    position: absolute;
    top: 25px;
    right: 18px;
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenuexpandermain .menuopen {
    right: 240px !important;
    margin-top: 4px !important;
  }
  .animated-arrow {
    cursor: pointer;
    padding: 0px 20px 16px 0px;
    margin: 10px 0 0 15px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 25px;
    background: #00278e; /*三条线*/
    position: absolute;
    display: block;
    content: '';
  }
  .animated-arrow span:before {
    top: -7px;
  }
  .animated-arrow span:after {
    bottom: -7px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
  .animated-arrow.menuopen span {
    background-color: transparent;
  }
  .animated-arrow.menuopen span:before, .animated-arrow.active span:after {
    top: 7px;
  }
  .animated-arrow.menuopen span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
  }
  .animated-arrow.menuopen span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* Mobile click to drop arrow */
  .wsmenu-list .wsmenu-submenu {
    display: none;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .wsmenu-list .wsmenu-submenu li a {
    display: block;
    font-size: 13px;
    padding: 8px 0px 8px 18px;
    color: #333;
  }
  .wsmenu-list .wsmenu-submenu li a:hover, .wsmenu-list .wsmenu-submenu li a.active {
    background-color: #e7e7e7 !important;
    color: #ff8800;
    text-decoration: none;
  }
}

#banner {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
    #banner {
        padding-top: 60px;
    }
}
#banner .swiper-slide {
  /*position: relative;*/
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
#banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#banner img {
  max-width: 100%;
  display: block;
}


#proindex_1 {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 4% 0;
}

#proindex_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#proindex_1 .topcon .tit {
  width: 100%;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
#proindex_1 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}

#proindex_1 .probody {
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  margin: 0 -1%;
}
#proindex_1 .probody .product-item {
  display: flex; 
  flex-direction: column; /* 子元素垂直排列 */
  width: 23%; 
  margin: 1%; 
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#proindex_1 .probody .product-item:hover {
  box-shadow: 0px 0px 20px rgba(120, 120, 120, 0.5);
}
#proindex_1 .probody .product-item .proimg {
  width: 100%;
  overflow: hidden;
}
#proindex_1 .probody .product-item .proimg img {
  width: 100%;
  transition: transform 0.3s ease;
}
#proindex_1 .probody .product-item:hover .proimg img {
  transform: scale(1.1);
}
#proindex_1 .probody .product-item .procon {
  flex: 1; /* 占满剩余空间 */
  padding: 20px;
  display: flex;
  flex-direction: column;
    background-color: #f8f8f8;
}
#proindex_1 .probody .product-item .procon h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  text-align: center;
  transition: color 0.3s ease; 
    font-weight: normal;
}
#proindex_1 .probody .product-item:hover .procon h3 {
  color: #ff8800;
}
#proindex_1 .probody .product-item .procon .prodes {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 10px;
}
#proindex_1 .probody .product-item .procon .probit {
  font-size: 1.4rem;
  color: #ff8800;
  line-height: 32px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  margin-top: auto;
}
#proindex_1 .probody .product-item:hover .procon .probit {
  color: #f0a818;
}
@media (max-width: 1440px) {
  #proindex_1 .topcon .tit {
    font-size: 32px;
  }
  #proindex_1 .topcon .titdes {
    font-size: 14px;
  }
  #proindex_1 .probody .product-item .procon h3 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #proindex_1 .topcon .tit {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #proindex_1 .probody .product-item {
    width: 31.333%;
  }
  #proindex_1 .probody .product-item .procon h3 {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #proindex_1 .probody .product-item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #proindex_1 {
    padding: 10% 0;
  }
  #proindex_1 .topcon {
    margin-bottom: 30px;
  }
  #proindex_1 .topcon .tit {
    font-size: 24px;
  }
  #proindex_1 .topcon .titdes {
    width: 100%;
    font-size: 14px;
  }
  #proindex_1 .probody .product-item {
    width: 48%;
  }
}
@media (max-width: 576px) {
  #proindex_1 .probody .product-item {
    width: 94%;
    margin: 3%;
  }
}


#aboutindex_2 {
  display: block;
  position: relative;
  overflow: visible;
  /*background: url(../images/bgabout3.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;*/
  padding: 0 !important;
}
#aboutindex_2 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#aboutindex_2 .dycon .dcon {
  width: 60%;
  float: left;
  padding: 7% 100px 0 0;
  overflow: hidden;
  margin: 0 auto;
}
#aboutindex_2 .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
#aboutindex_2 .dycon .dcon .content h2 {
  font-size: 36px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}
#aboutindex_2 .dycon .dcon .content a.more {
  position: relative;
  display: inline-block;
  color: inherit;
  border-radius: 25px;
  font-size: 1.4rem;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.2s;
  border: 1px solid #ff8800;
  margin-top: 40px;
  text-transform: uppercase;
}
#aboutindex_2 .dycon .dcon .content a.more:hover {
  background-color: #ff8800;
  color: #fff;
}
#aboutindex_2 .dycon .abimg {
  width: 40%;
  float: right;
  padding: 7% 0 0 0;
  overflow: hidden;
  text-align: right;
	 position: relative;
}
#aboutindex_2 .dycon .abimg img {
  width: 100%;
  border: 0 so lid #ff8800;
  border-radius: 10px;
}
#aboutindex_2 .dycon .abimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aboutindex_2 .dycon2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 2% 0 4% 0;
}
#aboutindex_2 .dycon2 .dyshuju {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#aboutindex_2 .dycon2 .dyshuju li {
  float: left;
  width: 16%;
  margin: 20px 4% 10px 0;
  text-align: center; border-radius: 25px; border: 1px solid #ddd; line-height: 50px; height: 50px;
}
#aboutindex_2 .dycon2 .dyshuju li h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
    color: #ff8800;
}
#aboutindex_2 .dycon2 .dyshuju li p {
  font-size: 14px;
}
@media (max-width: 1440px) {
  #aboutindex_2 .dycon .dcon .content {
    font-size: 14px;
    line-height: 28px;
  }
  #aboutindex_2 .dycon .dcon .content h2 {
    font-size: 32px;
  }
  #aboutindex_2 .dycon2 .dyshuju li h3 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  #aboutindex_2 .dycon .dcon .content h2 {
    font-size: 28px;
  }
  #aboutindex_2 .dycon2 .dyshuju li h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  #aboutindex_2 .dycon2 .dyshuju li {
    width: 46%; margin: 0 2%;
  }
  #aboutindex_2 .dycon2 .dyshuju li h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #aboutindex_2 .dycon .dcon {
    width: 100%;
    padding: 7% 0;
    text-align: left;
  }
  #aboutindex_2 .dycon .dcon .content {
    line-height: 24px;
  }
  #aboutindex_2 .dycon .dcon .content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #aboutindex_2  .dycon .abimg {
    width: 100%;
    padding: 5% 0;
    text-align: right;
  }
  #aboutindex_2 .dycon .abimg img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #aboutindex_2 .dycon2 .dyshuju li {
    width: 100%;
    margin:10px 0;
  }
  #aboutindex_2 .dycon2 .dyshuju li h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 10px;
  }
  #aboutindex_2 .dycon2 .dyshuju li p {
  font-size: 14px;
}
}

#equipindex_1 {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 4% 0;
}

#equipindex_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#equipindex_1 .topcon .tit {
  width: 100%;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
#equipindex_1 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}
#equipindex_1 .equipment_index_list {
	width: 100%; 
}
#equipindex_1 .equipment_index_list .equipbody {
  box-shadow: 0px 0px 5px rgba(120, 120, 120, 0.2);
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 15px;
}
#equipindex_1 .equipment_index_list .equipbody img {
  width: 100%;
}
#equipindex_1 .equipment_index_list .equipbody:hover {
  box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.5);
}
#equipindex_1 .equipment_index_list .equipbody .equipcon {
  padding: 15px;
}
#equipindex_1 .equipment_index_list .equipbody .equipcon h3 {
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  margin: 5px 0 5px 0;
  text-align: center;
}
#equipindex_1 .equipment_index_list .equipbody:hover .equipcon h3 {
	color: #f00;
}
#equipindex_1 .equipment_index_list .equipbody .equipcon .equipdes {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
#equipindex_1 .equipment_index_list .equipbody .equipcon .equipmore {
  width: 100%;
  font-size: 14px;
  color: #00278e;
  line-height: 24px;
  margin-bottom: 10px;
}
#equipindex_1 .equipment_index_list .equipbody:hover .equipcon .equipmore {
  color: #f00;
}
@media (max-width: 1440px) {
  #equipindex_1 .topcon .tit {
    font-size: 32px;
  }
  #equipindex_1 .topcon .titdes {
    font-size: 14px;
  }
  #equipindex_1 .equipment_index_list .equipbody .equipcon h3 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #equipindex_1 .topcon .tit {
    font-size: 28px;
  }
  #equipindex_1 .topcon .titdes {
  width: 85%;
  }
  #equipindex_1 .equipment_index_list .equipbody .equipcon h3 {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 768px) {
  #equipindex_1 {
    padding: 10% 0;
  }
  #equipindex_1 .topcon {
    margin-bottom: 30px;
  }
  #equipindex_1 .topcon .tit {
    font-size: 24px;
  }
  #equipindex_1 .topcon .titdes {
    width: 100%;
  }
}

#about {
  width: 100%; overflow: hidden;
}
#about .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#about .dycon .dcon {
  width: 60%;
  float: left;
  padding: 7% 100px 5% 0;
  overflow: hidden;
  margin: 0 auto;
}
#about .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
#about .dycon .dcon .content h2 {
  font-size: 36px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00278e;
  letter-spacing: -1px;
}
#about .dycon .dcon .content a.more {
  position: relative;
  display: inline-block;
  color: inherit;
  border-radius: 25px;
  font-size: 1.4rem;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.2s;
  border: 1px solid #00278e;
  margin-top: 40px;
  text-transform: uppercase;
}
#about .dycon .dcon .content a.more:hover {
  background-color: #00278e;
  color: #fff;
}
#about .dycon .abimg {
  width: 40%;
  float: right;
  padding: 7% 0 5% 0;
  overflow: hidden;
  text-align: right;
	 position: relative;
}
#about .dycon .abimg img {
  width: 100%;
  border: 0 solid #eee;
}
#about .dycon .abimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .dycon2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 100px;
}
#about .dycon2 .dyshuju {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#about .dycon2 .dyshuju li {
  float: left;
  margin-right: 150px;
}
#about .dycon2 .dyshuju li h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
    color: #ff8800;
}
#about .dycon2 .dyshuju li p {
  line-height: 24px;
  margin-top: 5px;
}
@media (max-width: 1440px) {
  #about .dycon .dcon .content {
    font-size: 14px;
    line-height: 28px;
  }
  #about .dycon .dcon .content h2 {
    font-size: 32px;
  }
  #about .dycon2 .dyshuju li {
    margin-right: 120px;
  }
  #about .dycon2 .dyshuju li h3 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  #about .dycon .dcon .content h2 {
    font-size: 28px;
  }
  #about .dycon2 .dyshuju li {
    margin-right: 80px;
  }
  #about .dycon2 .dyshuju li h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  #about .dycon2 .dyshuju li {
    margin-right: 50px;
  }
  #about .dycon2 .dyshuju li h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #about .dycon .dcon {
    width: 100%;
    padding: 7% 0;
    text-align: left;
  }
  #about .dycon .dcon .content {
    line-height: 24px;
  }
  #about .dycon .dcon .content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #about  .dycon .abimg {
    width: 100%;
    padding: 5% 0;
    text-align: right;
  }
  #about .dycon .abimg img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #about .dycon2 .dyshuju li {
    width: 50%;
    margin-right: 0;
  }
  #about .dycon2 .dyshuju li h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 10px;
  }
  #about .dycon2 .dyshuju li p {
  font-size: 14px;
}
}

#content .contact {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
#content .contact .leftcon {
  width: 45%;
  margin-right: 5%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
#content .contact .leftcon i {
  margin-right: 10px;
}
#content .contact .leftcon h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
#content .contact .leftcon .whatsappweixin {
  width: 100%;
  float: left;
  padding-top: 0;
}
#content .contact .leftcon .whatsappweixin span {
  float: left;
  width: 130px;
  padding-top: 20px;
}
#content .contact .leftcon .whatsappweixin span img {
  width: 100%;
  border: 1px solid #ddd;
  padding: 2px;
}
#content .contact .leftcon .whatsappweixin span p {
  display: block;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}
#content .contact .rightcon {
  width: 50%;
  float: left;
  overflow: hidden;
}
#content .contact .rightcon h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
#dituContent {
  height: 450px;
  font-size: 14px;
  width: 100%;
}

@media (max-width: 1440px) {
	
}
@media (max-width: 1200px) {
    #content .contact {
    padding: 35px 0;
  }
  #content .contact .leftcon h2 {
    font-size: 20px;
  }
  #content .contact .rightcon {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #content .contact {
    padding: 10px 0;
  }
  #content .contact .leftcon {
    width: 100%;
    margin-right: 0;
    line-height: 28px;
    margin-bottom: 30px;
    }
  #content .contact .leftcon h2 {
    font-size: 18px;
  }
  #content .contact .rightcon {
    width: 100%;
  }
  #dituContent {
    height: 300px;
  }
}

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative
}
.sendmess {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.sendmess h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sendmess .input {
  width: 49%;
  border: 1px solid #ddd;
  height: 50px;
  line-height: 30px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  float: left;
}
.sendmess .input2 {
  width: 49%;
  border: 1px solid #ddd;
  height: 50px;
  line-height: 30px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  float: right;
}
.sendmess textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 140px;
  line-height: 30px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.sendmess .button {
  width: 50%;
  background-color: #ff8800;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.sendmess .button:hover {
  background-color: #333;
}
@media (max-width: 768px) {
  .sendmess .input {
    width: 100%;
    height: 44px;
    line-height: 24px;
  }
  .sendmess .input2 {
    width: 100%;
    height: 44px;
    line-height: 24px;
  }
}

/* 基础按钮样式 */
.hover-effect {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  overflow: hidden; /* 防止伪元素溢出 */
  transition: color 0.3s ease; /* 文字颜色过渡效果 */
}

/* 鼠标悬停时文字颜色变化 */
.hover-effect:hover {
  color: #000; /* 背景展开后文字变为黑色 */
}

/* 使用 ::before 伪元素实现背景展开效果 */
.hover-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%; /* 初始位置在中间 */
  width: 0; /* 初始宽度为 0 */
  height: 100%;
  background-color: #fff; /* 背景颜色 */
  transform: translateX(-50%); /* 确保居中对齐 */
  transition: width 0.4s ease; /* 宽度过渡效果 */
  z-index: -1; /* 放置在文字下方 */
}

/* 鼠标悬停时扩展背景 */
.hover-effect:hover::before {
  width: 200%; /* 背景宽度扩展到两倍 */
}

.faqcon {
  width: 100%;
  padding: 3% 15%;
  overflow: hidden;
}
.faqcon h3{
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 30px;
}
.faqcon .ul li {
  background-color: #f8f8f8;
  position: relative;
  padding: 1%;
  cursor: pointer;
}
.faqcon .ul li + li {
  margin-top: 1.25%;
}
.faqcon .ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.02rem;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.faqcon .ul .top {
  position: relative;
  padding:10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4rem;
  color: #333333;
}
.faqcon .ul .top .num {
  position: absolute;
  left: 0;
  display: block;
  color: #0cb5b0;
  font-weight: bold;
}
.faqcon .ul .icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 13px;
  height: 6px;
  display: block;
  background: url(../images/icon_jt8_1.png) no-repeat center;
  cursor: pointer;
}
.faqcon .ul .on .icon {
  background-image: url(../images/icon_jt8_2.png);
}
.faqcon .ul .bot {
  margin-top: 1%;
  padding: 10px;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  color: #444;
  font-weight: normal;
  line-height: 24px;
  display: none;
}
.faqcon .ul li:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.faqcon .ul li:hover .icon {
  background-image: url(../images/icon_jt8_1_h.png);
}
.faqcon .ul li.on:hover .icon {
  background-image: url(../images/icon_jt8_2_h.png);
}
.faqcon .ul li.on:after, .faqcon .ul li:hover:after {
  width: 100%;
}
@media (max-width: 992px) {
  .faqcon {
    width: 100%;
    padding: 3%;
    overflow: hidden;
  }
  .faqcon .ul .top {
    padding-left: 0.45rem;
  }
}
@media (max-width: 768px) {
  .faqcon .ul li {
    padding: 10px;
    margin-bottom: 15px;
  }
  .faqcon .ul .top {
    padding: 10px 0.6rem;
    line-height: 24px;
  }
  .faqcon .ul .icon {
    width: 13px;
    height: 6px;
    top: 18px;
  }
  .faqcon .ul .bot {
    padding: 10px 0.3rem;
    line-height: 24px;
  }
}

.menubox {
  width: 100%;
  overflow: hidden;
}
.menulist {
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
}
.menulist a {
  color: #333;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  padding: 0 50px;
  display: inline-table;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
  background-color: #f2f2f2;
  border-radius: 25px;
}
.menulist a:hover, .menulist a.active {
  color: #fff;
  background-color: #e6411a;
}

.newone-list {
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
.newone-list li {
  width: 100%;
  margin: 1% 0 2% 0;
  background-color: #f8f8f8;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
  overflow: hidden;
}
.newone-list li div {
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 500px;
  float: left;
}
.newone-list li:hover {
  background-color: #f2f2f2;
}
.newone-list li img {
  width: 100%;
}
.newone-list li span {
  float: left;
  width: calc(100% - 500px);
  padding: 20px 40px;
}
.newone-list li span h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 10px;
}
.newone-list li span .newtime {
  font-size: 14px;
  text-align: left;
  line-height: 26px;
  overflow: hidden;
  color: #999;
}
.newone-list li span p {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 10px;
  line-height: 26px;
  width: 100%;
  color: #666;
}
.newone-list li span .newmore {
  margin-top: 20px;
}
.newone-list li span .newmore a {
  color: #666;
  font-size: 14px;
  padding: 8px 25px;
  border-radius: 20px;
  border: 1px solid #e6411a;
}
.newone-list li span .newmore a:hover {
  color: #fff;
  background-color: #e6411a;
  border: 1px solid #fff;
}

.newtwo-list {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.newtwo-list li {
  width: 48%;
  margin: 1% 2% 1% 0;
  background-color: #f8f8f8;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
  overflow: hidden;
  float: left;
}
.newtwo-list li div {
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 260px;
  float: left;
}
.newtwo-list li:hover {
  background-color: #f2f2f2;
}
.newtwo-list li img {
  width: 100%;
}
.newtwo-list > li span {
  float: left;
  width: calc(100% - 260px);
  padding: 10px 20px;
}
.newtwo-list > li span h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.newtwo-list > li span .newtime {
  font-size: 13px;
  text-align: left;
  line-height: 22px;
  overflow: hidden;
  color: #999;
}
.newtwo-list > li span p {
	display: none;
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 26px;
  width: 100%;
  color: #666;
}
.newtwo-list > li span .newmore {
  margin-top: 0;
}
.newtwo-list > li span .newmore a {
  color: #e6411a;
  font-size: 14px;
}
.newtwo-list > li span .newmore a:hover {
  color: #00278e;
}

.newduo-list {
  margin: 3% auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.newduo-list li {
  width: 48%;
  margin: 1% 1% 1% 1%;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
  overflow: hidden;
  float: left;
}
.newduo-list li div {
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  float: left;
}
.newduo-list li:hover {
  background-color: #fff;
}
.newduo-list li img {
  width: 100%;
}
.newduo-list > li span {
  float: left;
  width: 100%;
  padding: 10px;
}
.newduo-list > li span h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.newduo-list > li span .newtime {
  font-size: 14px;
  text-align: left;
  line-height: 26px;
  overflow: hidden;
  color: #999;
}
.newduo-list > li span p {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  padding-top: 10px;
  line-height: 26px;
  min-height: 62px;
  width: 100%;
  color: #666;
}
.newduo-list > li span .newmore {
  margin-top: 15px;
}
.newduo-list > li span .newmore a {
  color: #e6411a;
  font-size: 14px;
}
.newduo-list > li span .newmore a:hover {
  color: #00278e;
}

@media (max-width: 1200px) {
  .newtwo-list li {
    width: 100%;
    margin: 1% 0 1% 0;
  }
}
@media (max-width: 992px) {
  .newduo-list li {
    width: 48%;
    margin: 1% 1% 1% 1%;
  }
  .newone-list li div {
    width: 100%;
  }
  .newone-list li span {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .newone-list li {
    width: 100%;
    margin: 1% 0 1% 0;
  }
  .newtwo-list li {
    width: 100%;
    margin: 1% 0 1% 0;
  }
  .newtwo-list li div {
    width: 100%;
  }
  .newtwo-list li span {
    width: 100%;
    padding: 20px;
  }
  .newduo-list li {
    width: 100%;
    margin: 1% 0 3% 0;
  }
  .newduo-list li div {
    width: 100%;
  }
  .newduo-list li span {
    width: 100%;
    padding: 20px;
  }
}

.newsview_1 {
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
}
.newsview_1 .newsleft {
  width: calc(100% - 500px);
  float: left;
  overflow: hidden;
}
.newsview_1 .newsright {
  width: 420px;
  margin-left: 80px;
  float: left;
  overflow: hidden;
}
.newsview_1 .newsleft .news-info {
  overflow: hidden;
  width: 100%;
}
.newsview_1 .newsleft .news-info .new-tit {
  text-align: left;
}
.newsview_1 .newsleft .news-info .new-tit h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.newsview_1 .newsleft .news-info .new-tit p {
  line-height: 28px;
  font-size: 1.3rem;
  color: #999;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.newsview_1 .newsleft .news-info .new-tit p time, .news-info .new-tit p span {
  padding-right: 10px;
}
.newsview_1 .newsleft .news-info .news-body {
  padding: 30px 0 60px 0;
  line-height: 30px;
  font-size: 1.6rem;
}
.newsview_1 .newsleft .news-info .news-body img {
  max-width: 1200px;
  vertical-align: middle;
  margin: 10px 0;
}
.newsview_1 .newsleft .news-info .news-body a {
  color: #0000ff;
}
.newsview_1 .newsleft .news-info .news-body a:hover {
  color: #ff8800;
}
.newsview_1 .newsleft .news-info .news-body h2 {
  font-size: 2rem;
  margin: 10px 0;
  font-weight: 600;
}
.newsview_1 .newsleft .news-info .news-body h3 {
  font-size: 1.6rem;
  margin: 5px 0;
  font-weight: 600;
}
.newsview_1 .newsleft .news-info .news-tag {
  padding: 20px 0;
  overflow: hidden;
}
.newsview_1 .newsleft .news-info .news-tag a{
  display: inline-table; padding: 5px 10px; background: #222; color: #ffffff; margin-right: 10px; font-size: 14px; border-radius: 3px;
}
.newsview_1 .newsleft .news-info .news-tag a:hover{
  background: #ff8800;
}
.newsview_1 .newsleft .news-info .prevnext {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px dashed #959595;
  line-height: 30px;
}
.newsview_1 .newsleft .news-info .prevnext span {
  width: 100%;
  float: left;
  text-align: left;
}
.newsview_1 .newsleft .news-info .prevnext span a {
  color: #666;
}
.newsview_1 .newsleft .news-info .prevnext span a:hover {
  color: #e6411a;
}
.newsview_1 .newsright .xgnew {
  overflow: hidden;
  width: 100%;
}
.newsview_1 .newsright .xgnew .xgnew_con {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.newsview_1 .newsright .xgnew .xgnew_con img{
  width: 100%;
	height: auto;
}
.newsview_1 .newsright .xgnew .xgnew_con h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 15px;
}
.newsview_1 .newsright .xgnew .xgnew_con h3 a:hover {
  color: #e6411a;
}
.newsview_1 .newsright .xgnew .xgnew_con .xgtime {
  font-size: 12px;
  color: #999;
  padding: 10px 0;
}
.newsview_1 .newsright .xgnew .xgnew_con .xgdes {
  margin-bottom: 15px;
  color: #666;
  line-height: 24px;
  font-size: 1.4rem;
}
@media (max-width:1440px){
	.newsview_1 .newsleft {
      width: calc(100% - 480px);
      float: left;
      overflow: hidden;
    }
    .newsview_1 .newsright {
      width: 400px;
      margin-left: 80px;
      float: left;
      overflow: hidden;
    }
}
@media (max-width:1280px){
	.newsview_1 .newsleft {
      width: calc(100% - 400px);
      float: left;
      overflow: hidden;
    }
    .newsview_1 .newsright {
      width:350px;
      margin-left: 50px;
      float: left;
      overflow: hidden;
    }
}
@media (max-width:1200px) {
  .newsview_1 {
      padding: 30px 0;
    }
  .newsview_1 .newsleft {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .newsview_1 .newsleft .news-info .news-body {
    padding: 30px 0 30px 0;
  }
  .newsview_1 .newsleft .news-info .news-body img {
    max-width: 100%;
    vertical-align: middle;
    margin: 10px 0;
  }
  .newsview_1 .newsright {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    float: left;
    overflow: hidden;
  }
}
@media (max-width:992px) {
	.newsview_1 {
      padding: 20px 0;
    }
	.newsview_1 .newsleft .news-info .new-tit h1 {
      font-size: 2.2rem;
		line-height: 1.5;
		margin-bottom: 15px;
    }
	.newsview_1 .newsleft .news-info .news-body {
      line-height: 26px;
      font-size: 1.4rem;
    }
	.newsview_1 .newsleft .news-info .news-body h2 {
      font-size: 1.8rem;
    }
	.newsview_1 .newsleft .news-info .prevnext {
      padding: 20px 0;
      line-height: 30px;
	  font-size: 14px;
    }
}
@media (max-width:768px) {
	.newsview_1 {
      padding: 10px 0;
    }
	.newsview_1 .newsleft .news-info .new-tit h1 {
      font-size: 2rem;
    }
}

.common-left {
	padding-top: 50px;
	overflow:hidden;
	width:350px;
	margin-right:50px;
	float:left;
}

.side-search{
    width:100%;
    background:#00278e;
    padding:20px;
    box-sizing:border-box;
    position:relative
}
.side-search input{
    width:100%;
    height:42px;
    outline:0;
    border:none;
    padding-left:14px
}
.side-search .btn{ position: absolute; top: 21px; right: 21px; width: 40px; height: 40px; cursor: pointer; background-image: url(../images/search.png); background-color: #000; background-repeat: no-repeat; background-position: center center; }

.side>div{
    margin-bottom:20px
}
.side-title{
    width:100%;
    height:55px;
    line-height:55px;
    font-size:18px;
    font-weight:600;
    background-color:#ff8800;
    color:#fff;
    padding-left:23px;
    text-transform:uppercase;
    box-sizing:border-box;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.side-cate>ul{
    padding:10px 23px;
    background:#fff;
    font-size:14px
}
.side-cate .type-active{
    color:#00278e;
}
.side-cate>ul li{
    position:relative;
    border-bottom:1px solid #ddd;
    line-height:45px
}
.side-cate>ul li:hover>a{
    color:#ff8800;
}
.side-cate>ul li a.active{
    color:#ff8800;
}
.side-cate>ul li a{
    width:100%;
    height:100%;
    display:block;
    padding-right:0;
    transition:color .3s;
    line-height:45px;
    box-sizing:border-box;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.side-cate>ul>li:last-child{
    border:none
}

.side-cate>ul>li>ul{
    display:none
}
.side-cate>ul>li>ul li{
    padding-left:40px;
    position:relative
}
.side-cate>ul>li>ul li:last-child{
    border:none
}
.side-cate>ul>li>ul li:before{
    content:"-";
    position:absolute;
    left:30px
}
.side-cate>ul>li>ul li:hover a{
    color:#f00
}
.side-cate>ul>li>ul li a.active2{
    color:#f00
}

.side-cate>ul .pro-menu{
    display:none
}
.side-pro{
    background:#fff;
	margin-top: 20px;
}
.side-pro li{
    margin:0 10px;
    padding:10px;
    display:flex;
    height:100px;
    border-bottom:1px solid #ddd
}
.side-pro li:last-child{
    border:none
}
.side-pro li:hover img{
    transform:scale(1.05)
}
.side-pro-img{
    width:40%
}
.side-pro-img img{
    transition:transform .2s;
    max-height:100%;
    max-width:100%
}
.side-pro-info{
    padding:0;
    width:60%;
    display:flex;
    flex-direction:column;
    justify-content:space-around
}
.side-pro-name{
    color:#333;
    font-size:14px;
    display:-webkit-box;
    display:-moz-box;
    max-height:36px;
    line-height:18px;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden
}
.side-pro-more{
    color:#00278e;
    font-size:14px;
    text-transform:uppercase;
    font-weight:500
}
.side-pro-more:hover{
    color:#0078d7
}
.side-pro>a{
    width:100%;
    height:100%;
    display:block
}

.cd-accordion-menu {
  width: 100%;
  background: #fff;
    padding: 15px;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom:1px solid #ddd;
  line-height:50px;
    
}
.cd-accordion-menu li:last-child{
    border-bottom:none
}
.cd-accordion-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  line-height:50px;
  color: #333;
  font-size: 1.4rem;
  padding: 0 10px;
}
.cd-accordion-menu label:hover, .cd-accordion-menu a:hover {
    color:#fff; 
    background-color: #333;
}
.cd-accordion-menu label.active, .cd-accordion-menu a.active {
    color:#fff; background-color: #333;
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  /*background-image: url(../images/cd-icons.svg);*/
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  left: 36px;
  /*background: url(../images/cd-icons.svg) no-repeat -48px 0;*/
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul{
    margin-left: 20px;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  border-bottom:1px solid #eee;
  line-height:50px;
}
.cd-accordion-menu ul a:hover {
  background: #333;
}
.cd-accordion-menu ul a.active2 {
  color:#fff; background-color: #f00;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

.cd-accordion-menu.animated label::before {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.prolist_1 {
  overflow: hidden;
  padding: 50px 0;
  float:left;
  width:calc(100% - 400px);
}
.prolist_1 .probody {
  overflow: hidden; 
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
}
.prolist_1 .probody .product-item {
  display: flex; 
  flex-direction: column; /* 子元素垂直排列 */
  width: 23%;
  margin: 0 1% 2% 1%;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prolist_1 .probody .product-item:hover {
  box-shadow: 0px 0px 20px rgba(120, 120, 120, 0.5);
}
.prolist_1 .probody .product-item .proimg {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.prolist_1 .probody .product-item .proimg img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;	
}
.prolist_1 .probody .product-item:hover .proimg img {
  transform: scale(1.1);
}
.prolist_1 .probody .product-item .proimg .videobutton{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prolist_1 .probody .product-item .proimg .videobutton img{
  width: 70px; height: 70px;
}
.prolist_1 .probody .product-item .procon {
  padding: 20px; 
  transition: color 0.3s ease;
  flex: 1; /* 占满剩余空间 */
  display: flex; /* 使用 Flexbox 布局 */
  flex-direction: column; /* 子元素垂直排列 */
	background: #f8f8f8;
}
.prolist_1 .probody .product-item:hover .procon {
  background-color:#fff;
}
.prolist_1 .probody .product-item .procon h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
  transition: color 0.3s ease;
}
.prolist_1 .probody .product-item:hover .procon h3 {
  color: #f00;
}
.prolist_1 .probody .product-item .procon .prodes {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.prolist_1 .probody .product-item:hover .procon .prodes {
  color: #666;
}
.prolist_1 .probody .product-item .procon .probit {
  font-size: 1.4rem;
  color: #666;
  line-height: 32px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  margin-top: auto;
}
.prolist_1 .probody .product-item:hover .procon .probit {
  color: #00278e;
}
.prolist_1 .probody .product-item .procon .probit .add-to-inquiry {
  font-size: 1.4rem;
  line-height: 22px;
  color: #fff;
  background-color: #00278e;
  padding: 5px 10px;
  display: inline-table;
  border-radius: 3px;
  cursor: pointer;
}
.prolist_1 .probody .product-item .procon .probit .add-to-inquiry:hover {
  background-color: #e6411a;
}
.prolist_1 .probody .product-item .procon .probit .add-to-inquiry.added {
  background-color: #f00; 
}
@media (max-width: 1440px) {
  .common-left{ width: 320px;}	
  .prolist_1 {width:calc(100% - 370px); }
  .prolist_1 .probody .product-item .procon h3 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .common-left{ width: 300px;}	
  .prolist_1 {width:calc(100% - 350px); }
}
@media (max-width: 1200px) {
  .common-left{ display: none;}	
  .prolist_1 {width:100%; padding: 20px 0;}
  .prolist_1 .probody .product-item .procon h3 {
    font-size: 16px;
  }  
}
@media (max-width: 992px) {
  .prolist_1 .probody .product-item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .prolist_1 .probody .product-item {
    width: 46%;
	  margin: 0 2% 2% 2%;
  }
}
@media (max-width: 576px) {
  .prolist_1 {padding: 10px 0;}
  .prolist_1 .probody .product-item {
    width: 94%;
    margin: 0 3% 5% 3%;
  }
}


#productSlide {
  display: none;
}
.pro-info {
  margin: 50px 0;
  width:calc(100% - 400px);
  float: left;
  background: #fff;
  padding: 30px;
}
.pro-info .prodetail_one {
  margin: 0 auto 20px;
  width: 100%;
  overflow: hidden;
}
.pro-info .prodetail_one .prodetail_pic {
  width: 550px;
  float: left;
  display: inline;
}

/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: rgba(255,255,255,.5)
}
/*图片小图预览列表*/
.spec-preview {
	width: 500px;
	height: auto;
	margin-bottom:12px;
	overflow:hidden;
}
.spec-preview img {
	border: 1px solid #eee; width: 100%; height: auto;
}
.spec-scroll {
	clear: both;
	width: 500px;
}
.spec-scroll .prev {
	float: left;
	margin-right: 2px;
}
.spec-scroll .next {
	float: right;
}
.spec-scroll .prev, .spec-scroll .next {
	display: block;
	text-align: center;
	width: 15px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	text-decoration: none;
}
.spec-scroll .items {
	float: left;
	position: relative;
	width: 450px;
	height: 60px;
	overflow: hidden;
	margin:0 3px;
}
.spec-scroll .items ul {
	position: absolute;
	width: 2000px;
	height: 56px;
}
.spec-scroll .items ul li {
	float: left;
	text-align: center;
	margin-right:10px;
}
.spec-scroll .items ul li img {
	border: 1px solid #CCC;
	width: auto;
	height: 60px;
}
.spec-scroll .items ul li.active img {
	border: 1px solid #034b97;
}
.spec-scroll .items ul li img:hover {
	border: 1px solid #034b97;
}
.zoomdiv img{
	max-width:none !important;
}

.pro-info .prodetail_one .prodetail_con {
  width: calc(100% - 550px);
  float: left;
  display: inline;
}
.pro-info .prodetail_one .prodetail_con h1 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 600;
}
.pro-info .prodetail_one .prodetail_con .description {
  font-size: 1.4rem;
  line-height: 26px;
  color: #666666;
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}
.pro-info .prodetail_one .prodetail_con .sendinquiry {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.pro-info .prodetail_one .prodetail_con .sendinquiry a {
  font-size: 1.4rem;
  line-height: 28px;
  color: #fff;
  background-color: #00278e;
  padding: 10px 20px;
  display: inline-table;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.pro-info .prodetail_one .prodetail_con .sendinquiry a:hover {
  color: #ffff;
  background-color: #e6411a;
}
.pro-info .prodetail_one .prodetail_con .sendinquiry .add-to-inquiry {
  font-size: 1.4rem;
  line-height: 28px;
  color: #fff;
  background-color: #00278e;
  padding: 10px 20px;
  display: inline-table;
  border-radius: 3px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.pro-info .prodetail_one .prodetail_con .sendinquiry .add-to-inquiry:hover {
  background-color: #e6411a;
}
.pro-info .prodetail_one .prodetail_con .sendinquiry .add-to-inquiry.added {
  background-color: #f00; 
}
.pro-info .navtitle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 2.0rem;
  font-weight: 600;
}
.pro-info .company-active {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.pro-info .company-active .col {
  padding: 0 10px;
  position: relative;
}
.pro-info .company-active .col .single-brand {
  border: 1px solid #ddd;
  position: relative;
}
.pro-info .company-active .col .single-brand img {
  width: 100%;
}
.pro-info .company-active .col .single-brand .cover {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  padding: 0 5px;
}
@media (max-width: 1440px) {
  .pro-info {width:calc(100% - 370px); }
  .pro-info .prodetail_one .prodetail_pic { width: 500px; }
  .spec-preview {width: 450px; }
  .spec-scroll {width: 450px;}
  .spec-scroll .items {width: 400px;}
  .pro-info .prodetail_one .prodetail_con {width: calc(100% - 500px);}
}
@media (max-width: 1360px) {
  .pro-info {width:calc(100% - 370px); padding: 20px; margin: 30px 0;}
  .pro-info .prodetail_one .prodetail_pic { width: 450px; }
  .spec-preview {width: 400px; }
  .spec-scroll {width: 400px;}
  .spec-scroll .items {width: 350px;}
  .pro-info .prodetail_one .prodetail_con {width: calc(100% - 450px);}
  .pro-info .prodetail_one .prodetail_con h1 {font-size: 2rem;}
}
@media (max-width: 1280px) {
  .pro-info {width:calc(100% - 350px); margin: 20px 0; }
  .pro-info .prodetail_one .prodetail_con .sendinquiry a {line-height: 24px; padding: 6px 15px;}
  .pro-info .prodetail_one .prodetail_con .sendinquiry .add-to-inquiry {line-height: 24px; padding: 6px 15px;}
  .pro-info .navtitle {font-size: 1.8rem;}
}
@media (max-width: 1200px) {
  .pro-info {width:100%; }
  .pro-info .prodetail_one .prodetail_pic { width: 400px; }
  .spec-preview {width: 350px; }
  .spec-scroll {width: 350px;}
  .spec-scroll .items {width: 300px;}
  .pro-info .prodetail_one .prodetail_con {width: calc(100% - 400px);}
  .pro-info .prodetail_one .prodetail_con h1 {  font-size: 1.8rem;}
}
@media (max-width: 992px) {
  #productSlide {
    display: block;
  }
  #productSlide {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #productSlide .swiper-slide {
    position: relative;
    text-align: center;
  }
  #productSlide img {
    width: 100%;
    display: block;
  }
  #productSlide .pagination {
    position: absolute;
    z-index: 20;
    bottom: 3px;
    text-align: center;
    right: 0;
  }
  #productSlide .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #666;
    margin: 0 2px;
    opacity: 0.8;
    cursor: pointer;
  }
  #productSlide .swiper-pagination-bullet-active {
    background: #f00;
  }
  .pro-info {
    margin: 20px 0;
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
  }
  .pro-info .prodetail_one .prodetail_pic {
    display: none;
  }
  .pro-info .prodetail_one .prodetail_con {
    width: 100%;
    float: left;
    display: inline;
    margin-left: 0;
  }
  .pro-info .prodetail_one .prodetail_con .sendinquiry a {line-height: 20px; padding: 5px 12px;}
  .pro-info .prodetail_one .prodetail_con .sendinquiry .add-to-inquiry {line-height: 20px; padding: 5px 12px;}
  .pro-info .navtitle {font-size: 1.6rem;}
}

.pro-info-2 {
  margin: 30px 0;
  width:100%;
  float: left;
}
.pro-info-2 .prodetail_two {
  margin: 0 auto 20px;
  width: 100%;
  overflow: hidden;
}
.pro-info-2 .prodetail_two .prodetail_pic {
  width: 750px;
  float: left;
  display: inline;
  margin-right: 50px;
}

.pro-info-2 .prodetail_two .prodetail_con {
  width: calc(100% - 800px);
  float: left;
  display: inline;
}
.pro-info-2 .prodetail_two .prodetail_con h1 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 600;
}
.pro-info-2 .prodetail_two .prodetail_con .description {
  font-size: 1.4rem;
  line-height: 26px;
  color: #666666;
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}
.pro-info-2 .prodetail_two .prodetail_con .sendinquiry {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.pro-info-2 .prodetail_two .prodetail_con .sendinquiry a {
  font-size: 1.4rem;
  line-height: 28px;
  color: #fff;
  background-color: #00278e;
  padding: 10px 20px;
  display: inline-table;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.pro-info-2 .prodetail_two .prodetail_con .sendinquiry a:hover {
  color: #ffff;
  background-color: #e6411a;
}
.pro-info-2 .prodetail_two .prodetail_con .sendinquiry .add-to-inquiry {
  font-size: 1.4rem;
  line-height: 28px;
  color: #fff;
  background-color: #00278e;
  padding: 10px 20px;
  display: inline-table;
  border-radius: 3px;
  margin: 0 10px 0 0;
 cursor: pointer;
}
.pro-info-2 .prodetail_two .prodetail_con .sendinquiry .add-to-inquiry:hover {
  background-color: #e6411a;
}
.pro-info-2 .prodetail_two .prodetail_con .sendinquiry .add-to-inquiry.added {
  background-color: #f00; 
}
.pro-info-2 .navtitle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 2.0rem;
  font-weight: 600;
}
.pro-info-2 .company-active {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.pro-info-2 .company-active .col {
  padding: 0 10px;
  position: relative;
}
.pro-info-2 .company-active .col .single-brand {
  border: 1px solid #ddd;
  position: relative;
}
.pro-info-2 .company-active .col .single-brand img {
  width: 100%;
}
.pro-info-2 .company-active .col .single-brand .cover {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  padding: 0 5px;
}
@media (max-width: 1440px) {
  .pro-info-2 .prodetail_two .prodetail_pic { width: 500px; }
  .pro-info-2 .prodetail_two .prodetail_con {width: calc(100% - 550px);}
}
@media (max-width: 1360px) {
  .pro-info-2 .prodetail_two .prodetail_pic { width: 450px; }
  .pro-info-2 .prodetail_two .prodetail_con {width: calc(100% - 500px);}
  .pro-info-2 .prodetail_two .prodetail_con h1 {font-size: 2rem;}
}
@media (max-width: 1280px) {
  .pro-info-2 .prodetail_two .prodetail_con .sendinquiry a {line-height: 24px; padding: 6px 15px;}
  .pro-info-2 .prodetail_two .prodetail_con .sendinquiry .add-to-inquiry {line-height: 24px; padding: 6px 15px;}
  .pro-info-2 .navtitle {font-size: 1.8rem;}
}
@media (max-width: 1200px) {
  .pro-info-2 .prodetail_two .prodetail_pic { width: 400px; }
  .pro-info-2 .prodetail_two .prodetail_con {width: calc(100% - 450px);}
  .pro-info-2 .prodetail_two .prodetail_con h1 {  font-size: 1.8rem;}
}
@media (max-width: 992px) {
  .pro-info-2 {
    margin: 20px 0;
  }
  .pro-info-2 .prodetail_two .prodetail_pic {
    display: none;
  }
  .pro-info-2 .prodetail_two .prodetail_con {
    width: 100%;
    float: left;
    display: inline;
    margin-left: 0;
  }
  .pro-info-2 .prodetail_two .prodetail_con .sendinquiry a {line-height: 20px; padding: 5px 12px;}
  .pro-info-2 .prodetail_two .prodetail_con .sendinquiry .add-to-inquiry {line-height: 20px; padding: 5px 12px;}
  .pro-info-2 .navtitle {font-size: 1.6rem;}
}

.product-viewer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: #fafafa;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.media-viewer {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直方向居中 */
    justify-content: center; /* 水平方向居中 */
    overflow: hidden; /* 确保内容超出时不溢出 */
}
.media-viewer video,
.media-viewer img {
    max-width: 100%; /* 图片或视频宽度不超过容器宽度 */
    max-height: 100%; /* 图片或视频高度不超过容器高度 */
    object-fit: contain; /* 保持宽高比并适应容器 */
    cursor: pointer;
}    
.media-viewer button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(128, 128, 128, 0.5); /* 灰色半透明 */
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
    width: 40px; /* 圆形宽度 */
    height: 40px; /* 圆形高度 */
    border-radius: 50%; /* 设置为圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev-btn {
    left: 10px;
}
.next-btn {
    right: 10px;
}
.thumbnails-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.thumbnails {
    display: flex;
    overflow: hidden; /* 隐藏超出部分 */
    width: calc(100% - 60px); /* 减去左右按钮的宽度 */
    scroll-behavior: smooth; /* 平滑滚动效果 */
}
.thumbnails img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid transparent;
    flex-shrink: 0; /* 禁止缩小 */
    border-radius: 5px;
}
.thumbnails img.active {
    border: 2px solid #333; /* 高亮当前选中的小图 */
}
.thumbnail-nav {
    background-color: rgba(255, 255, 255, 1); /* 灰色半透明 */
    color: #333;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 40px; /* 圆形宽度 */
    height: 40px; /* 圆形高度 */
    border-radius: 50%; /* 设置为圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-nav.left {
    /*border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
    margin-right: 10px;
}
.thumbnail-nav.right {
    /*border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
    margin-left: 10px;
}

/* 弹窗样式 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1000;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    overflow: auto; /* 当内容超出时显示滚动条 */
}

.modal-content {
    position: relative;
    max-width: 90vw;    /* 使用视口宽度单位 */
    max-height: 90vh;   /* 使用视口高度单位 */
    width: auto;        /* 宽度自动适应内容 */
    height: auto;       /* 高度自动适应内容 */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.modal-content img {
    width: auto;        /* 宽度自动适应容器 */
    height: auto;       /* 高度自动适应容器 */
    max-width: 100%;    /* 最大宽度不超过容器 */
    max-height: 100%;   /* 最大高度不超过容器 */
    object-fit: contain;/* 保持比例填充容器 */
    transform-origin: center center; /* 缩放时保持中心位置 */
}

.modal-counter {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    z-index: 1001;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 24px;
    cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}
.modal-nav {
    position: absolute;
    top: calc(50% - 25px); 
    transform: translateY(-50%);
    background-color: rgba(128, 128, 128, 0.5); /* 灰色半透明 */
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
    width: 50px; /* 圆形宽度 */
    height: 50px; /* 圆形高度 */
    border-radius: 50%; /* 设置为圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.modal-nav.prev {
    left: 10px;
}
.modal-nav.next {
    right: 10px;
}
.modal-nav.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#content .inquiry {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}
#content .inquiry .leftcon {
  width: 42%;
  margin-right: 8%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
#content .inquiry .leftcon h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
#content .inquiry .leftcon .inquirylist{
  width: 100%; overflow: hidden;	
}
#content .inquiry .leftcon .inquirylist li{
  width: 100%; overflow: hidden; height: 100px; line-height: 100px; border-bottom:1px solid #f2f2f2; margin-bottom: 10px;
}
#content .inquiry .leftcon .inquirylist li .qimg{
  float: left; width:20%; padding: 10px 0;
}
#content .inquiry .leftcon .inquirylist li .qimg img{
  height: 80px;
}
#content .inquiry .leftcon .inquirylist li .qname{
  float: left; width:60%; padding-left: 10px; font-size: 16px;
}
#content .inquiry .leftcon .inquirylist li .qdel{
  float: left; width:20%;  text-align: right;
}
#content .inquiry .leftcon .inquirylist li .qdel .remove-btn {
  background: #666;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}
#content .inquiry .leftcon .inquirylist li .qdel .remove-btn:hover {
  background: #f00;
}
#content .inquiry .leftcon .inquirylist .continuepro{
  width: 100%; overflow: hidden; margin-top: 10px;
}
#content .inquiry .leftcon .inquirylist .continuepro a {
  background: #f8f8f8;
  color: #333;
  border: 1px solid #ccc;
  width: 120px; 
  height: 40px;
  line-height: 40px;
  border-radius:20px;
  display: inline-table;
  font-size: 14px;
  transition: background 0.3s;
  margin-top: 10px;
  text-align: center;
}
#content .inquiry .leftcon .inquirylist .continuepro a:hover {
  background: #f00; color: #fff;
}       

#content .inquiry .rightcon {
  width: 45%;
  float: left;
  overflow: hidden;
  margin-left: 5%;
}
#content .inquiry .rightcon h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  #content .inquiry {
    padding: 15px 0;
  }
  #content .inquiry .leftcon {
    width: 100%;
    margin-right: 0;
    line-height: 28px;
    margin-bottom: 30px;
    }
  #content .inquiry .leftcon h2 {
    font-size: 18px;
  }
  #content .inquiry .rightcon {
    width: 100%; margin-left: 0; font-size: 14px;
  }
}
.notification{ font-size:14px; color:#F00; padding-top:15px;}

.downtwo-list {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.downtwo-list li {
  width: 48%;
  margin: 1% 2% 1% 0;
  background-color: #f8f8f8;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
  overflow: hidden;
  float: left;
}
.downtwo-list li .downimg {
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 260px;
  float: left;
}
.downtwo-list li:hover {
  background-color: #f2f2f2;
}
.downtwo-list li img {
  width: 100%;
}
.downtwo-list > li span {
  float: left;
  width: calc(100% - 260px);
  padding: 20px;
}
.downtwo-list > li span h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.downtwo-list > li span .downtime {
  font-size: 13px;
  text-align: left;
  line-height: 22px;
  overflow: hidden;
  color: #999;
}
.downtwo-list > li span .downmore {
  margin-top: 15px; 
}
.downtwo-list > li span .downmore a {
  color: #00278e;
  font-size: 30px;
  font-weight: 600; 
}
.downtwo-list > li span .downmore a:hover {
  color: #f00;
}
@media (max-width: 1100px) {
  .downtwo-list li {
    width: 100%;
    margin: 1% 0 1% 0;
  }
}
@media (max-width: 768px) {
  .downtwo-list li {
    width: 100%;
    margin: 1% 0 2% 0;
  }
  .downtwo-list li .downimg {
    display: none;
  }
  .downtwo-list li span {
    width: 100%; padding: 10px;
  }
}

.video-list {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.video-list li {
  width: 31.333%;
  margin: 1%;
  -webkit-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
  float: left;
}
.video-list li .videoimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video-list li .videoimg img {
  width: 100%;
}
.video-list li .videoimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-list > li span {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.video-list > li span h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .video-list li {
    width: 48%;
    margin: 1%;
  }
}
@media (max-width: 768px) {
  .video-list li {
    width: 100%;
    margin: 1% 0 2% 0;
  }
  .video-list li span {
    width: 100%; padding: 10px;
  }
}

.jobcon {
  width: 100%;
  padding: 3% 15%;
  overflow: hidden;
}
.jobcon h3{
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 30px;
}
.jobcon .ul li {
  background-color: #f2f2f2;
  position: relative;
  padding: 1%;
  cursor: pointer;
}
.jobcon .ul li + li {
  margin-top: 1.25%;
}
.jobcon .ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.02rem;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.jobcon .ul .top {
  position: relative;
  padding:10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4rem;
  color: #333333;
}
.jobcon .ul .top .num {
  position: absolute;
  left: 0;
  display: block;
  color: #0cb5b0;
  font-weight: bold;
}
.jobcon .ul .icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 13px;
  height: 6px;
  display: block;
  background: url(../images/icon_jt8_1.png) no-repeat center;
  cursor: pointer;
}
.jobcon .ul .on .icon {
  background-image: url(../images/icon_jt8_2.png);
}
.jobcon .ul .bot {
  margin-top: 1%;
  padding: 20px 30px;
  font-size: 14px;
  color: #444;
  font-weight: normal;
  line-height: 28px;
  display: none;
	background-color: #fff;
}
.jobcon .ul .bot p{
    width: 100%;
	margin-bottom: 20px;
}
.jobcon .ul .bot p span{
	margin-right: 20px;
}
.jobcon .ul li:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.jobcon .ul li:hover .icon {
  background-image: url(../images/icon_jt8_1_h.png);
}
.jobcon .ul li.on:hover .icon {
  background-image: url(../images/icon_jt8_2_h.png);
}
.jobcon .ul li.on:after, .jobcon .ul li:hover:after {
  width: 100%;
}
@media (max-width: 992px) {
  .jobcon {
    width: 100%;
    padding: 3%;
    overflow: hidden;
  }
  .jobcon .ul .top {
    padding-left: 0.45rem;
  }
}
@media (max-width: 768px) {
  .jobcon {
    padding: 0;
  }
  .jobcon .ul li {
    padding: 10px;
    margin-bottom: 15px;
  }
  .jobcon .ul .top {
    padding: 10px 0.6rem;
    line-height: 24px;
  }
  .jobcon .ul .icon {
    width: 13px;
    height: 6px;
    top: 18px;
  }
  .jobcon .ul .bot {
    padding: 20px;
    line-height: 24px;
  }
}

.area {
	width: 1260px;
	margin: 0 auto;
	padding-top: 40px;
}
.area .duli{
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.area .duli h2{
	display: block;
	width: 100%;
	font-size: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
.area .duli h2 a{ color: #ff8800;}

.area .duli .qcity{ margin-bottom: 20px;}
.area .duli .qcity a{margin:5px 15px 10px 0; font-size: 16px; border: 1px solid #ccc; padding: 8px 15px; display: inline-table;}
.area .duli .qcity a:hover{background: #ff8800; color: #fff; border: 1px solid #fff;}

.area .duli .qcity span{
	display: block;
	margin-bottom: 10px;
}

.area .duli .qcity span a{ font-size: 16px; font-weight: bold; background: #333; color: #fff;  border: 1px solid #ccc; padding: 8px 25px; display: inline-table;}

footer {
  color: #333;
  width: 100%;
  overflow: hidden;
}
footer .footer_one {
  width: 100%;
  overflow: hidden;
  background: #eee url("../images/bottom_bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 3% 0;
}
footer .footer_one a {
  color: #333;
}
footer .footer_one a:hover {
  color: #ff8800;
}
footer .footer_one h3 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
footer .footer_one h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #999;
}
footer .footer_one .footer-left {
  width: calc(100% - 500px);
  padding-right: 100px;
  float: left;
}
footer .footer_one .footer-left ul li {
	width: 48%; float:left; margin-right:2%; line-height: 30px; margin-bottom: 5px;
}
footer .footer_one .footer-left ul li i {
    margin-right: 8px;
}
footer .footer_one .footer-right {
  width: 500px;
  float: right;
}
footer .footer_one .footer-right .scan {
  width: 320px;
  text-align: center;
  padding: 10px 0 0 0;
  float: left
}
footer .footer_one .footer-right .scan li {
  width: 120px;
  margin-right: 20px;
  float: left;
}
footer .footer_one .footer-right .scan li img {
  width: 100%;
}
footer .footer_one .footer-right .scan li span {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
footer .footer_one .footer-right .contact {
  width: 100%;
  padding: 0 10px;
  float: left
}
footer .footer_one .footer-right .contact ul li {
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
footer .footer_one .footer-right .contact ul li i {
  left: 0;
  position: absolute;
  width: 15px;
  text-align: center;
}

footer .footer_one .meiti {
  width: 100%;
  float: left;
  padding-top: 20px;
}
footer .footer_one .meiti li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  list-style: none;
  text-align: center
}
footer .footer_one .meiti .w50 {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
footer .footer_one .meiti .r25 {
  border-radius: 20px;
}
footer .footer_one .meiti .co1 {
  border: 1px solid #333;
  transition: all ease-out 0.6s;
}
footer .footer_one .meiti .co1:hover {
  border: 1px solid #ff8800;
}
footer .footer_one .meiti i {
  font-size: 14px;
}

@media (max-width: 1440px) {
   footer .footer_one {
      font-size: 14px;
    } 
}
@media (max-width: 1200px) {
  footer .footer_one .footer-left {
  padding-right: 50px;
  }
  footer .footer_one .footer-right .scan {
    width: 180px;
    text-align: center;
    padding: 10px 0 0 0;
    float: left
  }
  footer .footer_one .footer-right .scan li {
    width: 120px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .footer_one .footer-right .scan li img {
    width: 100%;
  }
  footer .footer_one .footer-right .scan li span {
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  footer .footer_one .footer-right .contact {
    width: 100%;
    padding: 0 10px;
    float: left
  }
}
@media (max-width: 992px) {
  footer .footer_one .footer-left {
    width: 100%;
    padding-right: 0;
    float: left;
	  display: none;
  }
  footer .footer_one .footer-right {
    width: 100%;
    float: left;
  }
  footer .footer_one .footer-right .scan {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    float: left;
  }
  footer .footer_one .footer-right .scan li {
    width: 120px;
    margin-right: 20px;
    float: left;
  }
  footer .footer_one .footer-right .contact {
    width: 100%;
    padding: 20px 10px;
    float: left
  }
  footer .footer_one .footer-right .contact ul li {
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
  }
  footer .footer_one .footer-right .contact ul li i {
    left: 0;
    position: absolute;
    width: 15px;
    text-align: center;
  }
  footer .footer_one .meiti {
    width: 100%;
    float: left;
    padding-top: 20px;
  }
  footer .footer_one .meiti li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    list-style: none;
    text-align: center
  }
}

#bottom {
  width: 100%;  background: #ff8800;
}
#bottom .bottom_con {
  width: 100%;
  color: #fff;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  font-size: 14px;
}
#bottom .bottom_con a {
  color: #fff;
}
#bottom .bottom_con a:hover {
  color: #ff0;
  text-decoration: underline;
}
#bottom .bottom_con .btleft {
  float: left;
  width: 60%;
}
#bottom .bottom_con .btright {
  float: left;
  width: 40%;
  text-align: right;
}
@media (max-width: 1440px) {
   #bottom .bottom_con {
       font-size: 14px;
  }
}
@media (max-width:992px) {
  #bottom .bottom_con {
    line-height: 24px;
    padding: 15px 5px;
  }
  #bottom .bottom_con .btleft {
    width: 100%;
    text-align: center;
  }
  #bottom .bottom_con .btright {
    width: 100%;
    text-align: center;
  }
}

