/*
Theme Name: 简单企业主题
Theme URI: http://www.z1988.com
Author: z1988
Author URI: http://www.z1988.com
Description: 简单主题免费版，更多精美主题尽在www.z1988.com
Version: 1.0
Tags: 响应式主题, 橙色, 蓝色
*/


@import url("css/font-awesome.min.css?4.70");
@import url("css/icofont.css");
@import url("css/bootstrap.min.css");
.slider-title-phone i{
	color:#17bed2;
}
.service-element i {
	font-size:50px;
	color:#b5b7c1;
}
.bg-color-base .service-element i{
	color:#fff;
}


.page-banner{text-align:center;padding-top:90px;}
.page-banner .page-banner-title{font-size:50px;color:#fff}
.page-banner .page-banner-text{font-size:20px;color:#fff;opacity:.8}

#category h3 {
	background:#17bed2;
	height:3px;
	width:50px;
	margin:0px auto 30px auto;
}

.sidebar {
	
}



.sidebar h3{
	background: #17bed2;
	font-size:18px;
	font-weight:bold;
	line-height:45px;
	color:#fff;
	text-align:center;
}
.sidebar ul{
	margin:0px 0px 15px 0px;
	padding:0px;
}
.sidebar ul li{
	background:#f5f7f9;
	line-height:35px;
	border-bottom:solid 1px #fff;
	padding-left:15px;
	list-style:none;
}
.sidebar ul li a:before{
	font-family: "FontAwesome";
	content: "\f105";
	margin-right:6px;
}
.tags {
  display: inline-block;
  padding: 0px 6px;
  background: transparent;
  border: 1px solid #17bed2;
  line-height: 30px;
  border-radius: 5px;
  color: #17bed2;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;

  z-index: 2;
}



.tags:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #17bed2;
  height: 280px;
  width: 330px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.tags:hover, .tags:focus {
  color: #fff;
  border: 1px solid #17bed2;
}

.tags:hover:before, .tags:focus:before {
  bottom: -50px;
}

.paginations {
  text-align: center;
  padding-top: 20px;
  overflow:hidden;
}
.paginations li {
  display: inline-block;
  
}
.paginations li a {
  color: #fff;
  font-size: 18px;
  background:#666;
  width:2em;
  height:2em;
  line-height:3em;
  padding:0.25em 0.75em;
  margin:1em 0.25em;
  border-radius:2em;
}

.paginations li.active a,
.paginations li:hover a{
	background: #17bed2;
	color:#fff;
	font-weight:500;
	
}





.jzp-mt-3 {
	margin-top:30px;
}
.jzp-pt-5 {
	padding-top:50px;
}
.logo-header{
  color: #666;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo-header:before {
	font-family:'icofont';
	content:"\ecbd";
	background:#17bed2;
	color:#fff;
	width:2em;
	height:2em;
	padding:0.25em 0.35em;
	margin-right:10px;
	border-radius: 50%;
}
.logo-footer{
  color: #e4e4e4;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo-footer:before {
	font-family:'icofont';
	content:"\ecbd";
	background:#e4e4e4;
	color:#17bed2;
	width:2em;
	height:2em;
	padding:0.25em 0.35em;
	margin-right:10px;
	border-radius: 50%;
	opacity:.3;
}
.logo-footer:hover:before {
	font-family:'icofont';
	content:"\ecbd";
	background:#e4e4e4;
	color:#17bed2;
	width:2em;
	height:2em;
	padding:0.25em 0.35em;
	margin-right:10px;
	border-radius: 50%;
	opacity:.6;
}
.download-file {
	text-align:center;
	margin:20px 0px 50px 0px;
}

.download-file a{
	line-height:45px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.contact i.rounded-circle {
	color:#fff;
	background:#17bed2;
	width:3em;
	height:3em;
	margin-bottom:30px;
	border-radius: 50%;
	border:solid 3px #f3f3f3;
}
.contact i:hover {
	background:#666;
	border:solid 3px #17bed2;
}
.contact .fa {
	font-size:3em;
	line-height:2.6em;

}
.news-list .news-item {
	
}
.news-list .news-item img{
	width:100%;
}
.news-list .news-item h4{
	margin:0px;
	padding:0px;
	line-height:45px;
}
.news-list .news-item p{
	
}