html {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #707070;
}

html,
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

:root {
  --mcolor: rgba(27, 79, 155, 1);
}



.wap-none {
  display: block;
}

.wap-block {
  display: none;
}

body {
  background: #fff;
  font-size: 12px;
  color: #707070;
  font-family: "Microsoft yahei", sans-serif;
  text-decoration: none;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w1920 {
  max-width: 1920px;
  margin: 0 auto;
}


.mt-40px {
  margin-top: 40px;
}

.header {
  height: 200px;
  width: 100%;
  background: url(/static/index/images/top.jpg) repeat-x center center;
}

.header .top {
  height: 32px;
  line-height: 32px;
  padding-top: 2px;
  box-sizing: content-box;
}

.header .top .content {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #707070;
}

.header .logo_box .content {
  display: flex;
  justify-content: space-between;
  height: 120px;
  align-items: center;
}

.header .logo_box .content .lf {
  display: flex;
  align-items: center;
}

.header .logo_box .content .rg {
  display: flex;
  align-items: center;
}

.header .logo_box .content .rg .header_phone h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.header .logo_box .content .rg .header_phone div {
  font-size: 20px;
  color: var(--mcolor);
}

.header .logo_box .content .lf .txt {
  color: var(--mcolor);
  font-size: 20px;
  font-weight: bold;
}

/* .header .menu {
  height: 46px;
}
.header .menu .nav {
  height: 46px;
} */

.header .menu .nav .mainlevel {
  background: none;
  float: left;
  border-right: 0px solid #fff;
}

.header .menu .nav .mainlevel a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 46px;
  display: block;
  padding: 0px;
  text-align: center;
  padding: 0px 27px;
  font-weight: bold;
}

.header .menu .nav .mainlevel a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background: #2eb100;
}

.header .menu .nav .mainlevel ul {
  display: none;
  position: absolute;
}

.header .menu .nav .mainlevel li {
  border-top: none;
  background: var(--mcolor);
}

.header .menu .nav .mainlevel .sub_01 li {
  border-bottom: 1px solid #fff;
  height: 32px;
  line-height: 32px;
  background: var(--mcolor);
}

.header .menu .nav .mainlevel .sub_01 a {
  color: #fff;
  text-decoration: none;
  font-size: 12px !important;
  line-height: 32px;
  text-align: left !important;
  font-family: "微软雅黑";
  height: 32px !important;
  width: 119px;
  display: block;
  overflow: hidden;
  padding: 0px;
  padding-left: 30px !important;
  font-weight: normal;
}

.bannerSwiper {
  position: relative;
  overflow: hidden;
}

.bannerSwiper img {
  width: 100%;
}

.search_box {
  margin-top: 15px;
  height: 49px;
  background: url(/static/index/images/ss_bg.jpg) repeat-x center center;
}

.search_box .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_box .content .lf {
  line-height: 49px;
}

.search_element {
  width: 288px;
}

.search_element .p_contentBox {
  width: auto;
  height: auto;
  overflow: visible;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  border-width: 1px;
  border-style: none;
  border-color: rgba(228, 228, 228, 0);
  background-color: transparent;
  position: relative;
}

.search_element .p_contentBox .p_headbox {
  display: flex;
}

.search_element .p_searchBox {
  width: auto;
  height: auto;
  vertical-align: middle;
  overflow: visible;
  padding: 0;
  margin: 0;
  border-width: 1px;
  border-style: none;
  border-color: rgba(228, 228, 228, 0);
  background-color: transparent;
  position: relative;
}

.search_element .p_searchBox .p_input {
  width: 220px;
  height: 30px;
  vertical-align: middle;
  color: inherit;
  position: relative;
  font-size: 14px;
}

.search_element .p_searchBtn {
  width: auto;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  background-color: var(--mcolor);
  text-align: center;
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  position: inherit;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  background-size: 100% 100%;
}

.search_element .p_searchBtn .iconfont {
  margin-right: 5px;
}

