@charset "utf-8";
/*
Theme Name: XSbaba2025
Author: 小兽
Author URI: https://www.seo628.com         
Description: 小兽WordPress外贸主题
Version: 2025
Text Domain: xs
*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike , sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
@font-face {
	font-display: swap;
	font-family: "Alibaba Sans";
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/AlibabaSans.woff');
	
}

@font-face {
	font-display: swap;
	font-family: "Alibaba Sans";
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/AlibabaSansMedium.woff');
}

@font-face {
	font-display: swap;
	font-family: "Alibaba Sans";
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/AlibabaSansBold.woff');
}
html,body{
font-family: Alibaba Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	height:100%;
	color: #000;
}
p{
	padding: 0;
	margin: 0;	
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color:#ff6a00;
	text-decoration: none;
}
a,button,input{ 
	outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
textarea{
	resize: vertical;
}
.xs-btn {
    padding: 5px 20px;
    cursor: pointer;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.42;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.c-btn{
    background-color: #ff6a00;
	color:#fff;
}
.c-btn:hover{
    background-color: #e35300;
    color: #fff;
}
.b-btn{
	background-color: rgb(255 255 255 / 0);
    border: 1px solid #fff;
    color: #333;
}
.b-btn:hover{
    background-color: rgb(255 255 255 / 50%);
	color:#333;
}
.h-btn{
    background-color: transparent;
	color: #333;
	border:1px solid #333
}
.h-btn:hover{
    background-color: #ff6a00;
	color:#fff;
	border:1px solid #ff6a00;
}
.alignleft {
	display:inline;
	float:left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.alignright {
	display:inline;
	float:right;
	margin-right: 2em;
	margin-bottom: 2em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b5b5b5;opacity:1;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder{
  color: #b5b5b5;opacity:1;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
   color: #b5b5b5;opacity:1;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:20px auto;
  display:block;
}
table{
  margin:15px auto;
  border-collapse:collapse;
  border:1px solid #aaa;
  width:100%;
}
table th {
    vertical-align: middle;
    padding: 20px;
    background-color: #ea5504;
    border: 1px solid #dcdcdc;
    text-align: left;
    color: #fff;
    font-size: 18px;
	font-weight: 400;
}
table td {
	vertical-align: middle;
    padding: 15px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}
.f5f5f5{background-color:#f5f5f5;}
.zindex1{z-index:1;position:relative;}	
.zindex10{z-index:10;position:relative;}	
.zindex100{z-index:100;position:relative;}	
.imghidden img{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.imghidden:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.imghidden{
	overflow:hidden;
}
.imghidden img{width:100%;}
#header{
	position:relative;
}
#header .xs-fixed {
	position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}
.header-logo{
    height: 90px;
	line-height:90px;
    float: left;
    max-width: 50%;
	display: flex;
    align-items: center;
}
.sticky .header-logo{
    height: 60px !important;
	line-height:60px !important;
}
.header-logo a {
    vertical-align: middle;
    display:block;
}
.header-logo img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-height: 60px;
}
.sticky .header-logo img {
    max-height: 40px;
}
.header-right{	
	float:right;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #222222;
 
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
 
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("images/more_unfold.png") no-repeat scroll right center transparent;
 
 
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
 
option {
    border:none;
    outline: none;
}
.search-form{
	display:inline-block;
    position: relative;
    width: 100%; 
	height: 28px;
    line-height: 28px;
}
.search-select{
	background-color: #2a2a2a;
	border-radius: 10px 0 0 10px;
	padding: 0 15px 0 15px;
    border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	color: #b5b5b5;
}
.search-input{
    color: #333;
    line-height: 1;
    height: 28px;
    border: 1px solid #b5b5b5;
    background: #fff;
    width: 200px;
    padding-left: 10px;
    border-radius: 20px;
}
.search-form button {
    position: absolute;
    right: 1%;
    top: 15%;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
	color: #b5b5b5;
}
div.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    top: 0;
}
.header-menu{
   background: rgb(40, 105, 248);
}
.header-menu ul.header-menu-con>li{
	float:left;
	position:relative;
	height: 100%;
    padding: 0 30px;
}
.header-menu ul.header-menu-con>li>a{
    display: block;
	color:#ffffff;
    width: 100%;
    height: 100%;
    line-height:40px;
}
ul.header-menu-con>li.current-menu-item,ul.header-menu-con>li:hover{
	background-color: rgb(20, 85, 228);
}
.sf-menu ul {
    position: absolute;
    width: 200px;
    display: none;
    z-index: 9999;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 100%;
	left: 0;
    padding: 10px 0;
}
.sf-menu ul li {
    /* border-bottom: 1px solid #dcdcdc; */
    position: relative;
    z-index: 9999;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
	color:#333333;
}
.sf-menu ul li:hover {
	background:#ff6a00;
}
.sf-menu ul >li:hover{
	background-color:#fafafa;
	}
