﻿@charset "utf-8";
body, p, ul, dl, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal
}
body {
  text-align: left;
  font-size: 12px;
  background: #f2f2f2;
  font-family: arial, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1"
}
img {
  border: 0
}
li {
  list-style: none
}
input {
  -webkit-appearance: none
}
a {
  text-decoration: none;
  color: #2a2a2a
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: "."
}
u {
  text-decoration: none;
}
i {
  font-style: normal
}
em {
  font-style: normal
}
dd {
  margin:0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
/*滚动条整体样式*/
*::-webkit-scrollbar {
  display: none;
  width: 0px; /*竖向滚动条的宽度*/
  height: 0px; /*横向滚动条的高度*/
  background: #fff;
}
*::-webkit-scrollbar-thumb { /*滚动条里面的小方块*/
  background: #fff;
  display: none;
  border-radius: 0px;
}
*::-webkit-scrollbar-track { /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 0px;
  display: none;
}
/*轮播图*/
.PCarousel .PicWrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0
}
.PCarousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin-top: 2px
}
.PCarousel .PicWrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}
.PCarousel .PicWrapperOuter {
  overflow: hidden;
  position: relative;
  width: 100%
}
.PCarousel .PicWrapperOuter.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}
.PCarousel .PicItem {
  float: left
}
.PCarousel .PicWrapper, .PCarousel .PicItem {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.item img {
  display: block;
  height: auto;
  max-height: 3.2rem;
  width: 100%
}
.PicCarousel .PicWrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.PicCarousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin: 0;
  height: 3.2rem;
}
.PicCarousel .PicWrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.PicCarousel .PicWrapperOuter {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.PicCarousel .PicWrapperOuter.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.PicCarousel .PcItem {
  float: left;
}
.PicControls .PicPage, .PicControls .PicBtn div {
  cursor: pointer;
}
.PicControls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.PicCarousel .PicWrapper, .PicCarousel .PcItem {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.PicTheme .PicControls {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  height: 30px
}
.PicTheme .PicControls .PicBtn div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 0.2rem;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
}
.PicTheme .PicControls.clickable .PicBtn div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.PicTheme .PicControls .PicPage {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.PicTheme .PicControls .PicPage span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 11px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  background: #ccc;
}
.PicTheme .PicControls .PicPage.active span, .PicTheme .PicControls.clickable .PicPage:hover span {
  background: #f90;
}
#PicCarousel .PicControls {
  height: 4px;
}
#PicCarousel .PicControls .owl-pagination {
  display: -webkit-box;
  height: 4px;
}
#PicCarousel .PicControls .PicPage {
  -webkit-box-flex: 1;
  height: 4px;
	display:flex;
  border-right: 1px solid #fff;
}
#PicCarousel .PicControls .PicPage:last-child {
  border-right: none;
}
#PicCarousel .PicControls .PicPage span {
  width: 100%;
  display: inline-block;
  height: 4px;
  float: left;
	margin: 0;
	border-radius: 0;
  background: #ccc;
}
#PicCarousel .PicControls .PicPage.active span, #PicCarousel .PicControls.clickable .PicPage:hover span {
  background: #55ae03;
}
/*标题栏*/
.top {
  width: 100%;
  height: 0.88rem;
  background: #66d105;
  box-sizing: border-box;
/*  overflow: hidden;*/
  position: relative;
  zoom: 1;
  padding: 0 0.88rem 0 2.40rem
}
.top .logo {
  width: 2rem;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0.2rem;
  top: 0.24rem
}
.top .logo img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden
}
.top>div {
  width: 96%;
  height: auto;
	float: left;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.16rem
}
.top .search-input {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  font-weight: normal;
  color: #666;
  text-indent: 0.2rem;
  background: #f7ffef;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0.08rem 0 0 0.08rem
}
.top .search-button {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: url(../images/search.png) no-repeat 4px 4px #f7ffef;
  background-size: 70%;
  border-radius: 0 0.08rem 0.08rem 0
}
.top .tbtn {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0rem;
  top: 0rem;
  background: url(../images/topmenu.png) no-repeat ;
  background-size: 100%
}
/*导航栏*/
.nav {
  width: 100%;
  height: 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  box-sizing: border-box;
  display: -webkit-box
}
.nav a {
  width: auto;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #333;
  text-align: center;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1
}
.nav a.on {
	position: relative;
	color: #55ae03;
}
.nav a.on::before {
  content: "";
  display: inline-block;
  border: 1px solid #55ae03;
  border-radius: 0.2rem;
  width: 0.32rem;
  height: 0.04rem;
  position: absolute;
  top: 0.72rem;
  left: 0.445rem;
  background-color: #55ae03;
}
.NavFloat {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}
/*正文*/
/*轮播图下方导航*/
.Contentbox {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 0.12rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box
}
.CNavBox ul.inerNav_list {
  width: 100%;
  padding-top: 0.32rem;
  height: auto;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.CNavBox ul.inerNav_list li {
  width: 25%;
  height: 1.9rem;
  float: left;
  /*  margin-left: 0.2rem;*/
  overflow: hidden;
  display: inline;
}
.CNavBox ul.inerNav_list li a {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden
}
.CNavBox ul.inerNav_list li img {
  width: 1.16rem;
  height: 1.16rem;
  margin: auto;
  display: block;
  overflow: hidden
}
.CNavBox ul.inerNav_list li span {
  width: 100%;
  height: auto;
  font-size: 0.28rem;
  color: #333;
  text-align: center;
  margin-top: 0.12rem;
  display: block;
  overflow: hidden
}
/*小模块头部*/
.Ctitle {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  padding-bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  zoom: 1
}
.Ctitle h3 {
  font-size: 0.32rem;
  color: #444;
  float: left;
  line-height: 0.44rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.Ctitle h3 i {
  float: left;
  margin-right: 0.24rem;
/*  width: 0.8rem;*/
  height: 0.44rem;
  line-height: 0.44rem;
  display: inline-block;
  background: #66d105;
}
.Ctitle .tabcwc {
  width: auto;
	position: inherit;
  float: right;
  box-sizing: border-box;
  margin: 0 0.2rem 0 0;
  overflow: hidden;
  border: 1px solid #55ae03;
  border-radius: 0.06rem;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
}
.Ctitle .tabcwc span {
  -webkit-box-flex: 1;
	margin: 0;
	height: 0.44rem;
  text-align: center;
	border: none;
	background-color: #fff;
	opacity: 1;
  text-decoration: none;
  padding: 0 0.15rem;
	border-radius: 0;
  line-height: 0.44rem;
  font-size: 0.28rem;
  color: #55ae03;
  display: block;
}
.Ctitle .tabcwc span:last-child {
  border-right: none;
}
.Ctitle .tabcwc span.swiper-pagination-bullet-active {
  background: #55ae03;
  color: #fff;
}
.Ctitle .tabcwc span.on {
  background: #55ae03;
  color: #fff;
}
.Ctitle .tabcwc span:not(:last-child) {
  border-right: 1px solid #55ae03;
}
.Ctitle > a {
  color: #55ae03;
  float: right;
  line-height: 0.48rem;
  font-size: 0.26rem;
  padding: 0 0.2rem;
}
.Ctitle span.txt {
	border:none;
	float: right;
	color: #999;
	margin-right: 0.2rem;
	line-height: 0.44rem;
}
.Ctitle span.txt em{
	color: #55ae03;
	margin:0 0.04rem;
	font-weight: bold;
}
.Ctitle span.txt i{
	display: block;
    float: left;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/bg4.png) no-repeat;
    background-size: 0.24rem 0.24rem;
    margin: 0.1rem 0.12rem 0px 0px;
}
/*底部*/
footer {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #fff;
  font-size: 18px;
  margin-top: 0.2rem;
  color: #ccc;
  text-align: center
}
footer a {
  padding: 0 6px;
  color: #302f2d;
  font-size: 14px;
  text-decoration: none
}
#Cbacktop {
  width: 40px;
  height: 40px;
  background: url(../images/index-icon.png) no-repeat 0 -143px;
  background-size: 600px;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 0.2rem;
  bottom: 100px;
  z-index: 500
}
/*顶部导航点击下拉*/
.CWebNav {
  width: 100%;
  height: auto;
  padding: 0;
  background: #fff;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 44px;
  box-shadow: 1px 2px 2px #ccc;
  z-index: 9999
}
.m-tab-box {
  width: 100%;
  padding: 0 0.28rem;
  overflow: hidden;
}
.CWebNav .CNavBtn {
  width: auto;
  height: 0.72rem;
  margin: 0.28rem 0;
  border: 2px solid #55ae03;
  border-radius: 4px;
  display: -webkit-box;
  overflow: hidden
}
.CWebNav .CNavBtn li {
  width: auto;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #55ae03;
  text-align: center;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  cursor: pointer
}
.CWebNav .CNavBtn li:nth-child(4) {
  border: 0
}
.CWebNav .CNavBtn .m-hover {
  background: #55ae03;
  color: #fff
}
.CWebNav .CNavUl {
  height: auto;
  margin-left: -0.28rem;
  padding-bottom: 0.28rem;
  box-sizing: border-box;
  overflow: hidden
}
.CWebNav .CNavUl li {
  width: 2.126rem;
  height: auto;
  margin-left: 0.28rem;
  float: left;
  padding: 0 0 0.28rem 0;
  display: inline;
  overflow: hidden;
  box-sizing: border-box
}
.CWebNav .CNavUl li a {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  display: block;
  overflow: hidden
}
.CWebNav .CNavUl li a p {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  margin-top: 0.04rem;
  overflow: hidden
}
.CWebNav .CNavUl li a b {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  font-weight: normal;
  color: #999;
  text-align: center;
  margin-top: 0.12rem;
  display: block;
  overflow: hidden
}
.CWebNav .CNavUl li a:active {
  background: #60c505;
  color: #fff;
  border: 1px solid #60c505
}
.CWebNav .CNavUl li a:active b, .CWebNav .CNavUl li a:active p {
  color: #fff
}
.moreApp {
  width: 100%;
  height: auto;
  font-size: 0.28rem;
  color: #aaa;
  text-align: center;
  background: #fff;
  padding: 0 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}
