﻿/* 公用最大宽度 */
.public_max_width {
  max-width: 1440px;
  margin: 0 auto;
}

/* 图片放大动画 */
.fang {
  overflow: hidden;
  display: flex;
  width:100%;
}
.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: flex;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.list_message li a:hover p,.list_news li a:hover p,.list_news li a:hover h6{
  color:#00933d !important;
}

/* 头部样式 */
.header_div {
  width: 100%;
  height: auto;
}

.header_div .logo {
  width: 100%;
  height: 14rem;
  max-height: 140px;
  display: flex;
  align-items: center;
}

.logo .public_max_width {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo .right {
  display: flex;
  justify-content: center;
}
.logo .right > a {
  width: 4rem;
  height: 4rem;
  font-size: 1.2rem;
  color: #fff;
  background: #d1cfd2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo .right > a:hover {
  background-color: #00933d;
}
.search_box {
  min-width: 4rem;
  min-height: 4rem;
  position: relative;
  margin: 0 1rem 0 0;
}
.search_box .yuan{
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: url(../images/ss1.png) center center no-repeat;
  background-size: 1.8rem;
  background-color: #d1cfd2;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
.search_box .yuan:hover{
  background-color: #00933d
}
.logo .right .search_input {
  width: 0;
  height: 0;
  /* border-radius: 2rem; */
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  transition: width .3s linear;
}
.logo .right .search_input .text {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  background: #00933d;
  color: #fff;
}
.logo .right .search_input .text::placeholder {
  font-weight: normal;
  color: #fff;
  font-size: 1.6rem;
}
.logo .right .search_input .submit {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background: url(../images/ss1.png) center center no-repeat;
  background-size: 1.8rem;
  background-color: #00933d;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.logo .right  .search_input.hovered {
  width: 20rem;
}
.logo .right .search_input.hovered .text {
  padding: 0 0 0 1.8rem;
}
.header_div .header {
  width: 100%;
  height: 7rem;
  background: linear-gradient(90deg, #00933d, #44916d);
}

.header .public_max_width {
  width: 100%;
  height: 100%;
}

.menu_nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu_nav > li {
  width: auto;
  height: 100%;
  text-align: center;
  position: relative;
  line-height: 7rem;
}
.menu_nav > li:last-child {
  margin-right: 0;
}
.menu_nav li .nav_a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 2rem;
  position: relative;
  padding: 0 3.5rem;
  transition: all 0.2s ease-in-out;
}
.menu_nav li .nav_a.activetopm {
  color: #fff;
}
.menu_nav li .nav_a.activetopm1 {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.menu_nav li dl {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2f9f5;
  z-index: 999;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  display: none;
}

.menu_nav li dl dd {
  width: 100%;
}

.menu_nav li dl dd a {
  width: 100%;
  height: 5rem;
  margin: 0.5rem 0;
  display: block;
  overflow: hidden;
  line-height: 5rem;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.menu_nav li dl dd a:hover {
  text-decoration: none;
  color: #00933d;
}
.wap_sousuo {
  width: 100%;
  padding: 10px 20px 10px 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.wap_sousuo .ipt1 {
  width: 80%;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.wap_sousuo .ipt2 {
  width: 20%;
  height: 30px;
  background: url(../images/ss2.png) right center no-repeat;
  background-size: 20px;
}

/*------------------------------首页样式------------------------------*/
.swiper-home-banner {
  width: 100%;
}
.swiper-home-banner .swiper-slide {
  overflow: hidden;
}
.swiper-home-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-home-banner .swiper-slide.swiper-slide-active > img {
  -webkit-animation: hvr-bob 3s ease 1;
  animation: hvr-bob 3s ease 1;
}
.swiper-home-banner .swiper-pagination {
  bottom: 5% !important;
}
.swiper-home-banner .swiper-pagination-bullet {
  width: 6.5rem;
  height: 0.6rem;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
}
.swiper-home-banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.content1 {
  width: 100%;
  margin: 3rem 0 4rem;
}
.content1 .border_box {
  width: 100%;
  padding: 2.8rem 3rem;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* 平滑动画 */
.swiper-notice .swiper-wrapper {
  transition-timing-function: linear !important;
}
.content1 .swiper-slide {
  width: auto !important;
}
.content1 .swiper-slide > a {
  white-space: nowrap;
  color: #5d5d5d;
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 0 1.5rem;
}

.content1 .swiper-slide > a:hover{
  color:#00933d;
}
.content1 .swiper-slide > a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #da251d;
}

.content2 {
  width: 100%;
}
.content2 .public_max_width {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 380px;
}

.content2 .left_box {
  width: 35%;
  max-width: 410px;
}
.content2 .left_box .swiper-header-img {
  width: 100%;
  height: 100%;
}
.content2 .left_box .swiper-header-img .swiper-slide {
  /* width: 100% !important; */
  position: relative;
  height: auto !important;
}
.content2 .left_box .swiper-header-img .swiper-slide a{
  width: 100%;
  height: 100%;
}
.content2 .left_box .swiper-header-img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.content2 .left_box .swiper-header-img .swiper-slide p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 1.8rem 35% 1.8rem 3.2rem;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display:none;
}
.content2 .left_box .swiper-header-img .swiper-slide p::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 2.2rem;
  transform: translateY(-50%);
  background: #fff;
}
.content2 .left_box .swiper-header-img .swiper-slide.swiper-slide-active p{
  display:block;
}
.swiper-header-pagination {
  bottom: 1.8rem !important;
  text-align: right;
  padding-right: 1rem;
}
.swiper-header-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  opacity: 1;
}
.swiper-header-pagination .swiper-pagination-bullet-active {
  width: 3.5rem;
  background: #00933d;
  border-radius: 2rem;
}

.content2 .cent_box {
  width: 60%;
  padding:0 1rem;
}
.content2 .cent_box .list_tab {
  width: 100%;
  height: 6.4rem;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #00933d, #44916d);
  position: relative;
}

.content2 .cent_box .list_tab a {
  color: #b1ecd0;
  font-size: 3rem;
  position:absolute;
  top:50%;
  right:5%;
  transform:translateY(-50%);
}
.content2 .cent_box .list_tab > li {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  margin: 0 0 0 2rem;
  position: relative;
}
.content2 .cent_box .list_tab > .active {
  font-weight: bold;
  color: #fff;
}
.content2 .cent_box .list_tab > .active::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #059341;
}
.content2 .cent_box .messages {
  width: 100%;
  padding: 1.8rem;
  min-height: 110px;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
}
.content2 .cent_box .messages > a {
  color: #333;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.content2 .cent_box .messages > a:hover{
  color:#00933d;
}
.content2 .cent_box .messages > a > span {
  color: #222;
  font-size: 1.8rem;
  margin:0 0 0 1rem;
}
.content2 .right_box img{
  width:100%;
}
.list_content .content_li{
  display:none;
}
.list_content .content_li:nth-of-type(1){
  display:block;
}
.list_message {
  width: 100%;
  padding: 1.2rem 0 0;
}
.list_message > li {
  width: 100%;
}
.list_message > li > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 1.6rem 0 3.6rem;
}
.list_message > li > a:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 2.6rem;
  transform: translateY(-50%);
  background: #da251d;
}
.list_message > li p {
  color: #222;
  font-size: 1.8rem;
  line-height: 4rem;
  max-width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.list_message > li span {
  color: #888;
  font-size: 1.8rem;
  line-height: 4rem;
  white-space: nowrap;
}

.content2 .right_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content3 {
  margin: 6rem 0 3.8rem;
}
.content3 .swiper-slide img {
  width: 100%;
}
.content3 .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2.5rem;
}
.content3 .title h5 {
  font-size: 2rem;
  color: #000;
}
.content3 .title a {
  font-size: 3rem;
  color: #45916c;
}

