@charset "utf-8";
/* less set */
/* ----------  public css ---------- */
html {
  background: transparent;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
body {
  font-size: 14px;
  color: #666;
  font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/*html5*/
.OWT {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.BScover {
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-border {
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: -5px;
}
.row::before,
.row::after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}
a {
  color: #5d5644;
  text-decoration: none;
}
a:hover {
  color: #403b2e;
  text-decoration: underline;
}
::-moz-selection {
  background-color: #403b2e;
  color: #fff;
}
::selection {
  background-color: #403b2e;
  color: #fff;
}
.price,
.date {
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
.gotop {
  z-index: 999;
  width: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background-color: #999;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  position: fixed;
  right: 50%;
  bottom: 30px;
  margin-right: -550px;
  transition: all 0.5s ease 0s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-box-shadow: 0 0 4px #333;
  -webkit-box-shadow: 0 0 4px #333;
  -khtml-box-shadow: 0 0 4px #333;
  box-shadow: 0 0 4px #333;
}
.gotop:hover {
  color: #fff;
  background-color: #978c70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
/*nodata*/
.nodata {
  line-height: 80px;
  border: 2px solid #eee;
  font-size: 1.6em;
  text-align: center;
  color: #aaa;
  background-color: #f9f9f9;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px #ddd inset;
  -webkit-box-shadow: 0 0 10px #ddd inset;
  -khtml-box-shadow: 0 0 10px #ddd inset;
  box-shadow: 0 0 10px #ddd inset;
}
.nodata .font_icon {
  padding-right: 10px;
  font-size: 1.1em;
}
.quote_p {
  position: relative;
  margin-bottom: 20px;
  line-height: 24px;
  padding: 10px 15px 10px 75px;
  font-size: 14px;
  background-color: #f6f6f6;
  border-radius: 5px;
  height: auto!important;
  height: 48px;
  min-height: 48px;
}
.quote_p:before {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 3em;
  color: #e0e0e0;
}
/* button & input style */
.button {
  padding: 7px 25px;
  font-size: 16px;
  display: inline-block;
  background-color: #5d5644;
  border: 0;
  cursor: pointer;
  line-height: 20px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.button:hover {
  background-color: #403b2e;
  color: #fff;
  text-decoration: none;
}
.button.gray {
  background-color: #ccc;
}
.button.gray:hover {
  background-color: #403b2e;
}
.readmore {
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
  color: #8b8b8b;
}
.readmore:hover {
  color: #5d5644;
}
.readmore span {
  padding-left: 5px;
}
.brtools {
  clear: both;
  height: 34px;
}
.detail .brtools {
  margin-top: 30px;
}
.maincontent,
.pagecontent {
  margin-top: 20px;
  margin-bottom: 40px;
}
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container .col-1 {
  width: 230px;
  margin-right: 30px;
}
.container .col-2 {
  width: 700px;
}
/* ----------  header ---------- */
/* header */
.header {
  width: 100%;
  background: #f7f1e1;
  position: relative;
}
.header .container {
  position: relative;
}
.toplink {
  display: block;
  height: 30px;
  padding: 10px 0;
  height: 100px;
  position: relative;
}
.toplink a {
  line-height: 30px;
  transition: all 0.5s ease 0s;
}
.toplink .phone {
  position: absolute;
  right: 0;
  top: 40px;
}
.header h1.logo {
  height: 100px;
  margin: 0;
  display: inline-block;
}
.header h1.logo img {
  height: 100px;
  padding-right: 20px;
}
.header h1.logo a {
  float: left;
}
.header h1.logo .slogen {
  line-height: 30px;
  display: inline-block;
  margin-top: 35px;
  color: #978c70;
  font-size: 18px;
  font-weight: normal;
}
.toplink .iconmenu {
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  width: 40px;
  margin-left: 5px;
  line-height: 40px;
  height: 40px;
  display: none;
  color: #fff;
  font-size: 1.3em;
  background-color: #222222;
}
.toplink .iconmenu:hover {
  color: #fff;
  background-color: #403b2e;
}
.toplink .iconmenu.active {
  background-color: #5d5644;
}
.topcart {
  float: right;
  padding-left: 25px;
  background: url(../images/header_cart.png) no-repeat left center;
  display: inline-block;
  color: #5d5644;
  font-size: 16px;
}
.topcart:hover {
  color: #978c70;
}
.topcart span.price {
  color: #b05c2f;
  padding: 0 5px;
  font-size: 18px;
}
.share_icon {
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  margin-left: 5px;
  height: 30px;
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  background-color: #222222;
  background-image: url(../images/share_icon.png);
  background-repeat: no-repeat;
}
.share_icon:hover {
  background-color: #403b2e;
}
.share_icon.facebook {
  background-position: 0 0;
}
.share_icon.twitter {
  background-position: -30px 0;
}
.share_icon.plurk {
  background-position: -60px 0;
}
/* menu */
.menu {
  height: 60px;
  position: relative;
  paddding-top: 10px;
  border-bottom: 1px dashed #978c70;
}
.sf-menu {
  height: 60px;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 12em;
}
.sf-menu ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  position: relative;
  zoom: 1;
  float: left;
  margin: 0;
  display: inline;
}
.sf-menu > li:before {
  content: "/";
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 16px;
  color: #5d5644;
}
.sf-menu > li:last-child:before,
.sf-menu > li:first-child:before {
  display: none;
}
.sf-menu li a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  padding: 15px 10px;
  color: #978c70;
  transition: all 0.5s ease 0s;
  letter-spacing: 2px;
}
.sf-menu li.facebook {
  padding-top: 15px;
}
.sf-menu li.facebook a {
  background-color: #3c5a9a;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
}
.sf-menu li.facebook a:hover {
  background-color: #5270b1;
  color: #fff;
}
.sf-menu li.sfHover > a,
.sf-menu li.current.sfHover > a {
  color: #403b2e;
}
.sf-menu > li.current > a {
  color: #b05c2f;
  font-weight: bold;
}
.sf-menu > li > a:hover,
.sf-menu > li.current > a:hover {
  color: #403b2e;
}
.sf-menu li li,
.sf-menu li.sfHover li {
  clear: both;
  margin: 0;
  padding: 0;
}
.sf-menu li li a,
.sf-menu li.sfHover li a,
.sf-menu li.current li a,
.sf-menu li.sfHover li.sfHover li a,
.sf-menu li.sfHover li.sfHover li.sfHover li a {
  display: block;
  color: #5d5644;
  text-align: left;
  background-color: #f7f1e1;
  border: 0;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 24px;
}
.sf-menu li.sfHover li.sfHover a,
.sf-menu li.sfHover li.sfHover li.sfHover a,
.sf-menu li li a:hover,
.sf-menu li.sfHover li a:hover,
.sf-menu li.current li a:hover,
.sf-menu li.sfHover li.sfHover a:hover,
.sf-menu li.sfHover li.sfHover li a:hover,
.sf-menu li.sfHover li.sfHover li.sfHover li a:hover {
  color: #fff;
  background-color: #978c70;
}
.sf-menu li a.sf-with-ul {
  padding-right: 30px;
}
.sf-sub-indicator {
  position: absolute;
  right: 15px;
  top: 25px;
  text-align: center;
  overflow: hidden;
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
.sf-sub-indicator:before {
  content: "\f0d7";
}
.sf-menu > li.sfHover > a.sf-with-ul > .sf-sub-indicator {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sf-menu li li .sf-sub-indicator {
  display: block;
  top: 15px;
  right: 10px;
  font-size: 12px;
}
.sf-menu li li .sf-sub-indicator:before {
  content: "\f0da";
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 50px;
  z-index: 999;
  background-color: #f7f1e1;
  border: 1px solid #978c70;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 12em;
  top: 0;
  border: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 12em;
  top: 0;
}
.mobilemenu {
  display: none;
}
/* banner */
.banner {
  clear: both;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.mainslider {
  width: 100%;
  height: 640px;
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  background: url(../images/loading.svg) center no-repeat;
}
.mainslider li {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mainslider li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.rslides_nav {
  width: 40px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -40px;
  background: url(../images/pop_side.png);
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
}
.rslides_nav:hover {
  background: rgba(105, 73, 50, 0.6);
  color: #fff;
}
.rslides_nav.next {
  right: 40px;
}
.rslides_nav.prev {
  left: 40px;
}
.rslides_tabs {
  margin: 0;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: 20px;
}
.rslides_tabs li {
  float: left;
  margin-left: 10px;
  position: relative;
  right: 50%;
}
.rslides_tabs a {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.5s ease 0s;
  background-color: #ccc;
}
.rslides_tabs li.rslides_here a,
.rslides_tabs li.rslides_here a:hover {
  background-color: #403b2e;
}
.rslides_tabs a:hover {
  background-color: #978c70;
}
/* ----------  footer ---------- */
.footer {
  clear: both;
  background: #f7f1df;
  color: #5d5644;
  padding: 30px 0;
  overflow: hidden;
}
.footer .container {
  position: relative;
}
.footer .row {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 1px;
  overflow: hidden;
}
.footer .row .group {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  position: relative;
  font-size: 15px;
}
.footer .row .group p {
  line-height: 34px;
}
.footer .row .group p strong {
  padding-right: 5px;
}
.footer .row .group p span {
  padding: 0 5px;
}
.footer .phone {
  height: 45px;
  padding-bottom: 15px;
}
.bottomlink {
  width: 20%;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  position: relative;
  font-size: 15px;
}
.bottomlink li a {
  line-height: 24px;
  padding: 5px 0;
  display: block;
}
.qrcode {
  float: right;
  padding: 0 15px;
}
.qrcode img {
  max-width: 140px;
}
.footer .luckygroup {
  font-size: 12px;
}
.copyright {
  line-height: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #978c70;
}
.copyright span {
  padding: 0 5px;
}
.copyright a {
  color: #b05c2f;
}
.copyright a:hover {
  color: #403b2e;
}
.copyright span span {
  padding: 0 5px;
}
.copyright .gray {
  color: #9a9a9a;
}
.copyright .gray:hover {
  color: #403b2e;
}
.copyright .luckygroup {
  float: right;
}
/* ----------  index css  ---------- */
.maincontent h3.title {
  height: 40px;
  padding: 10px 20px;
  line-height: 40px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.maincontent h3.title::before {
  content: "";
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  position: absolute;
}
.maincontent .productlist h3.title {
  background-color: #a8bd62;
  margin-bottom: 25px;
}
.maincontent .main-contact h3.title {
  background-color: #d84c54;
}
.maincontent .main-news h3.title {
  background-color: #d6c16b;
}
.maincontent .main-movie h3.title {
  background-color: #de962f;
}
.mainaboutus {
  line-height: 32px;
  font-size: 20px;
  padding: 50px 0;
  color: #403b2e;
}
.productlist {
  margin-top: 30px;
}
.productlist ul {
  clear: both;
  overflow: hidden;
  margin: -10px;
}
.main-product li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.product-item .photo {
  display: block;
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.product-item .photo .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background: #f7f1e1 url(../images/loading.svg) center center no-repeat;
}
.product-item .photo .link span {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.product-item .photo .link img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.productlist li .info {
  border: 1px solid #a8bd62;
  text-align: center;
  padding: 15px 10px;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}
.productlist li:hover .info {
  border-color: #de962f;
}
.productlist li .productname {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #5d5644;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
}
.productlist li .productname + .productname {
  margin-top: 5px;
}
.productlist li .price {
  font-size: 16px;
  font-weight: bold;
  color: #d74b53;
  line-height: 24px;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.addtocart {
  background-color: #d74b53;
}
.addtocart:hover {
  background-color: #5d5644;
}
.addtocart.disabled,
.addtocart.disabled:hover {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}
.main-contact {
  width: 240px;
  float: left;
}
.main-contact .from_post {
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 338px;
}
.main-contact .from_post li {
  padding-left: 0;
}
.main-contact .from_post .title {
  position: inherit;
  width: auto;
  display: block;
  text-align: left;
}
.main-contact .from_post li input.type1 {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
}
.main-contact .from_post li input.type2 {
  width: 40%;
}
.main-contact .from_post li textarea {
  width: 100%;
  box-sizing: border-box;
  height: 120px;
}
.main-contact .from_post .brtools {
  margin-left: 0;
}
.main-contact .from_post .brtools .submit {
  display: block;
  text-align: center;
}
.main-news {
  width: 470px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.group-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 300px;
}
.group-link .link {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background: #f7f1e1 url(../images/loading.svg) no-repeat center center;
}
.group-link .link span {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.group-link .link img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.group-link .text {
  position: absolute;
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Arial Black", Gadget, sans-serif;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  line-height: 40px;
  box-sizing: border-box;
}
.group-link:hover .text {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-movie {
  margin-top: 20px;
}
.movie-group {
  clear: both;
  margin: -10px;
  padding: 0;
  overflow: hidden;
}
.movie-group li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}
.movie-group iframe {
  width: 100%;
  height: 200px;
}
/* ----------  pages css  ---------- */
.container .detail {
  height: auto!important;
  height: 300px;
  min-height: 300px;
}
.container .page_h2 {
  color: #333;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
/* navigation */
.navigation {
  overflow: hidden;
  text-align: right;
  margin-bottom: 15px;
  padding: 8px 15px;
  background-color: #f5f5f5;
  font-size: 16px;
}
.navigation a {
  font-weight: bold;
  margin-right: 1px;
  line-height: 30px;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.navigation a:after {
  color: #999;
  content: "/";
  padding: 0 10px;
}
.navigation strong {
  color: #666;
  line-height: 30px;
}
.detailtitle {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  position: relative;
  background-color: #f9f9f9;
}
.detailtitle h4 {
  color: #403b2e;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 140px 10px 15px;
}
.detailtitle .font_icon {
  padding-right: 5px;
}
.detailtitle .info {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 20px;
  text-align: right;
  color: #978c70;
}
.detailtitle .info .font_icon {
  padding: 0 5px;
  font-weight: normal;
}
.nes {
  color: #f00;
  padding: 0 5px;
}
.newstitle {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  position: relative;
  background-color: #f9f9f9;
}
.newstitle h4 {
  color: #403b2e;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 90px 10px 10px;
}
.newstitle .font_icon {
  padding-right: 5px;
}
.newstitle .date {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 20px;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  color: #978c70;
}
.htmledit {
  clear: both;
  line-height: 150%;
  font-size: 16px;
}
.detail .htmledit p {
  line-height: 180%;
  margin-bottom: 5px;
}
.detail .htmledit .default_p {
  line-height: 24px;
  padding-bottom: 10px;
}
.detail .htmledit .default_h4 {
  clear: both;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #978c70;
  font-size: 1.2em;
}
.detail .htmledit .default_strong {
  font-size: 13px;
  padding: 0 5px;
}
.detail .htmledit .default_img {
  border: 4px solid #fff;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -khtml-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
.htmledit .templist {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
}
.htmledit .templist th {
  color: #333;
  font-weight: 1.2em;
  padding: 5px 10px;
  background-color: #ccc;
  line-height: 20px;
  text-align: left;
  border: 1px solid #e4e4e4;
}
.htmledit .templist td {
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #e4e4e4;
}
.htmledit .templist tr.even td {
  background-color: #f2f2f2;
}
.htmledit .templist tr.odd td {
  background-color: #fcfcfc;
}
.htmledit .templist tr.over td {
  background-color: #eee;
}
/* product */
.page-product {
  width: 100%;
}
.page-product li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  width: 33.3%;
}
.product-header .product-item .photo {
  display: block;
  position: relative;
  padding-bottom: 133.3%;
  overflow: hidden;
}
.product-header .sort-title {
  height: 40px;
  padding: 10px 20px;
  background-color: #de962f;
  line-height: 40px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 3px;
  text-align: center;
}
.product-header .sort-title::before {
  content: "";
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  position: absolute;
}
.product-content {
  margin: 20px 0;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #b05c2f;
  text-align: center;
  padding: 15px 0;
  border: 2px solid #978c70;
}
.certificate {
  margin-bottom: 20px;
}
.certificate .product-item .photo {
  display: block;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.page-product-twocolumn {
  width: 100%;
}
.page-product-twocolumn li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  width: 50%;
}
/*sidebar*/
.sidebar {
  background-color: #f7f7f8;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.sidebar li {
  clear: both;
  line-height: 24px;
}
.sidebar li a {
  border: 1px solid #e5e5e5;
  display: block;
  margin: 0 0 -1px;
  padding: 8px 24px 8px 14px;
  font-size: 16px;
  position: relative;
}
.sidebar li a:hover {
  background-color: #fff;
}
.sidebar h3 {
  padding: 15px 14px;
  font-size: 20px;
  color: #333;
  border: 1px solid #e5e5e5;
  margin: 0 0 -1px;
}
.sidebar li a .font_icon {
  position: absolute;
  right: 10px;
  top: 6px;
  font-style: normal;
  font-size: 16px;
}
.sidebar li.current a {
  background-color: #403b2e;
  color: #fff;
}
/* content list */
.content_list {
  width: 100%;
  overflow: hidden;
}
.content_list table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  border-collapse: inherit;
}
.content_list table th {
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #181818;
  text-shadow: 0 1px 0 #fff;
  background-color: #f0f0f0;
}
.content_list table td {
  padding: 15px 10px;
  vertical-align: top;
  line-height: 20px;
  border-bottom: 1px solid #eee;
}
.content_list table tbody tr.even td {
  background-color: none;
}
.content_list table tbody tr.odd td {
  background-color: none;
}
.content_list table tbody tr.over td {
  background-color: #f9f9f9;
}
.content_list table tbody tr.out td {
  background-color: none;
}
.nodata {
  text-align: center;
  line-height: 40px;
}
.list_news td.T1 {
  width: 65px;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
}
.list_news th.T1 {
  width: 65px;
  text-align: center;
}
.list_news td.T1 .date {
  display: block;
  font-weight: bold;
  width: 60px;
  height: 50px;
  padding: 5px 0;
  text-align: center;
  background-color: #978c70;
  margin: 0 auto;
}
.list_news td.T1 .date span {
  display: block;
}
.list_news td.T1 .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.list_news td.T1 .date .year_month {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}
.list_news td .title {
  font-size: 13px;
  color: #403b2e;
  font-weight: bold;
  line-height: 20px;
  display: block;
  transition: all 0.5s ease 0s;
}
.list_news td .title:hover {
  color: #978c70;
}
.list_news td p {
  line-height: 20px;
  padding-top: 5px;
}
.list_news td .brtools {
  margin-top: 10px;
  height: 20px;
  text-align: right;
}
.list_news td .brtools .readmore {
  line-height: 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}
.list_news td .brtools .readmore .font_icon {
  padding-left: 5px;
}
/* page tools css */
.grayr {
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
.grayr a {
  padding: 5px 8px;
  margin: 2px;
  color: #5d5644;
  font-weight: bold;
  background-color: #eee;
  transition: all 0.5s ease 0s;
  border-radius: 3px;
}
.grayr a:hover {
  color: #fff;
  background-color: #978c70;
}
.grayr a:active {
  color: #fff;
  background-color: #403b2e;
}
.grayr span.current {
  padding: 5px 8px;
  font-weight: bold;
  margin: 2px;
  color: #fff;
  background-color: #5d5644;
  border-radius: 3px;
}
.grayr span.disabled {
  padding: 5px 8px;
  margin: 2px;
  color: #ccc;
  font-weight: bold;
  background-color: #f0f0f0;
  border-radius: 3px;
}
.grayr .icon-chevron-left {
  padding-right: 5px;
  font-size: 0.8em;
}
.grayr .icon-chevron-right {
  padding-left: 5px;
  font-size: 0.8em;
}
/* ----------  product details ----------  */
.detail .leftcatalog {
  float: left;
  padding-right: 20px;
  width: 60%;
  box-sizing: border-box;
}
.detail .rightinfo {
  width: 40%;
  float: left;
  position: relative;
}
.leftcatalog .showpic {
  padding: 9px;
  border: 1px solid #eee;
  text-align: center;
}
.leftcatalog .showpic .hidden-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  visibility: hidden;
}
.leftcatalog .showpic table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.leftcatalog .showpic table td {
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.leftcatalog .showpic table td a {
  visibility: hidden;
}
.leftcatalog .showpic img {
  max-width: 100%;
  max-height: 800px;
}
.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden;
  margin: -5px 0 0 3px;
}
.zoomMask {
  position: absolute;
  background: url(../images/mask.png);
  cursor: move;
  z-index: 1;
}
.catalog {
  background: #f0f0f0;
  padding: 8px 21px;
  margin-top: 20px;
  position: relative;
}
.catalog .prev,
.catalog .next {
  position: absolute;
  color: #978c70;
  top: 28px;
  width: 11px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  display: block;
  z-index: 3;
}
.catalog .prev:hover,
.catalog .next:hover {
  color: #403b2e;
}
.catalog .prev {
  left: 4px;
}
.catalog .next {
  right: 4px;
}
.catalog .next:hover {
  background-position: -11px -36px;
}
.thumbs_list {
  z-index: 2;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.thumbs_list ul {
  clear: both;
  height: 72px;
}
.thumbs_list li {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin: 5px 4px;
  cursor: pointer;
  position: relative;
}
.thumbs_list li.over {
  border-color: #978c70;
}
.thumbs_list li .bg {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: absolute;
  background: url(../images/slider_bg.png);
  display: none;
  z-index: 2;
  top: 0;
  left: 0;
}
.thumbs_list li .bg:before {
  line-height: 60px;
  font-size: 3em;
  color: #978c70;
}
.thumbs_list li a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.rightinfo .slogen {
  display: block;
  color: #999;
  line-height: 20px;
  font-size: 18px;
}
.rightinfo .productname {
  font-size: 24px;
  color: #403b2e;
  line-height: 20px;
  padding-bottom: 15px;
  display: block;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.rightinfo .productinfo {
  padding: 0;
  margin: 0;
  width: 100%;
}
.rightinfo .productinfo td,
.rightinfo .productinfo th {
  line-height: 24px;
  vertical-align: top;
  border: 2px solid #fff;
  padding: 5px 10px;
  font-size: 18px;
}
.rightinfo .productinfo td {
  background-color: #f8f8f8;
}
.rightinfo .productinfo th {
  width: 100px;
  text-align: right;
  color: #978c70;
  background-color: #eee;
}
.rightinfo .productinfo td span {
  padding: 0 5px;
}
.rightinfo .productinfo td .price {
  font-size: 20px;
  color: #f00;
  padding: 0;
}
.rightinfo .brtools {
  margin: 20px 0 0 0;
  height: 34px;
}
.rightinfo .brtools * {
  float: left;
}
.rightinfo .brtools .title {
  line-height: 34px;
  padding-right: 10px;
  display: inline-block;
}
.rightinfo .brtools .number {
  height: 34px;
  line-height: 34px;
  width: 50px;
  margin-right: 10px;
}
.rightinfo .sharetools {
  background: #f6f6f6;
  width: 100%;
  padding: 20px 15px;
  margin-top: 30px;
  height: 80px;
  box-sizing: border-box;
}
.mailshare {
  background: #eee;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc #ccc #aaa #ccc;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 1px 0px #ccc;
  text-shadow: #fff 1px 1px 0;
  float: right;
}
.mailshare .mail {
  border-top: 1px solid #fff;
  line-height: 22px;
  padding: 8px 20px 9px 50px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  font-size: 16px;
}
.mailshare .mail .font_icon {
  position: absolute;
  left: 15px;
  top: 8px;
  line-height: 22px;
  font-size: 2em;
}
.mailshare:hover {
  color: #333;
  background-position: 0 bottom;
}
.mailshare:hover span {
  border-color: #ddd;
}
.sharetools strong {
  color: #403b2e;
  font-size: 16px;
  padding-right: 10px;
  float: left;
  line-height: 40px;
}
.sharetools .icon1,
.sharetools .icon2,
.sharetools .icon3,
.sharetools .icon4 {
  line-height: 26px;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url(../images/shareicon_bg.gif);
  height: 26px;
  float: left;
  display: block;
  width: 26px;
  overflow: hidden;
  margin: 7px 5px 7px 0px;
  text-indent: -999px;
}
.sharetools .icon1 {
  background-position: 0 0;
}
.sharetools .icon2 {
  background-position: 0 -26px;
}
.sharetools .icon3 {
  background-position: 0 -52px;
}
.sharetools .icon4 {
  background-position: 0 -78px;
  display: none;
}
/* ----------  popwin ----------  */
.popmask {
  position: absolute;
  background: url(../images/slider_bg.png);
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  display: none;
}
.popwin {
  left: 50%;
  margin-left: -300px;
  padding: 10px;
  position: fixed;
  top: 50%;
  z-index: 3001;
  width: 580px;
  background: url(../images/pop_side.png);
  display: none;
}
.popwin .hide_box {
  background-color: #fff;
  position: relative;
}
.popwin .hide_box h3 {
  color: #fff;
  background: #403b2e;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 20px 6px 10px;
}
.hide_box .closebr {
  background: url(../images/icon_close.png) no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -999px;
  top: 10px;
  width: 16px;
}
.hide_box .closebr:hover {
  background-position: 0 -16px;
}
.popwin .hide_box .popcontent {
  clear: both;
  padding: 15px;
}
.popwin .hide_box .popcontent p {
  line-height: 20px;
  padding-bottom: 10px;
}
.popwin .hide_box .popcontent .brtools .button {
  float: right;
}
.popwin .from_post li {
  margin-bottom: 10px;
}
#mailshare {
  margin-top: -280px;
}
#popcart {
  margin-top: -80px;
}
.popwin .price {
  color: #f00;
  padding: 0 5px;
}
#popcart p {
  padding-left: 65px;
  background: url(../images/icon_addcart.png) left center no-repeat;
}
/* ----------  contact us details ----------  */
input,
textarea {
  color: #666;
  padding: 4px 10px;
  font-size: 14px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  line-height: 20px;
  transition: all 0.5s ease 0s;
}
input {
  height: 20px;
}
textarea {
  height: 80px;
  width: 70%;
}
select {
  color: #666;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #f8f8f8;
}
input:hover,
textarea:hover {
  border-color: #aaa;
}
input:focus,
textarea:focus {
  color: #000;
  background: #fff;
  border-color: #5d5644;
  -moz-box-shadow: 0 0 6px #978c70;
  -webkit-box-shadow: 0 0 6px #978c70;
  -khtml-box-shadow: 0 0 6px #978c70;
  box-shadow: 0 0 6px #978c70;
}
input.radio:focus,
input.checkbox:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
}
input:disabled {
  background-color: #333;
  color: #777;
}
input.type1,
select.type1 {
  width: 50%;
}
input.type2,
select.type2 {
  width: 20%;
}
input.type3,
select.type3 {
  width: 10%;
}
.from_post li {
  padding-left: 130px;
  margin-bottom: 15px;
  position: relative;
}
.from_post li .title {
  font-size: 14px;
  line-height: 30px;
  color: #7a7a7a;
  display: block;
  width: 120px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
}
.from_post li strong {
  line-height: 30px;
  color: #5d5644;
}
.from_post li .fg {
  padding: 0px 10px;
  line-height: 30px;
  display: inline;
  color: #999;
}
.from_post li .nes {
  line-height: 30px;
}
.from_post li .check {
  clear: both;
  display: block;
  line-height: 20px;
  color: #f00;
  padding-top: 5px;
}
.from_post li .check img {
  padding: 2px 5px 0 0;
}
.from_post li .codeimg {
  padding: 4px 0 0 10px;
  cursor: pointer;
}
.from_post li.last {
  border: 0;
  margin-bottom: 0;
}
.from_post li .price {
  font-size: 1.1em;
  padding-left: 5px;
  color: #978c70;
}
.from_post .radio,
.from_post .checkbox {
  background: none;
  display: inline;
  border: 0;
  padding: 0px;
  margin: 9px 4px 8px 0;
}
.from_post .brtools {
  margin: 20px 0 0 130px;
}
.cart_detail .from_post .brtools {
  margin-left: 0;
}
/* ----------  cart navigation style----------  */
span.nes {
  color: #f00;
  padding: 0px 5px;
}
span.price {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
span.loadtext {
  color: #333;
  font-weight: bold;
  padding: 0px 5px;
}
span.model {
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #999;
  padding-right: 5px;
}
.cart_detail {
  background-color: #fff;
  height: auto!important;
  height: 350px;
  min-height: 350px;
  padding: 20px 20px 30px 20px;
}
.cartnav {
  margin-bottom: 30px;
  height: 50px;
  background: url(../images/fg_img.gif) 0 center repeat-x;
}
.cartnav ul {
  height: 50px;
  text-align: center;
}
.cartnav li {
  padding-left: 50px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  margin: 0 20px;
}
.cartnav li em {
  line-height: 50px;
  font-size: 40px;
  font-family: "Times New Roman", Times, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 15px;
  color: #999;
  background-color: #fff;
}
.cartnav li h4 {
  font-size: 20px;
  line-height: 30px;
  color: #999;
  background-color: #fff;
}
.cartnav li strong {
  font-size: 16px;
  font-style: italic;
  color: #999;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
  background-color: #fff;
}
.cartnav li.current em,
.cartnav li.current h4,
.cartnav li.current strong {
  color: #f60;
}
.cartnav li a em,
.cartnav li a h4,
.cartnav li a strong {
  color: #999;
}
.cartnav li a:hover em,
.cartnav li a:hover h4,
.cartnav li a:hover strong {
  color: #333;
}
/* button & input style */
.cart_button {
  padding: 7px 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: #999;
  line-height: 20px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.cart_button:hover {
  background-color: #f60;
  color: #fff;
}
.cart_button_disable {
  padding: 7px 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: #ccc;
  line-height: 20px;
  color: #999;
  cursor: default;
}
.cart_detail .brtools {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 15px;
  text-align: right;
}
.grouptitle {
  clear: both;
  background: #fff url(../images/title_bg.gif) bottom repeat-x;
  margin-bottom: 10px;
}
.grouptitle .titletext {
  float: left;
  border-bottom: 2px solid #f60;
}
.grouptitle .titletext h3 {
  line-height: 40px;
  padding: 0 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #5f5f5f;
  letter-spacing: 2px;
}
.grouptitle .titletext input {
  margin-left: 20px;
  border: 0;
  background: none;
}
.grouptitle .titletext .loadtext {
  font-size: 12px;
  font-weight: normal;
}
.grouptitle .textinfo {
  float: right;
  font-size: 13px;
  text-align: right;
  line-height: 40px;
}
.grouptitle .textinfo a {
  color: #555;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #eee;
  display: inline-block;
}
.grouptitle .textinfo a:hover {
  text-decoration: none;
  background-color: #555;
  color: #fff;
}
.cartlist {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.cartlist ul {
  width: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  border-bottom: #e8e8e8 1px solid;
}
.cartlist ul:hover {
  background-color: #f0f0f0;
}
.cartlist li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center;
}
.cartlist ul.list-header li {
  color: #333;
}
.text-left,
.cartlist li.text-left {
  text-align: left;
}
.text-center,
.cartlist li.text-center {
  text-align: center;
}
.text-right,
.cartlist li.text-right {
  text-align: right;
}
.cartlist ul.list-header li.photo,
.cartlist ul.list-header:hover li.photo {
  background: none;
}
.cartlist li.photo {
  background: url(../images/marker1.png) 10px center no-repeat;
  width: 70px;
  text-align: center;
  padding-left: 40px;
}
.cartlist li.photo a img {
  cursor: pointer;
  max-width: 60px;
  max-height: 60px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}
.cartlist ul:hover li.photo {
  background-image: url(../images/marker2.png);
}
.cartlist ul:hover li.photo a img {
  border-color: #ff7400;
}
.cartlist li a {
  font-size: 15px;
  font-weight: bold;
}
.cartlist li .price {
  padding-left: 5px;
  font-size: 16px;
}
.cartlist li input {
  text-align: center;
  width: 40px;
}
.cartlist ul.list-footer {
  border: 0;
}
.cartlist ul.list-footer li {
  text-align: right;
  font-weight: bold;
  color: #333;
  font-size: 13px;
  padding-right: 20px;
}
.cartlist ul.list-footer li .price {
  font-size: 15px;
}
.cartlist li .mobiletitle {
  padding-right: 5px;
  display: none;
}
/* ----------  cart popwin ----------  */
.cartpopmask {
  position: absolute;
  background: url(../images/slider_bg.png);
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  display: none;
}
.cartpopwin {
  left: 50%;
  margin-left: -300px;
  padding: 10px;
  position: fixed;
  top: 50%;
  z-index: 3001;
  width: 580px;
  background: url(../images/pop_side.png);
  display: none;
}
.cartpopwin .hide_box {
  background-color: #fff;
  position: relative;
}
.cartpopwin .hide_box h3 {
  background: #ff7400;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 30px 5px 10px;
  color: #fff;
}
.hide_box .closebr {
  background: url(../images/icon_close.png) 0 0 no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -999px;
  top: 8px;
  width: 16px;
}
.hide_box .closebr:hover {
  background-position: 0 -16px;
}
.cartpopwin .hide_box .popcontent {
  clear: both;
  padding: 15px;
}
.cartpopwin .hide_box .popcontent p {
  line-height: 24px;
  padding-bottom: 10px;
}
.cartpopwin .hide_box .popcontent p .price {
  padding: 0 5px;
  color: #f60;
}
.cartpopwin .from_post {
  background: none;
  border: 0;
  margin: 10px 0 0 0;
  padding: 0;
}
#popsubmit {
  margin-top: -85px;
}
.termstext {
  padding: 4px 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  width: 70%;
  height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #838383;
}
.payinfo {
  clear: both;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #f2f2f2;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 0 5px #ccc inset;
  -webkit-box-shadow: 0 0 5px #ccc inset;
  box-shadow: 0 0 5px #ccc inset;
}
.payinfo .sign {
  padding: 0 10px;
}
.payinfo .price {
  padding: 0 5px;
  font-size: 15px;
}
.payinfo strong {
  font-size: 15px;
}
.payinfo strong .price {
  font-size: 18px;
}
.ordertable {
  clear: both;
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
.ordertable ul {
  width: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  border-bottom: #ccc 1px solid;
}
.ordertable li {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 5px;
  line-height: 24px;
  border-right: #ccc 1px solid;
}
.ordertable ul.list-header li {
  background: #f8f8f8;
  font-weight: bold;
}
.ordertable li .mobiletitle {
  display: none;
}
.ordertable li.productname {
  width: 50%;
}
.ordertable li strong {
  padding-right: 5px;
}
/* 大屏幕 */
@media (min-width: 1200px) {
  .gotop {
    margin-right: -650px;
  }
  .container {
    width: 1170px;
  }
  .container .col-2 {
    width: 910px;
  }
  .main-contact {
    width: 300px;
  }
  .main-contact .from_post {
    min-height: 387px;
  }
  .main-news {
    margin-right: 30px;
  }
  .contactdetail .detail {
    width: 790px;
  }
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 720px;
  }
  .container .col-1 {
    float: inherit;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .container .col-2 {
    float: inherit;
    width: 710px;
    margin: 0 auto;
  }
  .header h1.logo img {
    height: 90px;
  }
  .footer .bottomlink {
    width: 25%;
  }
  .footer .row .group {
    width: 50%;
  }
  /* menu */
  .sf-menu li a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sf-menu li a.sf-with-ul {
    padding-right: 20px;
  }
  .sf-menu li li a,
  .sf-menu li.sfHover li a,
  .sf-menu li.current li a,
  .sf-menu li.sfHover li.sfHover li a,
  .sf-menu li.sfHover li.sfHover li.sfHover li a {
    font-size: 14px;
  }
  .sf-sub-indicator {
    display: none;
  }
  /* banner */
  .mainslider {
    height: 320px;
  }
  .main-contact {
    width: 100%;
    float: inherit;
  }
  .main-contact .from_post {
    min-height: inherit;
  }
  .main-contact .from_post li input.type2 {
    width: 20%;
  }
  .main-contact .from_post .brtools .submit {
    display: inline-block;
  }
  .main-news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: inherit;
  }
  .detail .leftcatalog {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .detail .rightinfo {
    width: 100%;
  }
  .movie-group li {
    width: 50%;
  }
  .movie-group iframe {
    height: 250px;
  }
  .googlemap {
    width: auto;
    height: 340px;
    margin-right: 0;
    margin-bottom: 20px;
    position: inherit;
  }
  #map_canvas {
    width: 100%;
    height: 300px;
  }
  .detail.contactus {
    padding-left: 0;
    width: auto;
  }
  .cartnav li em {
    font-size: 30px;
    line-height: 36px;
  }
  .cartnav li h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .cartnav li strong {
    font-size: 12px;
    line-height: 16px;
  }
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
  .container {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container .col-1 {
    float: inherit;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .container .col-2 {
    float: inherit;
    width: auto;
  }
  .header h1.logo {
    height: 60px;
    top: 0;
  }
  .header h1.logo img {
    height: 60px;
  }
  .header h1.logo .slogen {
    margin-top: 15px;
    font-size: 14px;
  }
  .toplink {
    height: auto;
  }
  .toplink .iconmenu {
    position: absolute;
    top: 10px;
    display: block;
  }
  .toplink .iconmenu.icon-list {
    right: 50px;
  }
  .toplink .iconmenu.icon-shopping-cart {
    right: 0;
  }
  .toplink .phone {
    display: none;
  }
  .menu,
  .toplink .topcart,
  .toplink .share_icon {
    display: none;
  }
  .mobilemenu {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .mobilemenu .icon-double-angle-up {
    display: block;
    font-size: 1.4em;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 3px;
    background-color: #403b2e;
  }
  .mobilemenu .icon-double-angle-up:hover {
    color: #fff;
    background-color: #5d5644;
  }
  .mobilemenu ul {
    padding: 10px;
    background-color: #222;
    border: 1px solid #000;
    text-decoration: none;
  }
  .mobilemenu li {
    clear: both;
    border-bottom: 1px solid #000;
  }
  .mobilemenu li.last {
    border: 0;
  }
  .mobilemenu li .font_icon {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .mobilemenu li a {
    line-height: 24px;
    padding: 5px 30px 5px 5px;
    position: relative;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
  }
  .mobilemenu li.facebook a {
    background-color: #3c5a9a;
    text-align: center;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .mobilemenu li.facebook .font_icon {
    display: none;
  }
  .mobilemenu li a:hover,
  .mobilemenu li.current a,
  .mobilemenu li.current a:hover {
    color: #978c70;
  }
  /* banner */
  .mainslider {
    height: 320px;
  }
  .rslides_nav.next,
  .rslides_nav.prev {
    display: none;
  }
  .productlist li {
    float: inherit;
    width: 100%;
  }
  .productlist li + li {
    margin-top: 15px;
  }
  .main-contact {
    width: 100%;
    float: inherit;
  }
  .main-contact .from_post {
    min-height: inherit;
  }
  .main-news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: inherit;
  }
  .main-movie {
    width: 100%;
    float: inherit;
  }
  .footer .bottomlink {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .row .group,
  .footer .row .group.add {
    float: inherit;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
  }
  .copyright {
    text-align: center;
    margin-top: 0;
  }
  .copyright > span {
    display: block;
  }
  .grayr {
    padding: 0;
    font-size: 10px;
  }
  .grayr a {
    padding: 4px;
  }
  .grayr span.current {
    padding: 4px;
  }
  .grayr span.disabled {
    padding: 4px;
  }
  .qrcode {
    text-align: center;
    float: inherit;
    margin-bottom: 20px;
  }
  .detail .leftcatalog {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .detail .rightinfo {
    width: 100%;
  }
  .rightinfo .productinfo td,
  .rightinfo .productinfo th {
    font-size: 14px;
  }
  .rightinfo .productinfo th {
    width: 80px;
  }
  .catalog {
    margin: 10px auto 0 auto;
    position: relative;
    width: 200px;
    height: 50px;
  }
  .catalog .prev {
    left: 5px;
    top: 15px;
  }
  .catalog .next {
    right: 5px;
    top: 15px;
  }
  .thumbs_list ul {
    height: 42px;
  }
  .thumbs_list li {
    width: 40px;
    height: 40px;
  }
  .thumbs_list li .bg:before {
    line-height: 40px;
    font-size: 2em;
    color: #978c70;
  }
  .rightinfo .sharetools {
    position: inherit;
    width: auto;
    padding: 10px;
    height: auto;
    margin-top: 20px;
  }
  .sharetools strong {
    color: #666;
    font-size: 13px;
    padding-right: 10px;
    line-height: 40px;
    display: inline-block;
  }
  .sharetools .icon1,
  .sharetools .icon2,
  .sharetools .icon3 {
    display: inline-block;
  }
  .rightinfo .sharetools::after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
    height: 0;
  }
  .mailshare .mail {
    padding-left: 20px;
  }
  .mailshare .mail .font_icon {
    display: none;
  }
  .popwin,
  .cartpopwin {
    left: 20px;
    right: 20px;
    margin: 0;
    width: auto;
  }
  .popwin .hide_box .popcontent {
    clear: both;
    padding: 10px;
  }
  .movie-group li {
    width: 100%;
    float: inherit;
  }
  .movie-group iframe {
    height: 200px;
  }
  .googlemap {
    width: auto;
    height: 340px;
    margin-right: 0;
    margin-bottom: 20px;
    position: inherit;
  }
  #map_canvas {
    width: 100%;
    height: 300px;
  }
  .detail.contactus {
    padding-left: 0;
    width: auto;
  }
  .from_post li {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .from_post li .title {
    line-height: 20px;
    display: block;
    width: auto;
    text-align: left;
    position: inherit;
    left: auto;
    top: auto;
    margin-bottom: 5px;
  }
  .from_post .brtools {
    margin: 20px 0 0 0;
  }
  input.type1,
  select.type1,
  textarea {
    width: 80%;
  }
  input.type2,
  select.type2 {
    width: 40%;
  }
  input.type3,
  select.type3 {
    width: 20%;
  }
  .cart_detail {
    padding: 0;
  }
  .cartnav {
    margin-bottom: 20px;
    height: auto;
    background: url(../images/fg_img.gif) 15px 0 repeat-y;
  }
  .cartnav ul {
    height: auto;
  }
  .cartnav li {
    clear: both;
    float: none;
    display: block;
    padding-left: 40px;
    line-height: 30px;
    padding-right: 5px;
    margin: 10px 0;
  }
  .cartnav li em {
    left: 0;
    top: 0;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #eee;
    color: #7a7a7a;
    font-size: 16px;
    border-radius: 50%;
  }
  .cartnav li.current em {
    color: #fff;
    background-color: #ff7400;
  }
  .cartnav li h4 {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
  .cartnav li strong {
    display: none;
  }
  .cartlist {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .cartlist ul {
    display: block;
    padding: 0 30px 0 80px;
    position: relative;
    width: auto;
  }
  .cartlist li {
    display: block;
    clear: both;
    text-align: left;
    padding: 5px;
  }
  .cartlist li.photo {
    background: none;
    width: 70px;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cartlist li.delete {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cartlist ul:hover li.photo {
    background-image: none;
  }
  .cartlist ul.list-header {
    display: none;
  }
  .cartlist ul.list-footer {
    padding: 0;
  }
  .cartlist li .mobiletitle {
    display: inline-block;
  }
  .cart_detail .brtools {
    text-align: center;
  }
  .cart_detail {
    min-height: inherit;
  }
  .grouptitle .titletext h3 {
    letter-spacing: 0;
  }
  .grouptitle .textinfo {
    font-size: 12px;
  }
  .grouptitle .titletext input {
    margin-left: 0;
  }
  .cart_detail .from_post .fg {
    clear: both;
    display: block;
  }
  .grouptitle .titletext label {
    clear: both;
    display: block;
  }
  .ordertable ul {
    width: 100%;
    display: block;
  }
  .ordertable li {
    display: block;
    border: 0;
    text-align: left !important;
  }
  .ordertable li .mobiletitle {
    display: none;
  }
  .ordertable li.productname {
    width: auto;
  }
  .ordertable li .mobiletitle {
    display: inline-block;
    font-size: 13px;
    color: #333;
  }
  .ordertable ul.list-header {
    display: none;
  }
  .popwin .popcontent {
    max-height: 400px;
    overflow-y: auto;
  }
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
  .header h1.logo .slogen {
    display: none;
  }
  /* banner */
  .mainslider {
    height: 240px;
  }
  .movie-group iframe {
    height: 200px;
  }
  .footer .row {
    margin: 0;
  }
  .footer {
    font-size: 12px;
  }
  .footer .row .group p {
    padding: 0;
    text-align: center;
  }
  .copyright {
    text-align: center;
    margin-top: 0;
  }
  .copyright > span {
    display: block;
  }
  .copyright .luckygroup {
    display: block;
    text-align: center;
    float: inherit;
  }
  .product-content {
    font-size: 20px;
  }
}
