@charset "utf-8";
/*
Theme Name: XSdd
Author: 小兽 
Author URI: https://www.seo628.com       
Description: 小兽WordPress外贸主题-WordPress企业建站服务商
Version: 2027
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 {
	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: #19bf00;
	text-decoration: none;
}
b, strong {
    font-weight: 600;
}
a,button,input{ 
outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.swiper-slide img,.subheader img{width: 100%;}
textarea{
	resize: vertical;
}
.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: #333; opacity:1; 
}

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

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

input::-webkit-input-placeholder{
    color: #333;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;
}
.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;
}
#header {
    width: 100%;
    background: #fff;
    z-index: 99;
}
.header-logo{
    max-width: 50%;
	z-index: 99;
    position: relative;
}
.header-logo a{
    display: flex;
    height: 90px;
    align-items: center;
}
.header-logo a img{
	max-height:60px;
}
}
.header-info{
	float:right;
	overflow:hidden;
}

.header-menu>ul>li{
	float:left;
	position:relative;
	line-height:90px;
	height:90px;
	margin-left: 40px;
}
.header-menu>ul>li.current-menu-item>a{
	    font-weight: bold;
}
.header-menu>ul>li>a{
	display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
.header-menu>ul>li:last-child>a {
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #28a745;
	color:#fff !important;
	padding:0 20px;
}
.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:#19bf00;
}
.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: #DF0024 !important;
}	
.section-box{
    box-shadow: 0 15px 40px 0px rgba(22,35,49,.15);
    background: #fff;
    border-radius: 10px;
    transition: all .2s linear;
    text-align: center;
    height: 100%;
	overflow: hidden;
}
.section-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px -10px rgba(22,35,49,.2);
    -moz-box-shadow: 0 20px 40px -10px rgba(22,35,49,.2);
    box-shadow: 0 20px 40px -10px rgba(22,35,49,.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-more a{
    border: 2px solid #3eb380;
    color: #2baf75;
    padding: 10px 20px;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.btn-more a:hover{
	    background: #19bf00;
		color: #fff !important;
}
.section2-box{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
.section2-nav ul {
    overflow: auto;
    width: 100%;
    background: #cfcfcf;
    height: 40px;
    line-height: 40px;
    display: flex;
}

.section2-nav ul li {
	white-space: nowrap;
    font-size: 18px;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: left;
    color: #5a5a5a;
    border-right: 1px solid #fff;
}

.section2-nav ul li.on{
    background-color: #19bf00;
	    color: #fff;
    border-color: #fff;
}
.section2-wrap{
	overflow:hidden;
	padding:25px;
	background-color:#f5f5f5;
}
.section2-wrap .item{
	display:none;
}
.section2-wrap .on{
	display:block;
}
.section2-wrap .item h2{
	font-size:20px;
	margin-bottom:20px;
}
.section2-wrap .item p{
	margin-bottom:20px;
}

.cp-list{
	position: relative;
}

.cp-list li a {
    display: block;
    box-shadow: 10px 15px 40px 0px rgba(22,35,49,.15);
    background: #fff;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
    transition: all .2s linear;
    text-align: center;
	height:100%;
	overflow: hidden;
}
.cp-list li a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px -10px rgba(22,35,49,.2);
    -moz-box-shadow: 0 20px 40px -10px rgba(22,35,49,.2);
    box-shadow: 0 20px 40px -10px rgba(22,35,49,.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.f5f5f5{background-color: #f5f5f5;}

/* 产品中心样式开始 */
.gallery{margin-bottom:20px !important;}
.gallery-item  img{padding:10px;border:none !important;}

.gallery-item  .wp-caption-text{
	padding:0 20px;
	    overflow: hidden;
		    font-size: 16px;
    line-height: 1.75;
}
.gallery-columns-1 img{
	float:left;
}
.gallery-columns-1 .wp-caption-text{
	margin-top:20px;
}

/* 新闻动态样式结束 */

