@charset "UTF-8";
.fix-footer {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 750px;
  height: 1rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.13rem 0.25rem 0;
  border: 1px solid #CCCCCC;
}

.fix-footer a {
  display: block;
  width: 25%;
}

.fix-footer a .icon {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.fix-footer a .icon img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.fix-footer a p {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
}

.tip-box {
  background-color: #0db263;
  position: fixed;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-width: 750px;
  width: 100%;
  display: block;
  height: 1rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
}

.tip-box.index-pages {
  top: 0;
}

.tip-box.index-pages .area .wap_nav-box ul.open {
  top: 1rem;
}

.tip-box .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
}

.tip-box .area .logo-box {
  max-width: 5.5rem;
  height: 1rem;
}

.tip-box .area .logo-box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tip-box .area .logo-box a img {
  zoom: 0.7;
}

.tip-box .area .wap_nav-box {
  height: 0.39rem;
  width: 0.42rem;
  margin-left: auto;
}

.tip-box .area .wap_nav-box .menu {
  display: block;
  height: 0.39rem;
  width: 0.42rem;
  background-image: url(../images/navico.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.tip-box .area .wap_nav-box .menu.spread {
  height: 0.42rem;
  background-image: url(../images/close.png);
  background-size: 0.42rem;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.tip-box .area .wap_nav-box ul {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: -2000%;
  z-index: 10;
  background-color: #f9fafd;
  width: 100%;
  max-width: 750px;
  flex-direction: column;
  transition: all 0.35s;
  opacity: 0;
  justify-content: inherit;
  border-top: 1px solid #e9e9e9;
  padding: 0 0.25rem;
  overflow: scroll;
}

.tip-box .area .wap_nav-box ul.open {
  top: 2.7rem;
  opacity: 1;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.tip-box .area .wap_nav-box ul li {
  position: relative;
  height: auto;
  border-bottom: 0.02rem solid #ccc;
}

.tip-box .area .wap_nav-box ul li > a {
  display: block;
  padding: 0;
  line-height: 1.2rem;
  font-size: 0.34rem;
  color: #000;
  border-left: 2px solid transparent;
  position: relative;
}

.tip-box .area .wap_nav-box ul li.j-li > a::before {
  content: "";
  display: block;
  width: 0.34rem;
  height: 0.03rem;
  background-color: #b9b9ba;
  position: absolute;
  top: 50%;
  margin-top: -0.02rem;
  right: 0;
}

.tip-box .area .wap_nav-box ul li.j-li > a::after {
  content: "";
  display: block;
  height: 0.34rem;
  width: 0.03rem;
  background-color: #b9b9ba;
  position: absolute;
  top: 50%;
  right: 0.16rem;
  margin-top: -0.16rem;
}

.tip-box .area .wap_nav-box ul li.active > a::after {
  content: "";
  display: none;
}

.tip-box .area .wap_nav-box ul li.active .nav-subnav {
  display: block;
}

.tip-box .area .wap_nav-box ul li .nav-subnav a {
  padding-left: 0.65rem;
  line-height: 0.96rem;
  font-size: 0.32rem;
  color: #666666;
  display: block;
}

.tip-box .area .wap_nav-box ul li .nav-subnav {
  position: relative;
  top: 0;
  background-color: transparent;
  border-top: 0.02rem solid #ccc;
  padding: 0.2rem 0;
  display: none;
}

.tip-box .area .button-box {
  width: 1.2rem;
  height: 0.46rem;
  border: 0.02rem solid #3c6ae6;
  border-radius: 0.07rem;
  display: none;
}

.tip-box .area .button-box a {
  display: block;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.18rem;
  color: #395cd8;
}

/*top*/
.header {
  height: 1rem;
  overflow: hidden;
}

.header-right {
  float: right;
  padding-top: 20px;
}

.header-right .topcon {
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  color: #0db263;
  font-weight: bold;
  overflow: hidden;
}

.header-right img {
  float: left;
  margin-top: 2px;
}

.header-right .pint {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  background: #333333;
  border-radius: 25px;
  margin-top: 2px;
  color: #fff;
  font-size: 14px;
}

/*nav*/
.nav-box {
  display: none;
}

.nav-con {
  position: relative;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.nav-list {
  height: 50px;
}

.nav-list > li {
  float: left;
  height: 50px;
  text-align: center;
  position: relative;
  width: 120px;
  line-height: 50px;
  font-size: 0;
}

.nav-list > li i {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}

.nav-list > li:hover > a {
  background: #ff9c0f;
}

.nav-list > li.active > a {
  background: #ff9c0f;
}

.nav-list > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.nav-list > li > a .cn {
  font-size: 20px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 16px;
}

.nav-list > li > a .en {
  font-size: 12px;
  font-family: arial;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.nav-list > li:first-child {
  background: none;
}

.nav-child-con {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  left: 0;
  z-index: 30;
  top: 50px;
  background: #ff9c0f;
  background: rgba(255, 156, 15, 0.6);
}

.nav-child-list {
  display: none;
  position: relative;
}

.nav-child-list li {
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: relative;
  z-index: 31;
  padding: 0 5px;
  overflow: hidden;
}

.nav-child-list li:hover {
  background: #ff9c0f;
}

.nav-child-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.nav-child-list li a:hover {
  color: #fff;
}

.nav-child-list li:first-child a {
  border-top: 0;
}

/***************m-focus-d*******************/
.banner-con {
  position: relative;
  z-index: 51;
}

.m-focus-d {
  position: relative;
  z-index: 1;
  width: 7.5rem;
  height: 5rem;
  margin: 0 auto;
}

.m-focus-d .switchable-box {
  width: 100%;
  height: 5rem;
}

.m-focus-d .switchable-content li {
  width: 100%;
  height: 5rem;
  text-align: center;
  text-indent: -9999em;
}

.m-focus-d .switchable-content li img {
  visibility: hidden;
}

.m-focus-d a {
  display: block;
}

.m-focus-d .m-focus-prev {
  left: 0px;
}

.m-focus-d .m-focus-next {
  right: 0px;
}

.m-focus-d .switchable-nav {
  position: absolute;
  bottom: 0;
  z-index: 52;
  text-align: center;
  font-size: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 3rem;
  left: 50%;
  margin-left: -1.5rem;
}

.m-focus-d .switchable-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 0px;
  vertical-align: middle;
  border-radius: 50%;
}

.m-focus-d .switchable-nav li.active {
  background: #09ab5d;
}

/**/
.news-detail {
  line-height: 24px;
  padding: 10px 10px;
 margin-top: 0.5rem;
}

.news-detail h1 {
  padding: 10px 0;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: 'microsoft yahei';
}

.news-detail .detail-time {
  position: relative;
  text-align: center;
  color: #666;
  font-size: 12px;
  padding: 5px 0;
}

.news-detail .detail-user {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.news-detail .detail-share {
  padding: 5px 0;
  text-align: right;
  padding: 5px 0;
  text-align: right;
}

.news-detail .detail-con {
  text-align: justify;
  padding: 10px;
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
.news-detail .detail-con span{
  white-space: break-spaces;
}
.news-detail .detail-img {
  position: relative;
  text-align: center;
  padding: 10px 0;
}

.news-detail .detail-img img {
  max-width: 100%;
}

.news-detail .detail-img .debtn-prev {
  left: 0;
  background-position: left 0;
}

.news-detail .detail-img .debtn-next {
  right: 0;
  background-position: right 0;
}

#bdshare {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 16px;
}

.detail-page {
  padding: 10px;
  border-top: 1px dashed #ccc;
}

.detail-page .page-text {
  width: 48%;
}

.detail-page .page-text a {
  color: #666;
  font-size: 0.28rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
width:100%;
}

.detail-page .page-text a:hover {
  color: #ff5f2f;
}

.detail-page .right {
  text-align: right;
}

.overflow-hidden {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.detail-img {
  margin: 0 auto;
  padding: 20px 0;
}

.detail-img h1 {
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  color: #333;
}

.detail-img .detail-time {
  line-height: 24px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  color: #999;
}

.detail-img .text {
  display: none;
}

.detail-img .carousel-btn {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  cursor: pointer;
  z-index: 100;
}

.detail-img .carousel-btn .btn {
  display: block;
  width: 34px;
  height: 96px;
  background: #477be0;
  text-align: center;
  line-height: 96px;
  color: #fff;
  font-style: normal;
  font-size: 34px;
  font-weight: bold;
  font-family: simsun;
}

.detail-img .carousel-btn .btn:hover {
  background: #ffb400;
}

.detail-img .j-carousel-prev {
  left: -38px;
}

.detail-img .j-carousel-prev .btn {
  background-position: left center;
}

.detail-img .j-carousel-next {
  right: -38px;
}

.detail-img .j-carousel-next .btn {
  background-position: right center;
}

/**/
.imgBox {
  position: relative;
  zoom: 1;
}

.imgBox li {
  float: left;
  _display: inline;
  overflow: hidden;
}

.imgBox li a {
  display: block;
  height: 100%;
  text-align: center;
}

.imgBox li img {
  max-width: 100%;
  max-height: 100%;
}

.pageBox {
  margin: 20px 0 0 -10px;
}

.pageBox li {
  float: left;
  display: inline;
  margin-left: 10px;
  overflow: hidden;
  width: 67px;
  height: 67px;
}

.pageBox li a {
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.pageBox li.selected {
  border-color: #000;
}

.pageBox li img {
  width: 100%;
  height: 100%;
}

.textBox {
  margin-top: 20px;
}

.textBox .title {
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.imgtit {
  display: none;
}

.j-textBox2 {
  overflow: hidden;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
}

/*新闻详细S*/
.news-detail .detail-img .debtn-prev, .news-detail .detail-img .debtn-next {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  display: block;
  _display: none;
  width: 54px;
  height: 87px;
  background: url(../images/pic-debtn.gif) no-repeat;
  z-index: 11;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}

.news-detail .detail-img .debtn-next {
  transform: rotate(-180deg);
}

.news-detail .detail-img .debtn-prev:hover, .news-detail .detail-img .debtn-next:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

/*新闻详细E*/
/***************** sub-news-list *********************/
.sub-news-list {
  padding: 10px;
  padding: 10px;
}

.sub-news-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.sub-news-list li i {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent  #333;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent  #333;
  position: absolute;
  top: 20px;
  left: 5px;
}

.sub-news-list li .u-link {
  color: #666;
  font-size: 14px;
  color: #666;
  font-size: 18px;
}

.sub-news-list li .time {
  float: right;
  color: #666;
  float: right;
  color: #666;
}

.sub-news-list li.hover .u-link {
  color: #036baa;
  text-decoration: none;
  color: #036baa;
  text-decoration: none;
}

.sub-news-list li.hover i {
  border-color: transparent transparent transparent  #036baa;
  border-color: transparent transparent transparent  #036baa;
}

.sub-news-list li:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.sub-news-list .s-new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  vertical-align: top;
  background: url(../images/news-new.gif) center no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  vertical-align: top;
  background: url(../images/news-new.gif) center no-repeat;
}

/***************** sub-news-imgtext *********************/
.sub-news-imgtext li {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #e0e0e0;
  *zoom: 1;
}

.sub-news-imgtext li a:hover {
  color: #d54905;
}

.sub-news-imgtext li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.sub-news-imgtext li .u-img {
  float: left;
  display: block;
  width: 154px;
  height: 110px;
  margin-right: 15px;
  overflow: hidden;
}

.sub-news-imgtext li .u-img img {
  width: 154px;
  height: 110px;
}

.sub-news-imgtext li h4 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}

.sub-news-imgtext li h4 .u-time {
  float: right;
  color: #999;
  font-weight: normal;
}

.sub-news-imgtext li p {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
}

.sub-news-imgtext li p a {
  color: #c00;
}

.sub-news-imgtext li.hover, .sub-news-imgtext li:hover {
  background: #f6f6f6;
}

/***************** sub-content *********************/
.sub-content {
  padding: 0 0.25rem 0.5rem 0.25rem;
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.sub-content h1 {
  color: #333;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.sub-content h1 p {
  text-align: center;
  font-size: 12px;
}

.sub-content p {
  font-size: 14px;
  color: #333;
}

.search-no .bd {
  border-bottom: 1px solid #333;
  padding: 30px 0 30px 0;
}

.search-no .inputs {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.search-no .inputs input.text {
  float: left;
  width: 331px;
  border: 1px solid #ccc;
  height: 28px;
  border-right: 0;
  background: #fff;
  padding: 0px 4px;
}

.search-no .inputs input.btn {
  float: left;
  width: 60px;
  border: 0;
  background: #c00;
  height: 30px;
  border: 1px solid #c00;
  padding: 5px 0;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.search-no .pt {
  height: 100px;
  padding: 50px 0 0 150px;
}

.search-no .pt h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}

.search-no .pt h3 span {
  color: #cc0000;
}

.search-no .pt p {
  color: #333;
}

.search-content li {
  padding: 30px 5px;
  border-bottom: 1px solid #e0dfdf;
  *zoom: 1;
}

.search-content li.hover {
  background: #f5f5f5;
}

.search-content li:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.search-content li .u-img {
  float: left;
  display: block;
  width: 160px;
  margin-right: 15px;
  overflow: hidden;
}

.search-content li .u-img img {
  width: 160px;
}

.search-content li h3 {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: '宋体';
}

.search-content li .u-time {
  float: right;
  font-weight: normal;
  color: #999;
}

.search-content li a {
  color: #333;
}

.search-content li a:hover {
  color: #c00;
}

.search-content li p {
  color: #333;
}

/*****************sub-message ************/
.sub-message {
  padding: 0 30px 50px 30px ;
  background: #fff;
  color: #333;
  font-family: "microsoft yahei";
}

.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}

.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}

.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #f00;
}

.sub-message .m-tage {
  padding: 5px 0;
}

.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  background: #f5f3f3;
}

.sub-message .m-form table td {
  padding: 7px 0;
}

.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}

.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
text-align: right;
}

.sub-message .m-form .td-textarea label {
  float: left;
}

.sub-message .m-form .td-textarea textarea {
  width: 66%;
  height: 168px;
  padding: 5px;
}

.sub-message table {
  width: 100%;
}

.sub-message label {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
}

.sub-message .m-submit {
  text-align: left;
  vertical-align: top;
}

.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}

.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  background: #0dab5f;
}

.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}

