@charset "UTF-8";
@import url("/theme/default/css/normalize.css");
#app .mui-content {
  background: #fff;
}

/*公共头部*/
.com_header_bg {
  height: 3.75rem;
  width: 100%;
}
.com_header_bg .com_header {
  width: 100%;
  height: 3.75rem;
  background: #fffdff;
  border-bottom: 1px solid #f0eef0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  display: flex;
  justify-content: space-between;
}
.com_header_bg .com_header .logo {
  display: flex;
  align-items: center;
  padding-left: 0.9375rem;
  height: 100%;
}
.com_header_bg .com_header .logo .img {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
}
.com_header_bg .com_header .logo .text {
  font-size: 1.125rem;
  color: #003e82;
  font-weight: bold;
  margin-left: 0.625rem;
}
.com_header_bg .com_header .r_btn {
  width: 3.75rem;
  height: 100%;
  background: #003e82;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.com_header_bg .com_header .r_btn .ico {
  width: 1.3125rem;
  height: 0.15625rem;
  background: #fff;
}
.com_header_bg .com_header .r_btn .ico2 {
  margin: 0.3125rem auto;
}

/*公共导航栏*/
.com_nav_bg {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 992;
  bottom: 0;
}
.com_nav_bg .com_nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 3.75rem;
}
.com_nav_bg .com_nav .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.1875rem 0 1.40625rem;
  background: #fff;
  height: 2.5rem;
  border-bottom: 1px solid #d6d6d6;
}
.com_nav_bg .com_nav .nav .text {
  font-size: 0.8125rem;
  color: #000000;
}
.com_nav_bg .com_nav .nav .icon {
  display: block;
  width: 0.5625rem;
  height: 0.9375rem;
}

.index_search_bg {
  padding: 0.9375rem 0.9375rem;
}

.com_search_box {
  width: 100%;
  height: 2.1875rem;
  display: flex;
  justify-content: space-between;
  border: 1px solid #003e82;
  border-radius: 5px;
  overflow: hidden;
}
.com_search_box .input {
  border: 0;
  display: block;
  flex: 1;
  overflow: hidden;
  font-size: 0.9375rem;
  padding: 0;
  height: auto;
  padding-left: 0.625rem;
  margin: 0;
}
.com_search_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.9375rem;
  height: 100%;
  position: relative;
}
.com_search_box .btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #003e82;
}
.com_search_box .btn .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.index_banner {
  width: 100%;
  height: 10.3125rem;
  position: relative;
}
.index_banner .img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.40625rem;
  font-weight: bold;
  color: #fff;
}

.fuwu_bg {
  padding: 0 0.9375rem;
}
.fuwu_bg .fuwu_header {
  height: 2.9375rem;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.46875rem;
}
.fuwu_bg .fuwu_header .icon {
  display: block;
  width: 0.9375rem;
  height: 1.0625rem;
}
.fuwu_bg .fuwu_header .text {
  font-size: 0.9375rem;
  color: #003e82;
  margin-left: 0.5rem;
}
.fuwu_bg .fuwu_list {
  display: flex;
  flex-wrap: wrap;
}
.fuwu_bg .fuwu_list .list {
  width: 25%;
  margin-bottom: 0.3125rem;
}
.fuwu_bg .fuwu_list .list .a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1.125rem;
}
.fuwu_bg .fuwu_list .list .a .icon {
  display: block;
  width: 3.15625rem;
  height: 3.15625rem;
}
.fuwu_bg .fuwu_list .list .a .text {
  font-size: 0.9375rem;
  color: #363636;
  line-height: 1.5rem;
  height: 1.5rem;
  margin-top: 0.46875rem;
  text-align: center;
}

.xian {
  width: 100%;
  height: 0.75rem;
  background: #f0f0f0;
}