/* 底部样式 */
.footer {
  width: 100%;
  padding: 4.5rem 0 3rem;
  background: #4f9376;
}

.footer .title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .message {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer p,
.footer a,
.footer b {
  font-size: 1.6rem;
  line-height: 4rem;
  color: #fff;
  white-space: nowrap;
}
.title p,
.title a {
  font-size: 1.8rem;
  margin: 0 0.8rem;
}
.message b {
  margin: 0 0.8rem;
}

/*------------------------------内页样式------------------------------*/
.public_header {
  padding: 3.8rem 0 0 0;
  border-bottom: 1px solid #e5e5e5;
}
.public_header .public_max_width {
  background: url(../images/other_logo.png) no-repeat;
}
.public_header .public_title {
  font-size: 4rem;
  color: #00933d;
  margin: 0 0 4rem;
}
.public_tabs {
  display: flex;
  align-items: flex-start;
}
.public_tabs .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  background: #00933d;
  position: relative;
}
.public_tabs .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-40%) translateY(-50%);
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid #fff;
}
.public_tabs dd {
  margin: 0 0 0 3.4rem;
}
.public_tabs dd a {
  font-size: 2rem;
  color: #333;
  padding: 0 0 2.5rem;
}
.public_tabs dd a.active {
  color: #00933d;
  font-weight: bold;
  border-bottom: 2px solid #00933d;
}