/*内页头部*/
.head2{
  background: #66d105;
  padding: 0;
  height: 0.88rem;
  line-height: 0.88rem;
  z-index: 9999;
  width: 100%;
  zoom:1;
  box-sizing: border-box;
  display: -webkit-box;
  position: fixed;
}
.head2 p,.head2 h1{
	width: 4.76rem;
	height: 0.88rem;
	margin-left: 0.88rem;
	overflow: hidden;
	vertical-align: middle;
    font-size: 0.32rem;
	line-height: 0.88rem;
    font-weight: normal;
	position: relative;
    color: #fff;
}
.head2 p a,.head2 h1 a{
	display: block;
    color: #fff;
}
.head2 p .logo,.head2 h1 .logo{
	width: 2rem;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0rem;
    top: 0.22rem;
}
.head2 p .logo img,.head2 h1 .logo img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.head2 p span,.head2 h1 span{
    margin-left: 2.16rem;
}
.back-btn, .menu-btn, .soso-btn {
    display: inline-block;
  overflow: hidden;
    position: absolute;
    top: 0;
    width: 0.88rem;
  height: 0.88rem;
}
.back-btn {
    background: url(../images/back.png) no-repeat -2px 3px;
  background-size: 80%;
    text-indent: -9999px;
}
.menu-btn {
  display: block;
  right:0rem;
  background: url(../images/topmenu.png) no-repeat ;
  background-size: 100%
}
.soso-btn {
    right: 0.7rem;
  display: block;
  background: url(../images/search2.png) no-repeat 4px 4px;
  background-size: 90%;
	margin-right: 0.1rem;
}
.srch_resTips {
  width: 6.2rem;
  display: none;
  position: absolute;
  top: 0.76rem;
  left: 0.88rem;
  background: #fff;
  padding-bottom: 0.2rem;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 5px 0px #fff, 0 5px 10px #666;
  z-index: 9999;
}
.top div.srch_resTips {
  display: none;
  width: 4rem;
  top: 0.73rem;
  left: 2.43rem;
  margin-top: 0;
}
 ul.resTips_List {
  width: 5.8rem;
  margin: 0 auto;
  height: auto;
  display: block;
  overflow: hidden;
  padding-bottom: 0;
}
.top ul.resTips_List {
  width: 3.8rem;
}
ul.resTips_List li {
  width: 100%;
  height: 0.72rem;line-height: 0.72rem;
  display: block;
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
ul.resTips_List li a {
  display: block;
}
/*新顶部导航css*/
#topNav {
  line-height: 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}
#topNav ul.mainNav {
  overflow: hidden;
  zoom: 1;
  clear: both;
}
#topNav ul.mainNav li {
  width: 16.666666%;
  padding: 0;
  float: left;
  color: #333;
  text-align: center;
}
#topNav ul.mainNav li a {
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  text-align: center;
  position: relative;
  font-size: 0.3rem;
}
#topNav ul.mainNav .hide {
  display: none;
}
#topNav ul.mainNav span {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url("../images/arrupdown.png") 0 0 no-repeat;
    background-size: 14px;
    vertical-align: middle;
}
#topNav ul.mainNav li.sq span {
    background-position: 0 -12px;
}
#topNav ul.mainNav .cur a {
  color: #65bb0a;
  font-weight: 600;
}