blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,input,select,textarea {
    margin: 0
}

*,:after,:before {
    box-sizing: inherit
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0;
    text-align: left
}
.f-lft{
	float: left;
}
.f-rgt{
	float: right;
}
body {
    font-size: 16px;
	font-family: "Noto Sans SC", Heiti SC,Helvetica Neue,Helvetica,sans-serif;
	font-weight: 300;
	color: #212121;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
	background-color: #fff;
}
a {
	color: #212121;
  text-decoration: none;
	border: none;
}

a:active,a:hover {
    color: #d40000;
    /* text-decoration: underline */
}

.hidden {
    display: none
}

.zhigu-advertising a:hover {
  border-bottom: unset;
}
.zhigu-advertising a {
  border-bottom: unset;
}

.clearfix:after {
    visibility: hidden;
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    display: block
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a{
	width: 100%;
	height: 100%;
}
:root {
	--swiper-navigation-size: 30px
}
.swiper-button-next,
.swiper-button-prev{
	color: #fff;
}
.wrapper-main{
	margin: auto;
	width: 1212px;
}
.left-center{
	width: 925px;
}
.right-container{
	width: 220px;
}
.wrapper-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	width: 100%;
}
.newsapp-side{
	position: fixed;
	left: 50%;
	margin-left: 622px;
	bottom: 15vh;
	width: 60px;
	cursor: pointer;
	z-index: 100;
}
.newsapp-side a.ns-side-totop{
	display: block;
	margin: 2px 0;
	height: 33.75px;
	/* background-color: #999; */
	text-align: center;
}
.newsapp-side a.ns-side-totop > i{
	display: block;
	width: 60px;
	height: 33.75px;
	background: url(/themes/custom/zhigu_theme/images/returnFixBG.png) no-repeat 0 0 / cover;
}
.swipersss{
	display: table;
	width: 728px;
}
.slide-swiper{
	position: relative;
	width: 728px;
	height: 408px;
}
.h1-title{
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
}
.h1-title::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: -1;
	width: 80px;
	height: 8px;
	background-color: #fe6f13;
}
.h1-title .ad-text{
	margin-right: 30px;
	font-size: 14px;
	font-weight: 300;
}
.swiper-img{
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* aspect-ratio: 100 / 56; */
}
.swiper-title{
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}
.swiper-title p{
	display: block;
	margin: auto;
	width: 90%;
	font-size: 22px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-wrapper{
	width: 466px;
}
.news-wrapper ul{
	display: flex;
	height: 35.6px;
	align-items: center;
}
.new-hot{
	display: flex;
	height: 50px;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.news-list li{
	position: relative;
}
.news-list li:nth-child(1){
	padding-right: 5px;
}
.news-list li:nth-child(1)::after{
	content: '';
	position: absolute;
	top: 24%;
	right: 0;
	width: 1px;
	height: 60%;
	background-color: #a4a4a4;
}
.news-list li:nth-child(2){
	padding-left: 5px;
}
.news-list li:nth-child(2)::before{
	content: '';
	position: absolute;
	top: 24%;
	left: 0;
	width: 1px;
	height: 60%;
	background-color: #a4a4a4;
}
.news-list li.video-list{
	position: relative;
	padding-left: 30px;
}
.news-list li.video-list::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: #fe6f13 solid 1px;
	border-radius: 100%;
  background: unset;
}
.news-list li.video-list::before{
	content: '';
	position: absolute;
	top: 6px;
	left: 13px;
	width: 0;
	height: 0;
	border: solid 8px #000;
	border-left: 8px solid #fe6f13;
	border-top: 6px transparent solid;
	border-bottom: solid 6px transparent;
	border-right: 8px solid transparent;
  background-color: unset;
}
.nongji-video{
	display: table;
	width: 100%;
	margin-bottom: 15px;
	padding-right: 40px;
	box-sizing: border-box;
}
.h4-title{
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 10px;
	justify-content: space-between;
}
.h4-title h4{
	margin-right: 30px;
	font-size: 20px;
}
.nongji-video .ad-text{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 80%;
	font-size: 14px;
}
.nongji-video .ad-text li{
	width: auto;
}
.nongji-video .ad-text li:not(:last-child){
	padding-right: 10px;
}
.nongji-video .ad-text li:not(:last-child)::after{
	right: 3px;
	background-color: #a4a4a4;
}
.nongji-video .ad-text li a{
	color: #212121;
}
.nongji-video .ad-text li a:hover{
	color: #d40000;
}
.video-container ul{
	display: flex;
	justify-content: space-between;
}
.video-container ul li{
	width: 203px;
	position: relative;
}
.video-img{
	position: relative;
	width: 203px;
	height: 140px;
}
.video-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 203 / 140;
}
.video-container li a:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 76px;
	width: 100%;
	height: 64px;
	background: linear-gradient(to top,#212121, transparent);
}
.video-img::after{
	content: '';
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	border: solid 2px #fff;
	border-radius: 100%;
}
.video-img::before{
	content: '';
	position: absolute;
	z-index: 3;
	bottom: 27px;
	left: 30px;
	width: 0;
	height: 0;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	border-left: solid 14px #fff;
}
.video-title{
	margin-top: 8px;
	font-size: 14px;
}
.video-title >name{
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.video-title .tag{
	position: relative;
	padding-right: 10px;
}
.video-title .tag::after{
	content: '';
	position: absolute;
	top: 24%;
	right: 2px;
	width: 2px;
	height: 60%;
	background-color: #a4a4a4;
}
.video-time{
	margin-top: 4px;
	font-size: 12px;
	color: #a4a4a4;
}
.w-left_center-right1 .left-center{
	display: flex;
	justify-content: space-between;
	border-top: solid 6px #0161de;
}
.nongji-tv_live,
.home-pic{
	width: 412px;

}
.new-article,
.home-article{
	width: 448px;
}
.h5-title{
	display: flex;
	align-items: center;
	height: 50px;
}
.h5-title h5{
	font-size: 18px;
}
.h5-title span a{
	position: relative;
	padding-right: 10px;
	color: #777;
	font-size: 12px;
}
.h5-title span a:not(:last-child)::after{
	content: '';
	position: absolute;
	top: 24%;
	right: 1px;
	width: 2px;
	height: 60%;
	background-color: #a4a4a4;
}
.nongji-tv_live .h5-title{
	justify-content: space-between;
}
.live-pic_ul{
	display: flex;
	justify-content: space-between;
}
.live-pic_ul li{
	width: 200px;
}
.live-pic{
	width: 100%;
	height: 124px;
}
.live-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 100 / 62;
}
.live-title{
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
}
.live-text{
	margin-top: 25px;
}
.live-text li,
.newest-list li,
.home-article li,
.industry-list li{
	position: relative;
	padding-left: 10px;
	display: flex;
	height: 30px;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 14px;
}
.live-text li:before,
.newest-list li:before,
.home-article li::before,
.industry-list li:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: #a4a4a4;
}
.live-text li a{
	width: 82%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.live-text li a,
.industry-list li a{
	color: #fe6f13;
}
.live-text li a:hover,
.industry-list li a:hover{
	color: #fd0000;
}
.industry-list li {
  height: auto;
}
.live-text li .time,
.newest-list li .time,
.home-article li span{
	font-size: 12px;
	color: #a4a4a4;
}
.industry-information{
	position: relative;
	padding-top: 6px;
}
.industry-information::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fe6f13;
}
.brand-logo,
.brand-name{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.brand-logo li{
	width: 33.3333%;
  max-height: 33px;
	text-align: center;
	font-size: 0;
}
.brand-logo li img{
	width: auto;
	max-height: 33px;
	object-fit: contain;
}
.brand-logo li:nth-child(1),
.brand-logo li:nth-child(2),
.brand-logo li:nth-child(3),
.brand-logo li:nth-child(1) img,
.brand-logo li:nth-child(2) img,
.brand-logo li:nth-child(3) img
{
  max-height: 50px;
}
.brand-name li{
	display: flex;
	height: 26px;
	width: 33.3333%;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
  overflow: hidden;
  word-break: keep-all;
}
.brand-name li a{
	color: #036c94;
  width: 80%;
  text-align-last: justify;
}
.brand-name li a:hover{
	color: #fd0000;
}
.w-left_center-right2 .left-center .h5-title{
	position: relative;
}
.w-left_center-right2 .left-center .h5-title::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 4px;
	background-color: #a4a4a4;
}
.w-left_center-right2 .left-center .h5-title:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20%;
	height: 8px;
	background-color: #fd0000;
}
.w-left_center-right2 .left-center .h5-title h5{
	position: relative;
	z-index: 2;
	padding-right: 10px;
	background-color: #fff;
}
.nongji-home{
	display: flex;
	justify-content: space-between;
}
.home-pic{
	font-size: 0;
}
.home-pic img{
	width: 100%;
	height: 274px;
	object-fit: cover;
	aspect-ratio: 100 / 66;
}
.home-article li{
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 21px;
	height: auto;
	line-height: 21px;
}
.home-article li:before{
	top: 14px;
	transform: translateY(0);
}
.home-article li a{
	width: 80%;
}
.recommend-brand{
	padding-top: 4px;
	margin-bottom: 18px;
}
.industry-information .h5-title{
	justify-content: space-between;
}
.h5-title a{
	font-size: 12px;
	color: #a4a4a4;
}
.industry-information .h5-title a{
	position: relative;
	padding-left: 20px;
}
.industry-information .h5-title a:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 13px;
	height: 13px;
	background: url("/themes/custom/zhigu_theme/images/refresh.png") no-repeat 0 0 / cover;
}
.article_box .picScroll_left{
	border-top: solid 4px #fe6f13;
}
.picScroll_left{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}
.picScroll_left .pic_list{
	display:inline;
	float:left;
	overflow:hidden;
	width: 893px;
	height: 50px;
}
.picScroll_left .next-prev_btn{
	position: absolute;
	right: 18px;
	top: 18px;
}
.pic_list .tabNav{
	overflow: hidden;
}
.next-prev_btn a{
	position: absolute;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
	top: 0;
}
.picScroll_left span a.next,
.picScroll_left span a.nextStop{
	border-left: 9px solid #fe6f13;
	right: -12px;
}
.picScroll_left span a.prev,
.picScroll_left span a.prevStop{
	border-right: 9px solid #fe6f13;
	left: -12px;
}
.picScroll_left span a.nextStop{
	border-left-color: #a4a4a4;
}
.picScroll_left span a.prevStop{
	border-right-color: #a4a4a4;
}
.pic_list .tabNav li{
	/* margin-right: 20px; */
	font-size: 18px;
	float:left;
	min-width: 100px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	cursor:pointer;
}
.pic_list .tabNav li:hover,
.pic_list .tabNav li.now{
	font-weight: bold;
}
.tabCont{
	display: none;
}
.Fixed{
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 925px;
	background-color: #fff;
}
.news_cont li{
	display: flex;
}
.news_cont li:not(:last-child){
	margin-bottom: 18px;
}
.news-pic{
	margin-right: 25px;
	width: 258px;
	height: 123px;
	font-size: 0;
  position: relative;
}

