/*
Theme Name: actuator
Theme URI: https://actuator-china.com
Author: actuator
Author URI: https://actuator-china.com
Description: Bootstrap Responsive Widescreen Theme
Version: 1.0
License: GPL2
Text Domain: actuator
*/
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1920px) {
  html {
    font-size: calc(100vw/19.2);
  }
}
@media (max-width: 1880px) {
  html {
    font-size: calc(100vw/18.8);
  }
}
@media (max-width: 1740px) {
  html {
    font-size: calc(100vw/17.4);
  }
}
@media (max-width: 1600px) {
  html {
    font-size: calc(100vw/16);
  }
}
@media (max-width: 1560px) {
  html {
    font-size: calc(100vw/15.6);
  }
}
@media (max-width: 1440px) {
  html {
    font-size: calc(100vw/14.4);
  }
}
@media (max-width: 1360px) {
  html {
    font-size: calc(100vw/13.6);
  }
}
@media (max-width: 1200px) {
  html {
    font-size: calc(100vw/12);
  }
}
@media (max-width: 960px) {
  html {
    font-size: calc(100vw/9.6);
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw/7.68);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/4.8);
  }
}

@font-face {
    font-family: 'Inter';
    src: url('<?php echo esc_url(get_template_directory_uri() . '/fonts/Inter-Regular.otf'); ?>') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('<?php echo esc_url(get_template_directory_uri() . '/fonts/Inter-Medium.otf'); ?>') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('<?php echo esc_url(get_template_directory_uri() . '/fonts/Inter-Bold.otf'); ?>') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('<?php echo esc_url(get_template_directory_uri() . '/fonts/Inter-Black.otf'); ?>') format('opentype');
    font-weight: 900; 
    font-style: normal;
    font-display: swap;
}
body {
  min-height: 100%;
  font-family: 'Inter';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}


img {
  border: 0;
  vertical-align: top;
  max-width:100%;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  margin-bottom:0.2rem;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
p{
 line-height:1.8;
 font-size:0.16rem !important;	
 margin-bottom:0.2rem !important;
}
figure{
 margin-bottom:0 !important;	
}
.ptb10 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.ptb20 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.ptb30 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.ptb40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.ptb50 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.pt20 {
  padding-top: 0.2rem;
}

.pt40 {
  padding-top: 0.4rem;
}

.pt60 {
  padding-top: 0.6rem;
}

.pt80 {
  padding-top: 0.8rem;
}

.pt100 {
  padding-top: 1rem;
}

.pt120 {
  padding-top: 1.2rem;
}

.pt140 {
  padding-top: 1.4rem;
}

.pb20 {
  padding-bottom: 0.2rem;
}

.pb40 {
  padding-bottom: 0.4rem;
}

.pb60 {
  padding-bottom: 0.6rem;
}

.pb80 {
  padding-bottom: 0.8rem;
}

.pb100 {
  padding-bottom: 1rem;
}

.pb120 {
  padding-bottom: 1.2rem;
}

.pb140 {
  padding-bottom: 1.4rem;
}










.mtb10 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.mtb20 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.mtb30 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.mtb40 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.mtb50 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mtb60 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.mtb80 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.mtb100 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mtb120 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.mtb140 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.mt10 {
  margin-top: 0.1rem;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mt40 {
  margin-top: 0.4rem;
}

.mt60 {
  margin-top: 0.6rem;
}

.mt80 {
  margin-top: 0.8rem;
}

.mt100 {
  margin-top: 1rem;
}

.mt120 {
  margin-top: 1.2rem;
}

.mt140 {
  margin-top: 1.4rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}

.mb40 {
  margin-bottom: 0.4rem;
}

.mb60 {
  margin-bottom: 0.6rem;
}

.mb80 {
  margin-bottom: 0.8rem;
}

.mb100 {
  margin-bottom: 1rem;
}

.mb120 {
  margin-bottom: 1.2rem;
}

.mb140 {
  margin-bottom: 1.4rem;
}










.mobile{
  display:none;	
}
@media (max-width:991px){
 .pc{display:none;}	
 .mobile{
 	 display:block;
 	}
}
.btnBg {
 display:inline-block;
 width:180px;
 height:50px;
 line-height:50px;
 text-align:center;
 background:#00398f;
 border-radius:30px;
 color:#fff !important;
}
.btnBg:hover{
 background:#000;
}
.btnBg1 {
 display:inline-block;
 width:250px;
 height:50px;
 line-height:50px;
 padding-left:20px;
 background:#00398f;
 border-radius:30px;
 color:#fff !important;
}
.btnBg1:hover{
 background:#000;
}
.btnBg1 i{
 margin-right:5px;	
}


.btnBg2 {
 display:inline-block;
 width:250px;
 height:50px;
 line-height:50px;
 padding-left:20px;
 background:#fff;
 border:2px solid #00398f;
 border-radius:30px;
 color:#00398f !important;
}
.btnBg2:hover{
 background:#000;
 border:0;
 color:#fff !important;;
}
.btnBg2 i{
 margin-right:5px;	
}

@media (max-width:991px){
	.btnBg,.btnBg2{
	  width:100%;
	  text-align:center;	
	}
}
/*top*/
.top{
	background:#002254;
	padding:8px 0;
	color:#fff;
	font-size:0.12rem;
}
.top_r{
 display: flex;  
 align-items: center;
 gap: 0.2rem; 
}
.top_r span{
	font-size:0.12rem;
}
.top_r i{
 margin-right:0.08rem;	
}
.top_r a{
 	font-size:0.12rem;
 	color:#fff;
}
/*header*/
.pc .header{
 background:#fff;	
}
.pc .logo{
	  width:25%;	
}
.pc .logo img{
	 max-width:100%;	
}
.pc .menu #menu-primary {
  display: flex;        
  list-style: none;      
  margin: 0;
  padding: 0;
  align-items: center;   
  gap: 0.2rem;            
}


.pc .menu #menu-primary .menu-item {
  position: relative;   
}


