@charset "UTF-8";

/*
Theme Name: SOHO建站
Theme URI: https://www.wowsoho.com
Author: SOHO建站
Author URI: https://www.wowsoho.com
Description: SOHO建站官方主题.
Requires at least: 1.0
Tested up to: 5.8.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jianzhanpress
Tags: SOHO建站,外贸建站,外贸独立站

www.wowsoho.com WordPress Theme, (C) 2020 WordPress.org
www.wowsoho.com is distributed under the terms of the GNU GPL.
*/
body {
	color: #212529;
}
body a {
	color: #212529;
	text-decoration: none;
}
body a:hover {
	color:#fe4321;
}
ul.nav {
	
}
ul.nav li.current-menu-item a,ul.nav li.current-menu-parent a{
	color:#fe4321;
}
.menu-item {
  display: block;
  padding: 0.5rem 0.5rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
nav.navigation .meta-nav{


}
nav.navigation .nav-links{
	background:#f8f9fa;
	margin:20px auto;
	padding:15px;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

nav.navigation .nav-links .page-numbers {
	margin:auto 15px;
}
nav.navigation .nav-links .current {
	font-size:1.25rem;
	font-weight:bold;
	color:#fe4321;
}

figure.post-thumbnail {
	text-align:center;
}
figure.post-thumbnail img{
	max-width:100%;
	height:auto;
}
@media (min-width: 768px) {

}

.category-wordpress header.entry-header,.category-moban header.entry-header,.category-zhuti header.entry-header,.category-mianfei header.entry-header,.single .category-docs header.entry-header{
	text-align:center;
}

footer,footer a{
	color:#fff;
}

.bg-hot {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.025), rgba(255, 255, 255, 0));
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#myCarousel .carousel-indicators {
  position: absolute;
  right: 8px;
  top: 8px;
  left: 0;
  z-index: 1020;
  display: flex;
  justify-content: end;
  padding: 0;
  margin-right: 0%;
  margin-top: 0%;
  margin-left: 0%;
  height:6px;
  list-style: none;


}
#myCarousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 6px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ddd;
  background-clip: padding-box;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
#myCarousel .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
#myCarousel .carousel-indicators .active {
  background-color: #dc3545;
  width: 30px;
  opacity: 1;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.95;
  transition: opacity 0.15s ease;
}
#myCarousel .carousel-control-prev-icon,
#myCarousel .carousel-control-next-icon {
	position: absolute;
  display: inline-block;
  width: 2rem;
  height: 2rem;

  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
 
}
#myCarousel .carousel-control-prev-icon {
	left:15px;
}

#myCarousel .carousel-control-next-icon {
	right:15px;
}

#myCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#myCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-next:hover {
  color: #dc3545;


 
}
/* Carousel 2 base class */
#myCarousel {
	position:relative;
}
#myCarousel .carousel-item {
	
   height:auto;
}
#myCarousel .carousel-item img{
  min-height: 100px;
   height:auto;
}
#myCarousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
    padding:0px;
	margin:0px;
   width:100%;
   height:auto;
  
  z-index: 10;
}
#myCarousel .carousel-caption h2{
	color:#000;
}
#myCarousel .carousel-caption p{
	color:#333;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
#myCarousel .carousel-caption {
	text-align:left;
}
#myCarousel .carousel-item {

  
}
}

.slider-title {
	position: absolute;
	z-index:2;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0));
	padding:15px;
}
.slider-title a{
	color:#fff;
}
.slider-title h4,.slider-title h6{
	margin-top:auto;
}
.slider-title h4 a.slider-title h6 a{
	color:#fff;
}
.slider-title p a{
	color:#fff;
}
.news-img {
	position: relative !important;
}