html, body{
	width: 100%;
	max-width: 100%;
	font-family: 'Open Sans', sans-serif;
	
}
body{
	color: #6a6a6a;
	font-size: 14px;
}
a {
    color: black;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.content-block{
	position: relative;
	width:1140px;
	margin: 0 auto;
}
.top-menu{
    -webkit-box-shadow: inset 0 -1px 0 0 #e1e1e1, inset 0 -2px 0 0 white;
    box-shadow: inset 0 -1px 0 0 #e1e1e1, inset 0 -2px 0 0 white;
    margin-bottom: 50px;
    /*overflow-x: hidden;*/
}
.top-menu li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
}    
.top-menu a{
	padding: 0 6px;
    color: white;
    margin: 8px 0;
    height: 34px;
    line-height: 34px;
    font-family: "Roboto",sans-serif;
    text-decoration: none;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.top-menu div > ul a.parent:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 15px;
}
.top-menu a:hover, .top-menu a.selected{
	background: #000;
}
.top-menu ul{
	padding: 0;
    list-style: none;
    font-size: 0;
}
.top-menu div > ul{
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    background-color: #565656;
}    
.top-menu div > ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 300;
    background: #ebebeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 150%;
}
.top-menu > div > ul ul ul{
    left: 90%;
    top: 0;
    z-index: 10;
}
.top-menu div li:hover > ul{
    opacity: 1;
	visibility: visible;
}
.top-menu div > ul ul a {
    display: inline-block;
    border-bottom: 1px solid #e4e4e4;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    padding: 6px 16px;
    color: #646565;
    border-radius: 0;
    margin: 0;
    height: auto;
    width: 100%;
    line-height: 1.5;
}
.top-menu div > ul ul a:hover{
	background-color: #f4f4f4;
    color: #646565;
}
.top-menu div > ul ul li{
	margin-right: 0;
	width: 100%;
	display: block;
}
.top-menu div > ul ul a:after{
    display: block;
    content: '';
    height: 100%;
    width: 3px;
    background: #000;
    opacity: 0;
    right: 0px;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.top-menu div > ul ul li.selected a{
	background: #000;
}
.top-menu div > ul ul a:hover:after{
	opacity: 1;
}
.no-fz{
	font-size: 0;
}
.left, .right{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.left{
	width: 850px;
	margin-right: 30px;
	overflow: hidden;
    margin-bottom: 30px;	
}
.right{
	width: 260px;
}
img{
	max-width: 100%
}
.index-block1{
	border-top: 2px solid #E0DEDE;
	margin-top: 30px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 300;
    margin: 0 0 20px 0;
    font-family: "Roboto",sans-serif;
}
h1{
	font-size: 22px;
	color: #151515;
	padding: 20px 0 0 15px;
}
.breadcrumb-block{
    margin-top: -20px;
    -webkit-box-shadow: inset 0 -1px 0 0 #e1e1e1, inset 0 -2px 0 0 white;
    box-shadow: inset 0 -1px 0 0 #e1e1e1, inset 0 -2px 0 0 white;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.breadcrumb-block{
    text-align: right;
}
.breadcrumb-block h1{
    display: inline-block;
    padding: 0;
    float: left;
}
.breadcrumbs{
    display: inline-block;
    margin-bottom: 20px;
}
.breadcrumbs{
    font-size: 18px;
}
.breadcrumbs a{
    color: #151515;
}
.index-block2{
	margin-top: 30px;
}
.index-block2 .title {
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    color: #151515;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.index-block2 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.index-block2 a{
    color: #555;
    line-height: 30px;
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    white-space: nowrap;
}
.index-block2 a:focus{
	text-decoration: none;
}
.index-block2 ul.root-item{
	display: none;
}
.index-block2 .root-item-selected + ul.root-item{
	display: block;
}
.index-block2 ul.root-item{
	padding-left: 20px;
}
.index-block2 a:hover, .index-block2 a.item-selected, .index-block2 .root-item-selected{
	font-weight: bold;
	text-decoration: underline;
}
.index-news{
	text-align: center;
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}
.index-news .item{
	display: inline-block;
	width: 262px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	vertical-align: top;
}
.index-news .item .img-box{
    display: block;
    text-align: center;
    height: 190px;
    overflow: hidden;
}
.index-news .item .img-box img{
    width: 100%;
}
.index-news .title {
    color: #151515;
    font-size: 18px;
    font-weight: 300;
    display: block;
    padding: 20px 20px 0px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 95px;
    overflow:hidden; 
}
.index-news p{	
   color: #a3a2a2;
   font-size: 14px;
   padding: 15px 20px 0px 20px;
   border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 120px;
    overflow:hidden; 
    margin-bottom: 0;
}
.index-news .item:after{
	display: block;
	content: "";
	height: 20px;
	border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.index-goods{
	margin-left: -15px;
	margin-right: -15px;	
	font-size: 0;
	/*text-align: center;*/
}
.index-goods .item{
    display: inline-block;
    width: 262px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;    
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 18px;
    color: #151515;
    font-weight: 300;
    vertical-align: top;
}
.index-goods .item .new{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 40px;
}
.pager-top .nav-title{
    font-size: 14px;
    color: #000;
    line-height: 34px;
    margin-bottom: 20px;
}
.pager-bottom{
    text-align: right;
}
.pager-bottom .nav-title{
    display: none;
}
.system-nav-orange{
    margin-bottom: 30px;
}
.pager-bottom a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 13px;
    color: #000;
}
.pager-bottom .system-nav-orange .nav-current-page{
    display: inline-block;
    background: #fafafa;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #000;
}
.pager-top .nav-pages{
    display: none;
}
.index-goods .item a{
	color: #151515;
	display: block;
	text-decoration: none;
}
.index-goods .item .img-box{
    position: relative;
	height: 195px;
	width: 100%;
	text-align: center;
}
.index-goods .text-block{
	padding: 20px;
	  -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: "Roboto",sans-serif;
}
.index-goods .item:hover .text-block{
	background-color: #fafafa;
}
.index-goods .text-block .model{
	display: block;
	margin-top: 7px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #000;
}
.index-block3{
	margin-bottom: 30px;
}
.title24, .index-block3 .title{
	font-size: 24px;
	font-family: "Roboto",sans-serif;
	color: #151515;
	margin-bottom: 35px;
	font-weight: 300;
}
.index-goods .text-block .title{
	height: 110px;
}
.left-slider.flexslider{
	background: #fafafa;
    padding: 16px 8px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}
.left-slider .title{
	font-size: 22px;
    font-family: "Roboto",sans-serif;
    color: #151515;
    font-weight: 200;
    display: block;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.left-slider img{
	position: relative;
	z-index: -1;
}
.left-slider .slides a{
	display: block;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 14px;
    color: #151515;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: -18px auto 0;
    border: 1px solid #f0f0f0;
    padding: 8px 15px;
    max-width: 130px;
    z-index: 9;
}
.left-slider a:hover{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    opacity: 0.95;
}
.left-slider .flex-control-nav{
	bottom: -40px;
	left: 0;
}
.left-slider .slides{
	overflow:hidden;
}
.left-slider .flex-active-slide {
    position: relative;
    -webkit-animation: zoomIn;
    -moz-animation: zoomIn;
    -o-animation: zoomIn;
    animation: zoomIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
  	  -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
      -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.footer{
	background: #24282e;
    border-top: 3px solid #484e56;
    color: #aeb4bc;
    min-height: 100px;
    margin-top: 150px;
}
.to-top {
    height: 60px;
    width: 60px;
    line-height: 50px;  
    right: 30px;
    bottom: 30px;
    position: fixed;
    overflow: hidden;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    font-size: 30px;
    text-align: center;
    color: #000;
    border: 2px solid #000;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 500;
}
.to-top:hover {
    background: #000;
    color: #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}
.to-top.top-fade-out {
    opacity: .5;
}
.fa-chevron-up:before {
    content: "\f077";
}
.footer{
	padding-top: 30px;
	padding-bottom: 70px;
}
.footer .info, .footer .info a{
	color: #666;
    font-size: 12px;
}
.footer .logo{
	margin-right: 30px;
}
.footer > div > *{
	display: inline-block;
	vertical-align: top;
}
.footer .info{
	margin-right: 120px;
	line-height: 18px;
}
.footer > div > a{
	margin-left: 45px;
}
.footer .info a:hover{
	color: #CCC;
    text-decoration: underline;
}
.header hr{
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #e1e1e1;
}
.header .logo{
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}
.searchform{
	position: relative;
	top: 5px;
	display: inline-block;
	float: right;
	vertical-align: top;
	border: 1px solid #e1e1e1;
	padding: 3px;
}
.searchform input{
	border: none;
	width: 400px;
	text-indent: 10px;
}
.searchform input:focus{
	outline: none;
}
.searchform input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    color: white;
    background: #000;
    font-family: "Roboto",sans-serif;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
        padding: 0 12px;
    height: 32px;
    line-height: 32px;
    width: auto;
    text-indent: 0px;    
}
.searchform input[type="submit"]:hover{
	color: white;
    background: #6a6a6a;
}
.top-block{
	text-align: right;
}
.top-block ul{
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-left: 100px;
	margin-top: 10px;
}
.top-block ul li{
	display: inline-block;
	margin-left: 10px;
}
.top-block .social-network a{
	color: #646565;
	font-size: 16px;
}
.top-block .social-network a:hover{
	color: #000;
}
.post .post-thumb{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.post .readmorelink{
    text-align: right;
}
.post .readmorelink a{
    color: #000;
}
.post .postinfo{
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}
.left a:hover, .left a:focus{
    color: #000;
}
.clear{
    clear: both;
    float: none;
    margin-bottom: 50px;
}
div.modern-page-navigation{
    margin-bottom: 30px;
}
.left img {
    margin-right: 10px;
    margin-bottom: 10px;
}
.back{
    margin-top: 30px;
    margin-bottom: 30px;
}
.capca{
    float: none !important;
    max-width: 100%;
}    
@media (max-width: 1199px){
	.content-block{
    	width: 940px;
	}
	.left{
		width: 650px;
		margin-right: 30px;	
	}
	.right{
		width: 260px;
	}
	.index-news .item, .index-goods .item{
		width: 310px;
	}
	.footer > div > a{
		margin-left: 15px;
	}
	.footer .info{
		margin-right: 0;
	}
} 

@media (max-width: 991px){
	.content-block{
    	width: 720px;
	}
	.left{
		width: 100%;
		margin-right: 0px;	
	}
	.index-news .item, .index-goods .item{
		width: 220px;
	}
	.index-goods .item{
		padding-bottom: 10px;
	}
	.right{
		width: 100%;
		display: block;
		font-size: 0;
	}
	.banner1, .banner2, .index-block2, .left-slider{
		display: inline-block;
		width: 220px;
		vertical-align: top;
		margin-right: 30px;
		margin-top: 0;
	}
	.left-slider.flexslider{
	 	margin-right: 0;
	 	margin-top: 0;
	}
	.index-block2 a{
	 	font-size: 14px;
	}
	.footer > div > a{
		margin-left: 0px;
		margin-right: 50px;
	}
	.footer .info{
		width: 500px;
		margin-bottom: 30px;
	}
    .breadcrumbs{
        display: block;
        float: none;
        margin-bottom: 20px;
    }
} 
@media (max-width: 767px){
	.content-block{
    	width: 100%;
	}
    .content-box-inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .breadcrumb-block h1{
        float: none;
    }
    .breadcrumb-block{
        text-align: center;
    }
	.index-block1,.breadcrumb-block{
		padding-left: 10px;
		padding-right: 10px;
	}
	.index-block3{
		padding-right: 10px;
	}
	.title24, .index-block3 .title{
		padding-left: 10px;
		padding-right: 10px;
	}
	.index-news .item, .index-goods .item{
		width: 300px;
	}	
	.banner1, .banner2, .index-block2, .left-slider.flexslider{
		display: block;	
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		width: 300px;
	}
	.left-slider.flexslider{
		margin-bottom: 70px;
	}
	.logo{
		padding-left: 10px;
	}
	.footer, .top-block{
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer .logo{
		margin-bottom: 20px;
	}
	.footer .info{
		width: 100%;
	}
	.footer > div > a{
		margin-right: 0;
		width: 50%;
		margin-bottom: 30px;
	}
	.to-top{
		width: 40px;
		height: 40px;
		line-height: 35px;
		right: 15px;
		bottom: 15px;
	}
	.searchform input{
		width: 220px;
	}
	.top-block ul{
		margin-left: 35px;
	}
	.top-block ul:first-child{
		margin-left: 0;
	}
    .top-menu div > ul ul{
        display: none;
    }
} 
@media (max-width: 479px){
	.searchform{
		margin-left: 10px;
		float: none;
		margin-bottom: 30px;
	}
    .post .post-thumb{
        margin-bottom: 20px;
        display: block;
        float: none;
    }
}