.sf-menu ul >li:hover a{
	color: #ff6a00;
    text-decoration: underline;
}	
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
.menu-search{
    position: absolute;
    right: 0;
    top: 5px;
}
body.home,.contact{background-color: rgb(2, 38, 94);}
.lang span{color: #ffffff !important;}
#slider-home .swiper-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#slider-home .swiper-pagination-bullet {
	height: 15px;
    width: 15px;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    vertical-align: middle;
}
#slider-home .swiper-pagination-bullet-active{
    background: #37313c;
    border: 4px solid #acaab0;
}	
#slider-home img,#slider img{width:100%;}
.gtranslate_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.gtranslate_wrapper a{
    display: flex;
    flex-direction: column;
	gap: 5px;
	align-items: center;
}
.video-con video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iproduct .section-head{
	color:#ffffff;
    height: 230px;
    background-color: #282828;
}
.pro-con {
    margin-top: -80px;
}
/* 底部样式 */

#footer {
	background: #2a2a2a;
    color: #ffffff;
}
.footer-top h3 {
	font-weight:bold;
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0px 15px;
}
.foot-menu ul li{
	margin-bottom:10px;
}
.foot-menu ul li:last-child{
	margin-bottom:0;
}
.foot-menu ul li a {
  color:#b5b5b5;
  display:block;
}
.foot-menu ul li a:hover {
  color: #ffffff !important;
}
.foot-contact {
	border-left:1px solid #3a3939;
	padding-left:50px;
}

