@charset "utf-8";
/*
Theme Name: XS2021
Author: 小兽
Author URI: http://www.seo628.com          
Description: 小兽WordPress外贸主题-WordPress企业建站服务商
Version: 2026
Text Domain: xs
*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, 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{
	font-size:14px;
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
p{
	padding: 0;
	margin: 0;	
}
@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";
	color:#000;
	background-color: #eee;
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #247DE5;
	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;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888; opacity:1; 
}

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

input:-ms-input-placeholder{
    color: #888;opacity:1;
}
input::-webkit-input-placeholder{
    color: #888;opacity:1;
}
.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;
}
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:#3F3F3F;
  border:1px solid #3F3F3F;
    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;
}
.bteae{
    border-top: 1px solid #eaeaea;
}
.bbeae{
    border-bottom: 1px solid #eaeaea;
}
#wrapper {
   box-shadow: 0 0 15px rgba(0,0,0,.1);
   background-color: #fff;
   margin: 0 auto;
   overflow: hidden;
}
#header{
	position:relative;
}
.header-logo {
    height: 90px;
    line-height: 90px;
    float: left;
    display: flex;
    align-items: center;
}
.header-logo img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-height: 60px;
}
.header-menu>ul>li{
	float:left;
	position:relative;
	height: 90px;
    line-height: 90px;
	margin: 0 20px;
}
.header-menu>ul>li>a{
    display: inline-block;
    font-size: 16px;
    position: relative;
}
.header-menu>ul>li>a:after {
	content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    background-color: #247DE5;
    left: 50%;
    right: 50%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.header-menu>ul>li.current-menu-item>a:after ,.header-menu>ul>li:hover>a:after,.header-menu>ul>li.current-product-ancestor>a:after,.header-menu>ul>li.current-post-ancestor>a:after,.header-menu>ul>li.current-menu-ancestor>a:after{
    left: 0px;
    right: 0px;
}
.header-menu>ul>li:last-child {
    margin:0 0 0 20px;
}
.sf-menu ul {
	position: absolute;
	width: 400px;
	display: none;
	z-index: 9999;
	background-color: #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: 2.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
	display: block;
	border: none;
	padding: 10px 20px;
}
.sf-menu ul li:hover {
	background-color:#247DE5;
}
.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{
    display: block;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
	}
#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: #ffffff !important;
}	
.section-head h2{
	position: relative;
    font-size: 26px;
    font-weight: 600;
}
.section-head h2:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background-color: #247DE5;
    border-radius: 3px;
}
.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about-con .row{
	align-items: center;
}
.pro-con ul li a{
	display: block;
	animation: fadeShow .5s;
    transition: all .3s;
	padding: 10px;
	background-color:#fff;
	border: 1px solid #eaeaea;
	height: 100%;
}
.pro-con ul li a:hover{
	-moz-box-shadow:0 0 0.5em rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 0.5em rgba(0,0,0,.2);
	box-shadow:0 0 0.5em rgba(0,0,0,.2);
}
.pro-con ul li a .text h3{
	line-height:1.5;
}
.pro-con ul li a:hover .text h3{color: #247DE5;}
.youshi-con ul li h3{
	font-size:18px;
}
.youshi-con ul li p,.textwidget p,.textwidget p a{
	line-height:1.75;
	color: #888;
}
.youshi-con ul li .box{
	max-width:60%;
}
.pingjia-con ul li p.des{
	line-height:1.75;
	color: #888;
	max-height: 72px;
    overflow: hidden;
}
.pingjia-con ul li .img img{
	max-width:80px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top;
}
.pingjia-con ul li .box{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.pingjia-con ul li:nth-child(even) .box{
	padding-left:30px;
}
.pingjia-con ul li:nth-child(odd) .box{
	padding-right:30px;
}
.pingjia-con  ul li p.name{
	font-size: 18px;
}
.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 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-meta span{color:#888;}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;
}
#nav-single,#nav-single a{color:#888;}
#nav-single a:hover,.post-tags a:hover{color:#247DE5}
.cp-xg h2, .post-xg h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.post-xg ul li a {
	color: #888;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.post-xg ul li a:hover{color: #247DE5;}
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
  background-color: #fff;
}
.navigation .current {
  background-color: #247DE5;
  text-decoration: none;
  border: 1px solid #247DE5;
  color:#fff;
}
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.content-list .row{align-items: center;}
.content-list li{
	border-bottom: 1px solid #e4e4e4;
}
.content-list li h2 a{
	font-weight: bold;
	display:inline-block;
	font-size:18px;
}
.content-list li h2{
    overflow: hidden;
	line-height:1.42;
}
.content-list li p{
	font-size:16px;
    overflow: hidden;
	line-height:1.6;
}
.content-list li span{
	color: #b4b4b4;
}
.content-list li span i{
	margin-right:10px;
}
.content-list li p{
	color: #888;
}
.sales h3{
	font-size:26px;
	color:#fff;
}
.sales p{color:#fff;}
.btn-more a,.lianxi a{
	color:#fff !important;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 20px;
    background-color: #247DE5;
    text-decoration: none;
	line-height:1;
	font-size: 14px;
}
.btn-more a:hover,.lianxi a:hover{
	background-color: #218838 !important;
	color:#fff !important;
}
.footer-top h3{
    font-size: 18px;
    font-weight: 600;
}
.footer-top ul li a{
    color: #888;
    line-height: 2;
	display:block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-top ul li a:hover{
	color:#247DE5;
}
.footer-top ul li.num a{
    font-size: 26px;
    color: #fff;
    font-family: Arial;
	line-height: 1.2;
}
.footer-btm {
    color: #888;
}
.footer-btm input{
	color: #888;
    border: 1px solid #ccc;
    width: 70%;
    float: left;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
}
.footer-btm button{
    width: 30%;
    float: right;
    display: block;
    height: 40px;
    background: none;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 16px;
    color: #888;
}
.footer-btm a{color:#888;}
.link {overflow:hidden;}
.link  h3{font-size:16px;margin-bottom:10px;}
.link ul li {
    float: left;
    margin: 10px 10px 0 0;
}
.link ul li a{
	color:#888;
}
.link ul li a:hover{
	color:#247DE5;
}
.subheader{
	background-color: #f5f5f5;	
}
.subheader h1{
    font-size: 30px;
    padding: 0 15px;
    line-height: 1.42;
    margin: auto;
    font-weight: 600;
}
.crumbs a,.crumbs{color:#999;}
.copyr{line-height:1.5;}
.line::after {
	content: "";
    display: block;
    background-color: #247DE5;
    width: 30px;
    height: 3px;
    margin: 15px auto 0;
}
.pro-menu{
	overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.05)!important;
}
.pro-menu ul li {
    float: left;
    margin-right: 30px;
	margin-bottom: 10px;
}
.pro-menu ul li a{
    -webkit-transition: color .3s ease-in-out!important;
    transition: color .3s ease-in-out!important;
    font-weight: 500;
    line-height: 20px;
	font-size:16px;
}
.pro-menu ul li.current-menu-item a, .pro-menu ul li:hover a {
    border-bottom: 2px solid #247DE5!important;
    padding-bottom: 5px;
}
.news-list ul li a{
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	overflow: hidden;
	background-color: #f5f5f5;
	}
.news-list ul li a h3{
	font-size:16px;
	line-height:1.625;
}	
.news-list ul li a span{
    color: #999;	
}
.post-xg ul li a{
    position: relative;
}
.post-xg ul li a:before {
	content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #247DE5;
    border-radius: 50%;
}
.post-tags,.post-tags a{
	color:#888;
}
.at-above-post,.at-below-post,.at-above-post-page{display:none !important;}
.contact{background-color:#f5f5f5;}
.contact .section-head h2:after{
	left: 0;
    webkit-transform: translateX(0); 
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.pro-menu-con{
    padding: 20px;
    border: 1px solid #eaeaea;
}
.pro-menu-con>li>a{
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.pro-menu-con>li:last-child>a{margin-bottom:0;}
.pro-menu-con>li.current-menu-item>a,.pro-menu-con>li.current-menu-parent>a{
	color:#007bff;
	font-weight:600;
}
.pro-menu-con .sub-menu{
	padding-left:15px;
}
.pro-menu-con .sub-menu li{
	position:relative;
	padding-left:20px;
	}
.pro-menu-con .sub-menu li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top:-1px;
    height: 2px;
    width: 10px;
    background: #007bff;
}
.pro-menu-con .sub-menu li a{
	margin-bottom:10px;
	display: block;
}
.cp-des p {
    line-height: 1.75;
    color: #888;
	font-size:16px;
}
.cp-app p {
    line-height: 1.75;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
	font-size:16px;
}
.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;
    background-color: #fff;
    border-radius: 10px;
}
.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:rgb(36 125 229 / 30%);
    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:#247DE5;opacity:1;}
div.wpforms-container-full {
    margin: 0 !important;
}



.text-center {
    text-align: center;
}
.padding-big-top {
    padding-top: 20px;
}

.padding-big-bottom {
    padding-bottom: 20px;
}
.text-center {
    text-align: center !important;
}



.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.pagination li {
    /* display: inline-block; */
    border: solid 1px #ddd;
    border-radius: 4px;
}

.pagination li {
    margin: 0 3px;
}


a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.pagination li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
}
