.index_news_bg {
  padding: 0.3125rem 0.9375rem 1.875rem;
}
.index_news_bg .news_header {
  height: 2.9375rem;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.46875rem;
}
.index_news_bg .news_header .icon {
  display: block;
  width: 0.9375rem;
  height: 1.0625rem;
}
.index_news_bg .news_header .text {
  font-size: 0.9375rem;
  color: #003e82;
  margin-left: 0.5rem;
}
.index_news_bg .news_list {
  width: 100%;
}
.index_news_bg .news_list .list {
  height: 3.125rem;
  border-bottom: 1px solid #d6d4d6;
  line-height: 3.125rem;
}
.index_news_bg .news_list .list .a {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  background: #fffdff;
}
.index_news_bg .news_list .list .a .p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.index_news_bg .news_list .list .a .time {
  font-size: 0.75rem;
  color: #3d3d3d;
  margin-left: 1.875rem;
  margin-right: 0.625rem;
}
.com_news1_list{
	width: 100%;
}
.com_news1_list .list{
  border-bottom: 1px solid #d6d4d6;
}
.com_news1_list .list .a {
	display: block;
	height: 100%;
	background: #fffdff;
}
.com_news1_list .list .a .tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0;
}
.com_news1_list .list .a .tit .p{
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  color: #3d3d3d;
  line-height: 2rem;
}
.com_news1_list .list .a .tit .time{
  font-size: 0.75rem;
  color: #3d3d3d;
  margin-left: 1.875rem;
  margin-right: 0.625rem;
  line-height: 2rem;
}
.com_news1_list .list .a .msg{
  font-size: 0.75rem;
  color: #3d3d3d;
  line-height: 1.5rem;  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0.2rem;
}
.com_news2_list{
	width: 100%;
}
.com_news2_list .list{
  border-bottom: 1px solid #d6d4d6;
}
.com_news2_list .list .a{
	display: flex;
	padding: 0.9875rem 0;
}
.com_news2_list .list .a .l_img{
	display: block;
	width:4rem;
	height:5rem;
	margin-right: 0.5rem;
}
.com_news2_list .list .a .r_box{
	flex: 1;
	overflow: hidden;
}
.com_news2_list .list .a .r_box .tit{
	font-weight:bold;
	font-size: 1rem;
	color: #363636;
	line-height: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
}
.com_news2_list .list .a .r_box .text{
	font-size: 0.875rem;
	color: #363636;
	line-height: 1.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.5rem;
}
.com_news2_list .list .a .r_box .msg{
	font-size: 0.875rem;
	color: #363636;
	line-height: 1.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.5rem;
}



.index_news_bg .btn {
  width: 7.5rem;
  height: 1.71875rem;
  text-align: center;
  line-height: 1.71875rem;
  border: 1px solid #003e82;
  background: #fffdff;
  font-size: 0.75rem;
  color: #003e82;
  margin: 1.875rem auto 0;
}

.com_footer {
  display: flex;
  flex-direction: column;
  height: 4.6875rem;
  background: #003e82;
  align-items: center;
  justify-content: center;
}
.com_footer .p {
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 1.3125rem;
}

/*列表*/
.liebiao_banner {
  width: 100%;
  height: 9.375rem;
}
.liebiao_banner .img {
  display: block;
  width: 100%;
  height: 100%;
}

.liebaio_search_bg {
  padding: 1.125rem 0.9375rem 1.5625rem;
}