.search_element .p_searchBtn .font {
  display: table-cell;
  vertical-align: middle;
  bottom: 0;
  height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.search_element .p_searchBtn .iconfont:before {
  content: "\e661";
}

.search_element .p_input input,
.search_element .p_input .InputText {
  display: inline-block;
  height: 100%;
  width: inherit;
  line-height: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0;
  padding-left: 5px;
  padding-right: 5px;
}

/* 产品 */
.product_box {
  margin-top: 40px;
}

.product_box .content {
  display: flex;
  justify-content: space-between;
}

.product_box .content .lf {
  width: 220px;
  display: flex;
  flex-direction: column;
}

.product_box .content .lf .title {
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: var(--mcolor);
  font-size: 24px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.product_box .content .lf .main {
  border: 1px solid #ccc;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_box .content .lf .main li .menu_title,
.product_box .content .lf .main .sub_ul .sub_menu_title {
  font-size: 14px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
  display: flex;
  align-items: center;
}

.product_box .content .lf .main li .menu_title a {
  height: 40px;
  line-height: 40px;
}

.product_box .content .lf .main .sub_ul {
  padding-left: 22px;
  display: none;
}

.product_box .content .lf .main .sub_ul .sub_menu_title a {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.product_box .content .lf .main li .menu_title i {
  width: 20px;
  color: var(--mcolor);
}


.product_box .content .lf .main li .menu_title .icon {
  cursor: pointer;
  padding-right: 5px;
  width: 25px;
}

.product_box .content .lf .main li .menu_title .icon .bi-caret-down-fill {
  display: none;
}

.product_box .content .lf .main li .menu_title .icon .bi-caret-right-square-fill {
  display: inline-block;
}

.product_box .content .lf .main li.on .menu_title .icon .bi-caret-down-fill {
  display: inline-block;
}

.product_box .content .lf .main li.on .menu_title .icon .bi-caret-right-square-fill {
  display: none;
}

.product_box .content .lf .main li.on .sub_ul {
  display: block;
}

.product_box .content .lf .main li .sub_menu_title i {
  color: #d9d9d9;
  font-size: 12px;
  width: 35px;
}

.product_box .content .lf .main li .menu_title .bi-chevron-right {
  color: #d9d9d9;
}

.product_box .content .lf .main .index_product_phone {
  background-color: var(--mcolor);
  padding: 20px;
  color: #fff;
  font-size: 18px;
}

.product_box .content .lf .main .index_product_phone div {
  padding: 5px 0;
}

.product_box .content .rg {
  width: 940px;
}

.product_box .content .rg .title {
  display: flex;
  justify-content: space-between;
  height: 49px;
  line-height: 49px;
  background-color: rgb(235, 235, 235);
}

.product_box .content .rg .title .txt {
  width: 142px;
  text-align: center;
  height: 100%;
  background-color: var(--mcolor);
  color: #fff;
  font-size: 16px;
}

.product_box .content .rg .title .more a {
  color: var(--mcolor);
  padding-right: 10px;
}

.product_box .content .rg .product_list {
  display: flex;
  padding: 10px 10px 0 10px;
  flex-wrap: wrap;
}

.product_box .content .rg .product_list .product_box {
  margin: 10px 5px 0 5px;
  width: calc((100% - 30px) / 3);
  /* height: 244px; */
  border: 1px solid rgba(243, 243, 243, 1);
}

.product_box .content .rg .product_list .product_box img {
  width: 100%;
}

.product_box .content .rg .product_list .product_box div {
  padding: 10px;
}

.product_box .content .rg .product_list .product_box div a {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 400;

}

.product_box .content .rg .product_list .product_box div a:hover {
  color: var(--mcolor);
}

.choose_us_box {
  width: 100%;
  height: 2064px;
  background: url(/static/index/images/zys_bg.jpg) no-repeat center center;
  margin-top: 40px;
  padding-top: 290px;
}


.choose_us_box .chs_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 270px;
  margin-bottom: 20px;

}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.choose_us_box .chs_box .pic {
  width: 400px;
  margin-left: 80px;
}

.choose_us_box .chs_box.flex-row-reverse .pic {
  margin-left: 0;
  margin-right: 80px;
}

.choose_us_box .chs_box .pic img {
  width: 100%;
}

.choose_us_box .chs_box .txt .title {
  margin-bottom: 10px;
  background: none;
  padding-left: 0px;
  display: flex;
  align-items: end;
}

.choose_us_box .chs_box .txt .title div {
  display: flex;
  align-items: center;
}

.choose_us_box .chs_box .txt .title div a {
  font-family: "微软雅黑";
  font-size: 30px;
  font-weight: bold;
  color: var(--mcolor);
}

.choose_us_box .chs_box .txt .title div i {
  width: 12px;
  height: 12px;
  background-color: var(--mcolor);
  border-radius: 100%;
  margin-right: 20px;
}

.choose_us_box .chs_box .txt .title span {
  font-family: verdana, arial;
  font-size: 16px;
  font-weight: normal;
  color: #8d8d8d;
  background: none;
  padding: 0 0 5px 10px;
}

.choose_us_box .chs_box .txt ul li {
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 15px;
}

.choose_us_box .chs_box .txt ul li img {
  margin: 0 15px 0 10px;
}

.case_box .case_content {
  display: flex;
  justify-content: space-between;
}

.case_box .case_content .case_element {
  width: 232px;
}

.case_box .case_content .case_element img {
  width: 100%;
}

.gsjj_wrp {
  background-color: rgba(240, 240, 240, 1);
  padding-top: 20px;
  margin-top: 40px;
}

.gsjj_wrp .content {
  display: flex;
  justify-content: space-between;
}

.gsjj_wrp .content .gsjj_box {
  width: 427px;
}

.gsjj_wrp .content .gsjj_box .title,
.gsjj_wrp .content .bk_box .title {
  position: relative;
}

.gsjj_wrp .content .gsjj_box .title .more,
.gsjj_wrp .content .bk_box .title .more {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.gsjj_wrp .content .gsjj_box .gsjj_main {
  margin-top: 20px;
}

.gsjj_wrp .content .gsjj_box .gsjj_main img {
  width: 175px;
}

.gsjj_wrp .content .bk_box {
  width: 427px;
}

.gsjj_wrp .content .bk_box .bk_main {
  margin-top: 20px;
}

.gsjj_wrp .content .bk_box .bk_main_box {
  display: flex;
  gap: 0 20px;
  margin-bottom: 15px;
  align-items: center;
}

.gsjj_wrp .content .bk_box .bk_main_box img {
  width: 122px;
}

.gsjj_wrp .content .bk_box .bk_main_box>div {
  flex: 1;
  font-size: 14px;
}

.gsjj_wrp .content .bk_box .bk_main_box b a {
  font-size: 14px;
}

.gsjj_wrp .content .bk_box .bk_main_box .desc {
  line-height: 26px;
  font-size: 12px;
  margin-top: 5px;
}

.gsjj_wrp .content .zzry_box {
  width: 295px;
}

.gsjj_wrp .content .zzry_box .zzrySwiper {
  width: 261px;
  height: 214px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-button-prev,
.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-button-next {
  font-size: 30px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: 宋体;
  display: block;
  opacity: 0.5;
  transition: 1s;
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.498);
  width: 25px;
  height: auto;
  z-index: 999;
}

.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-button-prev::after,
.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-button-next::after {
  display: none;
}

.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-button-prev:hover,
.gsjj_wrp .content .zzry_box .zzrySwiper .swiper-button-next:hover {
  opacity: 1;
}

.news_wrp {
  display: flex;
  gap: 0 70px;
}

.news_wrp .title {
  position: relative;
}

.news_wrp .title .more {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.news_wrp .left_box_main {
  margin-top: 20px;
}

.news_wrp .left_box_main .main_element {
  display: flex;
  gap: 0 15px;
  border-bottom: 1px solid #f3f3f3;
  padding: 5px;
}

.news_wrp .left_box_main .main_element .pic {
  width: 152px;
}

.news_wrp .left_box_main .main_element .pic img {
  width: 152px;
}

.news_wrp .left_box_main .main_element .txt .title a {
  font-size: 14px;
}

.news_wrp .left_box_main .main_element .txt .title a:hover {
  color: var(--mcolor);
}

.news_wrp .left_box_main .main_element .txt .desc {
  font-size: 13px;
  line-height: 26px;
  margin-top: 10px;
}

.news_wrp .left_box_main .main_element .txt .desc span {
  font-size: 14px;
  color: #969696;
}

.news_wrp .left_box_main .main_element .txt .link {
  text-align: right;
  margin-top: 10px;
}

.news_wrp .left_box_main .main_element .txt .link a {
  background: rgba(252, 252, 252, 1);
  border-color: rgba(240, 240, 240, 1);
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 86px;
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  text-align: center;
  line-height: 26px;
}

.news_wrp .right_box_main .main_element {
  display: flex;
  justify-content: space-between;
  height: 48px;
  align-items: center;
  border-bottom: 1px dotted #ccc;
}

.news_wrp .right_box_main {
  margin-top: 20px;
}

.news_wrp .right_box_main .main_element a {
  font-size: 14px;
}

.news_wrp .right_box_main .main_element i {
  margin-right: 10px;
}

.news_wrp .right_box_main .main_element .date {
  padding-right: 20px;
}

.hzhb_wrp {
  background-color: rgba(247, 247, 247, 1);
  margin-top: 40px;
  padding-bottom: 50px;
}


.hzhbSwiper {
  margin-top: 30px;
  overflow: hidden;
}

/* .hzhbSwiper .swiper-wrapper {
  overflow: hidden;
} */


.hzhbSwiper .hzhb_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  padding: 0 40px;
}

.hzhbSwiper .hzhb_box div {
  width: 176px;
  height: 60px;
  border: 1px solid #ccc;
}

.hzhbSwiper .hzhb_box div img {
  width: 100%;
  height: 100%;
}

.footer {
  height: 315px;
  background-color: var(--mcolor);
  padding: 30px 0;
}

.footer .nav {
  text-align: center;
  color: #fff;
  width: 880px;
  margin: 0 auto;
}

.footer .nav a {
  color: #fff;
}

.footer .ewm {
  display: flex;
  justify-content: center;
  gap: 0 28px;
  padding-top: 15px;
}

.footer .ewm div {
  width: 84px;

}

.footer .ewm div p {
  text-align: center;
  color: #fff;
  height: 32px;
  line-height: 32px;
}

.footer .info {
  width: 880px;
  margin: 0 auto;
}

.footer .info div {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 5px;
}

/* 详情页样式 */

/* .detail_banner {
  margin-top: 20px
} */

.detail_banner img {
  display: block
}

.detail_search {
  margin-top: 0;
}

.detail_product_wrp {
  margin-top: 40px;
}

.detail_product_wrp .content {
  display: flex;
  justify-content: space-between;
}

.detail_product_wrp .content .lf {
  width: 220px;
  display: flex;
  flex-direction: column;
}

.detail_product_wrp .content .lf .title {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: var(--mcolor);
  font-size: 16px;
}

.detail_product_wrp .content .lf .main {
  border: 1px solid #ccc;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail_product_wrp .content .lf .main li .menu_title,
.detail_product_wrp .content .lf .main .sub_ul .sub_menu_title {
  font-size: 14px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
  display: flex;
  align-items: center;
}

.detail_product_wrp .content .lf .main li .menu_title a {
  height: 40px;
  line-height: 40px;
}

.detail_product_wrp .content .lf .main .sub_ul {
  padding-left: 22px;
  display: none;
}

.detail_product_wrp .content .lf .main .sub_ul .sub_menu_title a {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.detail_product_wrp .content .lf .main li .menu_title i {
  width: 20px;
  color: var(--mcolor);
}


.detail_product_wrp .content .lf .main li .menu_title .icon {
  cursor: pointer;
  padding-right: 5px;
  width: 25px;
}

.detail_product_wrp .content .lf .main li .menu_title .icon .bi-caret-down-fill {
  display: none;
}

.detail_product_wrp .content .lf .main li .menu_title .icon .bi-caret-right-square-fill {
  display: inline-block;
}

.detail_product_wrp .content .lf .main li.on .menu_title .icon .bi-caret-down-fill {
  display: inline-block;
}

.detail_product_wrp .content .lf .main li.on .menu_title .icon .bi-caret-right-square-fill {
  display: none;
}

.detail_product_wrp .content .lf .main li.on .sub_ul {
  display: block;
}

.detail_product_wrp .content .lf .main li .sub_menu_title i {
  color: #d9d9d9;
  font-size: 12px;
  width: 35px;
}

.detail_product_wrp .content .lf .main li .menu_title .bi-chevron-right {
  color: #d9d9d9;
}

.detail_product_wrp .content .lf .tjcp {
  margin: 20px 0;
}

.detail_product_wrp .content .lf .tjcp_title {
  background-color: rgba(235, 235, 235, 1);
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.detail_product_wrp .content .lf .tjcp_title div {
  display: inline-block;
  /* width: 106px; */
  background-color: var(--mcolor);
  /* text-align: center; */
  padding: 0 20px;
}

.detail_product_wrp .content .lf .tjcp .tjcp_main {
  border: 1px solid rgba(235, 235, 235, 1);
  border-top: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail_product_wrp .content .lf .tjcp .tjcp_element {
  border: 1px solid #f3f3f3;
}

.detail_product_wrp .content .lf .tjcp .tjcp_element .pic img {
  display: block;
  width: 100%;
}

.detail_product_wrp .content .lf .tjcp .tjcp_element .txt {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.lf_lxwm .lf_lxwm_main {
  border: 1px solid rgba(235, 235, 235, 1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lf_lxwm .lf_lxwm_main div {
  /* margin-bottom: 5px; */
  line-height: 24px;
}

.detail_product_wrp .content .rg {
  width: 950px;
}

.detail_product_wrp .content .rg .title {
  background-color: rgba(235, 235, 235, 1);
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.detail_product_wrp .content .rg .title div {
  display: inline-block;
  /* width: 106px; */
  background-color: var(--mcolor);
  /* text-align: center; */
  padding: 0 20px;
}

.detail_product_wrp .content .rg .product_list {
  border: 1px solid #f0f0f0;
  border-top: 0;
  padding: 10px;
}

.detail_product_wrp .content .rg .product_list {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}

.detail_product_wrp .content .rg .product_list .product_box {
  margin: 10px 5px 0 5px;
  width: calc((100% - 30px) / 3);
  /* height: 244px; */
  border: 1px solid rgba(243, 243, 243, 1);
}

.detail_product_wrp .content .rg .product_list .product_box img {
  width: 100%;
}

.detail_product_wrp .content .rg .product_list .product_box div {

  padding: 0px 10px 10px 10px;
}

.detail_product_wrp .content .rg .product_list .product_box div a {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.detail_product_wrp .content .rg .product_list .product_box div a:hover {
  color: var(--mcolor);
}

.detail_product_wrp .content .rg .product_list .product_box div p {
  display: flex;
  font-size: 12px;
  line-height: 24px;
}

.detail_product_wrp .content .rg .product_list .product_box div p i {
  font-style: normal;
  width: 60px;
  flex-shrink: 0;
  flex-grow: 0;
}

/* 资讯 */
.detail_news_wrp {
  margin-top: 40px;
}

.detail_news_wrp .content {
  display: flex;
  justify-content: space-between;
}

.detail_news_wrp .content .lf {
  width: 220px;
  display: flex;
  flex-direction: column;
}

.detail_news_wrp .content .lf .title {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: var(--mcolor);
  font-size: 16px;
  padding-left: 20px;
}

.detail_news_wrp .content .lf .zxfl {
  margin-bottom: 20px;
}

.detail_news_wrp .content .lf .zxfl .main {
  border: 1px solid #ccc;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail_news_wrp .content .lf .zxfl .main div {
  border-bottom: 1px solid #f3f3f3;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.detail_news_wrp .content .rg {
  width: 950px;
}

.detail_news_wrp .content .rg .title {
  display: flex;
  background-color: rgba(235, 235, 235, 1);
  height: 40px;
  line-height: 40px;

  font-size: 16px;
}

.detail_news_wrp .content .rg .title div {
  padding: 0 20px;
}

.detail_news_wrp .content .rg .title div.on {
  color: #fff;
  background-color: var(--mcolor);
}

.detail_news_wrp .content .rg .news_list {
  border: 1px solid #f0f0f0;
  border-top: 0;
  padding: 10px;
}

.detail_news_wrp .content .rg .news_list {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}

.detail_news_wrp .content .rg .news_list .news_box {
  margin: 10px 5px 0 5px;
  width: calc((100% - 30px) / 3);
  /* height: 244px; */
  border: 1px solid rgba(243, 243, 243, 1);
  padding: 5px;
}

.detail_news_wrp .content .rg .news_list .news_box img {
  width: 100%;
}


.detail_news_wrp .content .rg .news_list .news_box .txt {
  padding: 5px;
  line-height: 24px;
}

.detail_news_wrp .content .rg .news_list .news_box .txt b {
  font-size: 14px;
}

.detail_news_wrp .content .rg .news_list .news_box .txt p span {
  font-size: 14px;
  color: #969696;
}

.detail_news_wrp .content .rg .news_list .news_box .txt div {
  color: #969696;
}

.detail_news_wrp .content .rg .intro_main {
  border: 1px solid #f0f0f0;
  border-top: 0;
  padding: 10px 30px;
}

.detail_news_wrp .content .rg .intro_main .intro_main_title {
  text-align: center;
  font-size: 20px;
  line-height: 76px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.detail_news_wrp .content .rg .intro_main .qywh_main {
  margin-top: 20px;
}

.detail_news_wrp .content .rg .intro_main .qywh_main .box {
  display: flex;
  align-items: stretch;
}

.detail_news_wrp .content .rg .intro_main .qywh_main .box .pic {
  flex: 1;
}

.detail_news_wrp .content .rg .intro_main .qywh_main .box .pic img {
  width: 100%;
  display: block;
}

.detail_news_wrp .content .rg .intro_main .qywh_main .box .txt {
  flex: 1;

}

.detail_news_wrp .content .rg .intro_main .qywh_main .box .txt>div {
  height: 100%;
  padding: 0 30px;
  background: #ececed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}


.detail_news_wrp .content .rg .intro_main .qywh_main .box .txt li {
  display: flex;
  align-items: center;
}

.detail_news_wrp .content .rg .intro_main .qywh_main .box .txt li img {
  width: 15px;
  margin-right: 10px;
}

.detail_news_wrp .content .rg .intro_main .qywh_main .box .txt .box_title {
  line-height: 30px;
  height: 30px;
  font-size: 20px;
}

.detail_news_wrp .content .rg .intro_main .zzry {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.detail_news_wrp .content .rg .intro_main .zzry img {
  margin: 10px 10px 0 10px;
  width: calc((100% - 60px) / 3);
}

.detail_news_wrp .content .rg .intro_main .lxwm .intro_lxwm_title {
  margin: 30px 0;
  font-size: 24px;
  font-weight: bold;
  color: var(--mcolor);
}

.detail_news_wrp .content .rg .intro_main .lxwm li {
  font-size: 14px;
  line-height: 28px;
}

.detail_news_wrp .content .rg .ly_box {
  padding: 20px;
}