.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}

.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
}

/***************** sub-news-list *********************/
/*left-nav*/
.m-leftmenu.frtype {
  height: 453px;
}

.m-leftmenu li {
  position: relative;
  *zoom: 1;
}

.m-leftmenu > li {
  color: #000;
}

.m-leftmenu > li:first-child .fir-a p {
  border-top: 0;
}

.m-leftmenu > li:first-child .fir-a span {
  border-top: 0;
}

.m-leftmenu a {
  display: block;
}

.m-leftmenu a:hover {
  text-decoration: none;
}

.m-leftmenu p.menu-a a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 80%;
  overflow: hidden;
}

.m-leftmenu .fir-a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.7rem;
  color: #0DB263;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border: 2px solid #0db263;
  background: none;
padding:0 0.1rem;
}

.m-leftmenu .fir-a::before {
  content: "";
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  min-width: 0.22rem;
  background: url(../images/lico1.png) no-repeat center/cover;
}

.m-leftmenu .fir-a p {
  padding: 0 0.1rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-leftmenu .fir-li .fir-a.current {
  color: #fff;
  background-color: #0db263;
  z-index: 3;
  background: none;
}

.m-leftmenu .fir-ul {
  background: #f1f2f4;
  padding: 0;
  text-align: center;
}

.m-leftmenu .fir-ul li:first-child {
  border-top: 0;
}

.m-leftmenu .sec-li {
  height: 28px;
  line-height: 28px;
  text-align: left;
  font-size: 0;
  color: #333;
  padding: 5px 0;
  text-align: center;
}

.m-leftmenu .sec-a {
  display: block;
  color: #333;
  padding: 0 12px;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  border-radius: 22px;
}

.m-leftmenu .sec-a:hover {
  color: #0db263;
}

.m-leftmenu .thr-a {
  display: block;
  padding-left: 50px;
  text-align: left;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 12px;
  background: #fafafa;
  border-bottom: 1px dotted #f0f0f0;
}

.m-leftmenu .fir-li:hover .fir-a, .m-leftmenu .fir-li.active .fir-a, .m-leftmenu .fir-li.co .fir-a {
  color: #fff;
  background-color: #0db263;
  z-index: 3;
}

.m-leftmenu .fir-li:hover .fir-a::before, .m-leftmenu .fir-li.active .fir-a::before, .m-leftmenu .fir-li.co .fir-a::before {
  content: "";
  display: inline-block;
  width: 0.22rem;
  min-width: 0.22rem;
  height: 0.22rem;
  background: url(../images/lico2.png) no-repeat center/cover;
}

.m-leftmenu .fir-li:hover .fir-a p, .m-leftmenu .fir-li.active .fir-a p, .m-leftmenu .fir-li.co .fir-a p {
  border-color: #0db263;
}

.pro-box {
  overflow: hidden;
  padding: 0.45rem 0;
}

.pro-box .mdl-maincon {
  margin-top: 20px;
}

.ic-tit {
  overflow: hidden;
  text-align: center;
}

.ic-tit .cn {
  text-align: center;
  font-size: 0;
}

.ic-tit .cn .wz {
  display: block;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0DB263;
  line-height: 0.6rem;
}

.ic-tit .en {
  display: block;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0DB263;
  line-height: 0.42rem;
}

.ic-tit .line, .ic-tit p {
  display: none;
}

.ic-tit .pint {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.pro-left {
  width: 7rem;
  padding: 0  0.25rem;
}

.pro-left ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
justify-content: start;
    gap: 10px;
}

.pro-left ul li {
  display: block;
  width: 31%;
}

.child-left-tit {
  display: none;
}

.left-contact {
  display: none;
  color: #fff;
}

.left-contact img {
  float: left;
  margin-right: 8px;
}

.left-contact .wz {
  overflow: hidden;
}

.left-contact .cn {
  font-size: 14px;
  line-height: 20px;
}

.left-contact .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
}