#footer {
    background:#2d2d2d;
    color: #fff;
}
.footer-top h3{
    color: #fff;
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-top ul li{margin-bottom:10px;}
.footer-top ul li:last-child{margin-bottom:0;}
.footer-top ul li a{
    color: #ccc;
	display:block;
}
.footer-top ul li a:hover{
	color:#fff !important;
}
.link {overflow:hidden;}
.link  h3{font-size:16px;margin-bottom:10px;}
.link ul li {
    float: left;
    margin: 0 10px 10px 0;
}
.link ul li a{
	color:#ccc;
}
.link ul li a:hover{
	color:#fff !important;
}
.widget_search form {
	position: relative;
    overflow: hidden;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.widget_search  form input {
    width: 100%;
    line-height: 40px;
    background: #fff;
    border: none;
    height: 40px;
    padding-left: 15px;
	color: #333;
}
.widget_search  form button {
    position: absolute;
    right: 10px;
    top: 9px;
    background: none;
    border: none;
    color: #333;
    font-size: 20px;
    line-height: 1;
}
.footer-btm {
	color: #ccc;
	padding-bottom: 20px;
    border-top: 1px solid #363636;
    padding-top: 20px;
}
.footer-btm a{color: #ccc;}
.footer-btm a:hover{color: #fff !important;}
.crumbs {
    padding: 20px 0;
}
.crumbs a,.crumbs{
	color:#666;
}
.crumbs a:hover{color:#28a745;}
.entry-meta {
    overflow: hidden;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
}
.entry-meta h1 {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: #19bf00 2px solid;
}
.entry-meta .tit {
    font-size: 30x;
    font-weight: bold;
    color: #3b3b3b;
    float: left;
}
.entry-meta  .crumbs{
	float:right;
	font-size: 14px;
    color: #afafaf;
}
.entry-meta  .crumbs a{
	font-size: 14px;
    color: #afafaf;
}
.entry-meta  .crumbs a:hover{
	color: #19bf00;
}
.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;
}

/* 产品详情页样式开始 */

.pro-action h3{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgb(40 167 69 / 80%);
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}
.pro-action h3:hover{
	color: #fff !important;
    background-color: #218838 !important;
}
.action-form{display:none;}
.inquiry a{
    display: inline-block;
    padding: 8px 20px;
    position: relative;
    cursor: pointer;
    background-color:#3c86f5;
    border-radius: 5px;	
	color:#fff;
}
.inquiry a:hover{
    background-color:#0d60dc;	
}
.inquiry a i{margin-right:5px;}
#inquiry h3{
	font-weight: bold;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    display: inline-block;
    border-bottom: #3c86f5 2px solid;
	margin-bottom:20px;
}

#inquiry div[class*="col-"]{
            margin-bottom:20px;
        }

/* 产品详情页样式结束 */

.con1{overflow:hidden;}
.cp-child li a {
  padding: 8px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
}
.cp-child li a:hover{
    background: #19bf00;
    color: #fff !important;
	 border: 1px solid #19bf00;
}
.cp-cats {
  margin-bottom: 20px;
}
.cp-cats .cp-title {
  overflow: hidden;
  margin-bottom: 20px;
}
.cp-cats .cp-title h3 {
  float: left;
  border-left: 5px solid #19bf00;
  padding-left: 10px;
}
.cp-cats .cp-title h3 a {
  font-size: 24px;
  color: #19bf00;
  font-weight: bold;
}
.cp-cats .cp-title p {
  float: right;
}
.cp-cats .cp-title p a {
  display: inline-block;
  padding: 5px 10px;
  background: #19bf00;
  color: #fff;
}
.cp-cats .cp-title p a:hover {
  background: green;
}
.cp-cats ul {
  overflow: hidden;
}
.cp-cats ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.cp-cats ul li a {
  display: block;
  position:relative;
}

.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #f5f5f5;
  padding: 10px 20px;
  margin: 0 1px;
}
.navigation .current {
  background: #19bf00;
  color: #fff;
  text-decoration: none;
  border: 1px solid #19bf00;
}
.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 #959595;
    padding-bottom: 20px;
    margin: 20px 0;
    overflow: hidden;
}

.sidebar aside{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar .widget-title{
    border-bottom:#f5f5f5 2px solid;
	margin-bottom:10px;
}
.sidebar .widget-title h3{
	font-weight:bold;
	padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: #19bf00 2px solid;
	z-index:99;
	margin-bottom: -2px;
}
.sidebar ul.menu li{
   background-color:#f5f5f5;
   margin-bottom:10px;
}
.sidebar aside ul.menu li a {
    display: block;
    padding: 10px 0 10px 20px;
}
.sidebar ul.menu li.current-menu-item{
	background:#19bf00;
}
.sidebar ul.menu li.current-menu-item a{
	color:#fff;
}
.widget_recent_entries ul{
	margin-top:15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
}
.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #19bf00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.textwidget p{line-height:2;word-wrap: break-word;}
#footer .textwidget p{ color: #ccc;}
#footer .textwidget a{ color: #ccc;}
.contact .box{
    display: flex;
	align-items:center ;
    justify-content: space-between;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.btn-action a{
	color:#fff;
    font-size: 18px;
    display: inline-block;
	cursor: pointer;
    border-radius: 10px;
	padding: 10px 20px;
	background-color: #c6000b;
}
.btn-action a:hover{
	color:#fff !important;
	background-color:#218838 !important;
}
.at-above-post,.at-below-post,.at-above-post-page{display:none !important;}
.phone span i{margin-right:5px}
.phone span:first-child{padding-right:20px;}
.news-list ul li a{
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
	overflow: hidden;
	}
.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;
}
.rtbar{ display:none;position:fixed; top:50%; right:0; width:50px; height:203px; z-index:10;margin-top:-100px}
.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:#d2232a;opacity:1;}
div.wpforms-container-full{margin:0 !important;}