html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  box-sizing: border-box;
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, Arial, sans-serif;
}
html {
  height: 100%;
  font-size: 50px;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
input,
select,
textarea {
  border-radius: 0;
  padding: 0;
  border: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrap {
  max-width: 1195px;
  margin: 0 auto;
}
.head {
  background: #121212;
  height: 1.8rem;
  line-height: 1.8rem;
  width: 100%;
  border-bottom: 1px solid #303030;
}
.head h1 {
  float: left;
  margin-top: 0.4rem;
  padding-left: 5%;
}
.head h1 a {
  background-image: url("../img/logo.png");
  background-size: cover;
  display: block;
  width: 2.44rem;
  height: 1.02rem;
}
.head .nav {
  float: right;
  padding-right: 3%;
}
.head .nav li {
  float: left;
}
.head .nav li a {
  display: inherit;
  color: #747474;
  font-size: 0.32rem;
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 0.3rem;
}
.head .nav li a:hover,
.head .nav li a.active {
  color: #288d00;
}
.head .nav-min {
  display: none;
  position: relative;
  width: 100%;
  z-index: 6;
}
.head .nav-min dl {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.head .nav-min dl dt {
  background: url("../img/pic.png") no-repeat right center;
  color: #fff;
  height: 1.5rem;
  font-size: 0.56rem;
  text-align: right;
  padding-right: 1rem;
}
.head .nav-min dl dd {
  height: 1.1rem;
  line-height: 1.1rem;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  text-align: center;
}
.head .nav-min dl dd a {
  color: #333;
  font-size: 0.48rem;
  height: 0.7rem;
  display: block;
}
.head .nav-min dl dd a.active {
  color: #288d00;
}
@media screen and (max-width: 640px) {
  .head .nav {
    display: none;
  }
  .head .nav-min {
    display: block;
  }
}
.heads {
  background: #f0f1f3;
  border-bottom: 1px solid #e0e1e3;
}
.heads h1 a {
  background-image: url("../img/logos.png");
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .img {
  width: 9999rem;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .img li {
  float: left;
}
.banner .img li a {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.banner .btn {
  height: 0.5rem;
  line-height: 0.1rem;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner .btn li {
  height: 0.3rem;
  line-height: 0.3rem;
  width: 0.3rem;
  border-radius: 15px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  margin-left:0.1rem;
}
.banner .btn li.active {
  border: 2px solid #288d00;
  background: #288d00;
}
.banner .prev,
.banner .next {
  position: absolute;
  top: 40%;
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  background-size: 100%;
  cursor: pointer;
}
.banner .prev {
  background-image: url("../img/prev.png");
  left: 0.4rem;
}
.banner .next {
  background-image: url("../img/next.png");
  right: 0.4rem;
}
@media screen and (max-width: 640px) {
  .banner .prev,
  .banner .next {
    top: 40%;
  }
}
.banners {
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .banners {
	  width:100%;
}
}
.pro-module {
  text-align: center;
}
.pro-module .tit {
  display: inline-block;
  width: 10.4rem;
  height: 1.4rem;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin: 1.2rem 0;
  border-radius: 0.3rem;
}
.pro-module .tit span {
  display: block;
  width: 100%;
  color: #575757;
  font-size: 0.76rem;
  font-family: Arial;
}
.pro-module .tit em {
  display: block;
  width: 100%;
  color: #b7b7b7;
  font-size: 0.28rem;
}
.pro-module .list:before,
.pro-module .list:after {
  content: " ";
  display: table;
}
.pro-module .list:after {
  clear: both;
}
.pro-module .list li {
  float: left;
  width: 5.6rem;
  margin-right: 0.5rem;
  text-align: center;
}
.pro-module .list li:last-child {
  margin-right: 0;
}
.pro-module .list li span {
  color: #b7b7b7;
  font-size: 0.28rem;
  display: block;
  text-align: center;
  margin-top: 0.4rem;
}
.pro-module .list li span:hover {
  color: #288d00;
}
.pro-module .list li img {
  width: 5.6rem;
  height: 3.6rem;
}
@media screen and (max-width: 640px) {
  .pro-module .list li {
    float: none;
    width: 90%;
    margin: 0 5% 5% 5%;
  }
  .pro-module .list li img {
    width: 100%;
    height: auto;
  }
  .pro-module .list li span {
    font-size: 0.4rem;
  }
}
.pro-module .more {
  text-align: center;
  margin: 1.2rem 0 2.2rem 0;
}
.pro-module .more a {
  display: inline-block;
  height: 1rem;
  width: 6rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 1rem;
  color: #666;
  border-radius: 1rem;
  border: 1px solid #ddd;
}
.pro-module .more a:hover {
  color: #fff;
  background: #288d00;
}
@media screen and (max-width: 640px) {
  .pro-module .more {
    margin: 0.6rem 0 1rem 0;
  }
}
.about-module {
  background: #f2f2f2;
  text-align: center;
}
.about-module:before,
.about-module:after {
  content: " ";
  display: table;
}
.about-module:after {
  clear: both;
}
.about-module .tit {
  display: inline-block;
  width: 10.4rem;
  height: 1.4rem;
  text-align: center;
  margin: 0.7rem 0 2rem 0;
}
.about-module .tit span {
  display: block;
  width: 100%;
  color: #575757;
  font-size: 0.76rem;
  font-family: Arial;
}
.about-module .tit em {
  display: block;
  width: 100%;
  color: #797979;
  font-size: 0.28rem;
}
@media screen and (max-width: 640px) {
  .about-module .tit {
    margin: 0.6rem 0 0.6rem 0;
  }
}
.about-module .con:before,
.about-module .con:after {
  content: " ";
  display: table;
}
.about-module .con:after {
  clear: both;
}
.about-module .con .img {
  width: 7.8rem;
  height: 2.2rem;
  float: left;
  margin-left: 2rem;
}
.about-module .con .text {
  float: right;
  padding: 0.3rem;
  font-size: 0.28rem;
  color: #818181;
  border: 1px solid #ddd;
  width: 12.8rem;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .about-module .con .img {
    width: 80%;
    height: auto;
    margin: 0 10%;
    float: none;
    text-align: center;
  }
  .about-module .con .img img {
    display: inline;
  }
  .about-module .con .text {
    float: none;
    width: 90%;
    margin: 2% 5%;
    font-size: 0.4rem;
    height: auto;
  }
}
.about-module .more {
  text-align: center;
  margin: 1.2rem 0 2.6rem 0;
}
.about-module .more a {
  display: inline-block;
  height: 1rem;
  width: 6rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 1rem;
  color: #666;
  border-radius: 1rem;
  border: 1px solid #ddd;
}
.about-module .more a:hover {
  color: #fff;
  background: #288d00;
}
@media screen and (max-width: 640px) {
  .about-module .more {
    margin: 0.6rem 0 1.2rem 0;
  }
}
.store-module {
  background: #292a2e;
}
.store-module:before,
.store-module:after {
  content: " ";
  display: table;
}
.store-module:after {
  clear: both;
}
.store-module .store-logo {
  float: left;
  width: 5.2rem;
  height: 11rem;
}
.store-module .store-list {
  float: left;
  margin: 2.6rem 0 0 0.8rem;
  height: 6.7rem;
}
.store-module .store-list li {
  float: left;
  position: relative;
  margin-right: 0.8rem;
  cursor:pointer;
}
.store-module .store-list li img {
  width: 5rem;
  height: 6.6rem;
}
.store-module .store-list li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2%;
  height: 2.5rem;
  z-index: 2;
  background: #e5a304;
  display: none;
}
.store-module .store-list li p span {
  display: block;
  width: 100%;
  padding-left: 20px;
  color: #fff;
  margin-top: 10px;
}
.store-module .store-list li p span.name {
  font-size: 0.44rem;
  background: url("../img/icon-1.png") no-repeat left center;
}
.store-module .store-list li p span.address {
  font-size: 0.28rem;
  background: url("../img/icon-2.png") no-repeat left center;
}
.store-module .store-list li p span.telphone {
  font-size: 0.36rem;
  background: url("../img/icon-3.png") no-repeat left center;
}
@media screen and (max-width: 640px) {
  .store-module {
    margin: 1rem 0;
  }
  .store-module .store-logo {
    display: none;
  }
  .store-module .store-list {
    float: none;
    margin: 1rem 0;
    height: auto;
  }
  .store-module .store-list li {
    float: none;
    margin: 0 5% 5% 5%;
    width: 90%;
  }
  .store-module .store-list li img {
    width: 100%;
    height: auto;
  }
  .store-module .store-list li p {
    display: block;
    height: 3rem;
  }
}
.news-module {
  text-align: center;
  padding-bottom: 6rem;
}
.news-module:before,
.news-module:after {
  content: " ";
  display: table;
}
.news-module:after {
  clear: both;
}
.news-module .tit {
  display: inline-block;
  width: 10.4rem;
  height: 1.4rem;
  text-align: center;
  margin: 0.7rem 0 2.8rem 0;
}
.news-module .tit span {
  display: block;
  width: 100%;
  color: #575757;
  font-size: 0.76rem;
  font-family: Arial;
}
.news-module .tit em {
  display: block;
  width: 100%;
  color: #b7b7b7;
  font-size: 0.28rem;
}
.news-module .list li {
  float: left;
  width: 20%;
  margin-left: 5%;
}
.news-module .list li .date {
  border: 4px solid #dadada;
  height: 2rem;
  width: 2rem;
}
.news-module .list li .date .day {
  font-size: 0.48rem;
  color: #7c7c7c;
  display: block;
  margin-top: 0.3rem;
}
.news-module .list li .date .year {
  font-size: 0.28rem;
  color: #7c7c7c;
  display: block;
  margin-top: 0.1rem;
}
.news-module .list li .text {
  text-align: left;
}
.news-module .list li .text .title {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #7c7c7c;
  font-size: 0.28rem;
  height: 1rem;
  line-height: 1rem;
}
.news-module .list li .text .des {
  color: #b0b0b0;
  font-size: 0.24rem;
  line-height: 23px;
  display: block;
  cursor:pointer;
}
.news-module .list li .text .more {
  color: #7c7c7c;
  font-size: 0.28rem;
  display: block;
  margin-top: 0.3rem;
}
.news-module .list li .text .more:hover {
  color: #288d00;
}
.news-module .list li.active .date {
  border: 4px solid #288d00;
}
.news-module .list li.active .date .day {
  color: #e5a304;
}
.news-module .list li.active .date .year {
  color: #333;
}
.news-module .list li.active .text .more {
  color: #288d00;
}
@media screen and (max-width: 640px) {
  .news-module {
    padding-bottom: 1rem;
  }
  .news-module .tit {
    margin: 0.6rem 0 1rem 0;
  }
  .news-module .list li {
    width: 45%;
    margin: 0 0 5% 5%;
  }
  .news-module .list li .text .title {
    font-size: 0.48rem;
  }
  .news-module .list li .text .des {
    font-size: 0.4rem;
    height: auto;
    line-height: .6rem;
  }
}
.contact-module {
  background: #111;
  text-align: center;
}
.contact-module .tit {
  display: inline-block;
  width: 10.4rem;
  height: 1.4rem;
  text-align: center;
  margin: 0.7rem 0 1.8rem 0;
}
.contact-module .tit span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.76rem;
  font-family: Arial;
}
.contact-module .tit em {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.28rem;
}
.contact-module .con {
  text-align: left;
  padding-bottom: 0.8rem;
}
.contact-module .con:before,
.contact-module .con:after {
  content: " ";
  display: table;
}
.contact-module .con:after {
  clear: both;
}
.contact-module .con .address {
  float: left;
  width: 30%;
  border-right: 1px solid #2b2b2b;
  padding-right: 3%;
  height: 5rem;
}
.contact-module .con .address li {
  color: #8b8b8b;
  font-size: 0.32rem;
  line-height: 0.72rem;
}
.contact-module .con .menu {
  float: left;
  width: 30%;
  border-right: 1px solid #2b2b2b;
  padding-right: 3%;
  height: 5rem;
}
.contact-module .con .menu ul {
  width: 3rem;
  height: 5rem;
  margin-left: 2.5rem;
}
.contact-module .con .menu ul li {
  float: left;
  width: 1.3rem;
  height: 0.8rem;
}
.contact-module .con .menu ul li a {
  color: #8b8b8b;
  font-size: 0.32rem;
  padding: 0 5px;
  border-bottom: 2px solid #111;
  display: inline-block;
  height: 0.6rem;
  float: left;
}
.contact-module .con .menu ul li a:hover {
  border-bottom: 2px solid #288d00;
}
.contact-module .con .message {
	padding-top:0rem;
  float: left;
  width: 30%;
  padding-left: 3%;
  height: 5rem;
}
.contact-module .con .message input {
  width: 90%;
  padding: 0 5%;
  border-radius: 5px;
  float: left;
  margin-top: 0.2rem;
}
.contact-module .con .message input.name,
.contact-module .con .message input.tel {
  height: .6rem;
  line-height: .6rem;
  background: #2b2b2b;
  color: #6f6f6f;
  font-size: 0.28rem;
}
.contact-module .con .message input.button {
  background: #2b2b2b;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.32rem;
  color: #fff;
  width: 100%;
}
.contact-module .con .message input.button:hover {
  background: #288d00;
}
.contact-module .con .message textarea {
  width: 90%;
  padding: 0 5%;
  border-radius: 5px;
  float: left;
  background: #2b2b2b;
  color: #6f6f6f;
  font-size: 0.28rem;
  line-height: 0.5rem;
  height: 2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .contact-module .tit {
    margin: 0.7rem 0;
  }
  .contact-module .con {
    padding-bottom: 1rem;
  }
  .contact-module .con .address {
    float: none;
    width: 90%;
    margin: 0 5% 5% 5%;
    border: 0;
    height: auto;
  }
  .contact-module .con .address li {
    font-size: 0.44rem;
  }
  .contact-module .con .menu {
    height: auto;
    float: none;
    width: 90%;
    margin: 0 5% 5% 5%;
    border: 0;
  }
  .contact-module .con .menu ul {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .contact-module .con .menu ul:before,
  .contact-module .con .menu ul:after {
    content: " ";
    display: table;
  }
  .contact-module .con .menu ul:after {
    clear: both;
  }
  .contact-module .con .menu ul li {
    width: 1.5rem;
  }
  .contact-module .con .menu ul li a {
    font-size: 0.4rem;
  }
  .contact-module .con .message {
    height: auto;
    float: none;
    width: 100%;
    padding: 0 5% 5% 5%;
  }
  .contact-module .con .message input.name,
  .contact-module .con .message input.tel {
    font-size: 0.4rem;
    height: 1rem;
  }
  .contact-module .con .message input.button {
    font-size: 0.4rem;
    height: 1rem;
  }
  .contact-module .con .message textarea {
    font-size: 0.4rem;
    line-height: 0.6rem;
    height: 2.4rem;
  }
}
.foot {
  text-align: center;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #000;
  font-size: 0.24rem;
  color: #7a7a7a;
}
@media screen and (max-width: 640px) {
  .foot {
    font-size: 0.4rem;
    height: 1.6rem;
    line-height: 0.8rem;
  }
}
.position {
  color: #a5a5a5;
  font-size: 0.24rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid #dadada;
}
.position a {
  color: #a5a5a5;
}
.side {
  float: left;
  width: 4rem;
  font-size: 0.28rem;
}
.side dt {
  height: 0.8rem;
  line-height: 0.8rem;
  background: #007978 url("../img/icon-4.png") 20px center no-repeat;
  color: #fff;
  padding-left: 45px;
}
.side dd {
  color: #888;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #e6e6e6;
  background: url("../img/icon-5.png") 20px center no-repeat;
  padding-left: 45px;
  cursor: pointer;
}
.side dd:hover,
.side dd.active {
  color: #007978;
  background: url("../img/icon-6.png") 20px center no-repeat;
}
.side1 dd {
  color: #fff;
  background: #a4a4a4 url("../img/icon-4.png") 20px center no-repeat;
  margin-bottom: 0.1rem;
}
.side1 dd:hover,
.side1 dd.active {
  color: #fff;
  background: #007978 url("../img/icon-4.png") 20px center no-repeat;
}
@media screen and (max-width: 640px) {
  .side {
    float: none;
    width: 100%;
  }
  .side dd,
  .side dt {
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .side1 dd {
    height: 1.2rem;
    line-height: 1.2rem;
  }
}
.main {
  float: right;
  width: 18.9rem;
}
.main h2 {
        font-size: 0.4rem;
    color: #4a4a4a;
	padding-bottom:0.1rem;
    text-align: center;
  }
  .main .mian_con{
    display: block;
    width: 100%;
    font-size: 0.3rem;
    color: #999;
	padding:0.1rem;
  }
@media screen and (max-width: 640px) {
  .main {
    float: none;
    width: 100%;
  }
  .main h2 {
    width: 100%;
  }
  
}

.about {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.about:before,
.about:after {
  content: " ";
  display: table;
}
.about:after {
  clear: both;
}
.about .item {
  width: 4rem;
  margin-top: 0.8rem;
}
.about .item img {
  margin-bottom: 0.4rem;
}
.about .main {
  font-size: 0.28rem;
  color: #7e7e7e;
  line-height: 0.4rem;
}
.about .main li {
  display: none;
}
.about .main li:first-child {
  display: block;
}
@media screen and (max-width: 640px) {
  .about {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .about .item {
    width: 100%;
  }
  .about .item:before,
  .about .item:after {
    content: " ";
    display: table;
  }
  .about .item:after {
    clear: both;
  }
  .about .item a:first-child {
    float: left;
  }
  .about .item a:last-child {
    float: right;
  }
  .about .main {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .about .main li {
    width: 96%;
    margin-left: 2%;
  }
}
.news {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.news:before,
.news:after {
  content: " ";
  display: table;
}
.news:after {
  clear: both;
}
.news .item {
  width: 4rem;
  margin-top: 0.8rem;
}
.news .item img {
  margin-bottom: 0.4rem;
}
.news .main ul {
  display: none;
}
.news .main ul:first-child {
  display: block;
}
.news .main ul dl {
  padding-bottom: 2%;
  border-bottom: 1px solid #ddd;
}
.news .main ul dl:before,
.news .main ul dl:after {
  content: " ";
  display: table;
}
.news .main ul dl:after {
  clear: both;
}
.news .main ul dl dt {
  float: left;
  width: 4.4rem;
  height: 3rem;
}
.news .main ul dl dd {
  float: left;
  padding-left: 0.4rem;
  width: 14rem;
  margin-bottom: 5px;
}
.news .main ul dl dd.tit a {
  font-size: 0.32rem;
  color: #333;
  float: left;
}
.news .main ul dl dd.time {
  font-size: 0.24rem;
  color: #999;
}
.news .main ul dl dd.des {
  font-size: 0.28rem;
}
.news .main ul dl dd.des a {
  color: #24b727;
}
@media screen and (max-width: 640px) {
  .news {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .news .item {
    width: 100%;
  }
  .news .item:before,
  .news .item:after {
    content: " ";
    display: table;
  }
  .news .item:after {
    clear: both;
  }
  .news .item a:first-child {
    float: left;
  }
  .news .item a:last-child {
    float: right;
  }
  .news .main ul dl {
    width: 96%;
    margin: 2%;
  }
  .news .main ul dl dt {
    width: 100%;
    height: auto;
    padding: 0 ;
  }
  .news .main ul dl dt img {
    width: 100%;
  }
  .news .main ul dl dd {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 0;
  }
  .news .main ul dl dd.tit a {
    font-size: 0.36rem;
    color: #333;
    float: left;
  }
  .news .main ul dl dd.time {
    font-size: 0.28rem;
    color: #999;
  }
  .news .main ul dl dd.des {
    font-size: 0.32rem;
  }
  .news .main ul dl dd.des a {
    color: #24b727;
  }
}
.case {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.case:before,
.case:after {
  content: " ";
  display: table;
}
.case:after {
  clear: both;
}
.case .item {
  width: 4rem;
  margin-top: 0.8rem;
}
.case .item img {
  margin-bottom: 0.4rem;
}
.case .main {
  margin-left: 20px;
}
.case .main:before,
.case .main:after {
  content: " ";
  display: table;
}
.case .main:after {
  clear: both;
}
.case .main li {
  float: left;
  width: 5.6rem;
  margin: 0 0.8rem 0.6rem 0;
  font-size: 0.28rem;
}
.case .main li:nth-child(3n) {
  margin-right: 0;
}
.case .main li img {
  width: 100%;
}
.case .main li p {
  color: #666;
  margin-top: 0.4rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .case {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .case .item {
    width: 100%;
  }
  .case .item:before,
  .case .item:after {
    content: " ";
    display: table;
  }
  .case .item:after {
    clear: both;
  }
  .case .item a:first-child {
    float: left;
  }
  .case .item a:last-child {
    float: right;
  }
  .case .main {
    margin: 0;
  }
  .case .main li {
    width: 5rem;
    margin: 0 0 0.6rem 0.8rem;
    font-size: 0.28rem;
  }
  .case .main li p {
    color: #666;
    margin-top: 0.4rem;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.join {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.join:before,
.join:after {
  content: " ";
  display: table;
}
.join:after {
  clear: both;
}
.join .item {
  width: 4rem;
  margin-top: 0.8rem;
}
.join .item img {
  margin-bottom: 0.4rem;
}
.join .main {
  font-size: 0.28rem;
}
@media screen and (max-width: 640px) {
  .join {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .join .item {
    width: 100%;
  }
  .join .item:before,
  .join .item:after {
    content: " ";
    display: table;
  }
  .join .item:after {
    clear: both;
  }
  .join .item a:first-child {
    float: left;
  }
  .join .item a:last-child {
    float: right;
  }
  .join .main {
    margin: 0 2%;
    width: 96%;
  }
  .join .main li {
    width: 5rem;
    margin: 0 0 0.6rem 0.8rem;
    font-size: 0.28rem;
  }
  .join .main li p {
    color: #666;
    margin-top: 0.4rem;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.job {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.job:before,
.job:after {
  content: " ";
  display: table;
}
.job:after {
  clear: both;
}
.job .item {
  width: 4rem;
  margin-top: 0.8rem;
}
.job .item img {
  margin-bottom: 0.4rem;
}
.job .main ul:before,
.job .main ul:after {
  content: " ";
  display: table;
}
.job .main ul:after {
  clear: both;
}
.job .main li {
  width: 48%;
  float: left;
  padding: 0.2rem;
  border: 1px solid #ddd;
  font-size: 0.28rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.job .main li:nth-child(2n) {
  margin-right: 0;
}
.job .main li p {
  padding-top: 5px;
}
.job .main .tips {
  text-align: center;
  font-size: 0.48rem;
  color: #000;
  margin-top: 10px;
}
.job .main .tips a {
  background: #f00;
  color: #fff;
  padding: 3px 10px;
}
@media screen and (max-width: 640px) {
  .job {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .job .item {
    width: 100%;
  }
  .job .item:before,
  .job .item:after {
    content: " ";
    display: table;
  }
  .job .item:after {
    clear: both;
  }
  .job .item a:first-child {
    float: left;
  }
  .job .item a:last-child {
    float: right;
  }
  .job .main li {
    float: none;
    width: 90%;
    margin: 2% 5%;
  }
}
.message {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.message:before,
.message:after {
  content: " ";
  display: table;
}
.message:after {
  clear: both;
}
.message .item {
  width: 4rem;
  margin-top: 0.8rem;
}
.message .item img {
  margin-bottom: 0.4rem;
}
.message .main p {
  font-size: 0.36rem;
  color: #666;
}
.message .main .input-box input {
  width: 47%;
  margin-right: 2%;
  border: 1px solid #ddd;
  height: 0.7rem;
  line-height: 0.7rem;
  padding-left: 0.2rem;
  float: left;
  margin-top: 0.2rem;
}
.message .main .input-box input:nth-child(2n) {
  margin-right: 0;
}
.message .main .input-box textarea {
  width: 96%;
  border: 1px solid #ddd;
  float: left;
  margin-top: 0.2rem;
  min-height: 4rem;
  padding: 0.2rem;
  color: #999;
}
.message .main .btn {
  clear: both;
}
.message .main .btn a {
  color: #fff;
  background: #0099ff;
  padding: 0.2rem 0.8rem;
  font-size: 0.32rem;
}
.message .main .btn span {
  color: #666;
  padding-left: 0.4rem;
  font-size: 0.28rem;
}
@media screen and (max-width: 640px) {
  .message {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .message .item {
    width: 100%;
  }
  .message .item:before,
  .message .item:after {
    content: " ";
    display: table;
  }
  .message .item:after {
    clear: both;
  }
  .message .item a:first-child {
    float: left;
  }
  .message .item a:last-child {
    float: right;
  }
  .message .main p {
    margin-left: 3%;
  }
  .message .main .input-box input {
    width: 90%;
    margin-left: 3%;
    line-height: 1rem;
    height: 1rem;
  }
  .message .main .input-box textarea {
    width: 88%;
    margin-left: 3%;
  }
  .message .main .btn a {
    margin-left: 3%;
  }
}
.store:before,
.store:after {
  content: " ";
  display: table;
}
.store:after {
  clear: both;
}
.store .store-list {
  margin: 2.6rem 0 0 0.8rem;
  height: 6.7rem;
}
.store .store-list:before,
.store .store-list:after {
  content: " ";
  display: table;
}
.store .store-list:after {
  clear: both;
}
.store .store-list li {
  float: left;
  position: relative;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.store .store-list li img {
  width: 5rem;
  height: 6.6rem;
  cursor:pointer;
}
.store .store-list li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2%;
  height: 2.5rem;
  z-index: 2;
  background: #e5a304;
  display: none;
}
.store .store-list li p span {
  display: block;
  width: 100%;
  padding-left: 20px;
  color: #fff;
  margin-top: 10px;
}
.store .store-list li p span.name {
  font-size: 0.44rem;
  background: url("../img/icon-1.png") no-repeat left center;
}
.store .store-list li p span.address {
  font-size: 0.28rem;
  background: url("../img/icon-2.png") no-repeat left center;
}
.store .store-list li p span.telphone {
  font-size: 0.36rem;
  background: url("../img/icon-3.png") no-repeat left center;
}
@media screen and (max-width: 640px) {
  .store .store-list {
    float: none;
    margin: 1rem 0;
    height: auto;
  }
  .store .store-list li {
    float: none;
    margin: 0 5% 5% 5%;
    width: 90%;
  }
  .store .store-list li img {
    width: 100%;
    height: auto;
  }
  .store .store-list li p {
    display: block;
    height: 3rem;
  }
}
.view {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.view:before,
.view:after {
  content: " ";
  display: table;
}
.view:after {
  clear: both;
}
.view li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.view li:nth-child(2n) {
  margin-right: 0;
}
.view li img {
  width: 100%;
  margin-bottom: 0.4rem;
}
.view li p {
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
  color: #666;
}
.mysjg{
	font-size: 0.3rem;
	color:#666;
	padding-top: 0.2rem;
    padding-left: 0.4rem;
}
.mysjg a{
	font-size: 0.3rem;
	color:#666;
}
.myujg{
	font-size: 0.3rem;
	padding-top: 0.2rem;
    padding-left: 0.4rem;
	color:#666;
}
.myujg a{
	font-size: 0.3rem;
	color:#666;
}
.head .nav-min dl dt.dt{
	background: url("../img/pic010.png") no-repeat right center;
}
.float {
    display: none;
    width: 1rem;
    position: fixed;
    top: 3rem;
    right: 0;
    z-index: 3;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||200)));
}
.float .gotop {
    height: 1rem;
    background: url(../img/float_top.png) no-repeat;
	background-size:100%;
}
.float li {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: relative;
}
.float .qq_ {
    height: 1rem;
    background: url(../img/pic_4.png) no-repeat;
	background-size:100%;
	font-size:0.4rem;
	line-height:1rem;
}
.float .qq a {
    display: none;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background: #2e9d9d;
    position: absolute;
    top: 0rem;
    left: -2rem;
    width: 4rem;
}
.float .qq i {
    display: block;
    width: 1rem;
    height: 1rem;
    float: left;
    background: url(../img/pic_4.png) no-repeat;
	background-size:100%;
}
.float .wx {
    height: 1rem;
    background: url(../img/float_wx.png) no-repeat;
	background-size:100%;
}
.float .wx i {
    display: block;
    width: 4rem;
    height: 4rem;
    float: left;
    background: url(../img/wx.png) no-repeat;
	background-size:100%;
}
.float .weixin a {
    display: none;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    background: #2e9d9d;
    position: absolute;
    top: -2rem;
    left: -4rem;
    width: 4rem;
}
.case .main li img.curr{
	filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;
}
.mian_con img{
	display:inline;
}
.change_ img{
	height:4rem;
}
.mypage {
    width: 6rem;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
	font-size:0.2rem;
	color:#666;
	text-align:center;
}
.mypage a {
	font-size:0.2rem;
	margin-left:0.03rem;
	margin-right:0.03rem;
	color:#666;
}
.mypage a.current{
	color:#F33;
}