img {
  max-width: 100%;
}
.bg-color-normal {
  background: #424242;
}
.header {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #ffffff;
  padding: 0 0.3rem;
}
.header span {
  line-height: 0.8rem;
  height: 0.8rem;
  width: 0.5rem;
}
.header span .iconfont {
  font-size: 0.46rem;
  color: #6b6b6b;
}
.header h2 {
  text-align: center;
}
.header h2 a {
  display: inline-block;
  font-size: 0.32rem;
  color: #FFFFFF;
}
/*侧栏菜单*/
.menu {
  padding-top: 0.4rem;
  overflow-y: scroll ;
}
.menu h3 {
  text-align: center;
  line-height: 0.64rem;
  font-size: 0.36rem;
  color: #FFFFFF;
  border-bottom: 0.02rem solid #FFFFFF ;
  margin-bottom: 0.2rem;
}
.menu h3 .iconfont {
  font-size: 0.36rem;
  margin-right: 0.2rem;
  font-weight: normal ;
}
.menu ul li {
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 0.02rem solid #FFFFFF ;
  padding: 0 0.4rem 0 0.3rem;
}
.menu ul li > a {
  font-size: 0.3rem;
  color: #FFFFFF;
}
.menu ul li span {
  height: 0.8rem;
}
.menu ul li .iconfont {
  font-size: 0.32rem;
  color: #FFFFFF;
}
.menu ul .drop {
  padding: 0 0.3rem 0 0.3rem;
}
.menu ul .drop dd {
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 0.02rem solid #FFFFFF ;
  padding-left: 0.3rem;
}
.menu ul .drop dd a {
  font-size: 0.28rem;
  color: #FFFFFF;
}
.menu ul .drop dd span {
  height: 0.6rem;
  margin-right: 0.15rem;
  color: #FFFFFF;
}
/*首页导航*/
.nav ul {
  font-size: 0;
  text-align: center;
}
.nav ul li {
  width: 1.9rem;
  height: 1.26rem;
  text-align: center;
  padding-top: 0.2rem;
  display: inline-block;
  border: 1px solid #FFFFFF;
}
.nav ul li a {
  display: block;
}
.nav ul li:nth-child(odd) {
  background: #565656;
}
.nav ul li:nth-child(even) {
  background: #e0c281;
}
.nav ul li .iconfont {
  font-size: 0.48rem;
  color: #FFFFFF;
}
.nav ul li p {
  font-size: 0.28rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 0.48rem;
}
/*公共问题*/
.app {
  padding: 0 0.24rem;
}
.item_tit {
  text-align: center;
  margin-bottom: 0.2rem;
}
.item_tit span {
  font-size: 0.32rem;
  color: #e0c281;
}
.item_tit p {
  font-size: 0.24rem;
  color: #7c7c7c;
  text-transform: uppercase;
}
/*产品分类*/

.product {
	width: 100%;
	margin-top:0.40rem ;
}

.product .title{
	text-align: center;
	margin-bottom: 0.20rem;
}

.product .title p{
	font-size: 0.48rem;
	color: #e0c281;
}

.product .title span{
	font-size: 0.26rem;
	color: #7c7c7c;
}

.product .cont{
	background: #e0c281;
	position: relative;
	margin: 0 auto;
	height: 11.2rem;
}

.product .cont .content{
	width: 100%;
	margin: 0 auto;
}

.product .hd{
	margin: 0 auto;
	padding-top: 0.20rem;
	float: left;
}

.product .hd .tit{
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.34rem;
	margin-bottom: 0.25rem;
	width: 100%;		
}

.product .hd ul li {
	width: 5.8rem;
	height: 0.54rem;
	text-align: center;
	line-height: 0.54rem;
	border:2px solid #FFFFFF;
	position: relative;
	margin: 0 0.05rem;
	margin-bottom: 0.05rem;
}

.product .hd ul li a {
	color: #FFFFFF;
	font-size: 0.22rem;
}

.product ul li {
  width: 2.82rem;
  margin: 0.1rem 0;
  text-align: center;
}
.product ul li .photo {
  display: block;
  width: 100%;
  height: 2rem;
  font-size: 0;
}
.product ul li .photo img {
  width: 100%;
  height: 100%;
}
.product ul li .name {
  font-size: 0.24rem;
  color: #ffffff ;
  display: block;
  height: 0.56rem;
  line-height: 0.56rem;
}
.product ul li:nth-child(odd) {
  float: left;
}
.product ul li:nth-child(even) {
  float: right;
}
/*关于BOBty*/
.about .tit {
	width: 4.2rem;
	text-align: center;
	margin: 0 auto;
}
.about .tit p{
	font-size: 0.48rem;
	color: #e0c281;
}
.about .tit span {
	font-size: 0.26rem;
	color: #555555;
}
.about .tit hr{
	width: 2.2rem;
	height: 0.02rem;
	border: none;
	background: #7c7c7c;
	margin-top: 0.20rem;
}



.about h2 {
  font-size: 0.32rem;
  text-align: center;
  color: #373737;
  line-height: 0.7rem;
  color: #000000 ;
}
.about p {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.4rem;
  margin-bottom: 0.24rem;
  margin-top: 0.24rem;
}
/*新闻中心*/

.news{
	width: 100%;
	margin: 0 auto;
	height: 11.6rem;
}


.news .tit{
	text-align: center;
	margin-bottom: 0.20rem;
}

.news .tit p{
	font-size: 0.48rem;
	color: #e0c281;
}

.news .tit span{
	font-size: 0.26rem;
	color: #7c7c7c;
}

