.classification {
  height: 4rem;
  line-height: 4rem;
  background: #a99364;
  text-align: center;
  color: #fff;
}

a:focus,
a:hover {
	color: inherit;
	outline: 0;
}

*:focus {
	outline: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: 0;
	box-shadow: none!important;
}


.clearFloat {
  clear: both;
}

.margin {
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
  color: #5a5a5a;
  font-weight: 500;
}

img {
  max-width: 100%;
}

.product {
  padding-bottom: 1rem;
}

.product-one,
.product-tr {
  padding-right: .5rem;
}

.product-two,
.product-fr {
  padding-left: .5rem;
}

.knowledge-one {
  margin-top: .5rem;
}

.cook-lf {
  padding-left: 0;
}

.cook-rg {
  padding-right: 0;
}

.title-lf {
  padding-right: .5rem;
}

.title-rg {
  padding-left: .5rem;
}

.price {
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.news-bd {
  font-size: 16px;
  font-weight: 700;
}

.news-content {
  padding-bottom: .5rem;
  color: #a8a8a8;
}

.am-pagination {
  margin: 0;
}

.am-pagination .am-active>a,
.am-pagination .am-active>a:focus,
.am-pagination .am-active>a:hover,
.am-pagination .am-active>span,
.am-pagination .am-active>span:focus,
.am-pagination .am-active>span:hover {
  background: #333;
}

.index-title {
  width: 100%;
  height: 5rem;
  background-image: url(/static/mobile/img/navmove.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.index-title p {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

li {
  list-style: none;
}

.am-control-thumbs {
  width: 100%;
}

[class*=am-u-]+[class*=am-u-]:last-child {
  float: left;
}

.am-control-thumbs img {
  width: 8rem;
  height: 8rem;
}

.am-with-fixed-navbar {
  max-width: 64rem;
  margin: auto;
  overflow-x: hidden;
}

.am-with-fixed-navbar .hq-head {
  width: 100%;
  height: 6.6rem;
}

.am-with-fixed-navbar .hq-head .am-u-sm-12 {
  width: 100%;
  height: 5.6rem;
  line-height: 5.6rem;
}

.am-with-fixed-navbar .hq-head .am-u-sm-12 .hq-head-logo {
  /* width: 210px;
  height: 42px; */
}

.am-with-fixed-navbar .hq-head .am-u-sm-12 .hq-head-logo img {
  /* width: 100%; */
}

.am-with-fixed-navbar .am-menu-offcanvas1 .am-menu-toggle {
  font-size: 26px;
  top: -54px;
}

.am-with-fixed-navbar .hq-banner {
  width: 100%;
}

.am-with-fixed-navbar .hq-banner .am-slider .am-slides>li {
  width: 100%;
  /* height: 18rem; */
  overflow: hidden;
}

.am-with-fixed-navbar .hq-banner .am-slider .am-slides>li img {
  width: 100%;
}

.am-with-fixed-navbar .hq-banner .am-slider-a1 .am-control-nav li a.am-active {
  background: #9e9696;
}

.am-with-fixed-navbar .hq-search {
  width: 100%;
  height: 5rem;
  border: 0rem solid transparent;
  overflow: visible;
  overflow-wrap: break-word;
}

.am-with-fixed-navbar .hq-search .ninputs {
  padding: 1rem;
}

.am-with-fixed-navbar .hq-search .ninputs .searchbox_txt {
  width: 83%;
  background: #fff;
  font: "arial, helvetica, sans-serif";
  color: #888888;
  font-weight: normal;
  line-height: 3rem;
  height: 3rem;
  vertical-align: middle;
  /* border: 2px solid #d9d9d9; */
  padding-left: .5rem;
  padding-right: .5rem;
  appearance: none;
  border-radius: 0;
}

.am-with-fixed-navbar .hq-search .ninputs .search-btn {
  width: 15%;
  height: 3rem;
  background: url(/static/mobile/img/a8_8.jpg) no-repeat center;
  background-size: cover;
  border: none;
  padding: 0;
}

.am-with-fixed-navbar .hq-product {
  margin-top: 12px;
  width: 100%;
}

.am-with-fixed-navbar .hq-product a {
  width: 100%;
  height: 108px;
  overflow: hidden;
  position: relative;
}

.am-with-fixed-navbar .hq-product a img {
  width: 100%;
  height: 108px;
}

.am-with-fixed-navbar .hq-product a p {
  text-align: center;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
}

.am-list-item-hd {  
  margin-bottom: 6px;
}

.am-list-item-hd a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-with-fixed-navbar .hq-culture {
  width: 100%;
  padding: 1rem 0;
  overflow-wrap: break-word;
  overflow: hidden;
}

.am-with-fixed-navbar .hq-culture .hq-culture-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 12px;
  margin: 20px 0;
  line-height: 24px;
  height: 72px;
  text-align: justify;
  color: #888888;
  /* overflow-wrap: break-word; */
  /* height: 18rem; */
}

.am-with-fixed-navbar .hq-culture .hq-culture-content p {
  
  /* height: 17.9rem; */
}

.am-with-fixed-navbar .hq-evaluation {
  background: whitesmoke;
  padding: 1rem 0;
}

.am-with-fixed-navbar .hq-evaluation .am-list>li {
  background: whitesmoke;
  border-top: none;
  border-bottom: 2px solid #fff;
}

.am-with-fixed-navbar .hq-evaluation .am-list>li img {
  width: 100%;
  height: 93px;
}

.am-with-fixed-navbar .hq-evaluation .am-list>li:last-child {
  border-bottom: none;
}

.am-with-fixed-navbar .hq-more {
  padding: 2rem 0;
}

.am-with-fixed-navbar .hq-more .btn-more {
  width: 13rem;
  height: 3.4rem;
  line-height: 3.4rem;
  margin: auto;
  text-align: center;
  border: 1px solid #a99364;
  color: #a99364;
}

.am-with-fixed-navbar .hq-advertising {
  width: 100%;
  padding-top: 20px;
  /* height: 7.5rem; */
  background: url(/static/mobile/img/banner4.jpg) no-repeat center;
  /* line-height: 7.5rem; */
  background-size: cover;
}

.am-with-fixed-navbar .hq-advertising p {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.am-with-fixed-navbar .hq-knowledge {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.am-with-fixed-navbar .hq-knowledge .am-g {
  padding-top: 1.5rem;
}

.am-with-fixed-navbar .hq-knowledge .am-g:nth-child(1) {
  border-top: none;
}

.am-with-fixed-navbar .hq-knowledge .am-g .am-u-sm-6 {
  padding-bottom: 10px;
}

.am-with-fixed-navbar .hq-knowledge .am-g .am-u-sm-6 img {
  width: 100%;
  height: 10.5rem;
}

.am-with-fixed-navbar .hq-knowledge .am-g .am-u-sm-6 p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-with-fixed-navbar .hq-about {
  padding: 12px;
}

.am-with-fixed-navbar .hq-about .hq-about-banner {
  background: url(/static/mobile/img/pic1.jpg) no-repeat center;
  width: 100%;
  height: 11rem;
  margin: 2rem 0;
  background-size: 100%;
}

.am-with-fixed-navbar .hq-about p.hq-about-content {
  padding: 0 1rem;
  text-indent: 3.2rem;
  color: #888888;
}

.am-with-fixed-navbar .hq-cook {
  width: 100%;
  padding: 3rem 0;
}

.am-with-fixed-navbar .hq-cook img {
  width: 100%;
  height: 20.7rem;
}

.am-with-fixed-navbar .hq-cook .cook-content {
  padding: 1.5rem;
  margin: 0;
  background: #a99364;
  font-size: 14px;
  color: #fff;
  height: 13.8rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}

.am-with-fixed-navbar .hq-cook .cook-content strong {
  font-size: 18px;
}

.am-with-fixed-navbar .hq-cook .cook-content i {
  padding: 0 1rem;
  font-size: 16px;
}

.am-with-fixed-navbar .hq-news {
  padding: 3rem 0;
}

.am-with-fixed-navbar .hq-news .am-g {
  padding: 2rem 0;
}

.am-with-fixed-navbar .hq-news .news-ul {
  margin: 0;
  padding: 1rem;
}

.am-with-fixed-navbar .hq-news .news-ul .news-list {
  padding-bottom: 1rem;
}

.am-with-fixed-navbar .hq-news .news-ul .news-list .news-title {
  padding-bottom: .5rem;
}

.am-with-fixed-navbar .hq-news .news-ul .news-list .news-time {
  padding-bottom: .5rem;
  color: #a8a8a8;
}

.am-with-fixed-navbar .hq-news .news-ul .news-list .news-line {
  padding-bottom: .5rem;
  border-bottom: 1px solid #e2e2e2;
  margin: 1rem 0;
}

.am-with-fixed-navbar .hq-food {
  padding: 1.5rem 0;
}

.am-with-fixed-navbar .hq-food .fenlei {
  padding: 1.5rem 0;
}

.am-with-fixed-navbar .hq-food .fenlei .am-u-sm-4 {
  margin-bottom: 1.5rem;
}

.am-with-fixed-navbar .hq-food .ms .am-u-sm-6 {
  padding-bottom: 10px;
}

.am-with-fixed-navbar .hq-food .ms .am-u-sm-6 a {
  padding-bottom: 10px;
  border: 1px solid #efefef;
}

.am-with-fixed-navbar .hq-food .ms .am-u-sm-6 img {
  width: 100%;
  height: 14.3rem;
}

.am-with-fixed-navbar .hq-food .ms .am-u-sm-6 p {
  margin: 0;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 1rem;
}

.am-with-fixed-navbar .hq-contact {
  padding: 1rem 0;
}

.am-with-fixed-navbar .hq-contact .contact-content {
  padding: 1rem;
  margin: 0;
}

.am-with-fixed-navbar .hq-contact .contact-content .contact-list {
  padding-bottom: 2rem;
}

.am-with-fixed-navbar .hq-contact .contact-content .contact-list p {
  font-size: 15px;
}

.am-with-fixed-navbar .hq-contact .contact-content .contact-list p span {
  color: gray;
}

.am-with-fixed-navbar .hq-contact .online {
  padding: 2rem 0;
  margin: 0 1rem;
}

.am-with-fixed-navbar .hq-contact .online .form-list {
  /* padding: 1rem 0; */
}

.am-with-fixed-navbar .hq-contact .online .form-list label {
  font-weight: inherit;
}

.am-with-fixed-navbar .hq-contact .online .form-list label span {
  color: red;
}

.am-with-fixed-navbar .hq-contact .online .submit {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background: #a99364;
}

.am-with-fixed-navbar .hq-contact .online .submit button {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: none;
    border: none;
    width: 100%;
    display: block;
    line-height: 48px;
}

.am-with-fixed-navbar .article {
  padding: 2rem 0;
  width: 100%;
}

.am-with-fixed-navbar .article .return-btn {
  width: 95%;
  height: 4rem;
  line-height: 4rem;
  background: #a99364;
  margin: auto;
}

.am-with-fixed-navbar .article .return-btn a {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.am-with-fixed-navbar .article .article-content {
  width: 100%;
}

.am-with-fixed-navbar .article .article-content .article-title {
  padding-top: 2em;
}

.am-with-fixed-navbar .article .article-content .article-title h2 {
  text-align: center;
}

.am-with-fixed-navbar .article .article-content .article-title .kind {
  color: #a8a8a8;
  font-size: 13px;
  text-align: center;
}

.am-with-fixed-navbar .article .article-content .article-title .kind span {
  margin-left: .7rem;
}

.am-with-fixed-navbar .article .article-content .article-title .article-a {
  background: #e4e4e4;
  color: #333;
  padding: 1rem;
  margin: 1rem 0;
  font-size: 14px;
  text-indent: 1rem;
}

.am-with-fixed-navbar .article .article-content .article-content-one span {
  color: #777777;
}

.am-with-fixed-navbar .article .article-content .article-content-one p {
  color: #777777;
  text-indent: 3.2rem;
}

.am-with-fixed-navbar .article .article-content .article-content-one .pl {
  padding-top: 1.5rem;
}

.am-with-fixed-navbar .article .article-content .article-content-one .pl p {
  margin-bottom: 1rem;
  text-indent: 0rem;
}

.am-with-fixed-navbar .article .article-content .article-next {
  padding: 2rem 0;
}

.am-list-item-text {
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.am-with-fixed-navbar .article .article-content .article-next a {
  display: inline-block;
}

.am-with-fixed-navbar .hq-footer-instructions {
  width: 100%;
  padding: 1rem;
  background: #211e1e;
}

.am-with-fixed-navbar .hq-footer-instructions .hq-footer-qq {
  /* width: 8.7rem; */
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
}

.am-with-fixed-navbar .hq-footer-instructions .hq-footer-qq img {
  /* width: 100%; */
}

.am-with-fixed-navbar .hq-footer-instructions p {
  margin: .5rem 0;
  color: #777777;
  font-size: 14px;
  text-align: center;
}

.am-with-fixed-navbar .hq-footer-instructions p a {
  display: inline-block;
  color: #777777;
}

.am-with-fixed-navbar .hq-footer {
  width: 100%;
}

.am-with-fixed-navbar .hq-footer .am-navbar-default .am-navbar-nav {
  background: #211e1e;
}

.about_pic {
  padding: 12px 12px 0;
  text-align: center;
}


.mulun_box {
	padding: 12px 0;
	color: #fff;
}

.mulun_pic {
  margin: 20px 0;
  text-align: center;
}

.mulun_pic img {
  max-width: 100%;
}

.mulun_right {
	margin-right: 12px;
}

.mulun_list {
  padding-top: 12px;
  padding-left: 12px;
}

.mulun_item {
	margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.mulun_item:nth-last-child(1) {
	margin-bottom: 0;
}

.mulun_title {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mulun_cont {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
}
/* ======== */
.pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	display: inline-block;
}

.pager li, .pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
	.pagination>.disabled>span, .pagination>.disabled>span:focus,
	.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.badge, .close, .label {
	line-height: 1
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.page {
	height: 80px;
	margin-bottom: 5%;
}

.page-item {
	margin: 0 2px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	border-radius: 6px
}

.page-item.on {
	color: #fff;
	background-color: #990100
}