.banner {
  width:100%;
}
.banner img {
  width:100%;
}

/*列表分页*/
.page {padding:0.3rem 0 0.4rem;text-align:center;overflow:hidden;}
.page ul li{display:inline-block;height:0.5rem;}
.page ul li a{display:block;font-size:0.2rem;line-height:0.5rem;height:0.5rem;padding:0 0.2rem;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;}
.thisclass{line-height:0.5rem;padding:0 0.2rem;text-align:center;margin-left:0.05rem;background:#007bc8;color:#fff;}


/*产品列表 - 二级导航条*/
.pro-sub-menu {}
.pro-sub-menu h2 {
  color:#000;
  font-size: 0.4rem;
  height:0.8rem;
  line-height: 0.8rem;
}
.pro-sub-menu h2:before {
  clear:both;
  content:"";
  display:inline-block;
  width:0.05rem;
  height:0.3rem;
  background:#007bc8;
  margin-right: 0.2rem;

}
.pro-sub-menu h2:after {
  clear:both;
  content:"";
  display:inline-block;
  width:0.3rem;
  height:0.3rem;
  font-size: 0.1rem;
  background: url(../images/plus.svg) no-repeat center center/0.2rem auto;
  margin-left: 20%;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.pro-sub-menu .sub-nav {}
.pro-sub-menu .sub-nav a {
  display:inline-block;
  width:30.5%;
  font-size: 0.24rem;
  padding:0.1rem 0.2rem;
  margin:1% 1%;
  border-radius: 0.5rem;
  background:#fff;
  overflow:hidden;
  text-align: center;
}
.pro-sub-menu .sub-nav a.cur {
  color:#007bc8;
}

/*产品列表*/
.product-list {}
.product-list li {
  float:left;
  width:49%;
  margin-top: 0.18rem;
  background:#fff;
  text-align: center;
}
.product-list li:nth-of-type(even) {
  margin-left: 2%;
}
.product-list li .photo {
  
  padding:0.3rem;
}
.product-list li .photo img {
  width:90%;
}
.product-list li span {
  display:inline-block;
  padding:0.1rem 0 0.3rem 0;
}

/*产品详情页*/
.poduct-address {
  background-color: #F6F4F4;
  padding: 0.2rem 0.4rem;
  margin:0 0 0.5rem 0;
}
.poduct-address a {
  font-size: 0.3rem;
  color:#007bc8;
}
.poduct-address a:after {
  clear:both;
  content:"返回产品列表";
  display:inline-block;
  font-size: 0.2rem;
  color:#555;
  margin-left: 50%;
}
.product-article-box {
  padding:0.5rem 0 0.3rem;
}
.product-article-box  h1 {
  color:#007bc8;
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.5rem;
}
.product-article-box .tab-menu ul {
  display:flex;
  width:100%;
  height:0.8rem;
  line-height: 0.8rem;
}
.product-article-box .tab-menu li {
  flex:1;
  font-size: 0.26rem;
  text-align: center;
  background:#f5f5f5;
  color:#000;
}
.product-article-box .tab-menu li.cur {
  background:#007bc8;
  color:#fff;
}
.product-article-box .tab-box .content-box{
  display:none;
  padding-top: 0.1rem;
}
.tab-box{
    display: none;
}
.product-article-box .tab-box .content-box:nth-of-type(1) {
  display:block;
}
.product-article-box .tab-box .content-box img {
  max-width:100% !important;
  height:auto !important;
}
.product-article-box .tab-box .content-box * {
  font-size: 0.28rem !important;
}


/*新闻列表 - 二级导航条*/
.news-sub-menu {}
.news-sub-menu h2 {
  font-size: 0.4rem;
  height:0.8rem;
  line-height: 0.8rem;
}
.news-sub-menu h2:before {
  clear:both;
  content:"";
  display:inline-block;
  width:0.05rem;
  height:0.3rem;
  background:#007bc8;
  margin-right: 0.2rem;

}
.news-sub-menu .sub-nav {
  display:flex;
  width:100%;
  height:1rem;
  line-height: 1rem;
  border-bottom: 0.01rem solid #d4d4d4;
}
.news-sub-menu .sub-nav a {
  flex:1;
  font-size: 0.26rem;
  text-align: center;
}
.news-sub-menu .sub-nav a.cur {
  color:#007bc8;
  border-bottom: 0.05rem solid #007bc8;
}

/*新闻列表*/
.news-list {}
.news-list li {
  padding:0.2rem 0.1rem;
  margin:0.2rem 0;
  background:#fff;
}
.news-list li h6 {
  color: #333;
  font-size: 0.36rem;
}
.news-list li span {
    color: #888;
    font-size: 0.24rem;
    display: block;
    padding:0.2rem 0;
}
.news-list li .photo {
  width:100%;
  height:3.7rem;
  overflow:hidden;
}
.news-list li .photo img {
  width:100%;
  min-height: 0.35rem;
}
.news-list li p {
  color: #666;
  font-size: 0.22rem;
  padding-top: 0.2rem;
}

/*新闻详情*/
.news-artilce {}
.news-artilce>h1 {
  color:#000;
  font-size: 0.4rem;
  padding: 0.2rem 0;
  font-weight: 600;
}
.news-artilce>p {
  color:#505050;
  font-size: 0.22rem;
  padding:0.2rem 0.1rem;
  background: #f5f5f5;
  border-radius: 2%;
  text-align: center;
}
.news-artilce>p>span {
  padding:0 0.2rem;
}

/*新闻内容*/
.news-artilce .news-box {
  padding:0.3rem 0;
}
.news-artilce .news-box * {
  font-size: 0.28rem !important;
  line-height: 0.5rem;
}
.news-artilce .news-box img {
  max-width:100% !important;
  height:auto !important;
}

/*推荐新闻*/
.news-artilce .hot-news {}
.news-artilce .hot-news h5 {
  color:#fff;
  font-size: 0.3rem;
  padding:0.2rem 0.1rem;
  background: #007bc8;
}
.news-artilce .hot-news ul {
  padding:0 0.1rem;
}
.news-artilce .hot-news ul li {
  padding:0.2rem 0;
  border-bottom: 1px solid #dadada;
}
.news-artilce .hot-news ul li a {
  display:block;
  color:#000;
  font-size: 0.3rem;
  padding:0.1rem 0;
}
.news-artilce .hot-news ul li span {
  font-size: 0.26rem;
}

/*上一篇 and 下一篇*/
.updown {
  padding:0.5rem 0 0 0;
}
.updown p {
  font-size: 0.28rem;
  margin:0.2rem 0;
}
.updown p a{
  color:#000;
}

/*返回*/
.updown .black {
  margin: 0.5rem 0;
  text-align: center;
}
.updown .black a {
  display:inline-block;
  width:3rem;
  font-size: 0.28rem;
  padding:0.2rem 0.4rem;
  border: 1px solid #ddd;
}
.updown .black a:hover {
  border: 1px solid #007bc8;
  background:#007bc8;
  color:#fff;
}

/*联系我们*/
.contact {}
.contact .contact-info {}
.contact .contact-info h1 {
  color:#000;
  font-size: 0.36rem;
  margin:0.2rem 0;
}
.contact .contact-info p {
  font-size: 0.26rem;
  margin:0.1rem 0;
}
.contact .contact-info p span {
  color:#000;
}
.contact .map {
  margin:0.5rem 0;
}
.contact .map .contact-map{
  width:100%;
  height:6rem;
}

/*招商加盟*/
.join {}
.join img  {
  width:100%;
}

/*招商加盟表单*/  
.msg {
  padding:2% 5%;
}
.msg .join-title {
  margin:0.2rem 0;
}
.msg .join-title h2 {
  color:#007bc8;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
}
.msg .join-title p {
  font-size: 0.24rem;
  margin:0.2rem 0;
  text-align: center;
}
.msg input {
    padding-left: 0.2rem;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    color: #999;
    border: none;
    margin-bottom: 0.2rem;
    outline: none;
    border:1px solid #ddd;
}
.msg textarea {
    padding: 0.2rem;
    padding-left: 0.2rem;
    width: 100%;
    height: 1.2rem;
    font-size: 0.3rem;
    color: #999;
    border: none;
    margin-bottom:0.2rem;
    resize: none;;
    background: #fff;
    outline: none;
    border:1px solid #ddd;
}
.msg button,.msg .button {
    display: block;
    width: 100%;
    height: 0.8rem;
    background-color: #007bc8;
    text-align: center;
    line-height: 0.8rem;
    text-decoration: none;
    font-size: 0.3rem;
    color: #fff;
    cursor: pointer;
    border: none;
}


/*关于我们 - 二级导航条*/
.about-sub-menu {}
.about-sub-menu h2 {
  font-size: 0.4rem;
  height:0.8rem;
  line-height: 0.8rem;
}
.about-sub-menu h2:before {
  clear:both;
  content:"";
  display:inline-block;
  width:0.05rem;
  height:0.3rem;
  background:#007bc8;
  margin-right: 0.2rem;

}
.about-sub-menu .sub-nav {
  display:flex;
  width:100%;
  height:1rem;
  line-height: 1rem;
  border-bottom: 0.01rem solid #d4d4d4;
}
.about-sub-menu .sub-nav a {
  flex:1;
  font-size: 0.26rem;
  text-align: center;
}
.about-sub-menu .sub-nav a.cur {
  color:#007bc8;
  border-bottom: 0.05rem solid #007bc8;
}

/*CONTENT栏目内容*/
.content-box {
  padding:0.3rem 0;
}
.content-box * {
  font-size: 0.28rem !important;
  line-height: 0.5rem;
}
.content-box p {
  padding:0.15rem 0;
  text-indent: 2em;
}
.content-box img {
  display:block;
  max-width:100% !important;
  height:auto !important;
}


/*荣誉证书列表*/
.honor-list {
  padding: 0.5rem 0 0.2rem;
}
.honor-list li {
  float:left;
  width:49%;
  margin-top: 0.18rem;
  background:#fff;
  text-align: center;
}
.honor-list li:nth-of-type(even) {
  margin-left: 2%;
}
.honor-list li .photo {
  padding:0.2rem 0.1rem 0.1rem 0.1rem;
  max-height: 4.5rem;
  overflow:hidden;
}
.honor-list li .photo img {
  width:90%;
  max-height: 4rem;
}
.honor-list li span {
  display:inline-block;
  padding:0.1rem 0 0.3rem 0;
}

/*服务与支持*/
.service .menu-icon li a i img {
	width:50%;
}

.content-box .ls {}
.content-box .ls h3 {
	margin-top:0.2rem;
	font-size:0.3rem;
	color:#000;
	border-bottom:1px dotted #ccc;
}
.content-box .ls h3:before {
  clear:both;
  content:"";
  display:inline-block;
  width:0.05rem;
  height:0.2rem;
  background:#007bc8;
  margin-right: 0.2rem;

}
.content-box .ls p {
	font-size:0.26rem;
	text-indent:0;
}

/*门店查询列表*/
.store-list {}
.store-list li {
  padding:0.2rem 0.1rem;
  margin:0.2rem 0;
  background:#fff;
}
.store-list li h3 {
  color: #333;
  font-size: 0.36rem;
}
.store-list li p {
  color: #666;
  font-size: 0.22rem;
  padding-top: 0.2rem;
}