.pc .menu #menu-primary .menu-item a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size:0.18rem;
}


.pc .menu #menu-primary .menu-item a:hover {
  color: #00398f;
}


.pc .menu #menu-primary .sub-menu {
  display: none;              
  position: absolute;          
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 999;
}


.pc .menu #menu-primary .menu-item-has-children:hover .sub-menu {
  display: block;
}


.pc .menu #menu-primary .sub-menu .menu-item a {
  padding: 8px 20px;
  white-space: nowrap;
  font-size:0.16rem;
  font-weight:500;
}


.pc .menu #menu-primary .sub-menu .menu-item a:hover {
  background: #f5f5f5;
}

.pc .quote{
 width:150px;
 background:#00398f;
 color:#fff;
 text-align:center;
 height:40px;
 line-height:40px;
 border-radius:30px;
}
.pc .quote a{
	color:#fff;
	font-size:0.16rem;
	font-weight:700;
}

.pc .header {
  transition: all 0.3s ease; 
  width: 100%;
}

.pc .header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  background: #fff !important;
}
@media (max-width:1560px){
	.pc .logo{
	  width:25%;	
	}
	.pc .logo img{
	  max-width:100%;	
	}
  .pc .menu #menu-primary{
	 gap: 0.2rem;     
	}	
}
@media (max-width:1440px){
	.pc .logo{
	  width:20%;	
	}
	.pc .logo img{
	  max-width:100%;	
	}
  .pc .menu #menu-primary{
	 gap: 0.15rem;     
	}	
}
@media (max-width:1360px){
	.pc .logo{
	  width:20%;	
	}
	.pc .logo img{
	  max-width:100%;	
	}
  .pc .menu #menu-primary{
	 gap: 0.1rem;     
	}	
}
body {
  scroll-padding-top: 100px;
}
.mheader{
 padding-left:15px;
 padding-right:15px;	
}
.mobile .logo{
 width:70%;	
}
.mobile .logo img{
 max-width:100%;	
}
.mobile .menu_btn i{
 font-size:0.3rem;	
 padding:3px;
 border:1px solid #000;
}
.mobile .mmenu{
 display:none	
}
.mobile .menu{
	display:flex;	
  flex-direction: column;
  padding-top:15px;
}
.mobile .menu .close{
	display:flex;
	justify-content: end;	
}
.mobile .menu .close i{
 color:#000;
 font-size:0.3rem;
 
}
.mobile .menu .nav{
 display:flex;	
 flex-direction: column;
 list-style: none;      
 margin: 0;
 padding: 0;   
}