.liebaio_news_bg {
  padding: 0.3125rem 0.9375rem 1.875rem;
}
.liebaio_news_bg .news_header {
  height: 2.9375rem;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  display: flex;
  align-items: center;
}
.liebaio_news_bg .news_header .icon {
  display: block;
  width: 0.9375rem;
  height: 1.0625rem;
}
.liebaio_news_bg .news_header .text {
  font-size: 0.9375rem;
  color: #003e82;
  margin-left: 0.5rem;
}
.liebaio_news_bg .news_list {
  width: 100%;
}
.liebaio_news_bg .news_list .list {
  height: 3.125rem;
  border-bottom: 1px solid #d6d4d6;
}
.liebaio_news_bg .news_list .list .a {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  background: #fffdff;
}
.liebaio_news_bg .news_list .list .a .p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.liebaio_news_bg .news_list .list .a .time {
  font-size: 0.75rem;
  color: #3d3d3d;
  margin-left: 1.875rem;
  margin-right: 0.625rem;
}
.liebaio_news_bg .btn_box {
  display: flex;
  justify-content: center;
}
.liebaio_news_bg .btn {
  width: 4.375rem;
  height: 2.1875rem;
  text-align: center;
  line-height: 2.1875rem;
  border: 1px solid #003e82;
  background: #fffdff;
  font-size: 0.75rem;
  color: #003e82;
  margin: 1.875rem auto 0;
}
.liebaio_news_bg .btn.link {
  border: 1px solid #d6d4d6;
  background: #efefef;
  color: #a0a0a0;
}

.liebaio_news_bgt{
  padding: 0.3125rem 0.9375rem 1.875rem;
}
.liebaio_news_bgt .news_header {
  height: 2.9375rem;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  display: flex;
  align-items: center;
}
.liebaio_news_bgt .news_header .icon {
  display: block;
  width: 0.9375rem;
  height: 1.0625rem;
}
.liebaio_news_bgt .news_header .text {
  font-size: 0.9375rem;
  color: #003e82;
  margin-left: 0.5rem;
}
.liebaio_news_bgt .news_list {
  width: 100%;
}
.liebaio_news_bgt .news_list .list {
  height: 3.125rem;
  border-bottom: 1px solid #d6d4d6;
}
.liebaio_news_bgt .news_list .list .a {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  background: #fffdff;
}
.liebaio_news_bgt .news_list .list .a .p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.liebaio_news_bgt .news_list .list .a .time {
  font-size: 0.75rem;
  color: #3d3d3d;
  margin-left: 1.875rem;
  margin-right: 0.625rem;
}
.liebaio_news_bgt .btn_box {
  display: flex;
  justify-content: center;
}
.liebaio_news_bgt .btn {
  width: 7.5rem;
  height: 1.71875rem;
  text-align: center;
  line-height: 1.71875rem;
  border: 1px solid #003e82;
  background: #fffdff;
  font-size: 0.75rem;
  color: #003e82;
  margin: 1.875rem auto 0;
}
.liebaio_news_bgt .btn.link {
  border: 1px solid #d6d4d6;
  background: #efefef;
  color: #a0a0a0;
}

/*详情*/
.xiangqing_fuwu_bg {
  width: 100%;
}
.xiangqing_fuwu_bg .fuwu_list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-y: auto;
}
.xiangqing_fuwu_bg .fuwu_list .list {
  padding: 1.125rem 0;
}
.xiangqing_fuwu_bg .fuwu_list .list .a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.9375rem;
}
.xiangqing_fuwu_bg .fuwu_list .list .a .icon {
  display: block;
  width: 3.15625rem;
  height: 3.15625rem;
}
.xiangqing_fuwu_bg .fuwu_list .list .a .text {
  white-space: nowrap;
  font-size: 0.9375rem;
  color: #363636;
  line-height: 1.5rem;
  margin-top: 0.46875rem;
  text-align: center;
}

.xiangqing_html {
  padding: 0.9375rem 0.9375rem 1.5625rem;
}
.xiangqing_html .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #d6d4d6;
  padding-bottom: 0.9375rem;
}
.xiangqing_html .header .title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.875rem;
  text-align: center;
  color: #363636;
}
.xiangqing_html .header .time {
  font-size: 0.8125rem;
  margin-top: 0.46875rem;
}
.xiangqing_html .html {
  word-wrap:break-word;
  width: 100%;
  padding: 0.9375rem 0.625rem 0;
}
.xiangqing_html .html img {
  max-width: 98%;
}
.xiangqing_html .html p {
  font-size: 1rem; 
  line-height: 1.5rem;
  color:#000000;
}