.news-pic .news-taxonomy{
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px 6px;
  background: #ffffffa6;
	/* transform: scale(0.8); */
}

.news-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 10;
}
.news-info_right{
	position: relative;
	padding-bottom: 30px;
	display: table;
	width: 100%;
	height: 123px;
	box-sizing: border-box;
}
.news-title{
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
}
.news-title .original-label{margin-top: 3.5px;}
.news-title > a{display: flex;flex: 1;}
.news-subtitle{
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	height: 59px;
	overflow: hidden;
}
.news-subtitle a{
	color: #a4a4a4;
}
.news-article_ext{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	height: 30px;
	font-size: 12px;
}
.news-author{
	display: flex;
	align-items: center;
	/* padding-right: 20px; */
	margin-right: 10px;
	position: relative;
	box-sizing: border-box;
}
.news-author a{
	display: flex;
	align-items: center;
}
.news-author a:hover{
	text-decoration: none;
	color: #0161de;
}
/* .news-author::after{
	content: '';
	position: absolute;
	top: 24%;
	right: 8px;
	width: 2px;
	height: 60%;
	background-color: #a4a4a4;
} */
.news-author img{
	width: 24px;
	height: 24px;
	object-fit: cover;
	border-radius: 100%;
}
.author-name{
	margin-left: 15px;
}
.news-tags a{
	margin-left: 15px;
}
.release-time{
	position: relative;
	/* padding-left: 20px; */
	color: #a4a4a4;
}
/* .release-time::before{
	content: '';
	position: absolute;
	top: 24%;
	left: 14px;
	width: 2px;
	height: 60%;
	background-color: #a4a4a4;
} */
.original-label{padding: 0 6px;background-color: #f5f5f5;border-radius: 2px;margin-right: 10px;line-height: 20px;height: 20px;font-size: 12px;}
.new-read{
	position: absolute;
	right: 0;
}
.more_article{
	display: flex;
	margin: 20px 0;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: solid 1px #e8e8e7;
	border-radius: 2px;
}
.more_article a{
	color: #777;
}
.more_article a:hover{
	color: #101010;
}
.news_cont{
	margin-top: 20px;
}
.nongji-bigdata .h5-title{
	justify-content: space-between;
}
.nongji-cont{
	display: none;
}
.nongji-tab{
	width: 100%;
}
.nongji-bigdata .Fixed{
	width: 300px;
	background: none;
}
.nongjiTab{
	position: relative;
	margin-bottom: 20px;
	display: flex;
	height: 40px;
	align-items: center;
	background-color: #f7f7f7;
	justify-content: space-between;
}
.nongjiTab li {
	width: 33.33%;
	font-size: 14px;
	color: #777;
	cursor: pointer;
	text-align: center;
}
.nongjiTab li:hover{
	color: #36c39e;
}
.nongjiTab li.active{
	position: relative;
	height: 100%;
	color: #fff;
	line-height: 40px;
	background-color: #36c39e;
}
.nongjiTab li.active::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: solid 12px #36c39e;
}
.cont-ss .title{
	margin: 10px 0;
	display: flex;
	height: 30px;
	font-size: 12px;
	align-items: center;
	border: solid 1px #e8e8e7;
	justify-content: space-around;
}
.cont-ss ul li{
	font-size: 14px;
	padding: 0 10px;
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: space-between;
}
.cont-ss li .name{
	color: #777;
}
.cont-ss li .mount{
	color: #36c39e;
}
.wrapper-left{
	width: 925px;
}
.wrapper-right{
	width: 220px;
}
.front-focus4{
	text-align: center;
}
.newest-list li,
.industry-list li{
	height: auto;
	line-height: 20px;
}
.industry-list li .industry-source time,
.industry-list li .industry-source a{
  font-size: 12px;
  color: #a4a4a4;
}
.industry-list li .industry-source{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 5px;
}
.industry-list li a{
  font-size: 14px;
}
.industry-list li{
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.newest-list li::before,
.industry-list li::before{
	top: 8px;
	transform: none;
}
.newest-list li:not(:last-child),
.industry-list li:not(:last-child){
	margin-bottom: 10px;
}
.newest-list li a{
	width: calc(100% - 70px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.front-focus1{
	width: 100%;
	justify-content: center!important;
}
.wrapper-left > div:not(:last-child),
.wrapper-right > div:not(:last-child){
	margin-bottom: 15px;
}
/*
	视频列表页
*/
.video-list_container,
.live-list_container{
	margin: auto;
	width: 1212px;
}
.recommend-video{
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	margin-bottom: 15px;
	height: 500px;
	width: 100%;
}
.recommend-video .recommend-left{
	position: relative;
	width: 728px;
	height: 100%;
}
.recommend-video a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.recommend-video img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recommend-video .recommend-left p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 0 5%;
	box-sizing: border-box;
	color: #fff;
	font-size: 22px;
	background-color: rgba(0,0,0,0.6);
	display: none;
	line-height: 60px;
	text-align: center;
}
.recommend-video .recommend-left a:hover p{
	display: block;
}
.recommend-video .play_ico{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 106px;
	height: 106px;
	border: solid 3px #fff;
	border-radius: 100%;
}
.recommend-video .play_ico:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-left: solid 40px #fff;
	border-top: solid 23px transparent;
	border-bottom: solid 23px transparent;
}
.recommend-video .recommend-right{
	position: relative;
	width: 466px;
	height: 100%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.recommend-video .recommend-right .items11{
	width: 100%;
	height: 244px;
}
.recommend-video .recommend-right .play_ico{
	width: 60px;
	height: 60px;
}
.recommend-video .recommend-right .play_ico:before{
	border-left-width: 24px;
	border-top-width: 13px;
	border-bottom-width: 13px;
}
.video-list_container .nongji-video .video-container ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.video-list_container .nongji-video .video-container ul li:not(:nth-child(4n)){
	padding-right: 17.3333px;
}
.video-list_container .nongji-video .video-container ul li a:before{
	width: 290px;
}
.video-list_container .nongji-video .video-container ul li{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
}
/*
	直播列表页
*/
.recommend-live{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 100%;
	height: 534px;
}
.recommend-live .recommend-left{
	width: 728px;
	height: 100%;
}
.recommend-live .live-poster{
	width: 100%;
	height: 472px;
}
.recommend-live .live-poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recommend-live .live-info{
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 48px;
	background-color: #f0f0f0;
	font-weight: 400;
}
.recommend-live .live-time{
	margin-left: 15px;
}
.recommend-live .live-tag{
	margin-right: 15px;
	color: #fe6f13;
}
.recommend-live .recommend-right{
	position: relative;
	padding-bottom: 60px;
	padding-left: 30px;
	box-sizing: border-box;
	width: 466px;
	height: 100%;
}
.recommend-live .live-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 56px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	justify-content: center;
	color: #fff;
	background-color: #0d5be3;
	border-radius: 12px;
}
.recommend-live .live-btn a{
	color: #fff;
}
.recommend-live .live-logo{
	width: 100%;
	height: 98px;
}
.recommend-live .live-logo img{
	height: 98px;
	width: auto;
}
.recommend-live .live-name{
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 700;
}
.recommend-live .live-title{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.recommend-live .live-subheading{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}
.recommend-live .ablout_live{
	position: relative;
	padding-top: 40px;
	font-size: 15px;
	line-height: 1.5;
	color: #989898;
	text-align: justify;
}
.recommend-live .ablout_live:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #fe6f13;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
}
.history-live_list .h4-title{
	margin-bottom: 15px;
}
.history-live_list .h4-title h4{
	font-weight: 600;
}
.history-live_list .history_ul-live{
	display: flex;
	flex-wrap: wrap;
}
.history-live_list .history_ul-live li{
	margin-bottom: 15px;
	width: 394px;
	height: 282px;
	border: solid 1px #e7e7e7;
	border-radius: 4px;
	box-shadow: 0 0 2px 2px #f1f1f1;
	box-sizing: border-box;
}
.history-live_list .history_ul-live li:not(:nth-child(3n)){
	margin-right: 15px;
}
.history_ul-live li .live_img{
	position: relative;
	width: 100%;
	height: 182px;
	border-radius: 4px 4px 0 0;
}
.history_ul-live li .live_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px 4px 0 0;
}
.history_ul-live li .live_img a{
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	padding: 2px 6px;
	font-size: 12px;
	color: #fff;
	background-color: #0d5be3;
	border-radius: 4px;
}
.history_ul-live li .live-cont{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 80px;
	position: relative;
}
.history_ul-live li .live-tag{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ffc107;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
}
.history_ul-live li .title{
	margin-bottom: 15px;
}
.history_ul-live li .title a{
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.history_ul-live li  .live-cont time{
	position: absolute;
	font-size: 12px;
	color: #989898;
}
/*
	直播列表页
*/
.e-book-list_container{
	margin: auto;
	width: 1212px;
}
.recommend_e-book{
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 500px;
}
.poster_e-book{
	width: 374px;
	height: 486px;
	background-color: #fff;
	box-shadow: 10px 10px 20px #202020;
}
.poster_e-book img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.e-book_info{
	position: relative;
	box-sizing: border-box;
	padding-bottom: 60px;
	width: 730px;
	height: 100%;
}
.e-book_info .title_img{
	width: 108px;
}
.e-book_info .title_img img{
	width: 100%;
	height: auto;
}
.e-book_info .e-book_name{
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 600;
}
.e-book_info .live-subheading{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}
.e-book_info .ablout_e-book{
	position: relative;
	padding-top: 40px;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
}
.e-book_info .ablout_e-book:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background-color: #ce3233;
}
.e-book_info .e-book_btn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 56px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	background-color: #ce3233;
	border-radius: 12px;
}
.e-book_info .e-book_btn a{
	color: #fff;
}
.e-book_boxs{
	margin-top: 40px;
}
.e-book_boxs .book-items{
	margin-bottom: 40px;
	width: 100%;
}
.e-book_boxs .book-items .book-title{
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
}
.e-book_boxs .book-items .book-title:before{
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 2px;
	background-color: #ce3233;
	top: 28%;
	left: 0;
}
.e-book_boxs .book-items .book-title span{
	display: inline-block;
	width: auto;
	height: 100%;
	background-color: #fff;
	padding-right: 30px;
	font-size: 24px;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
.e-books_swiper_slides{
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.e-books_swiper_slides .swiper-slide .poster{
	width: 100%;
	height: 288px;
}
.e-books_swiper_slides .swiper-slide{
	flex-wrap: wrap;
}
.e-books_swiper_slides .swiper-slide .poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.e-books_swiper_slides .swiper-slide .title{
	display: block;
	height: 40px;
	width: 100%;
	margin-top: 20px;
	line-height: 40px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 22px;
	font-weight: 500;
	overflow: hidden;
}
.e-books_swiper_slides .swiper-slide .time{
	display: flex;
	align-items: center;
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: 300;
}
.e-books_swiper_slides .swiper-button-next, 
.e-books_swiper_slides .swiper-button-prev{
	top: calc(50% - 45px);
	outline: none;
	background-color: rgba(255,255,255,0.3);
	border-radius: 4px;
	padding: 8px 12px;
}
.e-book-list_container .e-books_swiper_slides{
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}

/*
	经销商样式
*/
.distributor-box_container{
	margin: auto;
	width: 1212px;
}
.distributor-box_container .title-crumb{
	margin: 20px 0;
}
.distributor-box_container .title-crumb .crumb-box{
	margin-left: 0;
}
.jxs-city_select{
	position: relative;
	padding: 30px 0;
	display: flex;
	align-items: flex-end;
}
.jxs-city_select:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 8px;
	background-color: #0161de;
}
.jxs-city_select::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 30%;
	height: 4px;
	background-color: #ff9419;
}
.jxs-city_select .title-h2{
	font-size: 30px;
	color: #202020;
	font-weight: 600;
}
.city-select_title{
	position: relative;
	margin-left: 30px;
	margin-right: 10px;
}
.city-select_title .option_city{
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.city-select_title .option_city span{
	margin-right: 5px;
}
.city-select_title .option_city .down{
	width: 0;
	height: 0;
	border-top: solid 14px #0c63d5;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}
.city-select_title .city-select_dialog{
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 100;
	box-sizing: border-box;
	font-size: 14px;
	color: #8590a6;
	background-color: #fff;
	border: solid 1px #ebebeb;
	box-shadow: 0 8px 32px 0 rgba(17,30,54,0.1);
}
.city-select_title .city-select_dialog:before{
	content: '';
	position: absolute;
	top: -8px;
	left: 39px;
	width: 0;
	height: 0;
	border-bottom: 8px solid #ebebeb;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.city-select_title .city-select_dialog::after{
	content: '';
	position: absolute;
	top: -6px;
	left: 40px;
	width: 0;
	height: 0;
	border-bottom: solid 6px #fff;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
}
.city-select_dialog .header-citypop__content{
	position: relative;
	z-index: 1;
	width: 100%;
}
.city-select_dialog .header-citypop__top{
	position: relative;
	padding-left: 20px;
	height: 54px;
	border-bottom: solid 1px #f1f3f6;
}
.city-select_dialog .header-citypop__close{
	display: inline-block;
	float: right;
	color: #202020;
}
.city-select_dialog .header-iconsvg-close{
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 32px;
	height: 32px;
	background: url(/themes/custom/zhigu_theme/images/protal/close@2x.png) no-repeat 0 0 / cover;
}
.city-select_dialog .header-citypop__info{
	box-sizing: border-box;
	display: flex;
}
.city-select_dialog .header-citypop__alphabet,
.city-select_dialog .header-citypop__citylist{
	box-sizing: border-box;
	padding: 20px 0;
	height: 320px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.city-select_dialog .header-citypop-city{
	box-sizing: border-box;
	width: 180px;
}
.city-select_dialog .header-citypop-city a{
	display: flex;
	padding: 0 20px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-weight: 400;
}
.city-select_dialog .header-citypop-city a:hover{
	background-color: #e2e9ef;
	color: #0f5489;
	text-decoration: none;
}
.city-select_dialog .header-citypop-city a.citypop-active{
	color: #0f5489;
	font-weight: 600;
}
.city-select_dialog .header-citypop-city a.citypop-disabled{
	color: #c0c4cc;
	cursor: not-allowed;
}
.city-select_dialog .header-citypop__citylist{
	/* display: block!important; */
	border-left: solid 1px #ebebeb;
}
.map-box{
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.map-box #upMap{
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	color: #fff;
	background-color: #0f5489;
	border-radius: 4px;
	cursor: pointer;
}
.map-box span#upMap.protected{
	right: -30px;
	width: 30px;
	height: 60px;
	display: flex;
	padding: 0;
	align-items: center;
	line-height: 1.2;
	justify-content: center;
	text-align: center;
}
#allmap {width: 100%;height: 120px;overflow: hidden;margin:0;}
.jsx-area_select{
	border-bottom: solid 8px #ebebeb;
}
.jsx-area_select .header-citypop__info{
	flex-wrap: wrap;
}
.jsx-area_select .header-citypop__alphabet,
.jsx-area_select .header-citypop__citylist{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.jsx-area_select .header-citypop-city{
	display: inline-block;
	float: left;
	width: calc(100% - 80px);
}
.jsx-area_select .tx{
	display: inline-block;
	float: left;
	width: 80px;
	line-height: 26px;
	font-size: 14px;
}
.jsx-area_select .header-citypop-city a{
	width: auto;
	float: left;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin: 0 6px;
}
.jsx-area_select .header-citypop-city a.citypop-active{
	background-color: #0f5489;
	color: #fff;
	font-weight: 400;
	border-radius: 4px;
}
.jsx-area_select .header-citypop__citylist{
	border: none;
	padding-top: 0;
}
.distributor-main_center{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.distributor-main_center .brand-letter{
	position: relative;
	padding-left: 50px;
	width: 22%;
	display: flex;
	border: solid 1px #b7b7b7;
	border-right: 0;
	box-sizing: border-box;
}
.brand-letter .letter-alphabet{
	position: absolute;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	width: 42px;
	border-right: solid 2px #b7b7b7;
}
.brand-letter .letter-alphabet a{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.brand-letter .letter-alphabet a:hover{
	color: #d40000;
	text-decoration: none;
}
.brand-letter .letter-alphabet a.cuttont{
	background-color: #d40000;
	color: #fff;
}
.brand-letter .brand-short_name{
	padding: 15px 0;
	width: 100%;
	height: 884px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.shortnameul{
	position: relative;
	padding-left: 40px;
}
.shortnameul > span.nu{
	position: absolute;
	left: 0;
	padding: 6px 0;
	width: 40px;
	text-align: center;
	font-weight: 600;
}
.shortnameul ul li{
	line-height: 30px;
}
.shortnameul ul li a:hover{
	color: #0f5489;
	text-decoration: none;
}
.shortnameul ul li a.nows{
	color: #0f5489;
	font-weight: 500;
}
.distributor-main_center .distributor-lists{
	width: 74%;
}
.distributor-lists li{
	padding-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
}
.distributor-lists li:last-child{
	border-bottom: none;
}
.distributor-lists li:not(:first-child){
	padding-top: 20px;
}
.distributor-lists li h5{
	font-size: 16px;
	font-weight: 600;
}
.distributor-lists li .jxs-info{
	position: relative;
	padding-right: 80px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-size: 12px;
}
.distributor-lists .jxs-info .link-button{
	display: block;
	position: absolute;
	right: 0;
	width: 70px;
	height: 26px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 26px;
	background-color: #0161de;
	border-radius: 4px;
}
.distributor-lists .jxs-info .link-text{
	margin-left: 10px;
	color: #0161de;
	font-weight: 400;
}
.distributor-lists .jsx-telphone{
	margin-top: 10px;
	display: flex;
	align-items: center;
	color: #707070;
}
.distributor-lists .jsx-telphone .telphone-i{
	margin-right: 10px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/themes/custom/zhigu_theme/images/icons/i-tel-red.png) no-repeat 0 0 / cover;
}
/*
	经销商询价
*/
.distributor-price_container{
	width: 100vw;
	min-height: 100vh;
	background-color: #f4f4f4;
}
.price-top-container{
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	align-items: flex-end;
}
.price-top-container .banner-pic{
	position: relative;
	width: 100%;
	height: auto;
}
.price-jxs_banners{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1212px;
	display: flex;
	align-items: center;
	height: 100px;
}
.price-jxs_banners .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 164px;
	height: 100px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 10px #ccc;
}
.price-jxs_banners .logo img{
	height: 70px;
}
.price-jxs_banners .company-name{
	margin-left: 25px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}
.distributor-price_container .title-crumb{
	margin: 40px auto 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #d4d4d4;
}
.distributor-price_container .title-crumb .crumb-box{
	margin: 0 auto;
	width: 1212px;
}
.distributor-price_container .price-box_center{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1212px;
	display: flex;
	justify-content: space-between;
}
.price-box_center .price-ask_left{
	width: 800px;
	background-color: #fff;
	border-radius: 2px;
}
.price-ask_left .hint-txt{
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ebebeb;
	font-size: 14px;
	color: #fb2a2a;
}
.price-ask_left .ask-price_form{
	margin: 30px auto;
	width: 500px;
	font-size: 14px;
	font-weight: 400;
}
.ask-price_form .brand-input,
.ask-price_form .name-input,
.ask-price_form .telphone-input{
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 10px;
}
.ask-price_form .label-title{
	width: 80px;
}
.ask-price_form .brand-input select,
.ask-price_form .name-input input,
.ask-price_form .telphone-input input{
	width: calc(100% - 80px);
	height: 44px;
	box-shadow: 0px 0px 4px #ccc;
	border: solid 1px #e9e9e9;
	border-radius: 6px;
	padding: 0 10px;
	outline: none;
}
.ask-price_form input:focus,
.ask-price_form select:focus{
	outline: none;
}
.ask-price_form .submit-input{
	padding-left: 80px;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.ask-price_form .submit-input input{
	width: 80%;
	height: 44px;
	background-color: #017fee;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	border: none;
	cursor: pointer;
}
.ask-price_form .protocol-input{
	box-sizing: border-box;
	padding-left: 80px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}
.ask-price_form .protocol-input span{
	margin-left: 10px;
}
.ask-price_form .protocol-input span i{
	font-style: normal;
	color: #017fee;
}
.price-box_center .company-right_info{
	width: 396px;
	background-color: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
}
.company-right_info .c_info,
.company-right_info .b_info{
	border-bottom: solid 1px #ebebeb;
}
.company-right_info h5{
	font-size: 15px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}
.company-right_info .pdiv p{
	margin-bottom: 10px;
	display: flex;
	position: relative;
	padding-left: 70px;
	line-height: 1.33;
}
.company-right_info .pdiv p:first-child{
	padding-left: 0;
}
.company-right_info .pdiv p span{
	width: 70px;
	position: absolute;
	left: 0;
}
.company-right_info .sdiv span{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #017fee;
}
.company-right_info .bdiv{
	display: flex;
	align-items: flex-end;
}
.company-right_info .bdiv strong{
	margin-right: 8px;
	font-size: 30px;
	color: #ff8000;
}

/*首页结构调整23-12-15*/
.closeicon{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.closeicon img{
	width: 100%;
	height: 100%;
}
.ad_top-img{
	position: fixed;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 1320px;
	height: 720px;
	z-index: 1000;
	font-size: 0;
}
.ad_top-img .TopAD{
	width: 100%;
	height: 100%;
	aspect-ratio: 1320 / 720;
	object-fit: cover;
}
.tmadvtip{
	position: fixed;
	width: 110px;
	height: 60px;
	z-index: 999;
	left: 50%;
	margin-left: 622px;
	top: 184px;
	overflow: hidden;
}
.tmadvtip img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.tmadvtip:hover .tmadvtipMask{
	display: block;
}
.tmadvtipMask{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	zoom: 1;
}
.tmadvtipMask .play{
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.tmadvtipMask .close{
	position: absolute;
	z-index: 2;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	bottom: 0;
	right: 0;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.ad_bottom-img{
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1212px;
	z-index: 1000;
	font-size: 0;
	height: 120px;
}
.ad_bottom-img .BottomAD{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1212 / 264;
}
.swipersss{
	position: relative;
}
.advText17{
	position: absolute;
	padding-right: 20px;
	width: 380px;
	height: 60px;
	display: inline-block;
	margin: inherit;
	font-size: 14px;
	right: 0;
	top: 0;
	box-sizing: border-box;
}
.advText17 .swiper-slide{
	font-size: 14px;
	text-align: right;
	justify-content: flex-end;
	font-weight: 400;
	background: none;
}
.advText17 .swiper-slide a{
	line-height: 60px;
}
.advText17 .swiper-slide a:hover{
	color: #d40000;
	text-decoration: none;
}
.advbox{
	width: 100%;
}
.advbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.adv06{
	height: 66px;
}
.monkeyfix{
	position: relative;
}
.monkeyfix::after{
	content: '';
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 32px;
	height: 18px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAA8CAYAAAAHbrgUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEU2NjJFRTI2NDRFMTFFNkE1ODVDRkExOUY4MjJFRDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEU2NjJFRTM2NDRFMTFFNkE1ODVDRkExOUY4MjJFRDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RTY2MkVFMDY0NEUxMUU2QTU4NUNGQTE5RjgyMkVEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RTY2MkVFMTY0NEUxMUU2QTU4NUNGQTE5RjgyMkVEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsEBOV4AAALgSURBVHja7FhBaxNBFN4tQ0VS7KGXiAcv8WwhBxXaoz/BHyCe/Ae91IuIVw9CQCrei6VH8RyKCgmN4DFCezBtD00gjZhcOr63fRumuzs7M+vrDEIHHruZffPeN/O+efMmsZQy6na7m1EUPQe5HflpRyCtZrP5Mu50Ouj8Ecgz6Djy4R0mjBN9D/IFAQzgpenLeQZENwIAEsNgEls9F33UWbBFDCsUA2ppmJV0XQnhaizbj8B03026SdMt1b8uOXsIbEJUZZxgYrS07c8CFSFnzwbAdgcUARWcyaVsJXQAF6LATTCnV55EhIaqEKtKCEIeRnV47CMHWiBb1OHL+R06jlsxFSQvqCDxBeIXFSSvMARBd0HwbRgcQMKBawBBG1UnmyAD6a8NyGeyAvN7AV0YfLTkXjAajXoIIEnFHp3PQUyn0x+xvCDBpUPkRpzfnTN5LqEfkU9ISpuNPupY5wE0BgNwlRogSzqDlM7T76um9K5dATJmA+wePI5xlqYxqm4KWBgGPIVHDeQ3ddVodhOlr0HOz0B/Hd7vk/G38PsNOTxRddWQmCqiGg3ul+gkBine6OC74gCd/1TG5/hQGgJagR5JKeEcuHQpZCw1Ic0+S7iicOXCwFWU4mw+WQB9opKQFYCGtGqYPigrwg7AlrS1bA5hBYBbj+VeQDtgnUg1cSDjBr2elIQglwlzhxEYqits7VuCaNBOmBDRsi1N0bil+wCoPh6P++lx/JCO42MCsFREGEMzjZl/B+fL8Hy3u7OzmBQkw+Hw9Ww2O/VVjUAdcPZxe/vzYhQ/TkoymDFy4RbICshND9XyOcgfkNProjQ8gK/7B+xGH6ze/b/uhm28HjBJuwqANdclLPm+xnI7/tY7LHTiElsXEkqTAwSk+55+U226ABUWBufOVSA6vSv7g4LLYaU/Km34UBWgCDl755LMkoRXByDrkGNbiiKWc+V52zzQrpLBNG0PbbmA/CvAAO8ANBlSvLx7AAAAAElFTkSuQmCC);
}
.textfix1{
	position: relative;
}
.textfix1::after{
	content: '广告';
	position: absolute;
	right: -15px;
	top: 4px;
	z-index: 2;
	width: 16px;
	height: 28px;
	padding: 1px 0;
	line-height: 12px;
	font-size: 12px;
	color: #dcdcdc;
	text-align: center;
	border-radius: 2px;
	box-sizing: border-box;
	border: solid 1px #dadada;
}
.textfix2 li:last-child::after{
	content: '广告';
	width: 28px;
	height: 15px;
	line-height: 12px;
	font-size: 12px;
	color: #d0d0d0;
	font-weight: 400;
	text-align: center;
	border-radius: 2px;
	white-space: nowrap;
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 2px;
}
.monkey-row{
	height: auto;
	overflow: hidden;
}
.monkey-row::after{
	content: '';
	display: table;
	clear: both;
}
.monkey-row .monkey-left{
	width: 728px;
	float: left;
}
.monkey-row .monkey-right{
	width: 466px;
	float: right;
}
.adv08{
	height: 96px;
}
.adv09{
	height: 96px;
}
.focus-recommend{
	width: 100%;
}
.adv10{
	height: 220px;
}
.adv11{
	height: 220px;
}
.mt16{
	margin-top: 16px;
}
.focus-left{
	width: 380px;
}
.news_today-hot{
	width: 100%;
	margin: 12px 0;
	padding: 10px;
	border:solid 1px #e9e9e9;
	box-shadow: 0 0 8px #f2f2f2;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	color: #101010;
}
.news_today-hot .title{
	color: #fa6604;
	line-height: 18px;
	margin-bottom: 6px;
	font-weight: bold;
}
.news_today-hot li{
	line-height: 20px;
}
.news_today-hot li:not(:last-child){
	margin-bottom: 10px;
}
.news_today-hot li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}
.news_today-hot li a:hover{
	color: #d40000;
	text-decoration: none;
}
.focus-right{
	width: 100%;
	position: relative;
	padding-top: 6px;
}
.focus-right::before{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 300px;
	height: 4px;
	background-color: #ff9419;
}
.mt20{
	margin-top: 20px;
}
.adv12{
	height: 270px;
}
.adv13{
	height: 270px;
}
.nongji-tv_live .h5-title{
	position: relative;
}
.nongji-tv_live .h5-title::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #ff1010;
	margin-top: -3px;
}
.nongji-tv_live .h5-title h5{
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding-right: 10px;
}
.nongji-tv_live .h5-title span{
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding-left: 10px;
}
.nongji-tv_live .live-pic_ul{
	width: 100%;
}
.nongji-tv_live .live-pic_ul li{
	width: 100%;
}
.nongji-tv_live .live-title{
	display: none;
}
.nongji-tv_live .live-pic{
	height: 218px;
	overflow: hidden;
	position: relative;
}
.nongji-tv_live .live-pic .live-tag{
	position: absolute;
	top: 6px;
	right: 6px;
	background-color: #fff;
	border-radius: 4px;
	min-width: 34px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	padding: 0 6px;
	box-sizing: border-box;
	z-index: 10;
	font-weight: 400;
}
.live-pic img{
	aspect-ratio: 412 / 218;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}
.nongji-tv_live li a:hover{
	color: #000;
}
.nongji-tv_live li a:hover .live-pic img{
	transform: scale(1.03);
	transform-origin: center center;
}
.nongji-tv_live .live-text li::before{
	display: none;
}
.quanzi-container{
	width: 440px;
	padding-right: 40px;
}
.quanzi-container .h5-title{
	position: relative;
}
.quanzi-container .h5-title::after{
	content: '';
	left: 0;
	top: 50%;
	width: 100%;
	height: 4px;
	background-color: #cbcbcb;
	margin-top: -2px;
	position: absolute;
}
.quanzi-container .h5-title h5{
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding-right: 10px;
}
.first-article{
	width: 100%;
	height: 40px;
	border: solid 1px #e6edfb;
	box-shadow: 0 0 8px #d8dde5;
	line-height: 38px;
	font-size: 14px;
	border-radius: 10px;
	padding: 0 9px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.first-article a{
	display: flex;
	align-items: center;
}
.first-article a:hover{
	text-decoration: none;
}
.first-article .ico-author{
	width: 24px;
	height: 24px;
	border-radius: 24px;
}
.first-article .author-name{
	margin-left: 12px;
	color: #101010;
}
.first-article a:hover .author-name{
	color: #d40000;
	text-decoration: none;
}
.first-article .release-time{
	display: inline-block;
	color: #24a1f4;
	margin-left: 12px;
	padding: 0;
	float: left;
}
.first-article .release-time::before{
	display: none;
}
.first-article a > span{
	color: #24a1f4;
}
.first-article a:hover > span{
	font-weight: bold;
}
.first-article .title{
	display: inline-block;
	width: 30%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}
.first-article a:first-child{
	float: left;
}
.first-article a:last-child{
	float: right;
}
.focus-center{
	width: 440px;
	padding-right: 40px;
}
/* .newest-list li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
} */

.wrapper-left_box{
	width: 912px;
}
.left-center{
	width: 100%;
}
.w-left_center-right1 .right-container{
	float: right;
	width: 300px;
}
.w-left_center-right1 .right-container::after{
	content: '';
	display: table;
	clear: both;
}
.new-article, .home-article{
	width: 100%;
}
.left-monkey{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.nongji-tv_live, .home-pic{
	width: 380px;
}
.pic-article_boxs{
	/* padding-right: 40px; */
	width: 100%;
	box-sizing: border-box;
	display: table;
	margin-top: 12px;
}
.pic-article_boxs .h5-title{
	position: relative;
}
.pic-article_boxs .h5-title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 4px;
	background-color: #cbcbcb;
	margin-top: -2px;
}
.pic-article_boxs .h5-title h5{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.homepage-pic {
	width: 100%;
	overflow: hidden;
}
.homepage-pic li{
	width: 290px;
	margin: 0 0 17px 17px;
	float: left;
}
.homepage-pic li:nth-child(4n+1){
	margin-left: 0;
}
.homepage-pic li a{
	display: block;
	width: 100%;
	height: 196px;
	position: relative;
}
.homepage-pic li a .tit{
	/* display: none; */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
}
/* .homepage-pic li a:hover .tit{
	display: block;
} */
.homepage-pic li a:hover img{
	transform: scale(1.03);
	transform-origin: center center;
}
.scaleimg{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.scaleimg img{
	transition: transform .5s ease-out,-webkit-transform .5s ease-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brand-name li{
	justify-content: center;
}
.brand-name li a{
	width: 66%;
}
.brand-logo{
	margin-bottom: 10px;
}
.brand-logo li{
	box-sizing: border-box;
	/* border: solid 1px #dcdcdc; */
	border-radius: 4px;
	margin-left: 4.5px;
	width: 97px;
	margin-top: 4px;
	overflow: hidden;
}
.brand-logo li:nth-child(3n+1){
	margin-left: 0;
}
.brand-logo li img{
	height: 33px;
}
.wrapper-left_box .w-left_center-right3{
	padding-right: 40px;
}
.adv14{
	height: 150px;
}
.monkey__iconmini{
	position: relative;
	padding-right: 16px;
	box-sizing: border-box;
	justify-content: flex-start;
}
.monkey__iconmini::after{
	content: '广告';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 11px;
	width: 16px;
	height: 28px;
	box-sizing: border-box;
	padding: 1px 0;
	font-size: 12px;
	color: #d0d0d0;
	font-weight: 400;
	text-align: center;
	border-radius: 2px;
	border: solid 1px #dcdcdc;
	box-sizing: border-box;
	line-height: 12px;
	white-space: normal;
}
.industry-information::before{
	display: none;
}
.Fixed{
	width: 872px;
}

.adv15{
	height: 96px;
}
.mb18{
	margin-bottom: 18px;
}
.first-article > span{float: left;}

.njxz_text{
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: -5px;
	color: gray;
}
.picScroll_left .pic_list{
	width: 840px;
}
.pic_list .tabNav li{min-width: 105px;text-align: center;}
.news_today-hot ul{
	width: 100%;
	display: table;
	overflow: hidden;
}
.news_today-hot li{
	display: flex;
	align-items: center;
}
.news_today-hot li > div{
	padding-left: 1%;
	width: 48%;
	display: flex;
	align-items: center;
}
.news_today-hot li:first-child > div{
	width: 34%;
}
.news_today-hot li > div.new_video-num{
	margin: 0 10px;
}
.news_today-hot li > div.new_cilcle-num{
	width: 26%;
}
.news_today-hot li > div > span{
	font-size: 20px;
	font-weight: 500;
	margin: 0 6px;
	color: #8ec953;
}

/*手机*/
@media screen and (max-width:1024px) {
	:root {
		--swiper-navigation-size: 22px
	}
	body{
		font-size: 14px;
	}
	.wrapper-main{
		width: 100vw;
	}
  .wrapper-right {
    width: 100%;
  }
	.wrapper-box{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.wrapper-main .newsapp-side{
		
    z-index: 10;
		left: inherit;
		margin-left: inherit;
		right: 10px;
	}
	.swipersss{
		width: 100vw;
		display: block;
		overflow: hidden;
	}
	.slide-swiper{
		width: 100vw;
		height: 240px;
	}
	.swiper-title p{
		font-size: 0.9375rem;
	}
	.h1-title{
		padding: 0 15px;
		height: 50px;
		font-size: 20px;
		font-weight: 500;
	}
	.h1-title::after{
		height: 6px;
		left: 15px;
	}
	.swiper-title{
		height: 40px;
	}
	.news-wrapper{
		margin: auto;
		width: 92%;
	}
	.new-hot{
		font-size: 16px;
		font-weight: 500;
	}
	.ad-text_border{
		height: 34px;
	}
	.news-wrapper ul{
		min-height: 30px;
		height: auto;
		flex-wrap: wrap;
	}
	.news-list li,
	.ad-text li{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.news-list li:after,
	.news-list li:before,
	.ad-text li:after{
		display: none!important;
	}
	.video-list li::before{
		top: 4px;
	}
	.ad-text li{
		width: 100%;
		line-height: 30px;
	}
	.ad1{
		flex-wrap: wrap;
	}
	.ad1 .ad-text_border{
		margin: auto;
		width: 92%;
	}
	.ad1 .ad-text_border:not(:last-child){
		margin-bottom: 10px;
	}
	.h4-title{
		flex-wrap: wrap;
		margin: auto;
		width: 92%;
		height: auto;
	}
	.nongji-video .ad-text{
		width: 100%;
		flex-wrap: wrap;
	}
	.nongji-video .ad-text li{
		width: 100%;
	}
	.video-container ul{
		flex-wrap: wrap;
	}
	.video-container ul li{
		width: 100%;
	}
	/* .video-container ul li:not(:nth-child(-n+2)){
		margin-top: 10px;
	} */
	.video-container ul li:not(:first-child){
		display: none;
	}
	.video-container ul li a{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.video-img{
		/* margin: 0 10px; */
		/* width: calc(100% - 20px); */
		width: 100%;
		height: 240px;
		border-radius: 8px;
	}
	.video-img img{
		border-radius: 8px;
	}
	.video-img::after{
		left: 15px;
		bottom: 10px;
		width: 34px;
		height: 34px;
	}
	.video-img::before{
		left: 29px;
		bottom: 23px;
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 12px;
	}
	.video-container li a:before{
		top: inherit;
		height: 40px;
		/* width: calc(100% - 20px); */
		width: 100%;
		left: 0;
		border-radius: 0 0 8px 8px;
	}
	.video-title,
	.live-title{
		/* padding: 0 10px; */
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
		font-weight: 500;
	}
	.video-time{
		/* padding: 0 10px; */
		font-size: 12px;
	}
	.nongji-tv_live,
	.home-pic{
		width: 100%;
	}
	.nongji-tv_live .h5-title{
		margin: auto;
		width: 92%;
	}
	.live-pic_ul{
		flex-wrap: wrap;
	}
	.live-pic_ul li{
		width: 100%;
	}
	.live-pic_ul li:not(:first-child){
		display: none;
	}
	.live-pic_ul li a{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.w-left_center-right1 .left-center,
	.nongji-home{
		flex-wrap: wrap;
	}

	.w-left_center-right1 .left-center{
		border-top-width: 3px;
		border-top-color: #ebebeb;
	}

	.live-pic{
		height: 200px;
		border-radius: 8px;
	}
	.live-pic img{
		border-radius: 8px;
	}
	.new-article,
	.home-article,
	.brand-list{
		margin: auto;
		width: 92%;
	}
	.live-text{
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		width: 92%;
	}
	.live-text li,
	.newest-list li,
	.home-article li,
	.industry-list li{
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
		font-size: 14px;
	}
	.live-text li:not(:last-child),
	.newest-list li:not(:last-child),
	.home-article li:not(:last-child),
	.industry-list li:not(:last-child){
		margin-bottom: 10px;
	}
	.live-text li:before, .newest-list li:before, .home-article li::before, .industry-list li:before{
		transform: translateY(0);
		top: 7px;
	}
	.live-text li a,
	.newest-list li a,
	.home-article li a,
	.industry-list li a{
		width: 82%;
	}
	.live-text li .time,
	.newest-list li .time,
	.home-article li span{
		font-size: 10px;
	}
	.right-container,
	.left-center{
		width: 100%;
	}
	.nongji-information{
		margin-top: 15px;
	}
	.industry-information{
		padding-left: 4%;
		padding-right: 4%;
	}
	.w-left_center-right2 .left-center .h5-title{
		margin-left: 4%;;
	}
	.w-left_center-right2 .left-center .h5-title:before{
		width: 40%;
	}
	.home-article ul{
		margin-top: 15px;
	}
	.pic_list .tabNav li{
		min-width: 69px;
		font-size: 16px;
		text-align: center;
	}
	.picScroll_left .pic_list{
		width: calc(100% - 30px);
	}
	.tabCont,
	.nongji-bigdata .h5-title{
		padding-left: 4%;
		padding-right: 4%;
	}
	.news-pic{
		width: 178px;
		height: 80px;
		margin-right: 12px;
	}
	.news-info_right{
		height: 80px;
	}
	.news-title{
		font-size: 15px;
		margin-top: 0;
		font-weight: 500;
		line-height: 1.6;
	}
	.news-subtitle{
		font-size: 11px;
	}
	.news-article_ext{
		font-size: 12px;
		height: auto;
		flex-wrap: wrap;
	}
	/* .news-author{margin-right: 0;} */
	.news-author img{width: 18px;height: 18px;}
	.author-name{
		margin-left: 3px;
		font-weight: 400;
	}
	.news-tags a{
		margin-left: 5px;
	}
	.release-time{
		padding-left: 0;
		/* transform: scale(0.8); */
		font-weight: 400;
		/* margin-left: -4px; */
		font-size: 11px;
	}
	.release-time::before{
		display: none;
	}
	.cont-ss{
		margin-left: 4%;
		margin-right: 4%;
	}
	/*手机版广告配置23-12-19*/
	.ad_top-img,.tmadvtip,.ad_bottom-img{display: none!important;}
	.adv08,.adv09,.right-container.nongji-information,.adv10,.adv11,.pic-article_boxs{display: none;}
	.monkey-row .monkey-left,.monkey-row .monkey-right,.wrapper-left_box,.focus-left,.focus-center,.quanzi-container,.nongji-tv_live .h5-title{width: 100%;}
	.left-monkey{flex-wrap: wrap;}
	.first-article{padding: 0 10px;box-shadow: inset 0px 0px 2px #d8dde5;font-size: 15px;}
	.first-article .author-name,.first-article .release-time{margin-left:6px;}
	.quanzi-container,.wrapper-left_box .w-left_center-right3{padding: 0;}
	.home-article{width: 100%;box-sizing: border-box;}
	.wrapper-left_box .w-left_center-right3{margin-top: 20px;}
	.tabCont{padding-left: 10px;padding-right: 10px;}
	.wrapper-left_box,
	.nongji-tv_live .h5-title{
		width: calc(100vw - 20px);
	}
	.wrapper-box{
		justify-content: center;
	}
	.nongji-video{
		padding: 0;
	}
	.news-info_right .news-title >a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.mobile-index-news-title{
		margin: 0;
	}
	.tabCont{
		padding: 0;
	}
	.advbox img{
		object-fit: contain;
	}
	/*24-6-26*/
	.adv15{
		height: 39px;
	}
}