.mobile .menu .nav .menu-item a{
	display: flex;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size:0.18rem;
  justify-content: space-between;
  lign-items: center;
}
.mobile .menu .nav .menu-item a:hover {
  color: #00398f;
}

.mobile .menu .nav .menu-item .sub-menu{
  display:none;	
  padding-left: 15px;
  margin: 5px 0;
  list-style: none;
}
.mobile .menu .nav .menu-item .sub-menu a {
  font-size:0.16rem;
  font-weight:500;
}
.mobile .menu-item-has-children > a i {
    transition: transform 0.3s;
}
.mobile .menu-item-has-children > a.active i {
    transform: rotate(180deg);
}
.mobile .nav,
.mobile .nav li,
.mobile .sub-menu,
.mobile .sub-menu li {
  list-style: none !important;
}

/*footer*/
.footer{
 background:#001d41;	
}
.footer .footer_item h2{
 color:#fff;
 font-size:0.24rem;
 margin-bottom:0.3rem;	
}
.footer .footer_item p{
 color:#fff;
 font-size:0.14rem;
 margin-bottom:0;	
}
.footer .footer_item .footerMenu ul{
 margin:0;
 padding:0;	
}
.footer .footer_item .footerMenu ul li{
 list-style:none;
 color:#fff;	
}
.footer .footer_item .footerMenu ul li a{
 color:#fff;
 font-size:0.14rem;	
}
.footer .footer_item .contactList{
 margin:0;
 padding:0;		
}
.footer .footer_item .contactList li{
 color:#fff;
 font-size:0.14rem;	
 list-style:none;
 margin-bottom:20px;
}
.footer .footerBottom{
 border-top:1px solid rgba(255,255,255,.1)	
}
.footer .footerBottom p{
 margin-bottom:0;
 color:#fff;
 font-size:0.14rem;
 text-align:center;	
}
/*banner*/
.banner{
 position:relative;	
}
.bannerTxt{
 padding-top:3rem;
 padding-bottom:3rem;	
}
.bannerTxt .p1{
 color:#fff;
 font-size:0.24rem;	
 font-weight:500
}
.bannerTxt .p2{
 color:#fff;
 font-size:0.48rem;	
 font-weight:700
}

@media (max-width:1360px){
	.bannerTxt{
 padding-top:1rem;
 padding-bottom:1rem;	
}
	.bannerTxt .p1{
 color:#fff;
 font-size:0.2rem;	
 font-weight:500
}
.bannerTxt .p2{
 color:#fff;
 font-size:0.4rem;	
 font-weight:700
}
}
@media (max-width:1024px){
	.bannerTxt{
 padding-top:1rem;
 padding-bottom:1rem;	
}
	.bannerTxt .p1{
 color:#fff;
 font-size:0.18rem;	
 font-weight:500
}
.bannerTxt .p2{
 color:#fff;
 font-size:0.36rem;	
 font-weight:700
}
}
@media (max-width:768px){
.bannerTxt{
 padding-top:0.7rem;
 padding-bottom:0.7rem;	
}
	.bannerTxt .p1{
 color:#fff;
 font-size:0.16rem;	
 font-weight:500
}
.bannerTxt .p2{
 color:#fff;
 font-size:0.34rem;	
 font-weight:700
}
}
@media (max-width:560px){
.bannerTxt{
 padding-top:0.8rem;
 padding-bottom:0.8rem;	
}
	.bannerTxt .p1{
 color:#fff;
 font-size:0.14rem;	
 font-weight:500
}
.bannerTxt .p2{
 color:#fff;
 font-size:0.3rem;	
 font-weight:700
}
}