.xiangqing_liebiao .news_header {
  justify-content: space-between;
}
.xiangqing_liebiao .news_header .a {
  display: block;
  font-size: 0.9375rem;
  color: #003e82;
  margin-right: 0.3125rem;
}
/*省市区*/
.com_province_bg {
  padding: 0.9375rem 0.46875rem 0.6rem;
}
.com_province_bg .province_box {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
  padding-bottom: 0.4375rem;
}
.com_province_bg .province_box::-webkit-scrollbar{
	-webkit-appearance:none;
}
.com_province_bg .province_box::-webkit-scrollbar:horizontal{
	height: 5px;
}
.com_province_bg .province_box::-webkit-scrollbar-thumb{
	 border-radius: 5px;
	 border: 5px solid rgba(0, 0, 0, 0.3);
	 background-color: rgba(0, 0, 0, 0.1);
}
.com_province_bg .province_box .list {
  height: 2.1875rem;
  border: 1px solid #003e82;
  border-radius: 5px;
  background: #fffdff;
  margin: 0 0.46875rem;
}
.com_province_bg .province_box .list.link {
  background: #003e82;
}
.com_province_bg .province_box .list.link .a {
  color: #fffdff;
}
.com_province_bg .province_box .list .a {
  display: block;
  white-space: nowrap;
  font-size: 0.9375rem;
  padding: 0 0.9375rem;
  color: #003e82;
  line-height: 2.125rem;
}
.banner_box {
  width: 100%;
  height: 10.625rem;
  background: #fff;
  position: relative;
}
.banner_box .swiper-container {
  height: 10.625rem;
}
.banner_box .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner_box .swiper-container .swiper-pagination {
  bottom: 5px !important;
}
/*# sourceMappingURL=mian.css.map */
.com_contactUs_box{
	width: 100%;
}
.com_contactUs_box .com_contactUs_btn{
	position: fixed;
	width: 5.625rem;
	height: 2.3125rem;
	line-height: 2.3125rem;
	border-radius: 1.25rem;
	bottom: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
	background: #e00000;
	text-align: center;
	font-size: 0.9375rem;
	color: #fff;
	z-index: 99;
}
.com_contactUs_box .com_contactUs_layer{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	padding: 0 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.com_contactUs_box .com_contactUs_layer .contactUs_layer_ct{
	width: 100%;
	height: 23.75rem;
	background: #fff;
	border-radius: 10px;
	padding-top: 1rem;
}
.com_contactUs_box .com_contactUs_layer .contactUs_layer_ct .img_box{
	width: 12.5rem;
	height: 12.5rem;
	margin: 0 auto;
}
.com_contactUs_box .com_contactUs_layer .contactUs_layer_ct .img_box .img{
	display: block;
	width: 100%;
	height: 100%;
}
.com_contactUs_box .com_contactUs_layer .contactUs_layer_ct .text{
	font-size: 1rem;
	color: #363636;
	line-height: 2rem;
	text-align: center;
}
.com_contactUs_box .com_contactUs_layer .guanbi_img{
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}
.com_contactUs_box .com_contactUs_layer .guanbi_img .img{
	display: block;
	width: 1.75rem;
	height: 1.9rem;
}
.com_loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: flex;
	justify-content: center;
	align-items: center;
}
.com_loading .img_box{
	width: 3.125rem;
	height: 3.125rem;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
.com_loading .img_box .img{
	display: block;
	width: 100%;
	height: 100%;
}
/*返回顶部*/
#BackTopBtn{
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #e00000;
  color: #fff;
  cursor: pointer;
  font-size: 0.7rem;
  border-radius: 60%;
  padding:0.5rem;
}

