@charset 'utf-8';
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
p {
  margin: 0;
}
ul,
ol,
th,
td,
input,
textarea {
  padding: 0;
}
body {
  font-family: 'Microsoft YaHei';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
img {
  display: block;
}
img,
iframe {
  border: 0;
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}
i,
em {
  font-style: normal;
}
strong {
  font-weight: normal;
}
input,
select,
textarea {
  font-family: 'Microsoft YaHei';
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
}
.area {
  position: relative;
  width: 7.2rem;
  margin: 0 auto;
}
.area,
.clear {
  *zoom: 1;
}
.area:after,
.clear:after {
  content: '.';
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}
.u-a-wrap {
  display: block;
}
.fadeIn-s {
  opacity: 0;
  transition: all 1.7s ease-in-out;
}
.page-box {
  position: relative;
  width: 7.5rem;
  overflow: hidden;
  margin: 0 auto 1rem auto;
}
.main-box {
  position: relative;
  z-index: 2;
  background: #fff;
}
.main-box .m-filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}
.main-box.active .m-filter {
  opacity: 0.6;
  z-index: 30;
}
.m-top {
  background: #fff;
}
.m-top .area {
  height: 0.9rem;
}
.m-top .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0.72rem;
  margin: auto 0;
}
#panelBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.45rem;
  height: 0.35rem;
  margin: auto 0;
  background: url(../images/panelBtn.png);
  background-size: 0.45rem 0.35rem;
}
.m-banner {
  position: relative;
}
.swiper-container {
  overflow: hidden;
}
.m-banner li {
  width: 7.5rem !important;
}
.m-banner .u-img {
  height: 4rem;
}
.m-banner .swiper-pagination {
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  font-size: 0;
}
.m-banner .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.075rem;
  background: #fff;
  opacity: 1;
  transition: all 0.45s ease-in-out;
}
.m-banner .swiper-pagination-bullet-active {
  width: 0.45rem;
  background: #7359a5;
  border-radius: 500px;
}
.m-consult {
  background: #7359a5;
}
.m-consult .u-icon {
  position: relative;
  padding-left: 0.65rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  color: #fff;
  font-weight: bold;
}
.m-consult .u-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.41rem;
  height: 0.35rem;
  margin: auto 0;
  background: url(../images/consult.png);
  background-size: 0.41rem 0.35rem;
}
.m-classify {
  padding: 0.2rem 0 0.1rem 0;
  overflow: hidden;
}
.m-classify .area {
  position: relative;
  z-index: 2;
}
.m-classify ul {
  width: 8rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.m-classify li {
  float: left;
  width: 1.2rem;
  position: relative;
  margin: 0.1rem 0.6rem 0.1rem;
  box-sizing: border-box;
}
.m-classify li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1.2rem;
  height: 1.39rem;
}
.m-classify li .name {
  font-size: 0.24rem;
  line-height: 1.39rem;
  color: #fff;
  text-align: center;
}
.m-header .title {
  float: left;
  position: relative;
  padding-left: 0.22rem;
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #fff;
}
.m-header .title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0.3rem;
  margin: auto 0;
  border-right: solid 0.05rem #fff;
}
.m-header .more {
  float: right;
  position: relative;
  padding-left: 0.36rem;
  font-size: 0.24rem;
  line-height: 0.56rem;
  color: #fff;
}
.m-header .more:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  margin: auto 0;
  background: url(../images/more.png);
  background-size: 0.25rem 0.25rem;
}
.m-about {
  overflow: hidden;
  display: none;
}
.m-about .m-header {
  background: #7359a5;
  border-top: solid 0.01rem #7359a5;
  border-bottom: solid 0.01rem #7359a5;
  color: #fff;
}
.m-about .m-header .border {
  border-top: solid 0.01rem #7359a5;
  border-bottom: solid 0.01rem #7359a5;
}
.m-about .content {
  margin: 0.2rem 0;
}
.m-about .article {
  background: #fff;
  overflow: hidden;
}
.m-about .u-img {
  margin: 0.2rem 0.2rem 0.1rem 0.2rem;
  height: 2.2rem;
}
.m-about .ctn {
  margin: 0 0.2rem 0.2rem 0.2rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
  text-indent: 0.48rem;
  text-align: justify;
}
.m-product.style1 .m-header {
  background: #7359a5;
  border-top: solid 0.01rem #7359a5;
  border-bottom: solid 0.01rem #7359a5;
}
.m-product.style1 .m-header .title {
  color: #fff;
}
.m-product.style1 .m-header .title:before {
  border-color: #fff;
}
.m-product.style1 .m-header .more {
  color: #fff;
}
.m-product.style1 .m-header .more:before {
  background: url(../images/more1.png);
  background-size: 0.25rem 0.25rem;
}
.m-product.style1 .name {
  background: #7359a5;
  color: #fff;
}
.m-product.style2 .m-header {
  background: #7359a5;
  border-top: solid 0.01rem #7359a5;
  border-bottom: solid 0.01rem #7359a5;
}
.m-product.style2 .m-header .title {
  color: #fff;
}
.m-product.style2 .m-header .title:before {
  border-color: #fff;
}
.m-product.style2 .m-header .more {
  color: #fff;
}
.m-product.style2 .m-header .more:before {
  background: url(../images/more.png);
  background-size: 0.25rem 0.25rem;
}
.m-product.style2 .name {
  background: #7359a5;
  color: #fff;
}
.m-product.style3 .m-header {
  background: #7359a5;
  border-top: solid 0.01rem #7359a5;
  border-bottom: solid 0.01rem #7359a5;
}
.m-product.style3 .m-header .title {
  color: #fff;
}
.m-product.style3 .m-header .title:before {
  border-color: #fff;
}
.m-product.style3 .m-header .more {
  color: #fff;
}
.m-product.style3 .m-header .more:before {
  background: url(../images/more.png);
  background-size: 0.25rem 0.25rem;
}
.m-product.style3 .content .u-img {
  height: 3.9rem !important;
}
.m-product.style3 .name {
  background: #7359a5;
  color: #fff;
}
.m-product .content {
  margin-top: 0.2rem;
  overflow: hidden;
}
.m-product ul {
  width: 7.4rem;
}
.m-product li {
  float: left;
  width: 3.5rem;
  margin: 0 0.2rem 0.2rem 0;
}
.m-product li .u-img {
  height: 2.5rem;
}
.m-product li .name {
  font-size: 0.24rem;
  line-height: 0.5rem;
  text-align: center;
}
.m-news .m-header {
  background: #7359a5;
  border-top: solid 0.01rem #7359a5;
  border-bottom: solid 0.01rem #7359a5;
}
.m-news .m-header .title {
  color: #fff;
}
.m-news .m-header .title:before {
  border-color: #fff;
}
.m-news .m-header .more {
  color: #fff;
}
.m-news .m-header .more:before {
  background: url(../images/more1.png);
  background-size: 0.25rem 0.25rem;
}
.m-news .content {
  margin-top: 0.2rem;
}
.m-news li,
.m-newsList li {
  margin-bottom: 0.2rem;
  background: #fff;
}
.m-news li .date,
.m-newsList li .date {
  float: left;
  width: 1rem;
  height: 1rem;
  margin: 0.2rem 0 0 0.2rem;
  background: #7359a5;
  text-align: center;
}
.m-news li .date .top,
.m-newsList li .date .top {
  padding-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #fff;
}
.m-news li .date .bottom,
.m-newsList li .date .bottom {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fff;
}
.m-news li .article,
.m-newsList li .article {
  margin: 0 0.2rem 0 1.4rem;
  padding: 0.12rem 0;
}
.m-news li .article .tit,
.m-newsList li .article .tit {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #000;
}
.m-news li .u-a-wrap:active .article .tit,
.m-newsList li .u-a-wrap:active .article .tit {
  color: #7359a5;
}
.m-news li .article .ctn,
.m-newsList li .article .ctn {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #7359a5;
}
.m-news li .article .ctn span,
.m-newsList li .article .ctn span {
  color: #999;
}
.m-copyright {
  display: none;
  padding: 0.15rem 0 0.25rem 0;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #666;
  text-align: center;
}
.footer-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 7.5rem;
  margin: 0 auto;
  background: #7359a5;
}
.footer-box li {
  float: left;
  width: 25%;
}
.footer-box li .u-a-wrap {
  position: relative;
  height: 1rem;
  overflow: hidden;
}
.footer-box li .u-a-wrap:active {
  background: #f26ba3;
}
.footer-box li .icon {
  position: absolute;
  bottom: 0.48rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-box li .icon:nth-child(1) {
  width: 0.4rem;
  height: 0.4rem;
}
.footer-box li .icon:nth-child(2) {
  width: 0.34rem;
  height: 0.36rem;
}
.footer-box li .icon:nth-child(3) {
  width: 0.4rem;
  height: 0.4rem;
}
.footer-box li .icon:nth-child(4) {
  width: 0.38rem;
  height: 0.4rem;
}
.footer-box li .name {
  margin-top: 0.52rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
}
.panel-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  background: url(../images/bg-panel.jpg);
}
.panel-box .nav {
  margin-top: 0.9rem;
}
.panel-box .nav > li {
  width: 2.38rem;
  margin: 0 auto 0.1rem auto;
}
.panel-box .nav > li > .u-a-wrap {
  background: #7359a5;
  border-radius: 0.08rem;
  font-size: 0.3rem;
  line-height: 0.58rem;
  color: #fff;
  text-align: center;
}
.panel-box .subnav {
  display: none;
}
.panel-box .subnav .u-a-wrap {
  font-size: 0.3rem;
  line-height: 0.75rem;
  color: #fff;
  text-align: center;
}
.pageColor {
  background: #fff;
}
.m-pageTop {
  height: 0.9rem;
  background: #fff;
}
.m-pageTop .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.14rem;
  height: 0.26rem;
  margin: auto 0;
  background: url(../images/back.png);
  background-size: 0.14rem 0.26rem;
}
.m-pageTop .title {
  font-size: 0.3rem;
  line-height: 0.9rem;
  color: #7359a5;
  text-align: center;
}
.m-pageClassify {
  padding: 0.2rem 0;
}
.m-pageClassify li {
  width: 1.65rem !important;
  margin-right: 0.2rem;
}
.m-pageClassify li .u-a-wrap {
  background: #7359a5;
  font-size: 0.22rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
}
.m-pageClassify li .u-a-wrap:active {
  background: #f66fa3;
}
.m-pageClassify .active .u-a-wrap {
  background: #f66fa3;
}
.m-productList .area {
  overflow: hidden;
}
.m-productList ul {
  width: 7.4rem;
}
.m-productList li {
  float: left;
  width: 3.5rem;
  margin: 0 0.2rem 0.2rem 0;
}
.m-productList li .u-img {
  height: 2.5rem;
}
.m-productList li .name {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
  background: #7359a5;
}
.m-page {
  margin: 0.2rem 0;
  font-size: 0;
  text-align: center;
}
.m-page a,
.m-page i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0.4rem;
  margin: 0 0.1rem;
  background: #ccc;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666;
  text-align: center;
}
.m-page .prev,
.m-page .next {
  width: 1rem;
  background: #7359a5;
  color: #fff;
}
.m-page a:active {
  background: #7359a5;
  color: #fff;
}
.m-page .active {
  background: #7359a5;
  color: #fff;
}
.m-articleDtl {
  margin-top: 0.3rem;
}
.m-articleDtl .header {
  margin-bottom: 0.4rem;
  text-align: center;
}
.m-articleDtl .tit {
  padding: 0.16rem 0;
  font-size: 0.36rem;
  line-height: 0.54rem;
  color: #000;
}
.m-articleDtl .inf {
  padding: 0.2rem 0;
  border-bottom: solid 0.01rem #e4e4e4;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #999;
}
.m-articleDtl .img {
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0;
  text-align: center;
}
.m-articleDtl .img img {
  display: inline-block;
  max-width: 100%;
}
.m-articleDtl .ctn {
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333;
}
.m-articleDtl .paging {
  margin-top: 0.3rem;
  padding: 0.14rem 0;
  border-top: solid 0.01rem #e4e4e4;
}
.m-articleDtl .paging a {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666;
}
.m-articleDtl .album .prev,
.m-articleDtl .album .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  height: 1rem;
  margin: auto 0;
  background: #000;
  opacity: 0.3;
  font: 0.3rem/1rem 'SimHei';
  color: #d4d4d4;
  text-align: center;
}
.m-articleDtl .album .prev {
  left: 0;
}
.m-articleDtl .album .next {
  right: 0;
}
.leaves-form {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #333;
  border-bottom: solid 0.01rem #ccc;
}
.leaves-form input {
  font-family: 'Microsoft YaHei';
}
.leaves-form .submit {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.form-items {
  font-size: 0.28rem;
  margin-bottom: 0.15rem;
}
.items-first-margin {
  margin-top: 0.65rem;
}
.form-input {
  width: 4.58rem;
  height: 0.68rem;
  background-color: #f4f4f4;
  border-radius: 0.05rem;
  outline: 0;
  border: solid 0.01rem #ccc;
  font-size: 0.28rem;
  padding: 0 0.16rem;
  margin-left: 0.04rem;
}
.form-textarea {
  width: 4.58rem;
  height: 1.2rem;
  background-color: #f4f4f4;
  border-radius: 0.05rem;
  outline: 0;
  border: solid 0.01rem #ccc;
  font-size: 0.28rem;
  padding: 0.1rem 0.16rem;
  margin-left: 0.04rem;
}
.items-textarea label {
  vertical-align: top;
}
.items-last {
  width: 6.443rem;
}
.items-last label {
  float: left;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
.items-last-input {
  width: 3.2rem;
  height: 0.68rem;
  float: left;
}
.items-last-img {
  width: 1rem;
  height: 0.7rem;
  margin-left: 0.2rem;
  float: left;
}
.lev-input {
  width: 4.9rem;
  height: 0.7rem;
  background-color: #7359a5;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.7rem;
  border: 0;
  outline: 0;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.style1 {
  display: none;
}