@media (max-width:480px){
	.bannerTxt{
 padding-top:1rem;
 padding-bottom:1rem;	
}
	.bannerTxt .p1{
 color:#fff;
 font-size:0.12rem;	
 font-weight:500
}
.bannerTxt .p2{
 color:#fff;
 font-size:0.24rem;	
 font-weight:700
}
}


/*homeProducts*/
.homeProducts{
 width:100%;	
}
.title{
 width:100%;	
}
.products-grid{
 width:100%;	
}
.products-grid .product-image{
 overflow:hidden;	
}
.products-grid .product-image img{
 max-width:100%;
 height:auto !important;
}
.products-grid .product-title{
 padding:20px 15px;
 --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
 --tw-shadow-colored: 0 4px 6px -1px rgb(0 0 0 / 0.1);
 box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);	
}
.products-grid .product-title h3,.products-grid .product-title h3 a{
 font-size:0.18rem;
 color:#000;
 font-weight:500;
 margin-bottom:0;	
 text-align:center;
 width: 100%;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card a:hover img{
	transform: scale(1.2, 1.2);
  transition: 1.5s transform .2s;
}
.proMainTop_r .product-excerpt p{
 margin-bottom:0.4rem;	
}

.homeAbout{
 background:#f2f2f2;	
}
.homeAboutBox{
	justify-content: stretch;
}
.homeAboutBox_l{
 gap:40px;	
}
.homeAboutBox_l h2{
	font-size:0.48rem;
}
.homeCase h2,.homeCase p{
 color:#fff;	
}
.homeCase-item .homeCase-title{
 padding:15px;
 font-size:0.16rem;
 color:#fff;	
}
.homeCase-item img{
 width:100%;	
}
.homeNew-title{
 width:100%;	
}
.homeNewsItem .homeNewsItem_img{
 overflow:hidden;	
}
.homeNewsItem h4{
 color:#333;	
}
.homeNewsItem_des{
 padding:15px;
 box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);	
}
.homeNewsItem_des h4{
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.homeNewsItem_des p{
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 font-size:0.14rem;
 color:#888;
}

.homeNewsItem_des span{
 color:#00398f;
 font-weight:700;
 font-size:0.18rem;
}
.homeNewsItem_des span::after{
 content: "\f178";
 font-family: FontAwesome;
 font-weight:700;
 font-size:0.18rem;	
 margin-left:5px;
}
.homeNewsItem:hover img{
 transform:scale(1.2,1.2);
 transition:1.5s transform .2s	
}
.homeNewsItem:hover span,.homeNewsItem:hover span::after{
 color:#000;	
}

.homeNewsItem:hover .homeNewsItem_des h4{
 color:	#00398f;
}


/*bannernei*/
.bannernei{
 width:100%;
 padding:1.2rem 0;	
}
.bannernei .categoryName{
 color:#fff;
 font-size:0.36rem;
 font-weight:700;	
 text-transform:uppercase;
}
.bannernei .breadcrumbs , .bannernei .breadcrumbs a{
 color:#fff;
 font-size:0.16rem;
 font-weight:400;	
}
@media (max-width:768px){
	.bannernei{
    padding:0.8rem 0;	
   }
}



/*left*/
.main{
 width:100%;
 padding:1rem 0;	
}
.main .left h2{
 background:#00398f;
 margin-bottom:0;
 padding:25px 5px;
 text-align:center;
 color:#fff;
 font-size:0.18rem;	
}
.main .left .product-nav{
 padding:0;
 margin:0;
 background:#f2f2f2;
}
.main .left .product-nav li{
	list-style:none;
	padding:15px 20px;
	
}

.main .left .product-nav li a{
 color:#000;
 font-size:0.16rem;
 font-weight:500;	
}
.main .left .product-nav li.current-menu-item a{
 color:#00398f;
 font-weight:600;
}
.main .left .product-nav li.current-product-ancestor a{
 color:#00398f;
 font-weight:600;	
}
.main .left .product-nav li a:hover{
 color:	#00398f;
}
.main .left .product-nav li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
}
.main .left .contactBox{
	background:#f2f2f2;
	padding:15px 20px;
}
.main .left .contactBox p{
	color:#000;
	font-size:0.16rem !important;
  font-weight:500;	
  margin-bottom:0.2rem !important;
}
.main .left .contactBox p i{
  margin-right:5px;	
}