.pro-right {
  overflow: hidden;
  width: 7rem;
  padding: 0 0.25rem;
  margin-top: 0.3rem;
}

.pro-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-list li {
  width: 3.35rem;
  float: left;
  margin-bottom: 0.15rem;
  border: 1px solid #E6E6E6;
}

.pro-list li:hover .box {
  border-color: #0db263;
  border-color: #0db263;
}

.pro-list li:hover .name {
  color: #0db263;
  color: #0db263;
}

.pro-list .box {
  display: block;
  padding: 0.12rem 0.15rem;
}

.pro-list .img {
  height: 2.34rem;
}

.pro-list .name {
  line-height: 0.48rem;
  height: 0.48rem;
  overflow: hidden;
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #666;
}

.pro-list.cldtype {
  overflow: hidden;
  padding: 0 0.25rem;
 margin-top: 0.7rem;
}

.pro-list.cldtype li {
  width: 3.35rem;
}

.about-news {
  overflow: hidden;
  position: relative;
}

.about-news .imgcon {
  width: 6.44rem;
  height: 3.62rem;
  border: 1px solid #E6E6E6;
  padding: 0.19rem 0.26rem;
  margin: 0.2rem auto 0;
}

.about-news .img {
  height: 100%;
}
.bnimbak img{
width:100%;
}
.about-box {
  overflow: hidden;
  width: 7.5rem;
  display: flex;
}