.foot-contact img{max-width:100px;}
.foot-contact p {
    line-height: 2;
	color:#b5b5b5;
}
.copyr  {
    border-top: 1px solid #3a3939;
	padding-top: 20px;
}
.foot-link a {
    display: inline-block;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 22px;
    margin-right: 20px;
}
.foot-link a:hover{color:#fff !important;}
/* 侧边栏样式 */

.sidebar .case-con li:last-child{
	margin-bottom:0 !important;
}
.sidebar aside{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar .widget-title{
    border-bottom:#eee 2px solid;
	margin-bottom:15px;
}
.sidebar .widget-title h3{
	font-weight:bold;
	padding-bottom:10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: #ff6a00 2px solid;
	z-index:99;
	margin-bottom: -2px;
}
.sidebar ul.menu>li{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.sidebar ul.menu li:last-child{margin-bottom:0;}
.sidebar  ul.menu>li>a {
	display: block;
    cursor: pointer;
    font-size: 16px;
}

.sidebar  ul.menu>li .sub-menu{
	padding-top:10px;
    padding-left: 10px;
    overflow: hidden;
	display:none;
}
.sidebar  ul.menu>li.current-menu-parent .sub-menu,.sidebar  ul.menu>li.current-product-ancestor .sub-menu, .sidebar  ul.menu>li.current-menu-item .sub-menu{
	display:block !important;
}
.pro-menu .sub-menu{
	display:block !important;
}
.sidebar ul.menu>li .sub-menu li{
	margin-bottom:10px;
}
.sidebar ul.menu>li .sub-menu li:last-child{margin-bottom:0;}
.sidebar ul.menu>li .sub-menu li a{
    background: url(images/arrow.png) left center no-repeat;
	padding-left: 10px;
	display: inline-block;
}
.widget_recent_entries ul{
	margin-top:15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
}
.widget_recent_entries ul li :last-child,.sidebar .widget-list ul li:last-child{
	margin-bottom:0 !important;
}
.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #ff6a00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.widget-list ul li a {
    position: relative;
    display: block;
	overflow: hidden;
}
.widget-list ul li a p {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget_recent_entries ul li:last-child{
	margin-bottom:0 !important;
}
.tagcloud a{
    font-size: 14px;
    margin: 0 10px 5px 0;
    display: inline-block;
}
.entry-meta{
    overflow: hidden;
    border-bottom: #f5f5f5 1px solid;
}
.entry-meta h1 {
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: #ff6a00 2px solid;
}
.entry-meta p {
	clear:both;
	color: #999999;
	margin-top:15px;
}
.entry-des p{
	margin-bottom:20px;
}
.crumbs{
    padding: 20px 0;
}
.crumbs a,.crumbs {
    color: #999999;
}

.content-list li{
	padding: 20px;
    margin-bottom: 30px;
    border: 1px dotted #ddd;
    background: #fff;
}
.content-list li h2 a{
	 font-weight: bold;
	display:inline-block;
	font-size:18px;
	float:left;
}
.content-list li h2{
    overflow: hidden;
	line-height:1.42;
}
.content-list li span{
	float:right;
	color: #999999;
}
.content-list li p{
	color: #999999;
}
.case-list .row{align-items: center;}
.case-list li{
	border-bottom: 1px dotted #ccc;
}
.case-list li h2 a{
	font-weight: bold;
	display:inline-block;
	font-size:18px;
}
.case-list li h2{
    overflow: hidden;
	line-height:1.42;
}
.case-list li p{
    overflow: hidden;
	line-height:1.5;
	color: #999999;
}
.case-list li span{
	color: #b4b4b4;
}
.entry-content{
	clear:both;
	font-size: 16px;	
	overflow: hidden;
}
.entry-content p{
	margin-bottom:20px;
	line-height: 1.625;
	word-wrap: break-word;
}
.entry-content>div{
	margin-bottom:20px;
	line-height: 1.625;
}
.entry-content>figure{
	margin-bottom:20px;
	line-height: 1.625;
}
.entry-content>figure:last-child,.entry-content>div:last-child{margin-bottom:0;}
.entry-content p:last-child{margin-bottom:0;}
.entry-content a{
   text-decoration: underline;
}
.entry-content a:hover{text-decoration: none;}
.entry-content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.42;
}
.entry-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px;
	line-height: 1.42;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
.entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 5px solid #8952E9;
	background-color: #f5f5f5;
}
.textwidget .gallery-item{
	margin-top:0 !important;
}
.entry-content .gallery .gallery-item{
	padding:10px;
}
.entry-content .gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.single-header{
	margin-bottom:20px;
	border-bottom: 1px dotted #cccccc;
}
 .single-header .single-meta {
  overflow: hidden; 
  color: #999999;
  display: inline-block;
}
 .single-header span {
  display: inline-block;
  margin-right: 10px;
}
.single-meta .crumbs{
    line-height: 36px;
}
#nav-single{
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 10px;
}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;

}

