﻿    
  .pl0{padding-left:0 !important;}
  .pt50{padding-top:50px !important;}  
  .pt40{padding-top:40px !important;}
  .pb20{padding-bottom:20px !important;}  
  .mt20{margin-top:20px !important;}
  span.disabled {   
    float: left; 
}   
  .team-grid pic{width:160px;}
  .navbar-inverse {
    background-color: rgba(34,34,34,0.9);}
  .top{height: 90px;
    width: 98%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;}
  .navbar-toggle{margin-top:28px !important;}
  .container-fluid {
    padding-right:0 !important;
    padding-left:0 !important;}
  .carousel-inner {
    margin-top: 0px;} 
/*热门产品*/
 .team-grid .pic img{
    width: 230px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #fb932e;
  }
  .hot_products{ text-align:center; font-size:1em; line-height:2.8em; font-family:"微软雅黑";color:#333;}
  .hot_products:hover{color:#ff7e00;}
  .collapse{float:right;}
  .navbar-nav>li>a{color:#999 !important;font-weight:bold;line-height:60px;}
  .navbar-nav>li>a:hover{color:#fff !important;background:none !important;}
   .navbar {
     border:none;
     margin-bottom: 0px !important;}
  .product-list{margin-top:30px;}
  /*footer*/
  .footer_container{position:relative; width:100%;font-family:"微软雅黑";}

.footer_green{background-color:#ff7e00; text-align:center; color:white; line-height:60px; font-size:18px; margin-top:90px;}
.footer_black{background-color:#191919; height:126px;}
.footer{ margin:auto;overflow:hidden; width:788px;}
.footer ul{float:left; margin:46px 50px 46px 0;}
.footer_black *{color:white;font-size:16px;}
.footer_white{text-align:center;color:#999;line-height:70px; font-size:14px;}
.product_box{ position:relative}
.orange{position:absolute; left:0; top:0;} 


  #tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:2px;
	display:none;
    color:#fff;}
  .gallery a {
 
    margin: 4px 22px;
 
}
  .tcdPageCode span.current {
    float: left;} 
  
   .title {
    border-bottom: 2px #DAD6D5 solid;
    padding-bottom: .2em;
text-shadow: 2px 2px 2px #877171;

}
  
        /*body*/
  html, body{
    font-size: 100%;
	background:	#fff;
    font-family:"微软雅黑";
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}  
body a:hover{
	text-decoration:none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/*-- Header Part Starts Here --*/
.header {

  top:0;
  left:0;
  width:100%; 
  z-index:100;
	text-align: center;
	background: #1e1e1e;
}
.logo {
height:60px; float:left; margin-right:60px;
}
  .logo img{height:100%;margin-top:20px;}
.navigation {
	float: right;
}
ul.navig{
	padding:0;
}
ul.navig li{
	display: inline-block;
	margin: 0 12px;
	position:relative;
}
ul.navig li a{
	font-size:1em;
	color:#fff;
	font-weight:600;
	text-decoration: none;
  	line-height:68px;
}
ul.navig li a:hover ,ul.navig li a.active{
	color: #97262A;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:15px;
	height:15px;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
	
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em;
	margin:0 auto;
}
.grid_ba p{
	margin:1em 0 0 0;
	font-size:1em;
	font-weight:600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
@@media (max-width: 768px){
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;
	height:32px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
	padding: 7px;
	font-size: 14px;
	width: 100%;
	font-weight:600;
	display:block;
	color: #fff;
}
ul.navig li a:hover{
	color:#97262A;
}
span.menu{
	display:block;
	float:right;
	margin: 1px 0px 0 0;
}
ul.navig {
	margin: 0;
	z-index: 2222;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 100%;
	left: 2%;
	padding: 10px 0px;
	background: #2A2017;
}
.navigation {
	height: 20px;
	padding: 0px 0px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
.logo {
	left: 33.5%;
}
}
/*--Header-Part-Ends-Here --*/
/*--banner-starts--*/

.banner{
	background:url(http://q.v3.hnrich.net//RuiQiCMS.Service/SiteResource/2016/09/12/baad8ab8222c4166b685c12066bb199e/07068ff03fc445fda8a5b703fae36b9a.jpg) no-repeat center;
	min-height:700px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
  .banner1{
	background:url(http://q.v3.hnrich.net//RuiQiCMS.Service/SiteResource/2016/09/12/baad8ab8222c4166b685c12066bb199e/07068ff03fc445fda8a5b703fae36b9a.jpg) no-repeat center;
	min-height:500px;
	background-size:cover;
	-webkit-back;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
  .banner1-top {
	  width: 75%;
  margin: 32% auto 0;
}
.banner-top {
	  width: 75%;
  margin: 32% auto 0;
}
.bnr-one img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	width: 55% !important;
	margin: 0 auto;
}
.flex-direction-nav {
  display: none !important;
}
.bnr-one {
	background: rgba(252, 252, 252, 0.32);
	text-align: center;
	padding:1em 0;

	width:100%;
	margin: 0 auto;
}
.bnr-one h3 {
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
	margin: 11px auto 11px;
	text-transform: uppercase;
	width: 50%;
	line-height: 1.2em;
}
.bnr-one a {
	  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 7px;
  background: #97262A;
}
.bnr-one a:hover{
	background:#fff;
	color:#97262A;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
  

/*------------------ Slider Part starts Here----------*/
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	top: 82%;
	left: 14%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../images/arrows.png") no-repeat left top;
	display:none;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
  	left: auto;
  	background-position: right top;
  	right: 82.2%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  height: auto;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  top: 4%;
  z-index: 999;
  left: 0%;
  width: 100%;
  text-align: right;
  margin: 0;
  display: block;
}
.callbacks_tabs li{
	display:inline-block;
}
@@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border:none;
	background:#2a2017;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
.callbacks_here a:after{
	background:#97262A;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-Part-Ends-Here --*/
/*--welcome-Part-starts-Here --*/
.welcome{
	padding:6em 0px;
}
 
  .welcome-case{ }
  .welcome-case h3{font-family:"微软雅黑";
  font-weight:100 !important;text-align:center;}
  .welcome-case p{ font-family:"微软雅黑";
  font-size:16px; text-indent:32px; line-height:32px; margin-top:20px;}
  .welcome-case .title01{font-size:16px;text-align:center;margin-top:40px;font-family:"微软雅黑";}
  
.welcome-top{
	text-align:center;
  	padding-top:6em;
}
.welcome-top h1{
	font-size:2.7em;
	font-weight:700;
	color:#464646;
}
  .welcome-top h2{
	font-size:2.7em;
	color:#464646;
    font-family:"微软雅黑";
}
.welcome-top p {
	font-size: 15px;
	margin: 1% auto 0;
	width: 75%;
	line-height:1.6em;
	color: #999;
}
.welcome-bottom{
	margin-top:50px; 
}

.welcome-left h4{
  font-family:"微软雅黑";
	font-size:1.4em;
	color:#333;
  line-height:2em;
	margin: 10px;
}
.welcome-left p{
  font-family:"微软雅黑";
	font-size: 15px;
	margin-top: 1.6%;
	line-height:1.8em;
	color: #444;
}
.welcome-left img{
	
}
.welcome-one{
	margin:4% 0 0 0;
}
.col-md-6.welcome-one-left {
  padding: 0;
}
.welcome-left a.one-top {
  margin-top: 17px ;
    display: block;
}
/*--welcome-Part-Ends-Here --*/
/*--offer-Part-starts-Here --*/
.offer{
	padding:0em 0px 6em 0px;
}
.heading h3, .heading h2, .heading h1 {
	font-size: 2.7em;
	font-weight: 700;
	color: #464646;
	margin: 0;
}
.offer-top{
	text-align:center;
}
.offer-bottom{
	margin-top:3%;
}
.offer-left img{
	width:100%;
}
.offer-left h4 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 15px 0 0 0;
}
.offer-left h4 a{
	
	color: #97262A;
	text-decoration:none;
}
.offer-left{
	text-align:center;
	position:relative;
}
.offer-left p{
	font-size: 15px;
	margin-top: 2.5%;
	line-height: 1.6em;
	color: #999;
}
.o-btn{
	margin-top:6%;
}
.o-btn a{
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	padding: 4px 7px;
	background: #97262A;
}
.o-btn a:hover {
	background: #2a2017;
	color: #fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.offer-left h6 {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	background: url(../images/prc.png) no-repeat;
	position: absolute;
	top: 0;
	left: 15px;
	padding: 3px 30px 7px 20px;
}
/*--offer-Part-end-Here--*/
/*--nature-Part-start-Here--*/	
.nature{
	background:url(http://q.v3.hnrich.net//RuiQiCMS.Service/SiteResource/C/2016/07/18/cscscs/2016/07/28/20e45504038e435ebc465d5ed805e719.jpg) no-repeat;
	min-height:400px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.nature-top {
	width: 32%;
	float: right;
	background: rgba(92, 17, 20, 0.89);
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 8% 21px;
	margin-top: 1.6%;
}
.nature-top h3{
	color:#fff;
	font-size:2.1em;
	font-weight:400;
}
.nature-top p{
	font-size: 15px;
	margin-top: 2.5%;
	line-height: 1.6em;
	color: #fff;
}
/*--nature-Part-end-Here--*/
/*--field-Part-start-Here--*/		
.fields{
	padding:6em 0px;
}
.fields-left{
	text-align:center;
}
.fields-left span{
	background:url(../images/f-1.png) no-repeat;
	width:80px;
	height:80px;
	display:block;
	margin:0 auto;
}
.fields-left span.home{
	background-position:0px 0px;
}
.fields-left span.men{
	background-position:-80px 0px;
}
.fields-left span.pen{
	background-position:-160px 0px;
}
.fields-left h4 {
	font-size: 1.5em;
	font-weight: 400;
	color: #97262A;
	margin: 15px 0 0 0;
}
.fields-left p{
	font-size: 15px;
	margin-top: 1.6%;
	line-height: 1.6em;
	color: #999;
}
/*--field-Part-end-Here--*/		
/*--footer-Part-start-Here--*/	
/*.footer{
	padding:4em 0px;
	background:#2a2017;
} 
.footer-left p{
	color:#fff;
	font-size:15px;
	font-weight:400;
	line-height: 1.6em;
}
.footer-left p  a{
	color:#fff;
}
.footer-left p  a:hover{
	color: #97262A;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-left h3 {
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	  margin: 0 0 5% 0;
}
.footer-left ul {
	padding: 0;
}
.footer-left ul li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
.footer-left ul li a span{
	background:url(../images/social-icons.png) no-repeat;
	width:30px;
	height:30px;
	display:block;
}
.footer-left ul li a span:hover{
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-left ul li a span.fb{
	background-position:0px 0px;
}
.footer-left ul li a span.twit{
	background-position:-30px 0px;
}
.footer-left ul li a span.google{
	background-position:-60px 0px;
}
.footer-left ul li a span.pin{
	background-position:-90px 0px;
}
.footer-left p span{
	display:block;
}*/
/*--footer-Part-Ends-Here --*/
/*--contact-Part-starts-Here --*/
.contact{
	padding:6em 0px;
}
.contact-right iframe{
	border:none;
	width:100%;
	height:350px;
}
.contact-left p{
	font-size: 15px;
	margin-top: 1.6%;
	line-height: 1.6em;
	color: #999;
}
.contact-right input[type="text"]:nth-child(1){
	margin-right:11px;
}
.contact-right input[type="text"] {
  width: 49%;
  margin: 0px;
  color: #BCBCBC;
  background: none;
  padding: 15px 10px;
  outline: none;
  border: 1px solid #BCBCBC;
  font-family: 'Lato', sans-serif;
}
.contact-right textarea {
  width: 100%;
  color: #BCBCBC;
  resize: none;
  background: none;
  height: 12.7em;
  padding: 15px;
  outline: none;
  border: 1px solid #BCBCBC;
  margin-top: 1.4%;
  font-family: 'Lato', sans-serif;
}
.submit-btn input[type=submit] {
  color: #ffffff;
  padding: 10px 50px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  margin: 20px 0 0 0px;
  border: none;
  background: #97262A;
  font-family: 'Lato', sans-serif;
  outline: none;
}
.submit-btn input[type=submit]:hover {
  background: #2a2017;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.contact-bottom{
	margin-top:5%;
}
/*--contact-Part-Ends-Here --*/
/*--gallery-Part-Ends-Here --*/
.gallery{
	padding:6em 0px;
}
.gallery-top{
	text-align:center;
  margin-top:30px;
}
.gallery-bottom{
	margin-top:5%;
}
.gallery-left img{
	width:100%;
}
.gallery-left{
	position: relative;
   margin-bottom:20px;
}
.gallery-1{
	margin-top:25px;
}
.gallery-1:nth-child(1){
	margin-top:0;
}
/*--gallery-Part-Ends-Here --*/
/*--about-Part-starts-Here --*/
.about{
	padding:6em 0px;
}
.about-top h4 {
	font-size: 1.5em;
	font-weight: 400;
	color: #97262A;
	margin: 18px 0 0 0;
}
.about-top p{
	font-size: 15px;
	margin-top: 1%;
	line-height: 1.6em;
	color: #999;
}
.about-bottom{
	margin-top:2%;
}
.about-left img{
	width:100%;
}
.about-left h5 {
	font-size: 1.25em;
	font-weight: 400;
	margin: 18px 0 6px 0;
}
.about-left h5 a{
	
	color: #97262A;
	text-decoration:none;
}
.advn-one {
	margin-top: 7%;
}
.ad-mian {
	margin-top: 3%;
}
.ad-left {
	width: 10%;
	float: left;
}
.ad-left p {
	color: #fff;
	background: #97262A;
	padding: 13px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	font-size: 20px;
}
.ad-right {
	width: 84%;
	float: right;
}
.ad-right h4, .advn-two h4 {
	color: #97262A;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
}
.ad-right h4 a{
	text-decoration:none;
		color: #97262A;
}
.ad-right p {
	color: #999;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 8px;
}
.advn-two ul {
	padding: 0;
	margin-top: 3%;
}
.advn-two ul li {
	list-style-image: url(../images/marker.png);
	margin: 0px 0px 12px 18px;
	vertical-align: top;
}
.advn-two p{
	color: #999;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 8px;
}
.advn-two {
	margin-top: 7%;
}
.advn-two ul li a {
	color: #999;
	font-size: 15px;
	font-weight: 400;
}
.advn-two ul li a:hover{
	color:#97262A;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.team{
	padding:6em 0px;
}
.team-bottom{
	margin-top:4%;
}
.team-top{
	text-align:center;
}
/*--about-Part-Ends-Here --*/  
/*--blog-starts--*/
.blog {
  padding: 6em 0;
}
span.glyphicon {
  color: #97262a;
}
.pager li > a, .pager li > span {
  border-radius: 15px;
  color: #353a3d;
}
.blog-main p {
	color: #999;
	font-size: 15px;
	margin-top: 5px;
}
.blog-head{
	text-align:center;
}
.blog-top {
  margin-top: 3%;
}
.blog-main p a{
	color:#97262a;
}
.blog-main p a:hover{
	text-decoration:underline;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	color:#999;
}
a.bg {
	color: #97262a;
	font-size: 1.5em;
	font-weight: 400;
	text-decoration: none;
}
.blog-one{
	margin-top:2em;
}
.blog-one img{
	width:100%;
}
.col-md-5.blog-one-left {
  	padding-left: 0;
}
.blog-comments {
  margin-top: 2.5em;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding: 1.3em 0px;
}
.blog-comments ul {
  padding: 0;
}
.b-btn {
	margin-top: 26px;
}
.blog-comments ul li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
}
.b-btn a{
	color: #fff;
	padding: 5px 15px;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	outline: none;
	font-size: 13px;
	background: #97262a;
}
.b-btn a:hover{
	background:#2a2017;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.blog-main-one {
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.blog-right h3,.blog-right h2{
	color: #97262a;
	font-size: 1.5em;
	font-weight: 400;
}
.blog-right ul{
	padding:0;
	margin-top:1.5em;
}
.blog-right ul li{
	list-style:none;
	margin-bottom:8px;
}
.blog-right ul li a {
	color: #999;
	font-size: 15px;
}
.blog-right ul li a:hover{
	color:	#97262a;
	margin-left: 10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.posts{
	margin-top:2em;
}
.categories:nth-child(1){
	margin-top:0;
}
.categories{
	margin-top:2em;
}
p.sngl {
	margin-top: 1.5em;
}
.blog-one p {
	color: #999;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 1em;
}
.blog-one-left p{
	margin-top:0;
}
.pagination {
	margin: 4% 0 0 0;
}
.blog-comments ul li a, .blog-comments ul li p {
	color: #999;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.blog-comments ul li a:hover{
	color:	#97262a;
	text-decoration: none;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
.related{
	margin-top:3em;
}
.contact-form {
	margin-top: 1.7em;
}
.related-left{
	text-align:center;
}
.related-left h4 {
	color: #97262a;
	font-size: 1.35em;
	font-weight: 400;
	margin: 13px 0 0 0;
}
.contact-form form input[type="text"]{
	padding: 10px 15px;
	width: 100%;
	color: #333;
	font-size: 1em;
	border: 1px solid #E3E3E3;
	outline: none;
	display: block;
	margin: 10px 0;
}
 .contact-form form textarea {
  padding: 10px 15px;
  width: 100%;
  color: #333;
  font-size: 1em;
  border: 1px solid #E3E3E3;
  outline: none;
  display: block;
  margin: 10px 0;
}
.contact-form form textarea {
  height: 200px;
  resize: none;
}
.contact-form form input[type="submit"]:hover{
	background: #2a2017;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-form form input[type="submit"] {
	color: #fff;
	background: #97262a;
	padding: 0.7em 1.7em;
	font-size: 1em;
	margin-top: 1em;
	border: none;
	outline: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-heading a,.media-heading{
	color:#97262a;
}
.media-body p {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.6em;
	color: #999;
}
.comments-bottom {
	margin-top: 3%;
}
.media {
	margin-top: 24px;
}
.comments {
	margin-top: 5%;
}
.related-bottom {
	margin-top: 3%;
}
.related-left img {
	width: 100%;
}
.reply{
	margin-top: 5%;
}
ul.pager {
	margin: 0;
}
/*--blog-end--*/
/*--pages-start--*/
.pages {
	padding: 7em 0px;
}
h3.ghj {
	color: #000;
	font-size: 2em !important;
	margin: 0 0 1em;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}
.breadcrumb {
	margin-bottom: 3em !important;
}
.table {
	margin-bottom: 0;
}
.b4,.b5,.b6 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.bs-example h1, .bs-example hh2, .bs-example h3, .bs-example h4, .bs-example h5, .bs-example h6 {
  margin: 0 0 10px;
}
/*--pages-end--*/
#toTop {
  display: none;
  text-decoration: none;

  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 44px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-arrow.png) no-repeat;
}
/*--media-quaries-starts-here--*/
@@media (max-width:1366px){
.banner {
	min-height: 660px;
}
.gallery {
	padding: 5em 0px;
}
.welcome {
	padding: 5em 0px;
}
.offer {
	padding: 0em 0px 5em 0px;
}
.fields {
	padding: 5em 0px;
}
.contact, .about, .team, .blog{
	padding: 5em 0px;
}
.pages {
	padding: 6em 0px;
}
}
@@media (max-width:1280px){
.banner {
	min-height: 600px;
}
.pages {
	padding: 5em 0px;
}
.comments {
  margin-top: 4%;
}
.related {
  margin-top: 4%;
}
.related-bottom {
  margin-top: 2%;
}
.contact-bottom {
	margin-top: 4%;
}
.blog-comments {
	padding: 1.1em 0px;
	margin-top: 2em;
}
.blog-top {
	margin-top: 2%;
}
.gallery-bottom {
	margin-top: 4%;
}
.advn-one,.advn-two {
	margin-top: 5.5%;
}
.team-bottom {
	margin-top: 2%;
}
.banner-top {
	margin: 23% auto 0;
}
.welcome-bottom {
	margin-top: 2%;
}
.offer-bottom {
	margin-top: 2%;
}
.nature-top h3 {
	font-size: 2em;
}
.nature-top {
	width: 33%;
	padding: 7.8% 21px;
	margin-top: 1.15%;
}
.reply {
  margin-top: 4%;
}
}
@@media (max-width:1024px){
.bnr-one h3 {
	font-size: 1.15em;
	margin: 11px auto 11px;
	width: 50%;
}
.pages {
	padding: 4em 0px;
}
.related-left h4 {
  font-size: 1.25em;
  margin: 10px 0 0 0;
}
.contact, .about, .team, .blog {
	padding: 4em 0px;
}
.contact-right iframe {
	height: 320px;
}
.submit-btn input[type=submit] {
	padding: 9px 47px;
	font-size: 18px;
}
.gallery {
	padding: 4em 0px;
}
.gallery-bottom {
	margin-top: 3%;
}
#filters li span {
  font-size: 14px;
}
.header {
	padding: 1.5em 0;
}
.logo a img {
	width: 80%;
}
.bnr-one img {
	width: 45%;
}
.bnr-one {
	width: 83%;
}
.banner {
	min-height: 530px;
}
.welcome-top h1 {
	font-size: 2.5em;
}
.welcome {
	padding: 4em 0px;
}
.welcome-top p {
	margin: 5px auto 0;
	width: 90%;
}
.welcome-left h3 {
	font-size: 1.55em;
}
.heading h3,.heading h2,.heading h1{
	font-size: 2.5em;
}
.nature-top h3 {
	font-size: 1.75em;
}
.offer-left h4 {
	font-size: 1.3em;
}
.nature-top {
	width: 33.5%;
	margin-top: 2.3%;
	padding: 7% 21px;
}
.nature {
	min-height: 360px;
}
.fields-left h4 {
	font-size: 1.3em;
}
.fields {
	padding: 4em 0px;
}
.footer {
	padding: 3.5em 0px;
}
.welcome-left  a.one-top {
	margin-top: 24px;
}
.offer {
	padding: 0em 0px 4em 0px;
}
.contact-right input[type="text"]:nth-child(1) {
	margin-right: 8px;
}
.about-top h4 {
  font-size: 1.35em;
  margin-top: 9px;
}
.ad-left p {
  padding: 8px 0px;
}
.ch-grid li {
  margin: 0 20px !important;
}
.team-bottom {
	margin-top: 3%;
}
.col-md-7.blog-one-left {
	padding: 0;
}
.blog-one {
	margin-top: 1.2em;
}
a.bg {
	font-size: 1.3em;
}
.blog-right h3,.blog-right h2{
	font-size: 1.3em;
}
.blog-right ul {
	margin-top: 1em;
}
.blog-one p {
	font-size: 14px;
}
.b-btn a {
	padding: 4px 9px;
	font-size: 12px;
}
.b-btn {
	margin-top: 10px;
}
.blog-right ul li a {
	font-size: 14px;
}
.blog-comments ul li a, .blog-comments ul li p {
	font-size: 14px;
	margin-left: 7px;
}
.blog-comments {
	padding: 1em 0px;
}
.blog-main p {
	font-size: 14px;
	margin-top: 2px;
}
.related-left {
  padding: 0 7px;
}
}
@@media (max-width:768px){
.banner-left {
width:50%;
	float: left;
}
.pages {
	padding: 3em 0px;
}
.related-left {
  width: 25%;
  float: left;
}
.contact-form {
  margin-top: 1.2em;
}
.contact-form form input[type="submit"] {
  padding: 10px 22px;
  font-size: 13px;
  margin-top: 6px;
}
.contact-form form input[type="text"] {
  padding: 8px 15px;
  font-size: 14px;
}
.contact-form form textarea {
  height: 155px;
  font-size: 14px;
}
.related-left h4 {
  font-size: 1.1em;
}
.media-body p {
  font-size: 14px;
  margin-top: 4px;
}
.col-md-5.blog-one-left {
	width: 43%;
	float: left;
}	
.col-md-7.blog-one-left {
	width: 57%;
	float: right;
}
.b-btn {
	margin-top: 19px;
}
.blog-comments {
	padding: 10px 0px;
	margin-top: 1.2em;
}
a.bg {
	font-size: 1.2em;
}
.blog-right h3,.blog-right h2{
	font-size: 1.2em;
}
.col-md-3.blog-right {
	margin-top: 25px;
}
.blog-right ul {
  margin-top: 10px;
}
.blog-right ul li {
  margin-bottom: 5px;
}
.categories {
  margin-top: 1.3em;
}	
.pager li > a, .pager li > span {
  padding: 4px 21px;
  font-size: 14px;
}
.ch-grid li {
  margin: 0 8px !important;
}
.pagination {
  margin: 3% 0 0 0;
}
.about-left {
	width: 33.3%;
	float: left;
}
.ad-left {
	width: 8.7%;
}
.ad-left p {
	padding: 15px 0px;
}
.advn-one, .advn-two {
	margin-top: 3.5%;
}
.advantages-left:nth-child(2){
	margin-top: 3.5%;
}
.ad-right {
  width: 87%;
}
.about-top h4 {
	font-size: 1.2em;
}
.contact-top,.contact-bottom{
	text-align: center;
}
.contact-left p {
	margin-top: 1%;
}
.contact-right {
	margin-top: 13px;
}
.contact-right iframe {
	height: 250px;
}
.contact-right input[type="text"] {
	padding: 12px 10px;
	font-size: 13px;
}
.bnr-one h3 {
	font-size: 1em;
	margin: 10px auto 5px;
}
.contact-right textarea {
	height: 11.7em;
	font-size: 13px;
	padding: 11px;
}
.bnr-one a {
	font-size: 11px;
	padding: 3px 6px;
}
.submit-btn input[type=submit] {
	padding: 9px 40px;
	font-size: 16px;
	margin: 10px 0 0 0px;
}
.contact, .about, .team, .blog{
	padding: 3em 0px;
}
.bnr-one img {
	width: 40%;
}
.bnr-one {
	width: 92%;
}
.banner {
	min-height: 410px;
}
.logo {
	left: 0%;
}
.callbacks_tabs a:after {
	height: 11px;
	width: 11px;
}
.welcome-top h1 {
	font-size: 2.1em;
}
.welcome-one-left {
	width: 50%;
	float: left;
}
.welcome-one-right {
	width: 50%;
	float: right;
}
.welcome-left h3 {
	font-size: 1.45em;
}
.welcome-left p {
	font-size: 14px;
	margin-top: 1.1%;
}
.welcome-top p {
	width: 97%;
	font-size: 14px;
}
.welcome-left  a.one-top {
	margin-top: 9px;
}
.welcome-left:nth-child(2){
	margin-top:3%;
}
.welcome-one {
	margin-top: 2%;
}
.offer-left {
	width: 25%;
	float: left;
	padding: 0 5px;
}
.offer-left h4 {
	font-size: 1.2em;
}
.offer-left p {
	font-size: 14px;
}
.o-btn a {
	font-size: 11px;
	padding: 3px 6px;
}
.o-btn {
	margin-top: 4%;
}
.heading h3,.heading h2,.heading h1{
	font-size: 2.1em;
}
.welcome {
	padding: 3em 0px;
}
.offer {
	padding: 0em 0px 3em 0px;
}
.nature-top h3 {
	font-size: 1.3em;
}
.nature-top p {
	font-size: 14px;
	margin-top: 2.3%;
}
.nature-top {
	width: 36%;
	margin-top: 3%;
	padding: 5.7% 21px;
}
.nature {
	min-height: 310px;
}
.fields {
	padding: 3em 0px;
}
.fields-left {
	width: 33.3%;
	float: left;
}
.fields-left h4 {
	font-size: 1.2em;
}
.fields-left p {
	font-size: 14px;
	margin-top: 1.5%;
}
.fields-left span {
	width: 65px;
	height: 65px;
	background-size: 300%;
}
.fields-left span.men {
	background-position: -65px 0px;
}
.fields-left span.pen {
	background-position: -130px 0px;
}
.footer-left {
	width: 33.3%;
	float: left;
}
.footer-left h3 {
	font-size: 1.6em;
}
.footer {
	padding: 3em 0px;
}
.offer-left h6 {
	font-size: 15px;
	left: 5px;
	padding: 3px 30px 7px 15px;
	background-size: 92%;
}
.about-top p {
	font-size: 14px;
}
.ad-right p {
  font-size: 14px;
  margin-top: 2px;
}
.advn-two p {
  font-size: 14px;
  margin-top: 4px;
}
.advn-two ul li a {
  font-size: 14px;
}
.advn-two ul {
	margin-top: 1.5%;
}
.gallery-left {
	width: 25%;
	float: left;
	padding: 0 5px;
}
.col-md-6:nth-child(3){
	margin-top: 4%;
}
}
@@media (max-width:640px){
.logo a img {
	width: 70%;
}
.label {
	font-size: 59%;
}
.breadcrumb {
	margin-bottom: 2em !important;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 1em 0;
}
h3.ghj {
	font-size: 1.7em !important;
	margin: 0 0 12px;
}
.gallery-bottom {
  margin-top: 4%;
}
.related-left h4 {
  font-size: 1em;
}
a.bg {
  font-size: 1.1em;
}
.blog-main p {
  font-size: 13px;
}
.blog-one p {
  font-size: 13px;
}
.blog-comments ul li a, .blog-comments ul li p {
	font-size: 13px;
	margin-left: 5px;
}
.b-btn a {
	padding: 2px 6px;
	font-size: 11px;
}	
.blog-one p {
	font-size: 12px;
}
.b-btn {
	margin-top: 4px;
}
.col-md-5.blog-one-left {
  width: 47%;
}
.col-md-7.blog-one-left {
  width: 53%;
}
span.glyphicon {
  font-size: 15px;
}
.ch-grid li {
  width: 215px !important;
  height: 215px !important;
  margin: 10px 40px 10px 41px !important;
}
.about-top h4 {
	font-size: 1.1em;
}
.about-left h5 {
  font-size: 1.1em;
}
.about-left {
  padding: 0 5px;
}
.ad-left p {
  padding: 10px 0px;
}
.ad-right h4, .advn-two h4 {
  font-size: 1.17em;
}
.bnr-one h3 {
	font-size: 13px;
	margin: 7px auto 1px;
}
.bnr-one a {
	font-size: 10px;
	padding: 2px 4px;
}
.about-left h5 {
	font-size: 1.17em;
	margin: 10px 0 3px 0;
}
.gallery-bottom {
	margin-top: 6%;
}
.gallery {
	padding: 6em 0px;
}
.bnr-one {
	padding: 13px 0;
}
.banner {
	min-height: 340px;
}
.banner-top {
	margin: 23% auto 0;
	width: 95%;
}
.welcome-top h1 {
	font-size: 1.8em;
}
.welcome {
	padding: 2em 0px;
}
.welcome-left h3 {
	font-size: 1.3em;
}
.welcome-left  a.one-top {
	margin-top: 16px;
}
.heading h3,.heading h2,.heading h1 {
	font-size: 1.8em;
}
.offer {
	padding: 0em 0px 2em 0px;
}
.welcome-left:nth-child(2) {
	margin-top: 2.2%;
}
.offer-left h6 {
	font-size: 12px;
	padding: 2px 32px 10px 15px;
	background-size: 83%;
}
.offer-left {
	width: 50%;
	padding: 0 15px;
}
.offer-left h6 {
	font-size: 13px;
	padding: 4px 35px 10px 15px;
	background-size: 100%;
	left: 15px;
}
.offer-left h4 {
	margin-top: 10px;
}
.offer-left:nth-child(1),.offer-left:nth-child(2){
	margin-bottom:4%;
}
.nature-top h3 {
	font-size: 1.25em;
}
.nature-top {
	width: 43%;
	padding: 6% 21px;
	margin-top: 2.5%;
}
.nature {
	min-height: 285px;
}
.fields-left {
	padding: 0 5px;
}
.fields {
	padding: 2em 0px;
}
.fields-left h4 {
	margin-top: 10px;
}
.footer-left ul li {
	margin-right: 7px;
}
.footer-left h3 {
	font-size: 1.45em;
}
.footer-left p {
	font-size: 14px;
}
.footer-left ul li a span {
	width: 25px;
	height: 25px;
	background-size: 400%;
}
.footer-left ul li a span.twit {
	background-position: -25px 0px;
}
.footer-left ul li a span.google {
	background-position: -50px 0px;
}
.footer-left ul li a span.pin {
	background-position: -75px 0px;
}
.footer {
	padding: 2.5em 0px;
}
.fields-left span {
	width: 60px;
	height: 60px;
}
.fields-left span.men {
	background-position: -60px 0px;
}
.fields-left span.pen {
	background-position: -120px 0px;
}
.contact-left p {
	font-size: 14px;
	margin-top: 3px;
}
.contact-right iframe {
	height: 220px;
}
.contact-right input[type="text"]:nth-child(1) {
	margin-right: 7px;
}
}
@@media (max-width:480px){
.footer-left {
	width: 100%;
	float: none;
	text-align: center;
}
h1, .h1 {
	font-size: 30px !important;
}
.label {
  font-size: 51%;
}
.gallery-1 {
  margin-top: 15px;
}
.gallery-left {
  width: 50%;
  padding: 0 8px;
}
.gallery-left:nth-child(1),.gallery-left:nth-child(2){
	margin-bottom:15px;
}
.gallery {
  padding: 2em 0px;
}
.gallery-bottom {
  margin-top: 3%;
}
.media-body p {
  font-size: 13px;
  margin-top: 1px;
}
.related-left {
  width: 50%;
}
.related-left:nth-child(1),.related-left:nth-child(2){
	margin-bottom:10px;
}
.related-bottom {
  margin-top: 3%;
}
.media {
  margin-top: 10px;
}
.contact-form form input[type="text"] {
  padding: 6px 15px;
  font-size: 13px;
  margin: 8px 0;
}
.contact-form form textarea {
  height: 140px;
  font-size: 13px;
}
.contact-form form input[type="submit"] {
  padding: 5px 18px;
  margin-top: 1px;
}
.media-heading a, .media-heading {
  font-size: 16px;
}
.about-top h4 {
	font-size: 1em;
	margin-top: 5px;
	line-height: 1.3em;
}
.about-top p {
	font-size: 13px;
	margin-top: 1px;
}
.about-left h5 {
	font-size: 1em;
}
.ad-left p {
	padding: 7px 0px;
	font-size: 16px;
}
.ad-right h4, .advn-two h4 {
	font-size: 1.1em;
}
.ad-right p {
	font-size: 13px;
}
.advn-two p {
	font-size: 13px;
	margin-top: 2px;
}
.advn-two ul li a {
	font-size: 13px;
}
.advn-two ul li {
	margin: 0px 0px 9px 18px;
}
.ch-info h3 {
	padding: 65px 0 0 0 !important;
	height: 108px !important;
}
.contact, .about, .team, .blog {
	padding: 2em 0px;
}
.contact-right iframe {
	height: 180px;
}
.contact-right input[type="text"]:nth-child(1) {
	margin-right: 4px;
}
.contact-right input[type="text"] {
	padding: 9px 10px;
}
.contact-right textarea {
	height: 10em;
}
.submit-btn input[type=submit] {
	padding: 8px 30px;
	font-size: 14px;
	margin: 7px 0 0 0px;
}
.footer-left:nth-child(1),.footer-left:nth-child(2){
	margin-bottom:15px;
}
.footer-left h3 {
	font-size: 1.3em;
	margin-bottom: 3%;
}
.footer {
	padding: 2em 0px;
}
.fields-left {
	width: 100%;
	float: none;
}
.fields-left:nth-child(1),.fields-left:nth-child(2){
	margin-bottom:15px;
}
.fields-left h4 {
	font-size: 1.07em;
	margin-top: 7px;
}
.fields-left p {
	font-size: 13px;
	margin-top: 3px;
}
.fields-left span {
	width: 50px;
	height: 50px;
}
.fields-left span.men {
	background-position: -50px 0px;
}
.fields-left span.pen {
	background-position: -100px 0px;
}
.logo a img {
	width: 50%;
}
.header {
	padding: 15px 0;
}
span.menu {
	margin: 0px 0px 0 0;
}
.bnr-one h3 {
	font-size: 12px;
	margin: 6px auto 0px;
	width: 71%;
}
.bnr-one a {
	font-size: 9px;
}
.bnr-one {
	padding: 6px 0;
}
.bnr-one {
	width: 100%;
}
.banner {
	min-height: 250px;
}
.callbacks_tabs a:after {
	height: 9px;
	width: 9px;
}
.welcome-top h1 {
	font-size: 1.4em;
}
.welcome-top p {
	width: 100%;
	font-size: 13px;
	margin: 4px auto 0;
}
.welcome-left h3 {
	font-size: 1.07em;
}
.welcome-left p {
	font-size: 13px;
	margin-top: 7px;
}
.welcome-left:nth-child(2) {
	margin-top: 3.2%;
}
.heading h3,.heading h2,.heading h1{
	font-size: 1.4em;
}
.offer-left h4 {
	font-size: 1.07em;
}
.offer-left p {
	font-size: 13px;
	margin-top: 1.5%;
}
.o-btn {
	margin-top: 3%;
}
.nature-top h3 {
	font-size: 1.1em;
}
.nature-top p {
	font-size: 13px;
}
.nature-top {
	width: 53%;
	padding: 4.5% 21px;
	margin-top: 3.5%;
}
.welcome-left  a.one-top{
	margin-top: 25px;
}
.nature {
	min-height: 255px;
}
#filters li span {
  font-size: 11px;
  padding: 6px 15px;
}
.col-md-5.blog-one-left,.col-md-7.blog-one-left{
  width: 100%;
  float: none;
}
.col-md-7.blog-one-left{
	margin-top:3%;
}
.blog-right ul li a {
  font-size: 13px;
}
.blog-right ul li a {
  font-size: 13px;
}
.blog-right ul {
  margin-top: 6px;
}
a.bg {
  font-size: 1em;
}
.blog-right h3,.blog-right h2{
	font-size: 1.1em;
}
.flex-control-paging li a {
  width: 9px;
  height: 9px;
}
h2, .h2 {
  font-size: 28px !important;
}
.pages {
  padding: 2em 0px;
}
.banner-top {
  margin: 18% auto 0;
  width: 100%;
}
}
@@media (max-width:320px){
.banner-left {
	padding: 0 3px;
}
a.bg {
	font-size: 15px;
}
.blog-one {
	margin-top: 10px;
}
.blog-left,.blog-right {
	padding: 0;
}
.blog-comments ul li {
	margin-right: 3px;
}
span.glyphicon {
  font-size: 12px;
}
.blog-right h3,.blog-right h2 {
  font-size: 1.05em;
}
.col-md-3.blog-right {
  margin-top: 20px;
}
.blog-comments {
  padding: 7px 0px;
  margin-top: 1em;
}
.pager li > a, .pager li > span {
  padding: 2px 15px;
  font-size: 12px;
}
.logo {
	left: 4%;
	text-align: left;
}
#filters li span {
	font-size: 9px;
	padding: 4px 6px;
	margin: 0 0px 0 0;
}
.gallery {
	padding: 2em 0px;
}
.gallery-bottom {
	margin-top: 4%;
}
.logo a img {
	width: 35%;
}
.navigation {
	height: 11px;
}
span.menu {
	margin: -5px 0px 0 0;
}
.callbacks_tabs a:after {
	height: 8px;
	width: 8px;
}
.bnr-one h3 {
	font-size: 12px;
	margin: 6px auto 1px;
	width:100%;
}
.bnr-one a {

  font-size: 11px;
  padding: 2px 5px;

}
.bnr-one {
	padding: 6px 0;
}
.banner {
  min-height: 193px;
}
ul.navig li a {
	font-size: 13px;
}
.welcome {
	padding: 1.5em 0px;
}
.welcome-top h1 {
	font-size: 1.2em;
}
.welcome-left {
	padding: 0;
}
.welcome-one-right {
	padding-right: 0;
}
.welcome-left  a.one-top {
	margin-top: 8px;
}
.welcome-left:nth-child(2) {
	margin-top: 5%;
}
.heading h3,.heading h2,.heading h1 {
	font-size: 1.2em;
}
.offer-left {
	width: 100%;
}
.offer-bottom {
	margin-top: 3%;
}
.offer-left:nth-child(3){
	margin-bottom: 4%;
}
.welcome-bottom {
	margin-top: 3%;
}
.nature-top h3 {
	font-size: 1.05em;
}
.nature-top {
	width: 81%;
	padding: 12% 21px;
	float: none;
	margin: 4% auto;
}
.nature {
	min-height: 247px;
}
.offer {
	padding: 0em 0px 1.5em 0px;
}
.fields {
	padding: 1.5em 0px;
}
.fields-left span {
	width: 40px;
	height: 40px;
}
.fields-left span.men {
	background-position: -40px 0px;
}
.fields-left span.pen {
	background-position: -80px 0px;
}
.fields-left {
	padding: 0;
}
.footer {
	padding: 1.5em 0px;
}
.footer-left p {
	font-size: 13px;
}
.o-btn {
	margin-top: 2%;
}
.contact-left.heading {
	padding: 0;
}
.contact-right {
	padding: 0;
}
.contact-left p {
	margin-top: 5px;
	line-height: 1.4em;
}
.contact-right input[type="text"]:nth-child(1) {
	margin:0 0 7px 0;
}
.contact-right iframe {
	height: 150px;
}
.contact-right input[type="text"] {
	width: 100%;
	margin-bottom: 3px;
	padding: 7px 10px;
	font-size: 12px;
}
.submit-btn input[type=submit] {
	padding: 6px 18px;
	font-size: 11px;
	margin: 4px 0 0 0px;
}
.contact,.about,.team,.blog {
	padding: 1.5em 0px;
}
.about-top h4 {
	font-size: 15px;
	margin-top: 3px;
}
.about-left {
	width: 100%;
	margin-bottom: 4%;
}
.about-left:nth-child(3){
	margin-bottom:0
}
.ad-left {
	width: 11%;
}
.ad-left p {
	padding: 5px 0px;
	font-size: 12px;
}
.ad-right h4, .advn-two h4 {
	font-size: 1em;
}
.advn-one, .advn-two {
	margin-top: 5.5%;
}
.ch-grid li {
  width: 165px !important;
  height: 165px !important;
  margin: 6px 35px 9px 41px !important;
}
.ch-info {
  width: 125px !important;
  height: 125px !important;
}
.ch-info-wrap {
  width: 125px !important;
  height: 125px !important;
}
.ch-info h3 {
	padding: 25px 0 0 0 !important;
	height: 64px !important;
	font-size: 10px !important;
}
.related {
	margin-top: 6%;
}
.reply {
	margin-top: 6%;
}
.contact-form {
	margin-top: 13px;
}
.related-left h4 {
	font-size: 14px;
	margin: 5px 0 0 0;
}
.contact-form form input[type="text"] {
	padding: 5px 15px;
	font-size: 12px;
	margin: 6px 0;
}
.contact-form form textarea {
	height: 100px;
	font-size: 12px;
}
.contact-form form input[type="submit"] {
	font-size: 11px;
}
.gallery-left {
	padding: 0 5px;
}
.gallery-1 {
	margin-top: 10px;
}
.gallery-left:nth-child(1), .gallery-left:nth-child(2) {
	margin-bottom: 10px;
}
.flex-control-paging li a {
	width: 8px !important;
	height: 8px !important;
}
.bnr-one {
	padding: 6px 0;
}
.banner-top {
	margin-top: 20%;
}
.flex-direction-nav {
	display: none !important;
}
.nature-top p {
	font-size: 12px;
}
h2, .h2 {
	font-size: 20px !important;
}
h1, .h1 {
	font-size: 23px !important;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 17px;
}
.label {
	font-size: 41% !important;
}
.breadcrumb {
	margin-bottom: 1em !important;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 8px 12px !important;
  font-size: 14px !important;
}
.bs-example h1, .bs-example hh2, .bs-example h3, .bs-example h4, .bs-example h5, .bs-example h6 {
  margin: 0px 0 5px;
}
.pages {
  padding: 1em 0px;
}
}
/*--media-quaries-starts-here--*/
  

  
  
  
        /*body*/
        body { 
            background-color: #fff;
            text-align: justify;
            text-justify: inter-ideograph;
        }

            /*body .column {
                padding-left: 5px;
                padding-right: 5px;
            }*/
        /*nav(菜单布局)*/
        nav .module-context .module-view .nav {
         width:100%;
        }
  			.navbar-inverse{
       		position:fixed; 
          z-index:2 !important;
          
  			}
        /*header start (页头布局)*/
        header .module-context .module-view .nav {
        }
        /*Content(内容布局)*/
        .container .module-context .module-view,
        .container-fluid .module-context .module-view {
        }
        /*更多*/
        .more {
            float:none !important;
           margin:auto !important;
            color: #ff6600;
            font-weight: normal;
            font-size: 16px;
          line-height:38px;
          text-align:center !important; 
  width:32px;
        }
        /*标题*/
        .a-title {
          /*padding-left:28px;*/
          margin:auto;
         background:none;
          width:100px;
          height:40px;
          border-radius:6px;
          border:1px solid #ccc;
          
        }
   .b-title1{border:solid 2px #ff7e00;width:200px;height:40px;border-radius:4px; margin:auto; margin-top:20px;}
  .b-title1 .more1{ padding-left:84px; line-height:38px;color:#ff7e00;font-size:16px; font-weight:bold;}
  .b-title1:hover{ background:#ff7e00;}
  .b-title1:hover .more1{color:#fff !important;}
   .b-title {
          /*padding-left:28px;*/
         background:none;

     width:100%;
     font-size: 18px;
        color: #323232;
      font-family:"微软雅黑";
     padding-bottom:40px;
     text-align:center;
     font-weight:bold;
        }

            .b-title b {
                /*float: left;*/
                font-size: 14px;
             
              font-family:"微软雅黑";
              
            }
        /*块盒子*/
        .newbox {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
          margin-top: 40px;
            background-color: #ffffff;
        }
        /*块盒子内容*/
        .newbox_content {
            background-color: #ffffff;
            border: none;
        } 
      		.newbox_content ol {
                width: 100%;
                padding: 0px 10px 10px 10px;
            }
    	.newbox_content ol li{
     	 height:auto; 
    	 line-height:40px;
       border-bottom: #aaaaaa solid 1px;
           padding:0 5px;
          
   		 }
                .newbox_content ul li {
                    width: 100%;
                    overflow: hidden;
                    height:40px;
                    line-height: 40px;
                    padding:0 5px;
                    list-style: none;
                    border-bottom: #a6b3bd solid 1px;
                }

                    .newbox_content ul li a {
                      font-size:16px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        color: #444444;
                    }

                        .newbox_content ul li a:hover {
                            color: #f27b04;
                            
                        }

            .newbox_content .fr_date {
                float: right;
                color: #626262;
            }
            /*新闻列表页*/
            .newbox_content ul {
                width: 100%;
                padding: 10px;
            }




        /*产品列表cui*/
        .products_class_content ul {
            padding: 0;
        }

            .products_class_content ul li > div {
                border-bottom: 1px solid #ddd;
                height: 36px;
                line-height: 36px;
                display: block;
                padding-left: 15px;
                cursor: pointer;
                background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/03/03/5fb4033acdee47ffb7da519b0c1db6b0/30358e0372e843cb82b0af229e366ead.gif) #f4f4f4 no-repeat right 10px center;
            }

           .products_class_content ul li > p {
                
                display: none;
                padding:0;
                margin:0;
            }
                .products_class_content ul li > p > a {
                    height: 30px;
                    line-height: 30px;
                    border-bottom: 1px solid #ddd;
                    margin-bottom: 0;
                    padding-left: 30px;
                    display:block;
                }
            .mr-10 {
                float: right;
                color: #626262;
                margin-right: 10px;
            }

        .split {
            padding-left: 0px;
            padding-right: 8px;
        }

        .fl {
            float: left;
        }

        /*友情链接*/
        .friend_link { 
            width: 100%;
            background-color: #ffffff;
            border: 1px solid rgb(221, 221, 221);
            border-top: none;
            padding-bottom: 15px;
        }




        .friend_link_li {
            width: 112px;
            float: left;
            border: 1px solid #ddd;
            margin: 15px 0 0 15px;
            position: relative;
        }

            .friend_link_li a {
                color: #fff;
            }

            .friend_link_li img {
                width: 100%;
            }

            .friend_link_li div {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                padding-top: calc( 50% - 40px );
                z-index: 2;
                background: rgba(0, 0, 0,0.7);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: bold;
            }


        /*新闻内容页（详细页）*/
        .n_title {
            /*height: 30px;*/
            padding:0 10px 15px;
            border-bottom: none; 
            /*width: 100px;*/
            /*width: 100%;*/
            text-align: center;
            font: bold 22px "微软雅黑";
        }

        .mt-10 {
            margin-top: 10px;
        }

        .gray {
            color: #626262;
        }

        .n_time {
            width: 100%;
            text-align: center;
        }

        .line-28 {
            
            line-height: 28px;
        }

        .m-10 {
            margin: 10px;
        }
        /*产品列表块*/

        .newbox_content .ke {
         	 padding: 10px 5px;
            overflow: hidden;
            position: relative;
            text-align: center;
            float: left;
         
        }

            .newbox_content .ke a {
                display: block;
                text-align: center;
                color: #000000;
                line-height: 30px;
                text-decoration: none;
            }

                .newbox_content .ke a.pic {
                    text-align: center;
                    margin: 0px;
                }
    .newbox_content .ke a.pic img{width:100%;}
            .newbox_content .ke span {
                top: auto;
                bottom: 0;
                background: #fff;
                opacity: 0.5;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                color: #000;
                margin-top: 3px;
                -webkit-transition: -webkit-transform 0.35s;
                transition: transform 0.35s;
                -webkit-transform: translate3d(0,20%,0);
                transform: translate3d(0,20%,0);
                display: block;
                width: 100%;
                height: 40px;
                line-height: 40px;
            }

            .newbox_content .ke:hover span {
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0);
                -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
            }
        /*分页*/

        .paginator {
            clear: both;
            padding-right: 0px;
            padding-left: 0px;
            padding-bottom: 10px;
            margin: 0 auto;
            font: 14px Arial,Helvetica,sans-serif;
            color: #666;
            padding-top: 10px;
            float: right;
        }

            .paginator A {
                border-right: #c4c4c4 1px solid;
                padding-right: 8px;
                border-top: #c4c4c4 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                border-left: #c4c4c4 1px solid;
                color: #0169cd;
                margin-right: 4px;
                border-bottom: #c4c4c4 1px solid;
                text-decoration: none;
                height: 20px;
                line-height: 20px;
            }

                .paginator A:link {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    display: block;
                    padding-left: 8px;
                    background: #fff;
                    float: left;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    margin-right: 4px;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:visited {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:hover {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #fe7300 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:active {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #a62021 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

            .paginator .break {
                padding-right: 6px;
                padding-left: 6px;
                padding-bottom: 6px;
                border-top-style: none;
                padding-top: 6px;
                border-right-style: none;
                border-left-style: none;
                height: 12px;
                text-decoration: none;
                border-bottom-style: none;
            }

            .paginator .this-page {
                border-right: #fff 1px solid;
                padding-right: 8px;
                border-top: #fff 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                padding-bottom: 2px;
                border-left: #fff 1px solid;
                margin-right: 2px;
                padding-top: 2px;
                border-bottom: #fff 1px solid;
                text-decoration: none;
                color: #fe7300;
                font-weight: bold;
            }


        /*当为第一页时的上一页按钮*/
        .firstbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 26px;
            color: #666;
            line-height: 22px;
            margin-right: 4px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        /*当为最后一页时的下一页按钮*/
        .finalbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 63px;
            color: #666;
            text-indent: 7px;
            line-height: 22px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover {
            font-size: 12px;
            color: #999;
            height: 20px;
            line-height: 20px;
            display: block;
        }
        /*图片幻灯*/
        .carousel {
            height: 350px;
            background: #fff /*a25c98*/;
        }

            .carousel .item {
                height: 350px;
                background: #fff;
            }

        /*footer(页脚布局)*/
        footer .module-context .module-view .nav {
        }
        /*留言 */
        .Message-style {
            font-size: 14px;
            padding: 0px 10px 10px 10px;
            border-top: 1px solid #a9a9a9;
            padding-top: 10px;
            background: #FFF;
        }

            .Message-style span {
                width: 100%;
                height: 30px;
                background: #eaedf4;
                display: block;
                color: #ccc;
                font-weight: bold;
                line-height: 30px;
                padding-left: 10px;
            }

            .Message-style .message-title {
                margin-left: 50px;
                margin-top: 20px;
            }

                .Message-style .message-title em {
                    font-style: normal;
                    color: #666;
                    margin-top: 5px;
                    font-size: 14px;
                  line-height:46px;
                }

                .Message-style .message-title u {
                    text-decoration: none;
                    font-size: 12px;
                    color: #626262;
                }

            .Message-style .message-content {
                margin-left: 50px;
            }

                .Message-style .message-content b {
                    color: #666;
                  font-weight:normal !important;
                    margin-top: 5px;
                    font-size: 14px;
                }

                .Message-style .message-content input {
                    width: 478px;
                    height: 80px;
                    margin-top: 10px;
                }

                .Message-style .message-content em {
                    font-style: normal;
                    font-size: 14px;
                    color: #626262;
                }

            .Message-style .message-link {
                margin-top: 10px;
                margin-left: 50px;
            }

                .Message-style .message-link em {
                    font-size: 14px;
                    color: #666;
                    font-style: normal;
                  line-height:38px;
                }

                .Message-style .message-link b {
                    font-weight: normal;
                    font-size: 14px;
                    color: #626262;
                }

            .Message-style .message-button input {
                width: 151px;
                height: 39px;
                border: none;
              background:#ff7e00;
              color:#fff;
              border-radius:4px;
              margin-left:484px;
            }

            .Message-style .message-button {
                margin-left: 50px;
                margin-top: 20px;
            }

            .Message-style .message-link-title {
                font-size: 12px;
                margin-top: 20px;
                background: #FFF;
            }

                .Message-style .message-link-title span {
                    width: 100%;
                    height: 30px;
                    background: #eaedf4;
                    display: block;
                    color: #ccc;
                    font-weight: bold;
                    line-height: 30px;
                    padding-left: 10px;
                }
        /*留言结束 */
        /*新闻图文*/
        .newbox_content_img ul {
            padding: 0;
        }
        .newlist-Img .fl {
            float: left;
        }

        .newlist-Img .fr {
            float: right;
        }

        .newlist-Img ul, li {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .newlist-Img a {
            color: #666;
            text-decoration: none;
        }

        .newlist-Img li {
            border-bottom: 1px dashed #dbd5c7;
            margin-bottom: 10px;
        }

        .newlist-Img .pic {
            /*width: 20%;*/
            width: 40%;
            margin-top: 10px;
            padding-bottom: 10px;
        }

            .newlist-Img .pic img {
                width: 100%;
            }

        .newlist-Img .title {
            /*width: 77%;*/
            width: 58%;
            padding-bottom: 10px;
        }
            .newlist-Img .title h3 {
            }

            .newlist-Img .title p {
                line-height: 28px;
                font-size: 14px;
            }

        .newlist-Img .tag {
            /*text-align: right;*/
            color: #999;
            font-size: 12px;
            margin-bottom: 10px;
        }
        /*新闻图文结束*/

        /*产品推荐选项卡*/
        .clear {
            clear: both;
        }
        .re_products_classify ul {
            margin-bottom: 0 !important;
        }
            .re_products_classify ul li {
                float: left;
                padding: 0 30px !important;
                height: 40px;
                line-height: 40px;
                text-align: center;
                cursor: pointer;
                box-sizing: border-box;
                font-family: "微软雅黑";
                color:#999;
            }
            .re_products_classify ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
                box-sizing: border-box;
            }

        .re_products_left_title {
            float: left;
            font-family: "微软雅黑";
            font-size: 16px;
            font-weight: bold;
            color:#666;
        }
        .re_products_title :after{
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            box-sizing: border-box;
        }
        .re_products_title {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid #d93a21;
            box-sizing: border-box;
        }

        .re_products_classify {
            float: right;
        }

        .re_products_content {
            display: none;
        }
        .re_products_classify ul li.active {
            border-top: 2px solid #d93a21;
            border-right: 1px solid #d93a21;
            border-left: 1px solid #d93a21;
            border-bottom: 1px solid #fff;
            color: #d93a21;
            box-sizing: border-box;
        }

        .re_products_content ul{
            list-style:none;
            margin:0;
            padding:0;
        } 
        .re_products_content ul li {
            width: calc((100% - 15 * 3px) / 4);
            float: left;
            border: 1px solid #ddd;
            padding-bottom: 15px ;
            margin-right: 15px;
            margin-top: 15px;
            transition: all 0.4s ease-out 0s;
            box-sizing: border-box;
            background:#fff;
        }

        .re_products_content ul:after {
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            box-sizing: border-box;
        }

        .re_products_content_img {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

            .re_products_content_img img {
                max-width: 100%;
                box-sizing: border-box;
            }
        .re_products_content ul li a {
            text-decoration: none;
        } 
        .re_products_content ul li:hover {
            margin-top: 0px;
            box-sizing: border-box;
        }

        .re_products_content ul li:nth-child(4n-0) {
            margin-right: 0;
            box-sizing: border-box;
        }

        .re_products_content ul li:nth-child(4n-3) {
            clear: both;
            box-sizing: border-box;
        }
        .best_p {
            line-height: 30px;
            padding: 0 15px 0 15px;
            box-sizing: border-box;
        }
        .best_p1 {
            line-height: 22px;
            padding: 0 15px 0 15px;
            box-sizing: border-box;
            height:46px;
            overflow:hidden;
           
            
        }

        /*字体颜色*/
        .fc_333 {
            color: #333;
        }

        .fc_red {
            color: #f23030;
        }

        .fc_fff {
            color: #fff !important;
        }

        .fc_999 {
            color: #999;
        }

        .fc_red {
            color: #d93a21;
        }

        /*字体大小*/
        .font_12 {
            font-size: 12px;
        }

        .font_20 {
            font-size: 20px;
        }
        /*产品轮播*/
        .swiper-container {
            width: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
            border-radius: 0 !important;
            background: #ccc !important;
        }

        .swiper-pagination-bullet-active {
            background: #fff !important;
        }
        .swiper-pagination {
            text-align: right !important;
            padding-right: 10px !important;
        }

        /*新闻选项卡*/
        .news_tab {
            border: 1px solid #ddd;
            width: 100%;
            margin-top: 15px;
        }

        .news_tab_title {
            line-height: 40px;
            height: 40px;
            width: 100%;
            box-sizing: border-box;
        }

            .news_tab_title ul {
                width: 100%;
                height: 40px;
                border-bottom: 1px solid #ddd;
                box-sizing: border-box;
                list-style: none !important;
                margin: 0;
                padding: 0;
            }

                .news_tab_title ul li {
                    float: left;
                    border-right: 1px solid #ddd;
                    /*border-bottom:1px solid #ddd;*/
                    padding: 0 30px !important;
                    height: 40px;
                    font-family: "微软雅黑";
                    color: #666;
                    cursor: pointer;
                    list-style: none !important;
                }

                .news_tab_title ul:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                    box-sizing: border-box;
                }

                .news_tab_title ul li.active {
                    border-bottom: 1px solid #fff !important;
                    border-top: 2px solid red;
                    box-sizing: border-box;
                    font-weight: bold;
                }

        .news_tab_content {
            display: none;
            width: 100%;
            padding: 15px;
            box-sizing: border-box;
            font-family: "微软雅黑";
        }
            .news_tab_content ul {
                list-style: none !important;
                margin:0;
                padding:0;
            }
                .news_tab_content ul li {
                    line-height: 30px;
                    height: 30px;
                    background: url(images/cui_bg.png) no-repeat;
                    background-position: -68px -330px;
                    padding-left: 10px;
                    box-sizing: border-box;
                    list-style: none !important;
                }

                    .news_tab_content ul li span:first-child {
                        width: 80px;
                        float: right;
                        color: #999;
                        text-align:right;
                    }

                    .news_tab_content ul li span:last-child {
                        color: #666;
                        margin-right: 80px;
                        display: block;
                    }

        .ellipsis {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }

                .news_tab_content ul li a:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                    box-sizing: border-box;
                }
        .news_tab_content ul li a {
            display: block;
            text-decoration: none;
        }

 /*=============联系我们=============*/ 
.zxly input[type="text"] {
  width: 100%;
  color: #555;
  background: #fff;
  outline: none;
  font-size: 16px;
  padding: .5em;
  margin-bottom: 20px;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
}
.zxly textarea {
  resize: none;
  width: 100%; 
  color: #898888;
  font-size: 16px;
  outline: none;
  padding:10px;
  border: solid 1px #D5D4D4;
  height: 280px;
  -webkit-appearance: none;
}
.zxly input[type="button"] {
    width: 151px;
    height: 39px;
    border: none;
    background: #ff7e00;
    color: #fff;
    border-radius: 4px;
 }
  /*=============产品分类=============*/    

  .product-class{margin-top:10px;}
  .menu_head{height:47px;line-height:47px;padding-left:38px;font-size:14px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;background:#f1f1f1 url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/J/2016/04/09/jixie3/2016/04/11/900e79c5c0184edb89b3504f86d48b54.png) center right no-repeat;}
.menu_list .current{background:#f1f1f1 url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/J/2016/04/09/jixie3/2016/04/11/a15beeaf72954a8cae6b678f808e381b.png) center right no-repeat;}
.menu_body{height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}

    .text-center {
 text-align: center;
 z-index: 10 !important;
 margin: 0 0 60px;
}