.mobile .proMenu{
 background:#00398f;
 padding:20px;
}
.mobile .proMenu h2{
 margin-bottom:0;	
 font-size:0.24rem;
 color:#fff;
}
.mobile .proMenu i{
 font-size:0.18rem;
 color:#fff;
}


.mobile .product-nav{
 padding:0;
 margin:0;
 background:#f2f2f2;
}
.mobile .product-nav li{
	list-style:none;
	padding:10px 15px;
	
}
.mobile .product-nav li a{
 color:#000;
 font-size:0.2rem;
 font-weight:500;	
}
.mobile .product-nav li a:hover{
 color:	#00398f;
}
.mobile .product-nav li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
}
.mobile .proCategory {
    transition: all 0.3s ease;
}

.mobile .proMenu i {
    transition: transform 0.2s ease;
}




/*single product right*/
.product-gallery {
  margin: 0;
}
.gallery-top img,
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery-top {
  border-radius: 8px;
  overflow: hidden;
}


.gallery-thumbs .swiper-slide {
  opacity: 0.6;
  width: 80px !important;
  height: 80px !important;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
}

.gallery-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border: 2px solid #007bff; 
}
.gallery-thumbs .swiper-slide img {
  pointer-events: auto !important;
  width: 100%;
  display: block;
}

.proMainTop_r h1{
 font-size:0.36rem;	
 margin-bottom:20px;
}

