
/* Designed by YCWAY.COM
*********************************************/
body {
	padding-bottom:0;
	padding-top: 50px;
	font-family: "Helvetica Neue","Microsoft YaHei",Helvetica,Arial,sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-bottom: 20px;
	margin-top: 20px;
}
h1, .h1 {
	font-size: 24px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 16px;
}
.list-inline .label-default {
    background-color: #eee;
	color: #999;
	font-size: 12px;
    font-weight:normal;
}
.list-inline .label-default[href]:hover, .list-inline .label-default[href]:focus {
    background-color: #ddd;
	color: #777;
}
/* -------NAV-------*/
.navbar-brand {
	padding: 14px 15px;
}
.navbar-nav > li > a {
    line-height: 30px;
}
/* -------banner-------*/
.jumbotron {
	margin-bottom: 20px;
}
.frontpage-banner {
	background: url('../images/header_bg.jpg') no-repeat center top;
	background-size: cover;
	border-radius: 0;
	padding: 100px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
}
.frontpage-banner .center-block {
	float: none;
}
.frontpage-banner h1 {
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	line-height: 70px;
}
.frontpage-banner p {
	color: #eee;
	font-size: 16px;
	padding: 10px 0;
}
.banner {
	background-color: #6fc39a;
	background-image: linear-gradient(125deg, #35a28e, #a8e4a5);
	border-radius: 0;
	padding: 0;
}
.banner p {
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	line-height: 60px;
	margin: 0;
}
.banner .container {
	background: url('../images/banner_bg.png') no-repeat right top;
	padding: 40px 0;
}
/* -------superiority-------*/
.superiority img {
	max-width: 100%;
}
.superiority , .boxes {
    padding-bottom:20px;
}
.superiority h3, .boxes h3 {
    font-size:20px;
}
/* -------bottom-------*/
.bottom {
    padding-bottom:25px;
	padding-top:40px;
	color: #b0b6bd;
}
.block-noise {
    background: rgba(0, 0, 0, 0) url("../images/noise.png") repeat scroll 0 0;
}
.block-texture {
    border-bottom: 0 solid rgba(0, 0, 0, 0.06);
}
.bottom h3 {
    color: #374355;
}
.bottom .nav > li > a {
    padding: 10px 0;
	color: #b0b6bd;
}
.bottom .nav > li > a:hover, .nav > li > a:focus {
    background:none;
	text-decoration:underline;
}
/* -------search-------*/
#mod-search-searchword {
    margin-top:0;
}
.bottom .form-control {
	color: #b0b6bd;
}
.bottom .search {
    margin-top:20px;
}
/* -------map-------*/
.map {
	margin-bottom: 30px;
}
.baidumap {
	border: medium none;
}
/* -------slide bar-------*/
.sidebar h3 {
    border-bottom: 1px solid #e9e9e9;
    margin: 10px 0 5px;
    padding: 10px 15px 15px;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus {
	border-radius:3px;
}
.sidebar .nav > li.active > a{
    background-color: #e9e9e9;
	border-radius:3px;
}

/* -------main-------*/
.main {
    padding-bottom:40px;
}
/* -------solution-------*/
	.solution .catItemImage {
	margin-right: 15px;
}
.solution-item .itemImageBlock {
	margin-left: 15px;
}
.articlItem {
    padding:15px 0;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}
.articlItem h3 {
    margin:0 10px 0 0;
}
.articlItem ul {
    margin:0;
}
/* -------news-------*/
	.news .date-block {
	margin-top: 20px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 4px;
}
.news .date-1 {
	background-color: #6fc39a;
	background-image: linear-gradient(125deg, #35a28e, #a8e4a5);
	color: #fff;
	font-size: 16px;
	padding: 2px 12px;
}
/* -------products-------*/
.productsitem .itemBody {
    border: 2px solid #edf4f6;
    border-radius: 4px;
}
.products .description {
    margin-bottom:20px;
	color:#666;
}
.catItemHeader .label {
    margin-top: 22px;
	margin-left:10px;
	font-size: 12px;
}
.productsitem .itemBlock {
    background: url('../images/itemBlock.png') repeat-y top left;
}
.productsitem .itemHeader  {
	padding:30px 20px;
	width:150px;
	float:left;
	position: relative;
	text-align:center;
}
.productsitem .itemHeader h3:after {
    content:"\f111";
    border: 6px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 6px;
    position: absolute;
    right: -15px;
	color:#1263a5;
	top: 26px;
}
.productsitem .itemHeader h3{
    margin:0;
	color:#1263a5;
	font-weight:bold;
	font-size: 16px;
}
.productsitem .itemContent {
    background:#fff;
    padding:28px 30px 20px;
	float:left;
	width:50%;
}
.itemContent ul{
    list-style: outside none none;
    padding: 0;
}
.itemContent ul li{
    padding:4px 0;
}
@media (min-width: 768px) {
.productsitem .itemContent {
	width:60%;
}
}
@media (min-width: 992px) {
.productsitem .itemContent {
	width:70%;
}
}
@media (min-width: 1200px) {
.productsitem .itemContent {
	width:80%;
}
}
/* -------K2-------*/
	h1.itemTitle {
	margin-bottom: 25px;
}
.itemNavigation {
	margin-top: 25px;
}
.k2ReadMore {
	font-size: 12px;
}
.itemContainer {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.itemContainerLast {
	border-bottom: none;
}
.itemDateCreated {
	color: #999;
}
/* -------Pagination-------*/
.k2Pagination {
    padding: 20px 0;
}
.k2Pagination ul {
    float: left;
    margin: 0;
    padding: 0;
}
.k2Pagination ul li {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #dedede;
	border-radius:4px;
    color: #525252;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: -1px;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.k2Pagination ul  > li:not(:first-child):not(:last-child){
    border-radius: 0;
}
.k2Pagination ul  > li:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.k2Pagination ul  > li:last-child   {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.k2Pagination ul li:hover {
    background-color: #e6e6e6;
    color: #333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.k2Pagination ul li.pagination-start {
    margin-left: 0;
}
.k2Pagination ul li.pagination-end {
}
.k2Pagination ul li a {
    padding: 6px 3px;
}
.catPaginationResults {
    color: #999;
    float: right;
    font-size: 80%;
}
/* -------search page-------*/
.form-group .controls {
    padding-left:20px;
}
.search-results .result-title {
    margin-top:15px;
}
.search-results .result-created {
    padding-bottom:15px;
	border-bottom:1px dotted #ddd;
}

.table > thead > tr > th {
    white-space: nowrap;
}