.public_app_menu {
  width: 100%;
  position: relative;
  display: none;
  z-index: 999;
}
.public_app_menu_t {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.7rem;
  text-align: center;
  background: #00933d;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.public_app_menu_t::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(20%) translateY(-30%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.public_app_menu_c {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 147, 61, 0.95);
  text-indent: 0px;
  display: none;
  -moz-box-shadow: 0px 0px 10px #c7c5bf; /*firefox*/
  -webkit-box-shadow: 0px 0px 10px #c7c5bf; /*webkit*/
  box-shadow: 0px 0px 10px #c7c5bf; /*opera或ie9*/
}
.public_app_menu_c li {
  width: 100%;
  float: left;
  text-align: center;
}
.public_app_menu_c li .a {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  text-indent: 0px;
}
.public_app_menu_c li .a:hover,
.public_app_menu_c li .a.active {
  color: #fff;
  text-decoration: none;
  background-color: #00933d;
}

.public_content {
  padding: 0 5rem;
}
.public_content .public_max_width > img,.contentimg img{
  max-width: 100%;
  display: block;
  margin: 0 auto 4rem auto;
}
.public_content .public_max_width > p {
  font-size: 1.8rem;
  color: #333;
  line-height: 3.5rem;
  margin:0 0 16px;
}

.public_content .public_max_width > h1,.public_content .public_max_width > h2{font-size:2rem;margin:0 0 16px}

.list_card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_card li {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 0 0 3.8rem;
  transition: all 0.3s ease-in-out;
}