@media (max-width:578px){
 .proMainTop_r{
   margin-top:0.4rem;	
 }
}
.product-excerpt{
	width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.proMainMiddle{
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
 padding:10px;	
}

.proMainMiddle p{
 margin-bottom:20px;	
}




/* pre next */
.post-nav {
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.prev-post, .next-post {
  width: 48%;
}
.next-post {
  text-align: right;
}
.post-nav a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
.post-nav a:hover {
  color: #007bff;
}

@media (max-width:480px){
	.post-nav {
	  flex-direction: column;
	  gap: 20px;
	  justify-content: start;
	}
	.prev-post, .next-post {
    width: 100%;
  }
  .next-post {
    text-align: left;
  }
}

/*archive product right*/
.product-item h3,.product-item h3 a{
 font-size:0.16rem;
 color:#000;
 width: 100%;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-align:center;
}

/*fenye*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 8px;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination a {
  background: #f5f5f5;
  color: #333;
}
.pagination a:hover {
  background: #222;
  color: #fff;
}
.pagination .current {
  background: #222;
  color: #fff;
  font-weight: 600;
}
.pagination .dots {
  background: transparent !important;
  color: #999;
}


/*about*/
.about-one_l h2{
 font-size:0.62rem;
 font-weight:700;	
}
.about-one_l h3{
 font-size:0.36rem;
 font-weight:600;
 color:#007bff;
 word-wrap: break-word;
}
.about-one_r img{
 max-width:100%;	
}
.about-one_l .companyProfile{
 max-height:300px;
 overflow-y:scroll;	
}

.about-two{
 background:#e3e3e3;	
}

.about-two_item {
	
  background:#fff;
  min-height:350px;
  padding: 30px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 8px;
}
.about-two_item .yuan{
 width:64px;
 height:64px;
 border-radius:50%;	
 background-color: rgb(15 82 186 / 0.1);
 margin-bottom:0.4rem;
}

.about-two_item .yuan i{
	color:#0f52ba;
	font-size:0.24rem;
}
.about-two_item .title_advantage{
 font-size:0.24rem;
 font-weight:700;	
 margin-bottom:0.2rem;
}
.about-two_item .desc_advantage{
 font-size:0.14rem !important;
 font-weight:400;
 color:#888;
 margin-bottom:0 !important;
}

@media (min-width: 768px) and (max-width: 961px){
	.about-two_item{
		min-height:500px;
	}
}

@media (max-width:767px){
	.about-two_item{
	  margin-top:20px;	
	}
}

.case-swiper {
    position: relative;
    width: 100%;
    padding: 0 40px; 
    overflow:hidden;
}
.case-swiper .swiper-slide {
    text-align: center;
}
.case-item img {
    width: 100%;
    height: 200px; 
    object-fit: cover;
    border-radius: 4px;
}
.case-title {
    margin-top: 10px;
    font-size: 16px;
}

.case-swiper .swiper-button-prev,
.case-swiper .swiper-button-next {
    color: #007bff;
}

.about-four{
 background:#0f52ba;	
}
.about-four h2,.about-four p{
 color:#fff;	
}
.about-four a{
 background:#fff;
 color:#0f52ba !important;	
 font-weight:600;
}
.about-four a:hover{
 color:#fff !important;
 text-align:center;
}





/*download*/

.download-list{
 width:100%;
 gap:40px;	
}
.download-item{
 padding:50px 20px;
 box-shadow: 2px 2px 20px rgba(0, 0, 0, .3);
 border-radius:5px;
}
.download-item a{
	color:#000;
	font-size:0.24rem;
}
.download-item a span{
 font-weight:bold;	
}
.latestNews h2{
 background:#00398f;
 margin-bottom:0;
 padding:25px 5px;
 text-align:center;
 color:#fff;
 font-size:0.18rem;	
}
.latestNews ul{
 background: #f2f2f2;
 padding:15px 20px;
 margin:0;
}
.latestNews ul li+li{
 border-top:1px dashed #888;
 margin-top:20px;
 padding-top:20px;
}
.latestNews ul li a{
	color:#000;
	font-size:0.16rem;
}

.contactr h2{
 background:#00398f;
 margin-bottom:0;
 padding:25px 5px;
 text-align:center;
 color:#fff;
 font-size:0.18rem;	
}
.contactr .contactBox{
 background: #f2f2f2;
 padding:15px 20px;	
}
.contactr .contactBox p {
 color: #000;
 font-size: 0.16rem !important;
 font-weight: 500;
 margin-bottom: 0.2rem !important;
}
@media (max-width:991px){
	.main_right{
	  margin-top:0.4rem;	
	}
}



/*news*/
.hotProducts h2{
 background:#00398f;
 margin-bottom:0;
 padding:25px 5px;
 text-align:center;
 color:#fff;
 font-size:0.18rem;	
}
.hotProductsList{
 padding:15px 20px;	
 background: #f2f2f2;
}
.hotproduct-item .product-name{
 padding:15px;	
}
.hotproduct-item .product-name a{
 font-size:0.16rem;
 color:#000;
 font-weight:500;	
}
.newsList{
 gap:40px;	
}
.news-item{

	padding: 50px 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .3);
  border-radius: 5px;
  color:#000;
}
.news-item .news-date{
 color:	#00398f;
 font-size:0.12rem;
}
.news-item .news-date i{
 margin-right:3px;	
}
.news-item p{
 color:#888;
 font-size:0.14rem;	
}



.newsCon {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}


.newsCon_title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.4;
}