.about-box .article {
  overflow: hidden;
  background: #0db263;
}

.about-box .article .tit {
  overflow: hidden;
  position: relative;
  margin-top: 0.45rem;
  color: #fff;
}

.about-box .article .name {
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
}

.about-box .article .name-en {
  text-align: center;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 0.41rem;
}

.about-box .article .line {
  display: none;
}

.about-box .article a.more {
  display: block;
  width: 2.21rem;
  height: 0.63rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.05rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.61rem;
  margin: 0.4rem auto 0;
  text-align: center;
}

.about-box .word {
  padding: 0.4rem;
  color: #fff;
}

.about-box .word .pint {
  display: none;
}

.about-box .word .wz {
  overflow: hidden;
  margin-top: 10px;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.4rem;
}

.news-box {
  background: #fff;
  position: relative;
  padding: 0.45rem 0.25rem 1.6rem;
}

.news-box:after {
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-left: 11px solid #e6e6e6;
  border-bottom: 0px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
  display: block;
  content: "";
}

.news-box .tit {
  overflow: hidden;
}

.news-box .tit .cn {
  display: block;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0DB263;
  line-height: 0.6rem;
  text-align: center;
}

.news-box .tit .en {
  display: block;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0DB263;
  line-height: 0.42rem;
  text-align: center;
}