/* 产品中心样式开始 */
.cp-con{
    border-bottom: solid 1px #dddddd;
}
.cp-des h3{
	font-size: 16px;
    font-weight: bold;
}
.cp-des p{
	line-height: 1.7;
font-size: 16px;
}
.btn-action a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff6a00;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.btn-action a:hover{
	 background-color: #218838 !important;
    font-size: 18px;
    color: #fff !important;
}
.btn-action a i{margin-left:5px;}
.contact .btn-action a{
	background-color:transparent !important;
}
.btn-action a:hover {
    background: #008b4a;
}
.btn-action a.green {
    background: #008b4a;
}
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
      background: #fff;
}
.navigation .current {
  background: #ff6a00;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ff6a00;
}
.screen-reader-text{
	    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 产品中心样式结束 */
.textwidget p{
	line-height:2;
}
.con1{overflow:hidden;}
.wpforms-submit{
	background-color:#ff6a00 !important;
	color:#fff !important;
	border: 1px solid #ff6a00 !important;
	padding: 10px 40px !important;
	}
.single-pro-nav{
	border-bottom: 3px solid #ff6a00;
}
.single-pro-list li{
	margin-right:1px;
	float:left;
	background-color:#eee;
	-moz-border-radius: 15px 15px 0 0; /* Firefox */
  -webkit-border-radius:15px 15px 0 0;/* Safari 和 Chrome */
  border-radius: 15px 15px 0 0;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */

}
.single-pro-list li.on{
	background-color:#ff6a00;
}
.single-pro-list li.on a{
	color:#ffffff !important;
}
.single-pro-list li a{
	display:inline-block;
	padding:10px 20px;
}
.pro-wrap .pro-item {
    display: none;
    margin-top: 20px;
}
.pro-wrap .pro-item .content-list li:last-child,.pro-wrap .pro-item .case-list li:last-child{margin-bottom:0 !important;}
.pro-cat-img {
    display: block;
    text-align: center;
}
.pro-wrap div.pro-item:first-child{display:block;}
.cp-xg h3, .post-xg h3, .case-xg h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.post-con li{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.post-con li a{
	border-bottom: 1px solid #eee;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.down-list li{
    border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	    align-items: center;
		gap: 20px;
}
.down-list li img{
	width:auto;
	height:20px;
	margin-top:10px;
}
.down-list li .down-info{
	line-height:30px;
	font-size:16px;
	max-width: 60%;
}
.down-list li .down-btn a{
    display: inline-block;
    background-color: rgb(2, 38, 94);
    color: #fff !important;
    padding: 10px 20px;
	border-radius:6px;
}
.down-list li:hover .down-btn a{
	background-color: #ff6a00 !important;
}
.footer-btm,.footer-btm p a{color: #b5b5b5;}
.footer-btm p a:hover{color: #fff !important;}

a.btn-action {
    background-color:#43B66B;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    display: inline-block;
	border-radius: 20px;
}
a.btn-action:hover ,.section-head a.btn-more:hover{
    background-color: #008b4a;
}

.at-above-post,.at-below-post,.at-above-post-page{display:none !important;}
.rtbar{ display:none;position:fixed; top:200px; right:0; width:50px; height:203px; z-index:10;}
.rtbar li{ width:62px; height:50px; z-index:20; }
.rtbar li.rtbar1,.rtbar li.rtbar4{ position:absolute; left:0;}
.rtbar li.rtbar1{ top:0; width:172px; }
.rtbar li.rtbar2{ position:absolute; top:51px; left:0;width:172px;}
.rtbar li.rtbar3{ position:absolute; top:102px; left:0; width:172px; }
.rtbar li.rtbar4{ top:153px;}
.rtbar4{ position:absolute; top:102px; left:0;}
.rtbar li a{ display:block; color:#FFF !important; height:50px; line-height:50px; overflow:hidden; background-color:#222; border-radius:6px;}
.rtbar li a .fa{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;font-size: 24px;}
.rtbar li a:hover{background-color:#ff6a00;opacity:1;}
.cate-list h3{font-size:18px;font-weight: bold;}
.cate-list span{color:#666}
.cate-list p{color:#666}
div.wpforms-container-full{margin:0 !important;}
.cp-child li {
    float: left;
    margin: 0 10px 20px 0;
}
.cp-child li a {
    padding: 8px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    display: inline-block;
}
.pro-small{padding:0 40px;}
.pro-small .swiper-slide-thumb-active, .pro-small .swiper-slide:hover {
-webkit-filter: brightness(50%) !important;
filter: brightness(50%) !important;
}
.pro-small img {
	border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 5px;
}
.pro-small-nav{
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.pro-small-nav i{
font-size: 50px;
cursor: pointer;
}
.swiper-button-disabled{
opacity: .35;
cursor: auto;
pointer-events: none
}
.social li {
    margin-right: 15px;
}
.social li:last-child {
    margin-right: 0;
}
.social li a{
    width: 25px;
    height: 25px;
    text-align: center;
    background-color:#ffffff;
    color: #fff;
    display: block;
    border-radius: 5px;
    padding: 5px;
}
.wpforms-container .wpforms-field{padding: 5px 0 !important;}