.list_card li:hover {
  box-shadow: 0 1px 8px rgba(0, 147, 61, 0.8);
}
.list_card li a {
  width: 100%;
  height: 100%;
  padding: 3.2rem 2rem 3rem;
  display: flex;
  align-items: flex-start;
}
.list_card li a img {
  width: 18%;
  height: auto;
  min-width: 120px;
  margin: 0 2rem 0 0;
}
.list_card li a h6 {
  font-size: 2.4rem;
  margin: 0 0 1.6rem;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.list_card li:hover a h6 {
  color: #00933d;
}
.list_card li a p {
  font-size: 1.6rem;
  color: #666;
  line-height: 2.8rem;
}
.list_expert_card li a .text {
  display: flex;
  align-items: center;
}
.list_expert_card li a p {
  color: #333;
  font-size: 1.8rem;
  min-width: 72px;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}

.list_expert_card li a p::after {
  content: "：";
  position: absolute;
  right: -1.6rem;
  top: 0;
}
.list_expert_card li a span {
  color: #666;
  font-size: 1.6rem;
  padding: 0 0 0 2rem;
}
.list_expert_card li a .content{
  width: 85%;
}
.public_content .public_max_width > .content h6 {
  font-size: 2.4rem;
  margin: 3.6rem 0 0.8rem;
  color: #333;
  text-align: center;
}
.public_content .public_max_width > .content h5 {
  font-size: 3.6rem;
  margin: 0 0 5.6rem;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.public_content .public_max_width > .content p {
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}
.public_content .public_max_width > .text_pos_left h6 {
  text-align: left;
  margin-bottom: 1.2rem;
  font-size: 3rem;
}
.public_content .public_max_width > .text_pos_left p {
  text-align: left;
  font-size: 1.8rem;
}
.public_banner {
  width: 100%;
  min-height: 200px;
  position: relative;
  display: flex;
}

.public_banner img {
  width: 100%;
  object-fit: cover;
}
.public_banner .public_max_width {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.public_banner .public_banner_text {
  font-size: 4.8rem;
  color: #fff;
  margin: 0 0 0 5rem;
}
.public_menu {
  font-size: 1.6rem;
  color: #000;
  padding: 3.4rem 0 3rem;
  border-bottom: 1px solid #e5e5e5;
}

.public_menu b,
.public_menu a {
  color: #666;
}

.public_menu b {
  margin: 0 0.4rem 0 0.4rem;
  font-weight: normal;
}

.el-pages {
  border-top: 1px solid #e5e5e5;
  padding: 6rem 0 0;
}
.el-pages .ty_pages {
  text-align: right;
}

.list_image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_image li {
  width: calc(33% - 2.5rem);
  margin: 0 0 3.8rem;
}
.list_image li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.list_image li a > img {
  width: 100%;
  margin: 0 2rem 0 0;
  display: flex;
}

.list_image li a p {
  font-size: 2rem;
  color: #fff;
}
.list_image li .content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.8rem 1.8rem 1.8rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.list_image li:hover .content {
  opacity: 0;
}
.list_image li .hover_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00933d;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.list_image li .hover_content img {
  width: 2.5rem;
}
.list_image li .hover_content p {
  margin: 8% 0 0;
}
.list_image li:hover .hover_content {
  opacity: 0.7;
}

.list_depart {
  width: 100%;
}
.list_depart li {
  margin: 0 0 6rem;
}
.list_depart li h5 {
  font-size: 2.4rem;
  color: #333;
  margin: 0 0 3.6rem;
  cursor: default;
}
.list_depart .departs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list_depart li .departs a {
  font-size: 2rem;
  color: #666;
  width: 25%;
  min-width: 145px;
  white-space: nowrap;
  position: relative;
  padding: 0 0 0 0.8rem;
  margin: 0 0 3rem;
}

.list_depart li .departs a::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #da251d;
}
.moment_content {
  width: 100%;
  margin: 6rem 0;
  padding: 0 5rem;
}
.moment_content .public_max_width {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.moment_content .left_box {
  width: 40%;
}
.moment_content .left_box .swiper-moment-img {
  width: 100%;
  height: 100%;
}
.moment_content .left_box .swiper-moment-img .swiper-slide {
  position: relative;
  height: auto !important;
}
.moment_content .left_box .swiper-moment-img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.swiper-moment-img .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 1;
}
.swiper-moment-img .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00933d;
}

.moment_content .right_box {
  width: 58%;
}
.moment_content .right_box h4 {
  width: 100%;
  padding: 0 0 2rem;
  font-size: 3rem;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.moment_content .right_box p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333;
  margin: 2.5rem 0 4rem;
  line-break: anywhere;
}
.moment_content .right_box a {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #009d00;
}

.expert_content {
  width: 100%;
  padding: 0 5rem;
}
.expert_content .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 2.5rem;
}
.expert_content .title h5 {
  font-size: 2rem;
  color: #000;
}
.expert_content .title a {
  font-size: 1.8rem;
  color: #00933d;
}
.list_expert {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin: 0 0 8rem;
}
.list_expert li {
  width: calc(20% - 4rem);
  margin: 0 2.2rem 2rem;
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out;
}

.list_expert li:last-child{
	margin-right:0;
}
.list_expert li a {
  width: 100%;
  height: 100%;
}
.list_expert li img {
  width: 100%;
}
.list_expert li h5,
.list_expert li p {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  margin: 1.5rem 0;
  transition: all 0.2s ease-in-out;
}
.list_expert li p {
  font-size: 1.6rem;
  margin: 0 0 2rem;
}