.news-box .tit a.more {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  margin-left: -1.1rem;
  width: 2.21rem;
  height: 0.63rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.05rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 0.62rem;
  text-align: center;
}

.news-list {
  overflow: hidden;
  padding: 0 0.25rem;
}

.news-list li {
  line-height: 24px;
  height: 24px;
  padding: 9px 0;
  border-bottom: 1px solid #E7E7E7;
}

.news-list a {
  display: block;
  padding-left: 22px;
  background: url(../images/newico.png) no-repeat left center;
  color: #666;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 0.76rem;
    display: flex;
    align-items: center;
}

.news-list a:hover {
  color: #0db263;
  background-image: url(../images/newico2.png);
}
.news-list .ttt{
width:70%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}
.news-list .time {
  float: right;
    min-width: fit-content;
    margin-left: 10px;
}

.footer-box {
  overflow: hidden;
  padding: 23px 0 1.1rem;
  background: #009966;
  color: #fff;
  font-size: 14px;
    max-width: 750px;
}

.footer-left {
  width: 100%;
  line-height: 24px;
}

.footer-left .msg {
  overflow: hidden;
  padding: 0 0.25rem 0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.footer-left .msg a {
  color: #fff;
}

.footer-left .phone {
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.footer-left .phone img {
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.friendlink {
  overflow: hidden;
  line-height: 24px;
  padding-top: 10px;
}

.friendlink .name {
  float: left;
  color: #fff;
}

.friendlink-list {
  overflow: hidden;
}

.friendlink-list a {
  color: #666;
}

.friendlink-list a:hover {
  color: #fff;
}

.friendlink-list li {
  float: left;
  margin: 0 12px;
}

.footer-ewm {
  display: none;
}

.footer-ewm .img {
  width: 120px;
  height: 120px;
}

.footer-ewm .img img {
  width: 100%;
  height: 100%;
}

.footer-ewm .name {
  font-size: 14px;
  color: #ccc;
  line-height: 24px;
  margin-top: 5px;
  text-align: center;
}

.child-box {
  overflow: hidden;
  min-height: calc(100vh - 3.7rem);
}

.child-box .top-box {
  background: #0DB263;
  display: flex;
  height: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.25rem;
  position: fixed;
  top: 0;
  width: 7rem;
  left: 0;
  z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}

.child-box .top-box::after {
  display: none;
}

.child-box .top-box .back {
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
}

.child-box .top-box .menu {
  height: 0.39rem;
  width: 0.42rem;
  background-image: url(../images/navico.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.child-box .child-left-tit {
  display: block;
  font-size: 0.42rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1rem;
  text-align: center;
}

.child-left {
  width: 7.5rem;
/*  height: 0.7rem;*/
}

.child-left .m-leftmenu {
  display: flex;
  overflow: scroll;
  position: fixed;
  top: 1rem;
  left: 0;
  width: 7.5rem;
  z-index: 222;
  background-color: #fff;
  box-shadow: 0px 0px 0.24rem 6px rgba(0, 40, 82, 0.06);
    left: 50%;
    transform: translateX(-50%);
}

.child-left .m-leftmenu .fir-a {
  padding: 0 0.24rem;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 0.76rem;
  height: 0.76rem;
  border: none;
  border-right: 1px solid #E5E5E5;
  margin-top: 0;
}

.child-left .m-leftmenu .fir-a::before {
  display: none;
}

.child-right {
  width: 100%;
}

.child-right-tit {
  display: none;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 18px;
  font-weight: bold;
  color: #0db263;
  padding: 0 0.25rem;
}

.child-right-tit img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.child-right-info {
  float: right;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.child-right-info a {
  color: #999;
}

.child-content {
  overflow: hidden;
  margin-top: 0.5rem;
}

.fix-footer {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 750px;
  height: 1.1rem;
  background-color: #0db163;
  display: flex;
  justify-content: space-between;
  padding: 0.13rem 0.25rem 0;
  border: 1px solid #CCCCCC;
}

.fix-footer a {
  display: block;
  width: 25%;
}

.fix-footer a .icon {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.fix-footer a .icon img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.fix-footer a p {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