#pagesou{
  display: none;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #e00000;
  color: white;
  cursor: pointer;
  border-radius: 60%;
  padding:0.5rem;
  font-size: 0.7rem;
}
#langdu{
  display: none;
  position: fixed;
  bottom: 170px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #e00000;
  color: white;
  cursor: pointer;
  border-radius: 60%;
  padding:0.5rem;
  font-size: 0.7rem;
}
.input_box_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 995;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
	background: rgba(0, 0, 0, 0.5);
}
.input_box_bg .input_box{
	width: 100%;
	background: #fff;
	border: 5px;
	padding: 1rem 0.5rem;
	display: flex;
	border-radius: 3%;
}
.input_box_bg .input_box .input{
	flex: 1;
	overflow: hidden;
	height: 2.5rem;
	border: 1px solid #003e82;
	font-size: 0.9375rem;
	border-radius: 3%;
}
.input_box_bg .input_box .btn{
	width:3.125rem;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	background: #003e82;
	color: #fff;
	font-size: 0.9375rem;
	border-radius: 3%;
}

.input_box_bg .guanbi_img{
	display: flex;
	justify-content: center;
	padding-top: 1rem;
}
.input_box_bg .guanbi_img .img{
	display: block;
	width: 1.75rem;
	height: 1.75rem;
}

.description{display:none;}
.highlight{background-color: #e00000;}


/**农业类*/
.nyfuwu_bg {
  padding: 0 0.9375rem;
}
.nyfuwu_bg .fuwu_header {
  height: 2.9375rem;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.46875rem;
}
.nyfuwu_bg .fuwu_header .icon {
  display: block;
  width: 0.9375rem;
  height: 1.0625rem;
}
.nyfuwu_bg .fuwu_header .text {
  font-size: 0.9375rem;
  color: #003e82;
  margin-left: 0.5rem;
}
.nyfuwu_bg .nyfuwu_list{
	width: 100%;
}
.nyfuwu_bg .nyfuwu_list .list{
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}
.nyfuwu_bg .nyfuwu_list .list .a{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0.375rem 0.4375rem 0.375rem 0.78125rem;
}
.nyfuwu_bg .nyfuwu_list .list .a .l_img{
	display: block;
	width: 2.1875rem;
	height: 2.1875rem;
	margin-right: 1.25rem;
}
.nyfuwu_bg .nyfuwu_list .list .a .l_text{
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
	justify-content: space-between;
	height: 100%;
}
.nyfuwu_bg .nyfuwu_list .list .a .l_text .tit_text{
	font-size: 1rem;
	line-height: 1.0625rem !important;
	color: #363636;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nyfuwu_bg .nyfuwu_list .list .a .l_text .msg{
	font-size: 0.6875rem;
	line-height: 1.0625rem !important;
	color: #7e7e7e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0.333rem;
}

.nyfuwu_bg .nyfuwu_list .list .a .r_icon{
	display: block;
	width: 0.5625rem;
	height: 1.0625rem;
}

/*友情链接*/
.yqlj_box{
	width: 100%;
}
.yqlj_box .news_header {
  height: 2.9375rem;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.46875rem;
}
.yqlj_box .news_header .icon {
  display: block;
  width: 0.9375rem;
  height: 1.0625rem;
}
.yqlj_box .news_header .text {
  font-size: 0.9375rem;
  color: #003e82;
  margin-left: 0.5rem;
}

.yqlj_box .yqlj_ct{
	padding: 1rem 0;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.yqlj_box .yqlj_ct .list{
	border: 1px solid #003e82;
	border-radius: 5px;
	margin: 0 0.6rem;
	
}
.yqlj_box .yqlj_ct .list .a{
	display: block;
	white-space: nowrap;
	margin: 0 0.5rem;
	line-height: 1.8185rem;
	height: 1.7185rem;
    background: #fffdff;
    font-size: 0.75rem;
    color: #003e82;
}
.BanquanTs{
	display: flex;
	color: #000;
	font-size: 0.6rem;
	border-style:solid; 
	border-width:0.2rem;
	border-color:#003e82;
	border-radius:0.5rem;
	line-height: 0.8rem;
	margin-top: 1rem;
	padding:0.5rem;
}