.list_expert li:hover {
  box-shadow: 0 2px 8px rgba(0, 147, 61, 0.8);
  border: 1px solid transparent;
}
.list_expert li:hover h5 {
  color: #00933d;
}
.moment_content_detail {
  margin: 6rem 0 10rem;
}
.moment_content_detail .public_max_width > p,.moment_content_detail .public_max_width.detail div,.moment_content_detail .public_max_width.detail p {
  font-size: 2.2rem;
  color: #555;
  line-height: 3.6rem;
}

.search_selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.search_selected p {
  color: #333;
  font-size: 1.8rem;
  white-space: nowrap;
  margin: 0 0 2rem;
}

.search_selected .ul {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
  flex-wrap: wrap;
}
.search_selected .ul li {
  margin: 0 0 0 1rem;
}
.search_selected .ul li a {
  padding: 0.4rem 1rem;
  background: #00933d;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
}

.search_selected .ul li a::after {
  content: "\2716";
  margin: 0 0 0 0.8rem;
}
.search_selected span {
  color: #666;
  font-size: 1.6rem;
  margin: 0 0 0 1rem;
  white-space: nowrap;
}
.search_list {
  background: #eee;
}
.search_list .search_list_item {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 2.8rem 0 0;
}
.search_list .search_list_item:last-child {
  border: none;
}
.search_list .title {
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  white-space: nowrap;
  padding: 0 0 0 2.8rem;
  min-width: 90px;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}

.search_list .title::after {
  content: "：";
  position: absolute;
  right: -2rem;
  top: 0;
}
.search_list .select {
  width: 60%;
  min-width: 100px;
  height: 32px;
  border: none;
  border: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.6);
  color: #666;
  border-radius: 4px;
  display: none;
  margin: 0 0 0 5rem;
  position: relative;
}
.search_list .select:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.search_list .select::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #666;
  top: 50%;
  transform: translateY(-30%);
  right: 10px;
  cursor: pointer;
}
.search_list .select select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.6rem;
  border: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search_list .select select:focus {
  outline: none;
}
.search_list .ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 5rem;
}
.search_list li a {
  color: #666;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0 0.8rem;
  margin: 0 2rem 2rem 0;
  border-radius: 0.4rem;
}
.search_list li a.active {
  background: #00933d;
  color: #fff;
}
.search_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0 1.6rem;
  margin: 0 0 4rem;
  border-bottom: 1px solid #eee;
}

.search_menu .ol {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
.search_menu li {
  margin: 0 2.2rem 0 0;
}
.search_menu li a {
  color: #666;
  font-size: 1.8rem;
  white-space: nowrap;
}

.search_menu li a::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem 0 0;
  border-radius: 50%;
  background: #ea5a54;
}
.search_menu li:nth-of-type(2) a::before {
  background: #54a0ea;
}
.search_menu li:nth-of-type(3) a::before {
  background: #63b98c;
}
.search_menu li:nth-of-type(4) a::before {
  background: #a0a0a0;
}

.search_menu .search_box {
  width: auto;
  height: 4rem;
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
.search_menu .search_box .text {
  width: 26rem;
  height: 100%;
  line-height: 4rem;
  padding: 0 0 0 1.6rem;
  border: 2px solid #d3d3d3;
  border-right: none;
}
.search_menu .search_box .text::placeholder {
  font-weight: normal;
  color: #666;
  font-size: 1.6rem;
}
.search_menu .search_box .submit {
  width: 4rem;
  height: 4rem;
  background: url(../images/ss1.png) center center no-repeat;
  background-color: #00933d;
  background-size: 1.6rem;
}

.expert_content_detail {
  margin: 6rem 0;
}
.message_one {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.message_one img {
  min-width: 110px;
  max-width:200px;
  margin: 0 2rem 0 0;
}
.message_one h6 {
  font-size: 2.4rem;
  margin: 0 0 1.6rem;
  color: #333;
}
.message_one .text {
  display: flex;
  align-items: center;
}
.message_one p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #333;
  font-size: 1.8rem;
  min-width: 72px;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}
.message_one p::after {
  content: "：";
  position: absolute;
  right: -1.6rem;
  top: 0;
}
.message_one span {
  color: #666;
  font-size: 1.8rem;
  padding: 0 0 0 2rem;
}
.message_two h6,
.message_three h6 {
  font-size: 2.4rem;
  color: #333;
  margin: 3rem 0 1.8rem;
  padding: 2rem 0 0;
  border-top:1px solid #eee;
}
.message_two p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #333;
}
.message_three table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ebeaea;
  margin: 3.2rem 0 0;
}
.message_three table tr:first-child {
  background: #f4f4f4;
}
.message_three table td {
  text-align: center;
  height: 8rem;
  border: 1px solid #ebeaea;
  font-size: 1.8rem;
  color: #333;
}
.message_three table td p {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #54a0ea;
  margin: 0 auto;
}