.newsCon_date {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.newsCon_date i {
  margin-right: 6px;
  color: #999;
}


.newsCon_con {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.newsCon_con p {
  margin-bottom: 20px;
}
.newsCon_img {
  margin-bottom: 25px;
  text-align: center;
}
.newsCon_img img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}


.newsCon_prenext {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.newsCon_prenext a {
  color: #0066cc;
  text-decoration: none;
}
.newsCon_prenext a:hover {
  text-decoration: underline;
}
.prenext-left,
.prenext-right {
  width: 48%;
}
@media (max-width: 768px) {
  .prenext-left,
  .prenext-right {
    width: 100%;
  }
}



/*contact*/
.contact_item{
 padding:30px;	
}
.contact_item .yuan{
 width: 64px;
 height: 64px;
 border-radius: 50%;
 background-color: rgb(15 82 186 / 0.1);
 margin-bottom: 0.4rem;
}
.contact_item .yuan i{
	color: #0f52ba;
    font-size: 0.24rem;
}

.contact_item .title_contact{
 font-size: 0.24rem;
 font-weight: 700;
 margin-bottom: 0.2rem;	
}
.contact_item .desc_contact{
 font-size: 0.14rem !important;
 font-weight: 400;
 color: #888;
 margin-bottom: 0 !important;
}
.contact_item .p2{
 font-size:0.18rem;	
 color:#00398f;
 font-weight:700;
 margin-top:0.2rem;
 text-align:center;
}
.screen-reader-response{
 display:none;	
}




.contact-two {
  background: #e3e3e3;
}

.contactBox1{
	background-color: #00398f;
}


.contactBox1_l {
  background-color: #00398f;
  color: #ffffff;
  padding: 60px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactBox1_l h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.contactBox1_l p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
}


.contactBox1_r {
  background: #ffffff;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpcf7 {
  width: 100%;
}


.wpcf7-form p {
  margin: 0 0 18px 0;
  padding: 0;
}
.wpcf7-form p:last-child{
 text-align:center;	
}
.wpcf7-form p label{
 display:block;
 margin-bottom:0;	
}

.wpcf7-form-control {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  background: #fff !important;
  transition: all 0.2s ease-in-out !important;
}

.wpcf7-form-control:focus {
  border-color: #00398f !important;
  outline: none !important;
  box-shadow: 0 0 5px rgba(0, 57, 143, 0.15) !important;
}


.wpcf7-textarea {
  min-height: 200px !important;
  resize: vertical !important;
}


.wpcf7-submit {
  background: #00398f !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 30px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s ease-in-out !important;
  width: 180px !important; 
}

.wpcf7-submit:hover {
  background: #002a6b !important;
}


.wpcf7-hidden {
  display: none !important;
}


.wpcf7-response-output {
  margin: 20px 0 10px 0 !important;
  padding: 12px 15px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

.wpcf7-validation-errors {
  border-color: #dc3232 !important;
  color: #dc3232 !important;
  background: #fef0f0 !important;
}

.wpcf7-mail-sent-ok {
  border-color: #46b450 !important;
  color: #46b450 !important;
  background: #f0f9f0 !important;
}


@media (max-width: 768px) {
  .contactBox {
    flex-direction: column;
  }
  .contactBox_l {
    border-radius: 8px 8px 0 0;
    padding: 40px 30px;
  }
  .contactBox_r {
    border-radius: 0 0 8px 8px;
    padding: 30px;
  }
}

/*404*/


.errorPro .searchform {
  max-width: 520px;
  margin: 0 auto 30px;

}

.errorPro .searchform .screen-reader-text {
  display: none !important;
}


.errorPro .searchform input[type="text"] {
  flex: 1;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s;
}

.errorPro .searchform input[type="text"]:focus {
  border-color: #0073aa;
  box-shadow: 0 0 6px rgba(0, 115, 170, 0.15);
}


.errorPro .searchform input[type="submit"] {
  padding: 14px 24px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s;
  white-space: nowrap;
}

.errorPro .searchform input[type="submit"]:hover {
  background-color: #006799;
}

@media (max-width: 768px) {
  .errorPro .searchform {
    flex-direction: column;
    gap: 12px;
  }
  .errorPro .searchform input[type="submit"] {
    width: 100%;
  }
}

