@charset "utf-8";
/*
Theme Name: XSdhen
Author: 小兽
Author URI: http://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";
	background-color: #ffffff;
	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:#ff6700;
	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;
}
b, strong {
    font-weight: 600;
}
.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: #888888; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888888;opacity:1;
}

input:-ms-input-placeholder{
  color: #888888;opacity:1;
}

input::-webkit-input-placeholder{
   color: #888888;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;
}

.f5{background: #f5f5f5;}
#header{
	position:relative;
}
#header .top-header {
	position: relative;
    z-index: 30;
    height: 40px;
    line-height: 40px;
    color: #b0b0b0;
    background: #333;
}
.phone span i{margin-right:5px}
.phone span{padding-right:20px;}
#header .top-header a{color: #b0b0b0;}
#header .top-header a:hover{color:#ff6700;}
.header-logo{max-width:70%;}
.header-logo h1{
		line-height:0;
         font-size:0;
         overflow:hidden;
}
.header-logo a{
	height: 100px;
	line-height:100px;
	display:block;
}
.header-logo a img{
	vertical-align: middle;
	width:auto;
	display:inline-block;
	max-height:60px;
	}

.header-menu>ul>li{
	float:left;
	position:relative;
    height: 100px;
    line-height: 100px;
}
.header-menu>ul>li.current-menu-item>a{
	font-weight:bold;
}
.header-menu>ul>li>a{
    display:inline-block;
    font-size: 16px;
    position: relative;
	padding:0 20px;
    color: #000;
	height: 38px;
    line-height: 38px;
}
.header-menu>ul>li:hover>a{
	background-color:#ff6700;
	color:#fff !important;
}
.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%;
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
	padding: 10px 10px 10px 20px;
}
.sf-menu ul li:hover {
	background:#ff6700;
}
.sf-menu ul >li:hover>a{color:#fff !important;}
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
#slider-home .swiper-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#slider-home .swiper-pagination-bullet {
    width: 50px !important;
    height: 6px !important;
    background: #ffffff !important;
    margin:10px !important;
    display: inline-block !important;
    opacity: 0.4 !important;
	border-radius: 5px!important;
}
#slider-home .swiper-pagination-bullet-active{
	opacity: 1 !important;
	background: #ff6700 !important;
}
#slider-home img ,#slider img{
    min-height: 200px;
    object-fit: cover;
	width: 100%;
}	
/* 产品中心样式开始 */
.pro-title{
	height:60px;
	display:flex;
	justify-content:space-between;
}
.pro-title h3{
	white-space:nowrap;
}
.pro-title h3 a{
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    color: #333;
}
.pro-title ul{
    display: flex;
    overflow: auto;
	margin-top:20px;
}
.pro-title ul li{
	float:left;
	margin-left:30px;
}
.pro-title ul li a{
	font-size:16px;
	white-space:nowrap;
}
.pro-con{
	overflow:hidden;
}
.pro-con li{
	margin-bottom:20px;
}
.pro-con li a{
	padding:20px;
	background-color:#ffffff;
	display:block;
	text-align:center;
	height:100%
}
.pro-con li a p{
	font-size:16px;
	margin-top:10px;
	text-align:center;
}

#gallery-1 img{padding:10px;border:none !important;}

/* 资讯中心样式开始 */

.inews{
	overflow:hidden;
}
.inews .row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-inline-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.news-con{
	padding: 20px;
    background-color: #ffffff;
}
.news-con li{
	line-height: 28px;
    height: 28px;
	    position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-con li:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color:#ff6700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    margin-top: -2px;
    position: absolute;
    top: 50%;
}
.news-con li a{
	padding-left:15px;
}
/* 底部样式 */

.footer-top h3{
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer-top h3:after {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #ff6700;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-top ul li{margin-bottom:10px;}
.footer-top ul li:last-child{margin-bottom:0;}
.footer-top ul li a{
	display:block;
}
.footer-top .tel{
	line-height: 2;
}
.link {overflow:hidden;}
.link  h3{font-size:16px;margin-bottom:10px;}
.link ul li {
    float: left;
    margin: 0 10px 10px 0;
}
.copyr a{
	color:#333;
}
/* 侧边栏样式 */

.sidebar aside{
	margin-bottom:20px;
	background-color: #fff;
	padding:20px;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar h3.widget-title{
	    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    font-weight: bold;
    padding: 10px 15px 10px 20px;
	background-color: #ff6700;
    color: #fff;
}
.sidebar ul.menu>li{
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 15px 10px 20px;
}
.sidebar ul.menu>li a{
    display: block;
font-size:16px;	
}
.sidebar ul.menu .sub-menu{
	padding-left:10px;
}
.widget_recent_entries ul {
    margin-top: 15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
	border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.widget_search form {
    position: relative;
    width: 100%;
}
.widget_search #s{
	width: 100%;
    line-height: 42px;
    border: 0;
    background-color: #f5f5f5;
    height: 42px;
    padding-left: 10px;
}
.widget_search #searchsubmit{
    text-indent: -99999px;
    position: absolute;
    right: 2%;
    top: 20%;
    width: 24px;
	height: 24px;
    border: none;
    line-height: 1;
	background: url(images/search.png) no-repeat ;
}

.crumbs{
	padding:20px 0;
}
.crumbs,.crumbs a{color:#888;}
.tagcloud{margin-top:10px;}
.tagcloud a{
	margin:5px 10px 5px 0;
	display:inline-block;
}
.entry-des p{
    padding: 20px;
    background-color: #ffffff;
	margin-bottom: 20px;
}
.content{
	padding: 20px;
    background: #ffffff;
}
.content-list li{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.content-list li a{
	display:inline-block;
	width: 100%;
}
.content-list li a:before {
    width: 5px;
    height: 5px;
    background-color:#ff6700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
    float: left;
    margin-top: 8px;
}
.content-list li:last-child{
	margin-bottom:0;
}
.content-list li span.title{
	width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.entry-meta h1 {
	border-bottom: 1px dotted #ddd;
    font-size: 30px;
	font-weight:600;
}
.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 a{
   text-decoration: underline;
}
.entry-content a:hover{text-decoration: none;}
.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 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{
	border-bottom: 1px dotted #cccccc;
}
.single-header h1 {
    font-size: 30px;
    line-height: 1.42;
    font-weight: bold;
    text-align: center;
}

 .single-header .single-meta {  
  color: #999999;
}
 .single-header .single-meta .author,
 .single-header .single-meta .time {
  margin-right: 10px;
}
#nav-single{
	border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 20px;
}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;

}
.cp-xg h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
/* 产品中心样式开始 */
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #f5f5f5;
  padding: 10px 20px;
  margin: 0 1px;
      background-color: #fff;
}
.navigation .current {
  background: #ff6700;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ff6700;
}
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 产品中心样式结束 */

.single-info {
    color: #323232;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.tbbtn a{
display: inline-block;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    background-color: #ff6700;
    color: #fff;	
}
.tbbtn a:hover{
	background-color:#ff0000;
}
.at-above-post,.at-below-post,.at-above-post-page{display:none !important;}
.contact .box{
    display: flex;
	align-items:center ;
    justify-content: space-between;
}
.contact .text h3{font-size:24px;font-weight: 600;}
.btn-action a{
	color:#fff;
    font-size: 18px;
    display: block;
	cursor: pointer;
    border-radius: 3px;
	padding: 10px 20px;
	background-color: #ff6700;
}
.btn-action a:hover{
	color:#fff !important;
	background-color:#218838 !important;
}
.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;
}
.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:#ff6700;opacity:1;}
add_filter('wp_sitemaps_enabled', '__return_false');