.distribution_tabs {
  flex-wrap: wrap;
}
.distribution_tabs dd a {
  white-space: nowrap;
}
.distribution_tabs dd a.active {
  color: #00933d;
  font-weight: bold;
  border-bottom: none;
}
.order_content p {
  margin: 5rem 0;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
}
.order_content img {
  display: inline-block;
  max-width: 100%;
  width: 33%;
}
.order_content img:nth-of-type(1) {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.order_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 4rem 0 0;
}
.order_content table td {
  height: 8rem;
  border: 1px solid #ebeaea;
  font-size: 1.8rem;
  color: #333;
  padding: 0 2.5rem;
}
.order_content table td:first-child {
  text-align: center;
  white-space: nowrap;
}

/* 新闻动态 */
.list_news {
  width: 100%;
}
.list_news > li {
  padding: 0 0 4rem;
  margin: 0 0 5rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.list_news > li:last-child {
  margin: 0;
  border-bottom: none;
}
.list_news > li .img {
  width: 100%;
  max-width: 100%;
}
.list_news > li .text_box {
  min-width: 75%;
  padding: 0 0 4rem 4rem;
  position: relative;
}
.list_news > li .text_box .li_a h6 {
  font-size: 2.4rem;
  color: #333;
}
.list_news > li .text_box .li_a p {
  font-size: 1.6rem;
  color: #666;
  margin: 2.5rem 0 3.4rem;
}
.list_news > li .text_box .li_a p:last-child {
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0;
}
/* 分享按钮 */
.buttons {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}
.buttons .ico_share {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #666;
}
.buttons .ico_share > p {
  margin: 0 0 0 1rem;
}
.buttons .ico_wx {
  position: relative;
  margin: 0 1.5rem 0 2rem;
}
.buttons .ico_wx img,
.buttons #ops_share img {
  width: 3rem;
  height: 3rem;
}
.buttons .show_wx {
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  background-color: #222;
  border-radius: 1rem;
  padding: 0.8rem;
  background: #fff;
  box-shadow: 0px 2px 8px #999;
  width: 120px;
  height: 120px;
  display: none;
}
.buttons .show_wx img {
  width: 100%;
  height: 100%;
}
.buttons .ops_shareLayer {
  display: none;
}

.news_detail_box {
  padding: 5rem;
}
.detail_title_box {
  padding: 0 0 0.8rem;
  margin: 0 0 4rem;
  border-bottom: 1px solid #ddd;
}
.detail_title_box h5 {
  font-size: 4.8rem;
  color: #333;
  text-align: center;
  margin: 0 0 3rem;
}
.detail_title_box p {
  font-size: 1.6rem;
  color: #666;
}
.detail_title_box .button_message {
  display: flex;
  justify-content: space-between;
}
.detail_content {
  margin: 0 0 8rem;
}
.detail_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 4rem auto;
}
.detail_content,.detail_content p,.detail_content div,
.contentimg,.contentimg p,.contentimg div{
  font-size: 2.2rem;
  line-height: 4rem;
  color: #666;
}
/* 上下分页样式 */
.change_page {
  width: 100%;
  padding: 3.6rem 0 0;
  border-top: 1px solid #ddd;
}
.change_item {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  color: #222;
  margin: 0 0 4rem;
}
.change_item:last-child {
  margin: 0;
}
.change_item > p {
  margin-right: 1.6rem;
}

.change_item > a:hover {
  color: #00933d;
}

.images_box {
  display: flex;
  flex-wrap: wrap;
}
.images_box > a {
  width: 25%;
  margin: 0 0 4rem 0;
}

.images_box > a img {
  width: 95%;
}
