@import url("css/bootstrap.min-wide.css");
@import url("css/animate.css");
@import url("css/font-awesome.css");
@import url("css/themify-icons.css");


/*  
Theme Name: WodePress.com
Theme URI: http://WodePress.com
Description: 主题修改、定制请联系QQ：4551293 微信：13910185004
Version: 1.0
Author: WodePress.com
Author URI: http://www.WodePress.com
*/

body{
	background: #fff;
	color:#3a3a3a;
	padding:0px;

	}
	body a{
	color:#3a3a3a;
	}
	body a:hover{
	color:#e7062b;
	text-decoration: none;
	}
	.bg-header {
	 background: url("images/bg-header.png") no-repeat center 50%;
	color:#fff;
	}

a:hover {
  text-decoration: none;
}


.effect-imghover > a {
    display: block;
    position: relative;
	overflow: hidden;
}
.effect-imghover > a > img {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	width:100%;
	height:auto;
}

.effect-imghover > a:hover > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.text-customer {
	color:#e7062b;
}
.bg-customer-two {
  color: #fff;
  background-color: #242733;
}


/* Center */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

}

.alignright {

	/*rtl:ignore*/
	float: right;
	
}



.alignnone img,.aligncenter img{
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	width:100%;
	height:auto;
}
.alignleft img, .alignright img{
	max-width:100%;
	width:100%;
	height:auto;
}
@media (min-width: 40em) {
.wp-caption {
	max-width:50%;

}

}
.wp-caption {
	max-width:100%;

	
}
.wp-caption-text {
	margin-top:1em;
	margin-bottom:2em;
	max-width:100%;
	width:100%;
}
.aligncenter .wp-caption-text {
	text-align:center;
}
.vh-85 {
  height: 85vh !important;
}
.vh-75 {
  height: 75vh !important;
}

.fixed-top .form-control {
	background:none;
}
.fixed-top .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.fixed-top .form-control {
	border:solid 1px #ced4da;
	color:#fff;
}
.fixed-top .form-control::-webkit-input-placeholder {
  color: #ced4da;
  opacity: 1;
}

.fixed-top .form-control::-moz-placeholder {
  color: #ced4da;
  opacity: 1;
}

.fixed-top .form-control:-ms-input-placeholder {
  color: #ced4da;
  opacity: 1;
}

.fixed-top .form-control::-ms-input-placeholder {
  color: #ced4da;
  opacity: 1;
}

.fixed-top .form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}
.fixed-top {
  transition: all .3s ease-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.home .fixed-top .navbar-nav a.nav-link{
  color: #fff;
}
.home .fixed-top.bg-white .navbar-nav a.nav-link{
  color: #6c757d;
}
.home .fixed-top .navbar-nav li.current-menu-item a.nav-link{
  color: #e7062b;
}
.city .fixed-top .navbar-nav a.nav-link{
  color: #fff;
}
.city .fixed-top.bg-white .navbar-nav a.nav-link{
  color: #6c757d;
}
.city .fixed-top .navbar-nav li.current-menu-item a.nav-link{
  color: #e7062b;
}
.fixed-top a.navbar-brand{
	color: #6c757d;
}
.home .fixed-top a.navbar-brand{
	color: #fff;
}
.home .fixed-top.bg-white a.navbar-brand{
  color: #6c757d;
}
.city .fixed-top a.navbar-brand{
	color: #fff;
}
.city .fixed-top.bg-white a.navbar-brand{
  color: #6c757d;
}
.fixed-top .navbar-brand i{
	font-size:1.5em;
	color: #e7062b;
	transform:rotate(30deg);
}
.navbar-expand-md {
	padding-top:0.96em;
	padding-bottom:0.96em;
}
.navbar-expand-md.bg-white {
	padding-top:0.5em;
	padding-bottom:0.5em;
}



.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #e7062b;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #e7062b;
}

@media (max-width: 50em) {
#navbarCollapse {
	background:#fff;
	margin-left:-17px;
	margin-right:-17px;
	padding-left:15px;
	padding-right:15px;
}
#navbarCollapse .navbar-nav a.nav-link{
  color: #6c757d;
}
#navbarCollapse .navbar-nav .active > .nav-link{
  color: #e7062b;
}
}


.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.95rem 0rem;
  margin-bottom: 0rem;
  list-style: none;
  background:none;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  font-family: 'FontAwesome';
  content: "\f105";
}

.breadcrumb-item.active {
  color: #e7062b;
}
/* Carousel base class */
.carousel {
	background: url("images/loading.gif") no-repeat center 50%;
	background-image:linear-gradient(135deg, #492cdd 0%, #ad38e2 100%);
}
/* Since positioning the image, we need to help out the caption */

.carousel-fade .carousel-caption {
  position: absolute;
  right: 15%;
   top:10%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.carousel-fade .carousel-caption h2 span {
  color: #e7062b;
}
/* Declare heights because of positioning of img element */
.carousel-inner {
  position: relative;
  width: 100%;

}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;

  float: left;
  width: 100%;
  margin-right: 0%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
  width:100%;
}
.carousel-control-prev .fa,
.carousel-control-next .fa{

  color:#fff;
  font-size:2em;
  border-radius:50%;
  width:1.75em;
  height:1.75em;
  line-height:1.75em;
}
.carousel-control-prev:hover .fa, .carousel-control-prev:focus .fa,
.carousel-control-next:hover .fa,
.carousel-control-next:focus .fa{

  color:#e7062b;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}



.theme-list {

}

.theme-list .nt-item {
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}


.theme-list .nt-item:hover {
    border-color: #eaeaea;
}
.article-list {

}
.article-list h4 {
	text-align:center;
	color:#fff;
}

.article-list ul li {
	line-height:2.5em;
	border-bottom:dashed 1px #dee2e6;
}
.article-list ul li i{
	color: #e7062b;
}


.category-list {

}
.category-list ul li {
	line-height:2.5em;
	border-bottom:dashed 1px #dee2e6;
}
.category-list ul li i{
	color: #e7062b;
}
.category-list .nt-item {
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.index-news-list {

}

.news-list {
	border-bottom:dashed 1px #d3d3d3;
}

.post.has-post-thumbnail p{
	
}
/*======= Pagination =========*/

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right:10px;
  line-height: 1.25;
  color: #e7062b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #e7062b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #e7062b;
  border-color: #e7062b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.tags {

}
.tags a{
	color:#e7062b;
	border:solid 1px #dee2e6;
	padding:2px 5px;
	margin-right:10px;
}
.tags a:hover{
	background:#e7062b;
	color:#fff;
}
/*======= Link =========*/

#link {



}
#link ul {
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
#link ul li {
    margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height:20px;
	display:inline;
}
#link .title{
    margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #DCDCDC;
}
#link .title P{
    margin: -10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	color:#666;
	z-index:999px;
}

/*======= Error =========*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #d50c0d;
  font-size: 10em;
}
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #e7062b;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #e7062b;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #e7062b;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;

  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #c91e02;
}

.pricing .featured h3 {
  color: #fff;
  background: #e7062b;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #e7062b;
  color: #fff;
}
footer a{
	color:#fff;
}