.news ul li {
  height: 1.95rem;
  border-bottom: 1px solid #F1F1F1 ;
  padding: 0.2rem 0;
  margin: 0.1rem 0;
  width: 100%;
}
.news ul li .num {
  font-size: 0.48rem;
  height: 0.72rem;
  color: #bababa;
  float: left;
  line-height: 0.72rem;
  margin-right: 0.32rem;
  position: relative;
}
.news ul li .num:before {
  position: absolute;
  left: 0.64rem;
  top: 0.22rem;
  width: 1px;
  height: 0.28rem;
  content: '';
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  background-color: #c8c7cc;
}
.news ul li a {
  font-size: 0.3rem;
  color: #3c3c3c;
  line-height: 0.7rem;
  height: 0.6rem;
  font-weight: bold;
  float: left;
  margin: 0 auto;
  }
.news ul li p {
  font-size: 12px;
  color: #3c3c3c;
}
.news ul li .txt {
  font-size: 0.24rem;
  color: #666666;
  margin-top: 0.76rem;
  text-align: left;
}
/*底部*/
.copy {
  font-size: 0.24rem;
  color: #acacac;
  text-align: center;
  background: #f2f2f2;
  margin-top: 0.44rem;
  padding: 0.12rem 0;
  margin-bottom: 0.98rem;
}
.tab_bar {
  height: 0.98rem;
  background: #424242;
  position: fixed;
  z-index: 97;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.tab_bar ul li {
  display: inline-block;
  height: 0.98rem;
  line-height: 0.98rem;
}
.tab_bar ul li .iconfont {
  font-size: 0.4rem;
  color: #FFFFFF;
  vertical-align: middle;
}
.tab_bar ul li span {
  font-size: 0.3rem;
  color: #FFFFFF;
  vertical-align: top;
}
/*内页问题*/
.ny_tit {
  padding: 0 0.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 0.04rem solid #424242;
  margin-bottom: 0.2rem;
}
.ny_tit .iconfont {
  font-size: 0.32rem ;
  color: #000000;
}
.ny_tit span {
  font-size: 0.32rem;
  color: #e0c281;
  font-weight: bold;
}
.bar_menu {
  background: #424242;
  padding: 0 0.24rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.bar_menu .swiper-slide {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #FFFFFF;
  float: left;
  margin: 0.2rem 0;
  font-size: 0.24rem;
  color: #313131;
  text-align: center;
}
/*分页*/
.pagination {
  width: 100%;
  margin: 0.6rem 0 0.3rem;
  text-align: center;
}
.pagination a {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border: 0.02rem solid #414344;
  line-height: 0.6rem;
  color: #3c3e3f;
  font-size: 0.3rem;
}
.pagination a.on {
  background: #424242;
  color: #FFFFFF;
  border-color: #424242;
}
.pagination .iconfont {
  font-size: 0.32rem;
  color: #3c3e3f;
}
/*单页*/
.page {
  margin: 0.4rem 0;
  padding: 0 0.25rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  min-height: 5rem;
}
.min {
  min-height: 5rem;
}
/*详情页*/
.detail {
  margin: 0.4rem 0;
  min-height: 5rem;
  padding: 0 0.25rem;
}
.detail .tit {
  text-align: center;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.detail .tit h4 {
  font-size: 0.36rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.detail .tit span {
  font-size: 0.28rem;
  color: #8f8f94;
}
.detail .photo {
  max-width: 100%;
  margin-bottom: 0.2rem;
}
.detail .txt {
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-bottom: 0.2rem;
  color: #222222;
}
.detail > p {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.48rem;
}
.detail > p a {
  color: #333333;
}
/*地图*/
.map {
  width: 100%;
  height: 6rem;
  margin-top: 0.5rem;
}
.BMap_bubble_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.BMap_bubble_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
/*搜索*/
.ss {
  padding: 0 0.25rem;
  margin-top: 0.4rem;
  min-height: 6rem;
  text-align: center;
}
.ss input {
  border: 1px solid #D7D7D7;
  width: 100%;
  height: 0.8rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  text-indent: 0.16rem;
  outline: none;
  font-size: 0.30rem;
}
.ss p {
  font-size: 0.28rem;
  color: #999999;
  line-height: 0.6rem;
  margin-top: 0.2rem;
}
.ss button {
  background: #ff5400;
  color: #FFFFFF;
  margin-top: 0.4rem;
  width: 2rem;
  height: 0.6rem;
  font-size: 0.28rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  border: none;
  outline: none;
}
/*表单*/
.form {
  margin-top: 0.4rem;
  padding: 0 0.25rem;
  min-height: 5rem;
}
.form .form-row {
  min-height: 0.8rem;
  max-height: 2.08rem;
  position: relative;
  clear: left;
  overflow: hidden;
}
.form .form-row:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background-color: #c8c7cc;
}
.form .form-row label {
  height: 0.8rem;
  line-height: 0.8rem;
  float: left;
  width: 35%;
  font-size: 0.34rem;
  padding-left: 15px;
}
.form .form-row input {
  background: none;
  float: right;
  width: 65%;
  border: 0;
  height: 0.8rem;
  outline: none;
  font-size: 0.36rem;
}
.form .form-row textarea {
  height: auto;
  outline: none;
  resize: none;
  border: none;
  width: 65%;
  font-size: 0.36rem;
  height: 2rem;
  padding: 0.16rem 0;
}
.form .form-btn {
  text-align: center;
  margin: 0.3rem 0;
}
.form .form-btn button {
  outline: none;
  border: none;
  margin: 0 0.15rem;
  font-size: 0.28rem;
}
<!--耗时1759798062.7032秒-->