@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 625%;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  width: 100%;
  height: 100%;
}
body {
  font-size: 0.2rem;
  line-height: 1.1;
  color: #666;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}

/* all */
.mt40 {
  margin-top: 0.4rem;
}
.web_tit {
  text-align: center;
  overflow: hidden;
  padding: 0 0 0.4rem 0;
  font-size: 0.3rem;
  color: #333;
}
.web_tit i {
  color: #28ba00;
}
.web_tit:after {
  display: block;
  overflow: hidden;
  content: "";
  width: 0.2rem;
  height: 0.02rem;
  margin: 0.18rem auto 0 auto;
  background: #28ba00;
}
.web_titd {
  text-align: center;
  overflow: hidden;
  padding: 0 0 0.4rem 0;
  font-size: 0.24rem;
  color: #333;
}
.web_titd span {
  font-size: 0.3rem;
  color: #333;
}
.web_titd p {
  display: block;
  overflow: hidden;
  color: #999;
  padding: 0.12rem 0 0 0;
  letter-spacing: 3px;
  font-size: 0.18rem;
}
.web_titbj {
  text-align: center;
  overflow: hidden;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.24rem;
  background: #999999;
  margin-bottom: 0.2rem;
}
.in_more {
  line-height: normal;
  display: block;
  overflow: hidden;
  width: 1.66rem;
  padding: 0.12rem 0;
  border-radius: 5px;
  margin: 0.4rem auto 0 auto;
  color: #fff;
  text-indent: 0.3rem;
  background: #28ba00 url(../images/icon_mored.png) 1.24rem center no-repeat;
  background-size: auto 0.09rem;
}
.in_bj {
  background: #f5f5f5;
}
.in_bjt {
  background: #f4f4f4 url(../images/bj_in.jpg) center bottom no-repeat;
}
.in_wh {
  background: url(../images/bj_wh.jpg) center top no-repeat;
  background-size: 100% 100%;
}
.in_wh .web_tit {
  color: #fff;
}
.in_wh .web_tit:after {
  background: rgba(255, 255, 255, 0.5);
}
.in_box {
  width: 100%;
  padding: 0.6rem 0.2rem;
}
.in_boxb {
  width: 100%;
  padding: 0.4rem 0.2rem;
}
.in_boxs {
  width: 100%;
  padding: 0.4rem 0.2rem 0.6rem 0.2rem;
}
.position {
  background: #28ba00;
  color: #e0f2dd;
  padding: 0 0.2rem;
  height: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 555;
}
.position a {
  color: #e0f2dd;
}
.position .tit {
  color: #fff;
  font-size: 0.36rem;
}
.position .cate_but {
  background: url(../images/icon_mored.png) right center no-repeat;
  background-size: auto 0.09rem;
  padding: 0.2rem 0.3rem;
  font-size: 0.24rem;
}
.position .cate {
  display: none;
  position: absolute;
  left: 0px;
  top: 1rem;
  width: 100%;
  background: #efefef;
  padding: 0.1rem 0.2rem;
  box-shadow: 0 0 10px #ccc;
}
.position .cate li {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.position .cate li a {
  display: block;
  overflow: hidden;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #666;
}
.position .cate li:last-child {
  border-bottom: 0;
}

/* tan_pic */
.tan_pic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 50px;
}
.tan_pic .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_pic .box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_pic .close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.5s;
}
.tan_pic .close:before,
.tan_pic .close:after {
  width: 18px;
  height: 1px;
  background: #666;
  position: absolute;
  left: 9px;
  top: 17px;
  content: "";
  transform: rotate(45deg);
  transition: all 0.5s;
}
.tan_pic .close:before {
  transform: rotate(45deg);
}
.tan_pic .close:after {
  transform: rotate(-45deg);
}
.tan_pic .close:hover {
  background: #28ba00;
}
.tan_pic .close:hover:before,
.tan_pic .close:hover:after {
  background: #fff;
}
.tan_pic .close:hover:before {
  transform: rotate(315deg);
}
.tan_pic .close:hover:after {
  transform: rotate(225deg);
}
/* in_pro */
.in_pro {
  margin: -0.1rem;
  overflow: hidden;
}
.in_pro li {
  float: left;
  width: 50%;
  padding: 0.1rem;
  text-align: center;
  line-height: 1.1;
}
.in_pro li a {
  display: block;
  overflow: hidden;
  background: url(../images/bj_inp.jpg) no-repeat;
  background-size: 100% 100%;
}
.in_pro li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  padding: 0.4rem 0 0 0;
}
.in_pro li .pic {
  padding: 0.25rem 0.1rem 0.4rem 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1.2;
}
.in_pro li .pic img {
  max-width: 75%;
  max-height: 100%;
}
.in_pro li.big a {
  background-image: url(../images/bj_inpb.jpg);
}
.in_pro li.big .pic {
  height: 2.8rem;
}
/* in_spxun */
.in_spxun {
  margin: -0.1rem;
  overflow: hidden;
}
.in_spxun li {
  float: left;
  width: 50%;
  padding: 0.1rem;
  text-align: center;
  min-height: 158px;
  height: 2.6rem;
}
.in_spxun li a {
  display: block;
  overflow: hidden;
}
.in_spxun li .pic {
  overflow: hidden;
  position: relative;
}
.in_spxun li .pic img {
  width: 100%;
  height: 113px;
}
.in_spxun li .pic:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.in_spxun li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  margin-top: 0.18rem;
}
/* in_about */
.in_about img {
  width: 100%;
  height: auto;
}
.in_about .num {
  border-bottom: 1px solid #dddddd;
  padding: 0.3rem 0;
  overflow: hidden;
}
.in_about .num li {
  width: 25%;
  float: left;
}
.in_about .num li span {
  font-size: 0.36rem;
  font-family: 'deckerregular';
  color: #333;
  display: block;
  overflow: hidden;
  padding: 0 0 0.05rem 0;
}
.in_about .num li em {
  color: #999;
}
.in_about .bt {
  font-size: 0.3rem;
  color: #333;
  padding: 0.4rem 0 0.15rem 0;
}
.in_about .ms {
  color: #28ba00;
}
.in_about .info {
  line-height: 1.5;
  padding: 0.3rem 0;
}
.in_about .more {
  display: block;
  overflow: hidden;
  width: 1.5rem;
  height: 0.4rem;
  background: #28ba00 url(../images/icon_jtrb.png) center center no-repeat;
  text-indent: -9999px;
  background-size: auto 0.06rem;
}
/* in_hzal */
.in_hzal {
  margin: 0 -0.2rem;
}
.in_hzal .swiper-slide {
  width: 70%;
}
.in_hzal .swiper-slide a {
  display: block;
  overflow: hidden;
  padding: 0 0.3rem;
}
.in_hzal .swiper-slide img {
  width: 100%;
  height: 151px;
}
.in_hzal .swiper-slide .box {
  overflow: hidden;
  padding: 0.25rem 0.2rem 0.35rem 0.2rem;
  background: #fff;
  position: relative;
  line-height: 1.5;
}
.in_hzal .swiper-slide .box span {
  font-size: 0.24rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.2rem;
  padding: 0 0 0.15rem 0;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in_hzal .swiper-slide .box:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0.02rem;
  width: 0px;
  background: #28ba00;
  content: "";
}
.in_hzal .swiper-slide-active .box:before {
  width: 100%;
}
.in_hzal .swiper-pagination-bullets {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.4rem 0 0 0;
}
.in_hzal .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0.08rem;
  background: #ababab;
  opacity: 1;
  transition: all 0.5s;
}
.in_hzal .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #28ba00;
}
