@charset "UTF-8";

/* banner */
.banner_wrap {
	position: relative;
	z-index: 0;
}

.banner_s {
	width: 100%;
	height: 400px;
	position: relative;
}

.banner_s ul li {
	width: 100%;
	overflow: hidden;
	height: 400px;
}

.banner_s ul li .imgs_w {
	height: 500px;
	background: no-repeat center center;
	/* background-size: 100% 100%; */
}

.banner_s .pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	background: url(ny_banner_bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	text-align: center;
	padding-top: 350px;
}

.banner_s .pagination span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 8px;
	background-color: #FCE6D6;
	cursor: pointer;
}

.banner_s .pagination span.swiper-active-switch {
	background: #F17600;
}

.news_scroll_up {
	margin-top: 40px;
}

/*最新发布*/
.gsgg {
	line-height: 44px;
	background: #F6F6F6;
	position: relative;
	height: 44px;
	/* overflow: hidden; */
}

.gsgg .title {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	background: url(ny_ggbg.png) no-repeat;
	width: 175px;
	height: 52px;
	position: absolute;
	left: 0;
	top: -8px;
	padding-left: 22px;
	line-height: 52px;
}

.gsgg .title img {
	margin-right: 10px;
	vertical-align: middle;
}

.gsgg .list {
	width: 1150px;
	position: relative;
	margin-left: 175px;
}

.gsgg li a {
	font-size: 18px;
}

.gsgg li span.time {
	font-size: 16px;
	color: #999999;
	margin-left: 10px;
}

.gsgg .more {
	margin-right: 10px;
}

.gsgg .more a {
	font-size: 16px;
	color: #FBA11E;
}

.gsgg .more span {
	font-family: SimSun;
}

.gsgg .listLb .tempWrap {
	width: 1150px !important;
	overflow: hidden;
}

.gsgg .listLb img {
	vertical-align: middle;
	margin-right: 10px;
}

.gsgg .listLb ul {
	overflow: hidden;
	zoom: 1;
}

.gsgg .listLb ul li {
	margin-right: 40px;
	float: left;
	text-align: left;
	_display: inline;
	width: auto !important;
}

/*新闻*/
.news {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

.news .news_img {
	position: relative;
	width: 690px;
	height: 400px;
	float: left;
}

.news .news_img img {
	width: 690px;
	height: 400px;
}

.news .news_img .swiper-wrapper {
	height: 400px;
	overflow: hidden;
}

.news .news_img .swiper-wrapper .swiper-slide {
	height: 400px !important;
}

.news .news_img .arrow-left {
	background: url(ny_new_bt1.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	z-index: 1;
}

.news .news_img .arrow-right {
	background: url(ny_new_bt2.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	z-index: 1;
}

.news .news_img .arrow-left:hover {
	background: url(ny_new_bt1_on.png) no-repeat;
	background-size: cover;
}

.news .news_img .arrow-right:hover {
	background: url(ny_new_bt2_on.png) no-repeat;
	background-size: cover;
}

.news .news_img .swiper-slide {
	position: relative;
}

.news .news_img .swiper_bottomTxt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(ny_newsbg.png) repeat-x;
	height: 60px;
	line-height: 60px;
}

.news .news_img .swiper_bottomTxt p {
	font-size: 20px;
	color: #ffffff;
	padding-left: 20px;
}

.news_img .pageState {
	position: absolute;
	right: 15px;
	bottom: 15px;
	line-height: 18px;
	color: #ffffff;
	z-index: 2;
}

.news_img .pageState .t1 {
	font-size: 30px;
	margin-right: 7px;
}

.news_img .pageState .t2 {
	font-size: 18px;
	margin-left: 5px;
}

.news .news_content {
	width: 660px;
	float: right;
}

.news .news_content .title {
	position: relative;
	border-bottom: 1px #CCCCCC solid;
	height: 58px;
}

.news .news_content .title ul li {
	width: 140px;
	text-align: center;
	font-size: 26px;
	margin-right: 20px;
	float: left;
	padding-bottom: 25px;
	position: relative;
}

.news .news_content .title ul li.active a {
	color: #F17600;
	font-weight: bold;
}

.news .news_content .title ul li.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 5px #F17600 solid;
}

.news .news_content .title .more {
	float: right;
}

.news .news_content .title .more a {
	display: none;
	color: #FBA11E;
	background: url(ny_news_morebg.png) right no-repeat;
	margin-top: 7px;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news .news_content .title .more a:hover {
	background: url(ny_news_morebg_on.png) right no-repeat;
}

.news .news_content .title .more a.active {
	display: block;
}

.news .news_content .news_list {
	overflow: hidden;
}

.news .news_content .news_list ul {
	padding: 10px 0;
}

.news .news_content .news_list li {
	background: url(ny_dian.png) no-repeat left center;
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
}

.news .news_content .news_list li a {
	display: block;
	width: 580px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	font-size: 20px;
}

.news .news_content .news_list li span {
	float: right;
	font-size: 18px;
	color: #999;
}

.news .news_content .news_list {
	clear: both;
}

.news .news_qgxxlb {
	width: 160px !important;
}

/*生产*/
.sc_layout {
	background: #F7F7F7;
	padding-top: 50px;
	padding-bottom: 80px;
	overflow: hidden;
}

.sc_layout .title {
	width: 80px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 80px;
	border-bottom: 5px #F17600 solid;
	float: left;
}

.sc_layout .sc_title_list {
	overflow: hidden;
	float: right;
}

.sc_layout .sc_title_list ul li {
	float: left;
	margin-left: 70px;
	font-size: 20px;
}

.sc_layout .sc_title_list ul li a {
	padding-top: 70px;
	display: block;
}

.sc_layout .sc_title_list ul li.active {
	color: #F17600;
	font-weight: bold;
}

.sc_layout .sc_title_list ul li:nth-child(1) {
	background: url(ny_sc_ico1.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li:nth-child(2) {
	background: url(ny_sc_ico2.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li:nth-child(3) {
	background: url(ny_sc_ico3.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li:nth-child(4) {
	background: url(ny_sc_ico4.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li:nth-child(5) {
	background: url(ny_sc_ico5.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li:nth-child(6) {
	background: url(ny_sc_ico6.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li.active:nth-child(1) {
	background: url(ny_sc_ico1_on.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li.active:nth-child(2) {
	background: url(ny_sc_ico2_on.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li.active:nth-child(3) {
	background: url(ny_sc_ico3_on.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li.active:nth-child(4) {
	background: url(ny_sc_ico4_on.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li.active:nth-child(5) {
	background: url(ny_sc_ico5_on.png) top center no-repeat;
}

.sc_layout .sc_title_list ul li.active:nth-child(6) {
	background: url(ny_sc_ico6_on.png) top center no-repeat;
}

.sc_layout .sc_main {
	clear: both;
	padding-top: 40px;
	overflow: hidden;
}

.sc_layout .sc_main .sc_img {
	width: 700px;
	height: 400px;
	float: left;
}

.sc_layout .sc_main .sc_img img {
	width: 100%;
	height: 100%;
}

.sc_layout .sc_main .sc_box {
	width: 700px;
	height: 400px;
	background: #ffffff;
	float: left;
	padding: 40px 35px 0 50px;
}

.sc_layout .sc_main .sc_box .sc_box_title {
	font-size: 26px;
	color: #F17600;
	font-weight: bold;
	float: left;
}

.sc_layout .sc_main .sc_box .more {
	float: right;
	display: block;
	color: #FBA11E;
	background: url(ny_news_morebg.png) right no-repeat;
	margin-top: 7px;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sc_layout .sc_main .sc_box .more:hover {
	background: url(ny_news_morebg_on.png) right no-repeat;
}

.sc_layout .sc_main .sc_box .sc_box_list {
	clear: both;
	overflow: hidden;
}

.sc_layout .sc_main .sc_box .sc_box_list ul {
	padding: 15px 0;
}

.sc_layout .sc_main .sc_box .sc_box_list li {
	background: url(ny_dian.png) no-repeat left center;
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
}

.sc_layout .sc_main .sc_box .sc_box_list li a {
	display: block;
	width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	font-size: 20px;
}

.sc_layout .sc_main .sc_box .sc_box_list li span {
	float: right;
	font-size: 18px;
	color: #999;
}

/*数据*/
.sj_layout {
	overflow: hidden;
	background: url(ny_sjbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0 60px;
}

.sj_layout .title {
	width: 80px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 80px;
	border-bottom: 5px #F17600 solid;
	float: left;
}

.sj_layout .sj_title_list {
	float: right;
	padding-top: 30px;
}

.sj_layout .sj_title_list ul {
	float: left;
}

.sj_layout .sj_title_list ul li {
	float: left;
	padding: 0 20px;
	font-size: 20px;
	line-height: 20px;
	border-right: 1px #F4AD9E solid;
	position: relative;
}

.sj_layout .sj_title_list ul li:last-child {
	border: 0;
}

.sj_layout .sj_title_list ul li a {
	display: block;
}

.sj_layout .sj_title_list ul li.active {
	color: #F17600;
	font-weight: bold;
}

.sj_layout .sj_title_list ul li.active::after {
	content: "";
	width: 38px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -19px;
	border-radius: 5px;
	border-bottom: 3px #F17600 solid;
}

.sj_layout .sj_title_list .sj_ad {
	float: left;
	margin-right: 50px;
}

.sj_layout .sj_title_list .sj_ad a {
	padding: 0 0 0 50px;
}

.sj_layout .sj_title_list .more {
	float: right;
	display: none;
	color: #FBA11E;
	background: url(ny_news_morebg.png) right no-repeat;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sj_layout .sj_title_list .more.active {
	display: block;
}

.sj_layout .sj_title_list .more:hover {
	background: url(ny_news_morebg_on.png) right no-repeat;
}

.sj_layout .sj_main {
	clear: both;
	margin-top: 50px;
	height: 515px;
	overflow: hidden;
}

.sj_layout .jg_left {
	width: 336px;
	height: 456px;
	float: left;
	background: #FA7C08;
	border-radius: 15px;
	padding: 10px;
}

/*数据表格*/
.sj_layout .jg_list_box {
	position: relative;
}

.sj_layout .jg_list_box .name {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}

.sj_layout .jg_list_box .num {
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	font-family: Arial;
}

.sj_layout .jg_list_box .data {
	width: 184px;
	height: 60px;
}

.sj_layout .jg_list_box .data img {
	width: 100%;
	height: 100%;
}

.sj_layout .jg_list_box .time {
	font-size: 14px;
	margin-top: 10px;
}

.sj_layout .jg_list_box .ico {
	width: 75px;
	height: 60px;
	position: absolute;
	right: 10px;
	top: 55px;
	text-align: center;
}

.sj_layout .jg_list_box .hb {
	width: 75px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 30px;
	font-size: 14px;
	font-weight: bold;
}

.sj_layout .jg_list_box .hb p {
	line-height: 20px;
	font-weight: normal;
}

.sj_layout .jg_list_box .up {
	background: url(jg_up.png) no-repeat;
  background-size: cover;
	width: 21px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
}

.sj_layout .zs200 {
	background: #fff;
	border-radius: 15px;
	height: 456px;
}

/*数据表格 end*/
.sj_layout .jg_left .jg_list_box {
	color: #ffffff;
	margin-left: 13px;
}

.sj_layout .jg_left .echar {
	background: #ffffff;
	border-radius: 15px;
	padding: 15px;
	margin-top: 13px;
	width: 317px;
	height: 236px;
}

.sj_layout .jg_left .echar img {
	width: 100%;
	height: 100%;
}

.sj_layout .jg_list {
	width: 1064px;
	float: right;
	overflow: hidden;
}

.sj_layout .jg_list ul li {
	float: left;
	margin-left: 19px;
	width: 335px;
	height: 218px;
	background: #ffffff;
	border-radius: 15px;
	padding: 10px 0 10px 25px;
	margin-bottom: 20px;
}

.sj_layout .jg_list .red .hb {
	color: #CC171C;
}

.sj_layout .jg_list .red i {
	background: url(jg_up.png) no-repeat;
  background-size: cover;
	width: 21px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
}

.sj_layout .jg_list .green .hb {
	color: #18853A;
}

.sj_layout .jg_list .green i {
	background: url(jg_down.png) no-repeat;
  background-size: cover;
	width: 21px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
}

/*数据 图文列表*/
.sj_layout .dynamic_content_list {
	/* padding-top: 10px; */
	overflow: hidden;
}

.sj_layout .dynamic_content_list .dynamic_list_det:first-child {
	margin-left: 0;
}

.sj_layout .dynamic_list_det {
	float: left;
	width: 327px;
	height: 456px;
	margin-left: 30px;
	background: #fff;
	position: relative;
	/* margin-top: 20px; */
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	/* border-radius: 15px; */
}

.sj_layout .dynamic_det_top {
	height: 198px;
}

.sj_layout .dynamic_det_top img {
	display: block;
	width: 100%;
	height: 100%;
}

.sj_layout .dynamic_detBox {
	margin: 0px 24px 25px;
}

.sj_layout .dynamic_detBox p {
	font-size: 16px;
	line-height: 28px;
	color: #989898;
	text-align: justify;
}

.sj_layout .dynamic_detBox p a {
	color: #F7592D;
}

.sj_layout .dynamic_det_title {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 20px;
	word-break: break-all;
	margin-bottom: 15px;
	text-align: justify;
}

.sj_layout .dynamic_detBox .dynamic_det_infDate {
	font-size: 16px;
	color: #F07500;
	position: absolute;
	left: 24px;
	bottom: 15px;
}

.sj_news_list {
	width: 1400px;
	height: 510px;
	position: relative;
}

.sj_news_list .pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.sj_news_list .pagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0px 8px;
	background-color: #9d9d9d;
	cursor: pointer;
}

.sj_news_list .pagination span.swiper-active-switch {
	background: #F17600;
	width: 56px;
	border-radius: 10px;
}

/*信息化*/
.xxh_layout {
	overflow: hidden;
	background: url(ny_xxhbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0 100px;
	height: 703px;
}

.xxh_layout .title {
	width: 110px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 80px;
	border-bottom: 5px #F17600 solid;
	float: left;
	white-space: nowrap;
}

.xxh_layout .xxh_title_list {
	float: right;
	padding-top: 30px;
}

.xxh_layout .xxh_title_list ul {
	float: left;
}

.xxh_layout .xxh_title_list ul li {
	float: left;
	padding: 0 20px;
	font-size: 20px;
	line-height: 20px;
	border-right: 1px #F4AD9E solid;
	position: relative;
}

.xxh_layout .xxh_title_list ul li:last-child {
	border: 0;
}

.xxh_layout .xxh_title_list ul li a {
	display: block;
}

.xxh_layout .xxh_title_list ul li.active {
	color: #F17600;
	font-weight: bold;
}

.xxh_layout .xxh_title_list ul li.active::after {
	content: "";
	width: 38px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -19px;
	border-radius: 5px;
	border-bottom: 3px #F17600 solid;
}

.xxh_layout .xxh_title_list .xxh_ad {
	float: left;
	margin-right: 50px;
}

.xxh_layout .xxh_title_list .xxh_ad a {
	padding: 0 0 0 50px;
}

.xxh_layout .xxh_title_list .more {
	float: right;
	color: #FBA11E;
	background: url(ny_news_morebg.png) right no-repeat;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
}

.xxh_layout .xxh_title_list .more:hover {
	background: url(ny_news_morebg_on.png) right no-repeat;
}

.xxh_layout .xxh_title_list .more.active {
	display: block;
}

.xxh_layout .xxh_img {
	position: relative;
	width: 700px;
	height: 414px;
	float: left;
}

.xxh_layout .xxh_img img {
	width: 700px;
	height: 414px;
}

.xxh_layout .xxh_img .swiper-wrapper {
	height: 414px;
	overflow: hidden;
}

.xxh_layout .xxh_img .swiper-wrapper .swiper-slide {
	height: 414px !important;
}

.xxh_layout .xxh_img .arrow-left {
	background: url(ny_xxh_bt1.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 16px;
	height: 21px;
	z-index: 1;
}

.xxh_layout .xxh_img .arrow-right {
	background: url(ny_xxh_bt2.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 16px;
	height: 21px;
	z-index: 1;
}

.xxh_layout .xxh_img .arrow-left:hover {
	background: url(ny_xxh_bt1_on.png) no-repeat;
	background-size: cover;

}

.xxh_layout .xxh_img .arrow-right:hover {
	background: url(ny_xxh_bt2_on.png) no-repeat;
	background-size: cover;

}

.xxh_layout .xxh_img .swiper-slide {
	position: relative;
}

.xxh_layout .xxh_img .swiper_bottomTxt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(ny_xxh_imgbg.png);
	height: 55px;
	line-height: 55px;
}

.xxh_layout .xxh_img .swiper_bottomTxt p {
	font-size: 20px;
	color: #ffffff;
	padding-left: 120px;
	padding-right: 70px;
	text-align: center;
}

.xxh_layout .xxh_img .pageState {
	position: absolute;
	left: 60px;
	bottom: 12px;
	line-height: 18px;
	color: #ffffff;
	z-index: 2;
}

.xxh_layout .xxh_img .pageState .t1 {
	font-size: 30px;
	margin-right: 7px;
}

.xxh_layout .xxh_img .pageState .t2 {
	font-size: 18px;
	margin-left: 5px;
}

.xxh_layout .xxh_main .xxh_box {
	width: 700px;
	height: 414px;
	background: #ffffff;
	float: left;
	padding: 30px 35px 0 50px;
}

.xxh_layout .xxh_main .xxh_box .sc_box_title {
	font-size: 26px;
	color: #F17600;
	font-weight: bold;
	float: left;
}

.xxh_layout .xxh_main .xxh_box .more {
	float: right;
	display: block;
	color: #FBA11E;
	background: url(ny_news_morebg.png) right no-repeat;
	margin-top: 7px;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.xxh_layout .xxh_main .xxh_box .more:hover {
	background: url(ny_news_morebg_on.png) right no-repeat;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top {
	overflow: hidden;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top .data {
	width: 75px;
	text-align: center;
	color: #F17600;
	float: left;
	margin-top: 10px;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top .data span {
	font-size: 50px;
	font-weight: bold;
	font-family: Arial;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top .data p {
	font-size: 18px;
	font-family: Arial;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt {
	width: 520px;
	float: right;
	overflow: hidden;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt .title {
	width: 520px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 1px #D2D2D2 dashed;
	float: none;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt p {
	color: #7B7B7B;
	line-height: 28px;
	padding: 10px 0 20px;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt p a {
	color: #F17600;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_list {
	clear: both;
	overflow: hidden;
	border-top: 1px #BFBFBF dashed;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_list ul {
	padding: 20px 0;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_list li {
	background: url(ny_dian.png) no-repeat left center;
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_list li a {
	display: block;
	width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	font-size: 20px;
}

.xxh_layout .xxh_main .xxh_box .xxh_box_list li span {
	float: right;
	font-size: 18px;
	color: #999;
}

.xxh_layout .xxh_main {
	clear: both;
	position: absolute;
	left: 0;
	top: 130px;
	visibility: hidden;
}

.xxh_layout .xxh_main.active {
	visibility: visible;
}

/*专题*/
.zt_layout {
	overflow: hidden;
	padding: 50px 0 80px;
}

.zt_layout .title {
	width: 80px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 80px;
	border-bottom: 5px #F17600 solid;
	float: left;
}

.zt_layout .more {
	float: right;
	color: #FBA11E;
	background: url(ny_news_morebg.png) right no-repeat;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
}

.zt_layout .more:hover {
	background: url(ny_news_morebg_on.png) right no-repeat;
}

.zt_layout .zt_main {
	overflow: hidden;
	padding-top: 30px;
	/* padding-left: 100px;
	background: url(ny_zt_leftbg.jpg) 0 bottom no-repeat */
}

.zt_wrap .sfq-slide-con {
	width: 1400px;
	margin-right: -100px;
	overflow: hidden;
}

.zt_wrap .sfq-slide-con .slide-item {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s;
	width: 91px;
	height: 330px;
}

.zt_wrap .sfq-slide-con .slide-item img {
	display: block;
	width: 100%;
	margin-left: -91px;
}

.zt_wrap .sfq-slide-con .slide-item .onwidth {
	width: 758px;
	margin-left: 90px;
}

.zt_wrap .sfq-slide-con .slide-item.on {
	width: 758px;
	background: #ffffff;
}

.zt_wrap .sfq-slide-con .slide-item.on a {
	display: block;
}

.zt_wrap .sfq-slide-con .slide-item span {
	position: absolute;
	width: 91px;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 32px;
	font-size: 26px;
	color: #fff;
	background-color: rgba(73, 4, 4, 0.6);
	line-height: 1.1;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.4s 0.6s;
}

.zt_wrap .sfq-slide-con .slide-item.on span {
	transition-delay: 0s;
	opacity: 0;
}

.zt_layout .zt_main {
	clear: both;
}

/*视频*/
.sp_llayout {
	overflow: hidden;
	background: url(ny_spbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 70px 0 250px;
}

.sp_llayout .title {
	height: 65px;
	line-height: 65px;
	float: left;
}

.sp_llayout .title a {
	display: block;
	width: 172px;
	height: 65px;
	background: url(ny_spttbg.png) no-repeat;
}

.sp_llayout .title a:hover {
	background: url(ny_spttbg_on.png) no-repeat;
	background-size: contain;
}

.sp_llayout .sp_title_list {
	float: right;
	padding-top: 25px;
	z-index: 1;
	position: relative;
}

.sp_llayout .sp_title_list ul {
	float: left;
}

.sp_llayout .sp_title_list ul li {
	float: left;
	padding: 0 20px;
	font-size: 20px;
	line-height: 20px;
	border-right: 1px #F4AD9E solid;
	position: relative;
}

.sp_llayout .sp_title_list ul li:last-child {
	border: 0;
}

.sp_llayout .sp_title_list ul li a {
	display: block;
}

.sp_llayout .sp_title_list ul li.active {
	color: #F17600;
	font-weight: bold;
}

.sp_llayout .sp_title_list ul li.active::after {
	content: "";
	width: 38px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -19px;
	border-radius: 5px;
	border-bottom: 3px #F17600 solid;
}

.sp_llayout .sp_title_list .more {
	float: right;
	display: none;
	color: #FBA11E;
	background: url(ny_news_morebg.png) right no-repeat;
	padding-right: 25px;
	margin-left: 50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sp_llayout .sp_title_list .more.active {
	display: block;
}

.sp_llayout .sp_title_list .more:hover {
	background: url(ny_news_morebg_on.png) right no-repeat;
}

.sp_main {
	position: relative;
	z-index: 0;
	width: 1400px;
	margin: 30px auto 0;
	overflow: hidden;
}

.sp_box {
	width: 1428px;
	height: 350px;
	/* margin: 0 auto; */
	/* position: relative; */
}

.sp_box ul li {
	width: 446px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.sp_box ul li .img {
	width: 446px;
	height: 250px;
	overflow: hidden;
}

.sp_box ul li .img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sp_box ul li:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.sp_box ul li p {
	width: 450px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}

.sp_box .pagination {
	position: absolute;
	left: -17px;
	bottom: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.sp_box .pagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0px 8px;
	background-color: #D7DFE9;
	cursor: pointer;
}

.sp_box .pagination span.swiper-active-switch {
	background: #F17600;
	width: 56px;
	border-radius: 10px;
}

.sp_box .play {
	background: url(ny_sp_play.png) no-repeat;
	width: 50px;
	height: 51px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 30%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sp_box ul li:hover .play {
	background: url(ny_sp_play_on.png) no-repeat;
}


/* 20231123 */
.sj_layout .sj_con_w {
	position: relative;
	overflow: inherit;
}

.sj_layout .sj_con_w .swiper-container {
	height: 456px;
}

.sj_con_w .sj_con_prev,
.sj_con_w .sj_con_next {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 52px;
	height: 52px;
	z-index: 9;
	cursor: pointer;
}

.sj_con_w .sj_con_prev {
	left: -83px;
	background: url(ny_new_bt1.png) no-repeat;
}

.sj_con_w .sj_con_next {
	right: -83px;
	background: url(ny_new_bt2.png) no-repeat;
}

.sj_con_w .sj_con_prev:hover {
	background-image: url(ny_new_bt1_on.png);
}

.sj_con_w .sj_con_next:hover {
	background-image: url(ny_new_bt2_on.png);
}

.sc_layout .sc_main_w {
	height: 440px;
	position: relative;
}


/* 20231124 */
.sc_layout .sc_main_nypz_ws {
	padding-top: 20px;
	overflow: inherit;
}

.sc_main_nypz_w {
	position: relative;
}

.sc_main_nypz {
	width: 1420px;
	height: 420px;
}

.breeds_list {
	/* margin-top: 19px; */
}

.breeds_list ul {
	float: left;
	width: 158px;
	height: 420px;
}

.breeds_list ul li {
	float: left;
	width: 137px;
	height: 190px;
	margin-right: 21px;
	margin-top: 20px;
	overflow: hidden;
}

.breeds_list ul li .as {
	display: block;
	position: relative;
}

.breeds_list ul li .imgs {
	display: block;
	width: 100%;
	height: auto;
}

.breeds_list ul li .text {
	position: absolute;
	left: 0;
	bottom: 21px;
	text-align: center;
	width: 100%;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}

.breeds_list ul li.li1 .text {
	color: #3b7b8e;
}

.breeds_list ul li.li2 .text {
	color: #e17d00;
}

.breeds_list ul li.li3 .text {
	color: #6e9702;
}

.breeds_list ul li.li4 .text {
	color: #d3ab4b;
}

.breeds_list ul li.li5 .text {
	color: #b77200;
}

.breeds_list ul li.li6 .text {
	color: #b98b31;
}

.breeds_list ul li.li7 .text {
	color: #af8968;
}

.breeds_list ul li.li8 .text {
	color: #d7a600;
}

.breeds_list ul li.li9 .text {
	color: #a7886c;
}

.breeds_list ul li.li10 .text {
	color: #c06555;
}

.breeds_list ul li.li11 .text {
	color: #1c1c1c;
}

.breeds_list ul li.li12 .text {
	color: #573629;
}

.breeds_list ul li.li13 .text {
	color: #833c1f;
}

.breeds_list ul li.li14 .text {
	color: #a93d14;
}

.breeds_list ul li.li15 .text {
	color: #4986b5;
}

.breeds_list ul li.li16 .text {
	color: #4d830d;
}

.breeds_list ul li.li17 .text {
	color: #ed8645;
}

.breeds_list ul li.li18 .text {
	color: #c01c1a;
}

.sc_main_nypz_w .sc_main_prev,
.sc_main_nypz_w .sc_main_next {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 52px;
	height: 52px;
	z-index: 9;
	cursor: pointer;
}

.sc_main_nypz_w .sc_main_prev {
	left: -83px;
	background: url(ny_new_bt1.png) no-repeat;
}

.sc_main_nypz_w .sc_main_next {
	right: -83px;
	background: url(ny_new_bt2.png) no-repeat;
}

.sc_main_nypz_w .sc_main_prev:hover {
	background-image: url(ny_new_bt1_on.png);
}

.sc_main_nypz_w .sc_main_next:hover {
	background-image: url(ny_new_bt2_on.png);
}


/* 批发价格 */
.wcbg_cai .expertHead {
	margin-top: 80px;
}

.price_title h2 {
	width: 336px;
}

.price_title p {
	width: 754px;
}

.price_tabs {
	overflow: hidden;
	color: #999999;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}

.price_tabs li {
	width: 220px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
}

.index_tabs {
	font-size: 16px;
}

.index_tabs li {
	width: 185px;
	height: 32px;
	line-height: 32px;
}

.index_tabs .active,
.index_tabs li:hover {
	background: #F17600;
	border-radius: 4px;
	color: #fff;
}

.media_table {
	width: 100%;
	color: #333333;
	font-size: 16px;
}

.media_table th,
.media_table td {
	width: 70px;
	padding: 14px 0;
	text-align: center;
}

.table_th2 {
	width: 230px !important;
}

.media_table tbody tr:nth-child(odd) {
	background: #FFFFFF;
	/* cursor: pointer; */
}

.media_table tbody tr:nth-child(even) {
	background: #fff8f1;
	/* cursor: pointer; */
}

.media_table tbody tr:hover {
	background: #fff8f1;
}

.media_table thead tr {
	background: #F17600;
	color: #FFFFFF;
	font-weight: 700;
}

.media_tableBox .more {
	color: #fff;
	width: 55px;
	height: 24px;
	background: #F17600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	float: right;
	margin-right: 26px;
	margin-top: 10px;
}

/* 20231222 200指数start */
.hundred_wrap .jg_left {
	width: 384px;
	height: 456px;
	background: url(nxw_wholeBK.png) no-repeat;
	background-size: cover;
	padding-top: 20px;
}

.hundred_wrap .price_cont .jg_list_box .num {
	line-height: 35px;
	margin-top: 10px;
	height: 35px;
}

.hundred_wrap .price_cont .jg_list_box .num .span1 {
	font-size: 30px;
	float: left;
	font-weight: 600;
}

.hundred_wrap .price_cont .jg_list_box .data {
	margin-top: 20px;
}

.jg_left .jg_list_box .num_relative {
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #fefefe;
	padding-top: 6px;
	font-weight: 400;
	margin-left: 20px;
}

.relative_icon {
	width: 11px;
}

.relative_icon.down {
	transform: rotate(180deg);
}

.jg_left .jg_list_box .num_relative .span2 {
	font-size: 18px;
}

.hundred_wrap .price_cont .jg_left .echar {
	width: 100%;
	height: 216px;
}

.jg_right {
	float: right;
	width: 996px;
	height: 456px;
}

.jg_right_whole {
	width: 634px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px #eff1f3;
	border-radius: 16px;
	float: left;
	padding: 20px 30px;
	box-sizing: border-box;
}

.jg_right_grain {
	float: right;
	width: 338px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px #eff1f3;
	border-radius: 16px;
}

.whol_text1 {
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	color: #414141;
	font-weight: 600;
}

.whol_titImg {
	margin-left: 24px;
	height: 50px;
	vertical-align: middle;
}

.whol_text2 {
	height: 36px;
	margin-top: 10px;
	color: #e76345;
}

.whol_text2 .span1 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	float: left;
}

.whol_text2 .num_relative {
	float: left;
	font-size: 14px;
	line-height: 26px;
	padding-top: 6px;
	font-weight: 400;
	margin-left: 20px;
}

.whol_text2.normal {
	color: #414141;
}

.whol_text2 .relative_icon.clz_icon2 {
	display: none
}

.whol_text2.normal .relative_icon {
	display: none;
}

.whol_text2.down .relative_icon.clz_icon1 {
	display: none;
}

.whol_text2.down .relative_icon.clz_icon2 {
	display: inline;
}

.whol_text2.down {
	color: #1ea13c;
}

.whol_text2 .num_relative .span2 {
	font-size: 16px;
}

.whol_modul {
	width: 100%;
}

.modul_com {
	width: 276px;
	height: 140px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px #edf7fc;
	border-radius: 12px;
	padding: 23px 28px 23px 20px;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}

.modul_com_img {
	float: left;
	width: 84px;
}

.modul_com_img img {
	width: 100%;
}

.modul_com_info {
	float: left;
	margin-left: 20px;
}

.modul_com:nth-child(even) {
	margin-left: 20px;
}

.modul_com_info .p1 {
	font-size: 16px;
	line-height: 20px;
	color: #414141;
	font-weight: 600;
}

.modul_com_info .p2 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 10px;
	color: #414141;
	font-weight: 600;
}

.modul_com_info .modul_icon_down {
	display: none;
}

.modul_com_info .p3 {
	color: #e76345;
	margin-top: 10px;
}

.modul_com_info .p3.normal {
	color: #414141;
}

.modul_com_info .p3.normal .modul_icon {
	display: none;
}

.modul_com_info .p3.down {
	color: #1ea13c;
}

.modul_com_info .p3.down .modul_icon_down {
	display: inline;
}

.modul_com_info .p3.down .modul_icon_up {
	display: none;
}

.span_num {
	font-size: 16px;
	line-height: 26px;
}

.jg_right_grain .whol_titImg {
	width: 75px;
	margin-left: 15px;
	height: auto;
}

.jg_right_grain .modul_com6 {
	margin-left: 0;
}

.echar_hundred {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.echar_hundred_tit {
	font-size: 16px;
	line-height: 26px;
	color: #414141;
	font-weight: 600;
}

.echar_price_tit {
	font-size: 14px;
}

.echar_hundred_box {
	width: 334px;
	height: 150px;
	margin-top: 10px;
}

.echar_price_box {
	width: 100%;
	height: 170px;
	margin-top: 10px;
}

/* 20231222 200指数end */



@media screen and (max-width: 1920px) {
	.banner_wrap {
		position: relative;
		z-index: 0;
	}

	.banner_s {
		width: 100%;
		height: 400px;
		position: relative;
	}

	.banner_s ul li {
		width: 100%;
		overflow: hidden;
		height: 400px;
	}

	.banner_s ul li .imgs_w {
		height: 400px;
		background: no-repeat center center;
		/* background-size: 100% 100%; */
	}

	.banner_s .pagination {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 400px;
		background: url(ny_banner_bg.png) no-repeat;
		background-size: 100% 100%;
		font-size: 0;
		text-align: center;
		padding-top: 350px;
	}

	.banner_s .pagination span {
		display: inline-block;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		margin: 0 7px;
		background-color: #FCE6D6;
		cursor: pointer;
	}

	.banner_s .pagination span.swiper-active-switch {
		background: #F17600;
	}

	.news_scroll_up {
		margin-top: 34px;
	}

	/*最新发布*/
	.gsgg {
		line-height: 38px;
		background: #F6F6F6;
		position: relative;
		height: 38px;
		/* overflow: hidden; */
	}

	.gsgg .title {
		font-size: 17px;
		color: #ffffff;
		font-weight: bold;
		background: url(ny_ggbg.png) no-repeat;
		background-size: cover;
		width: 150px;
		height: 45px;
		position: absolute;
		left: 0;
		top: -7px;
		padding-left: 19px;
		line-height: 45px;
	}

	.gsgg .title img {
		margin-right: 8px;
		vertical-align: middle;
	}

	.gsgg .list {
		width: 980px;
		position: relative;
		margin-left: 150px;
	}

	.gsgg li a {
		font-size: 16px;
	}

	.gsgg li span.time {
		font-size: 14px;
		color: #999999;
		margin-left: 8px;
	}

	.gsgg .more {
		margin-right: 8px;
	}

	.gsgg .more a {
		font-size: 14px;
		color: #FBA11E;
	}

	.gsgg .more span {
		font-family: SimSun;
	}

	.gsgg .listLb .tempWrap {
		width: 980px !important;
		overflow: hidden;
	}

	.gsgg .listLb img {
		vertical-align: middle;
		margin-right: 8px;
	}

	.gsgg .listLb ul {
		overflow: hidden;
		zoom: 1;
	}

	.gsgg .listLb ul li {
		margin-right: 34px;
		float: left;
		text-align: left;
		_display: inline;
		width: auto !important;
	}

	/*新闻*/
	.news {
		overflow: hidden;
		margin-top: 43px;
		margin-bottom: 43px;
	}

	.news .news_img {
		position: relative;
		width: 591px;
		height: 343px;
		float: left;
	}

	.news .news_img img {
		width: 591px;
		height: 343px;
	}

	.news .news_img .swiper-wrapper {
		height: 343px;
		overflow: hidden;
	}

	.news .news_img .swiper-wrapper .swiper-slide {
		height: 343px !important;
	}

	.news .news_img .arrow-left {
		background: url(ny_new_bt1.png) no-repeat;
		background-size: cover;
		position: absolute;
		left: 8px;
		top: 50%;
		margin-top: -22px;
		width: 45px;
		height: 45px;
		z-index: 1;
	}

	.news .news_img .arrow-right {
		background: url(ny_new_bt2.png) no-repeat;
		position: absolute;
		background-size: cover;
		right: 10px;
		top: 50%;
		margin-top: -22px;
		width: 45px;
		height: 45px;
		z-index: 1;
	}

	.news .news_img .arrow-left:hover {
		background: url(ny_new_bt1_on.png) no-repeat;
		background-size: cover;
	}

	.news .news_img .arrow-right:hover {
		background: url(ny_new_bt2_on.png) no-repeat;
		background-size: cover;
	}

	.news .news_img .swiper-slide {
		position: relative;
	}

	.news .news_img .swiper_bottomTxt {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(ny_newsbg.png) repeat-x;
		height: 51px;
		line-height: 51px;
	}

	.news .news_img .swiper_bottomTxt p {
		font-size: 17px;
		color: #ffffff;
		padding-left: 17px;
	}

	.news_img .pageState {
		position: absolute;
		right: 13px;
		bottom: 13px;
		line-height: 15px;
		color: #ffffff;
		z-index: 2;
	}

	.news_img .pageState .t1 {
		font-size: 26px;
		margin-right: 6px;
	}

	.news_img .pageState .t2 {
		font-size: 15px;
		margin-left: 4px;
	}

	.news .news_content {
		width: 566px;
		float: right;
	}

	.news .news_content .title {
		position: relative;
		border-bottom: 1px #CCCCCC solid;
		height: 50px;
	}

	.news .news_content .title ul li {
		width: 120px;
		text-align: center;
		font-size: 22px;
		margin-right: 17px;
		float: left;
		padding-bottom: 21px;
		position: relative;
	}

	.news .news_content .title ul li.active a {
		color: #F17600;
		font-weight: bold;
	}

	.news .news_content .title ul li.active::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		border-bottom: 4px #F17600 solid;
	}

	.news .news_content .title .more {
		float: right;
	}

	.news .news_content .title .more a {
		display: none;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		margin-top: 6px;
		padding-right: 21px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.news .news_content .title .more a:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
	}

	.news .news_content .title .more a.active {
		display: block;
	}

	.news .news_content .news_list {
		overflow: hidden;
	}

	.news .news_content .news_list ul {
		padding: 8px 0;
	}

	.news .news_content .news_list li {
		background: url(ny_dian.png) no-repeat left center;
		padding-left: 17px;
		height: 39px;
		line-height: 39px;
	}

	.news .news_content .news_list li a {
		display: block;
		width: 498px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		font-size: 17px;
	}

	.news .news_content .news_list li span {
		float: right;
		font-size: 15px;
		color: #999;
	}

	.news .news_content .news_list {
		clear: both;
	}

	.news .news_qgxxlb {
		width: 137px !important;
	}

	/*生产*/
	.sc_layout {
		background: #F7F7F7;
		padding-top: 43px;
		padding-bottom: 69px;
		overflow: hidden;
	}

	.sc_layout .title {
		width: 69px;
		text-align: center;
		font-size: 31px;
		font-weight: bold;
		line-height: 69px;
		border-bottom: 4px #F17600 solid;
		float: left;
	}

	.sc_layout .sc_title_list {
		overflow: hidden;
		float: right;
	}

	.sc_layout .sc_title_list ul li {
		float: left;
		margin-left: 60px;
		font-size: 17px;
	}

	.sc_layout .sc_title_list ul li a {
		padding-top: 60px;
		display: block;
	}

	.sc_layout .sc_title_list ul li.active {
		color: #F17600;
		font-weight: bold;
	}

	.sc_layout .sc_title_list ul li:nth-child(1) {
		background: url(ny_sc_ico1.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li:nth-child(2) {
		background: url(ny_sc_ico2.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li:nth-child(3) {
		background: url(ny_sc_ico3.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li:nth-child(4) {
		background: url(ny_sc_ico4.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li:nth-child(5) {
		background: url(ny_sc_ico5.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li:nth-child(6) {
		background: url(ny_sc_ico6.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(1) {
		background: url(ny_sc_ico1_on.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(2) {
		background: url(ny_sc_ico2_on.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(3) {
		background: url(ny_sc_ico3_on.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(4) {
		background: url(ny_sc_ico4_on.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(5) {
		background: url(ny_sc_ico5_on.png) top center no-repeat;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(6) {
		background: url(ny_sc_ico6_on.png) top center no-repeat;
	}

	.sc_layout .sc_main {
		clear: both;
		padding-top: 34px;
		overflow: hidden;
	}

	.sc_layout .sc_main .sc_img {
		width: 600px;
		height: 342px;
		float: left;
	}

	.sc_layout .sc_main .sc_img img {
		width: 100%;
		height: 100%;
	}

	.sc_layout .sc_main .sc_box {
		width: 600px;
		height: 342px;
		background: #ffffff;
		float: left;
		padding: 34px 30px 0 43px;
	}

	.sc_layout .sc_main .sc_box .sc_box_title {
		font-size: 22px;
		color: #F17600;
		font-weight: bold;
		float: left;
	}

	.sc_layout .sc_main .sc_box .more {
		float: right;
		display: block;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		margin-top: 6px;
		padding-right: 21px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sc_layout .sc_main .sc_box .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
	}

	.sc_layout .sc_main .sc_box .sc_box_list {
		clear: both;
		overflow: hidden;
	}

	.sc_layout .sc_main .sc_box .sc_box_list ul {
		padding: 13px 0;
	}

	.sc_layout .sc_main .sc_box .sc_box_list li {
		background: url(ny_dian.png) no-repeat left center;
		padding-left: 17px;
		height: 39px;
		line-height: 39px;
	}

	.sc_layout .sc_main .sc_box .sc_box_list li a {
		display: block;
		width: 426px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		font-size: 17px;
	}

	.sc_layout .sc_main .sc_box .sc_box_list li span {
		float: right;
		font-size: 15px;
		color: #999;
	}


	/*数据*/
	.sj_layout {
		overflow: hidden;
		background: url(ny_sjbg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 43px 0 51px;
	}

	.sj_layout .title {
		width: 69px;
		text-align: center;
		font-size: 31px;
		font-weight: bold;
		line-height: 69px;
		border-bottom: 4px #F17600 solid;
		float: left;
	}

	.sj_layout .sj_title_list {
		float: right;
		padding-top: 26px;
	}

	.sj_layout .sj_title_list ul {
		float: left;
	}

	.sj_layout .sj_title_list ul li {
		float: left;
		padding: 0 17px;
		font-size: 17px;
		line-height: 17px;
		border-right: 1px #F4AD9E solid;
		position: relative;
	}

	.sj_layout .sj_title_list ul li:last-child {
		border: 0;
	}

	.sj_layout .sj_title_list ul li a {
		display: block;
	}

	.sj_layout .sj_title_list ul li.active {
		color: #F17600;
		font-weight: bold;
	}

	.sj_layout .sj_title_list ul li.active::after {
		content: "";
		width: 33px;
		position: absolute;
		left: 50%;
		bottom: -17px;
		margin-left: -16px;
		border-radius: 5px;
		border-bottom: 2px #F17600 solid;
	}

	.sj_layout .sj_title_list .sj_ad {
		float: left;
		margin-right: 50px;
	}

	.sj_layout .sj_title_list .sj_ad a {
		padding: 0 0 0 43px;
	}

	.sj_layout .sj_title_list .more {
		float: right;
		display: none;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		padding-right: 21px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sj_layout .sj_title_list .more.active {
		display: block;
	}

	.sj_layout .sj_title_list .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
	}

	.sj_layout .sj_main {
		clear: both;
		margin-top: 43px;
		height: 453px;
		overflow: hidden;
	}

	.sj_layout .jg_left {
		width: 288px;
		height: 391px;
		float: left;
		background: #FA7C08;
		border-radius: 13px;
		padding: 8px;
	}

	/*数据表格*/
	.sj_layout .jg_list_box {
		position: relative;
	}

	.sj_layout .jg_list_box .name {
		font-size: 14px;
		line-height: 34px;
		font-weight: bold;
	}

	.sj_layout .jg_list_box .num {
		font-size: 34px;
		line-height: 51px;
		font-weight: bold;
		font-family: Arial;
	}

	.sj_layout .jg_list_box .data {
		width: 158px;
		height: 51px;
	}

	.sj_layout .jg_list_box .data img {
		width: 100%;
		height: 100%;
	}

	.sj_layout .jg_list_box .time {
		font-size: 12px;
		margin-top: 8px;
	}

	.sj_layout .jg_list_box .ico {
		width: 64px;
		height: 51px;
		position: absolute;
		right: 8px;
		top: 47px;
		text-align: center;
	}

	.sj_layout .jg_list_box .hb {
		width: 64px;
		height: 34px;
		position: absolute;
		right: 0;
		bottom: 26px;
		font-size: 12px;
		font-weight: bold;
	}

	.sj_layout .jg_list_box .hb p {
		line-height: 17px;
		font-weight: normal;
	}

	.sj_layout .jg_list_box .up {
		background: url(jg_up.png) no-repeat;
    background-size: cover;
		width: 18px;
		height: 11px;
		display: inline-block;
		margin-left: 8px;
	}

	.sj_layout .zs200 {
		background: #fff;
		border-radius: 13px;
		height: 391px;
	}

	/*数据表格 end*/
	.sj_layout .jg_left .jg_list_box {
		color: #ffffff;
		margin-left: 11px;
	}

	.sj_layout .jg_left .echar {
		background: #ffffff;
		border-radius: 13px;
		padding: 13px;
		margin-top: 11px;
		width: 272px;
		height: 202px;
	}

	.sj_layout .jg_left .echar img {
		width: 100%;
		height: 100%;
	}

	.sj_layout .jg_list {
		width: 912px;
		float: right;
		overflow: hidden;
	}

	.sj_layout .jg_list ul li {
		float: left;
		margin-left: 16px;
		width: 287px;
		height: 187px;
		background: #ffffff;
		border-radius: 13px;
		padding: 8px 0 8px 21px;
		margin-bottom: 17px;
	}

	.sj_layout .jg_list .red .hb {
		color: #CC171C;
	}

	.sj_layout .jg_list .red i {
		background: url(jg_up.png) no-repeat;
    background-size: cover;
		width: 18px;
		height: 11px;
		display: inline-block;
		margin-left: 8px;
	}

	.sj_layout .jg_list .green .hb {
		color: #18853A;
	}

	.sj_layout .jg_list .green i {
		background: url(jg_down.png) no-repeat;
    background-size: cover;
		width: 18px;
		height: 11px;
		display: inline-block;
		margin-left: 8px;
	}

	/*数据 图文列表*/
	.sj_layout .dynamic_content_list {
		/* padding-top: 10px; */
		overflow: hidden;
	}

	.sj_layout .dynamic_content_list .dynamic_list_det:first-child {
		margin-left: 0;
	}

	.sj_layout .dynamic_list_det {
		float: left;
		width: 280px;
		height: 391px;
		margin-left: 26px;
		background: #fff;
		position: relative;
		/* margin-top: 20px; */
		transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		/* border-radius: 15px; */
	}

	.sj_layout .dynamic_det_top {
		height: 170px;
	}

	.sj_layout .dynamic_det_top img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.sj_layout .dynamic_detBox {
		margin: 0px 21px 21px;
	}

	.sj_layout .dynamic_detBox p {
		font-size: 14px;
		line-height: 24px;
		color: #989898;
		text-align: justify;
	}

	.sj_layout .dynamic_detBox p a {
		color: #F7592D;
	}

	.sj_layout .dynamic_det_title {
		display: block;
		font-size: 17px;
		line-height: 26px;
		font-weight: bold;
		padding-top: 17px;
		word-break: break-all;
		margin-bottom: 13px;
		text-align: justify;
	}

	.sj_layout .dynamic_detBox .dynamic_det_infDate {
		font-size: 14px;
		color: #F07500;
		position: absolute;
		left: 21px;
		bottom: 13px;
	}

	.sj_news_list {
		width: 1200px;
		height: 437px;
		position: relative;
	}

	.sj_news_list .pagination {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 0;
		text-align: center;
	}

	.sj_news_list .pagination span {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin: 0px 7px;
		background-color: #9d9d9d;
		cursor: pointer;
	}

	.sj_news_list .pagination span.swiper-active-switch {
		background: #F17600;
		width: 48px;
		border-radius: 8px;
	}








	/*信息化*/
	.xxh_layout {
		overflow: hidden;
		background: url(ny_xxhbg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 43px 0 86px;
		height: 602px;
	}

	.xxh_layout .title {
		width: 94px;
		text-align: center;
		font-size: 31px;
		font-weight: bold;
		line-height: 69px;
		border-bottom: 4px #F17600 solid;
		float: left;
	}

	.xxh_layout .xxh_title_list {
		float: right;
		padding-top: 26px;
	}

	.xxh_layout .xxh_title_list ul {
		float: left;
	}

	.xxh_layout .xxh_title_list ul li {
		float: left;
		padding: 0 17px;
		font-size: 17px;
		line-height: 17px;
		border-right: 1px #F4AD9E solid;
		position: relative;
	}

	.xxh_layout .xxh_title_list ul li:last-child {
		border: 0;
	}

	.xxh_layout .xxh_title_list ul li a {
		display: block;
	}

	.xxh_layout .xxh_title_list ul li.active {
		color: #F17600;
		font-weight: bold;
	}

	.xxh_layout .xxh_title_list ul li.active::after {
		content: "";
		width: 33px;
		position: absolute;
		left: 50%;
		bottom: -17px;
		margin-left: -17px;
		border-radius: 4px;
		border-bottom: 2px #F17600 solid;
	}

	.xxh_layout .xxh_title_list .xxh_ad {
		float: left;
		margin-right: 43px;
	}

	.xxh_layout .xxh_title_list .xxh_ad a {
		padding: 0 0 0 43px;
	}

	.xxh_layout .xxh_title_list .more {
		float: right;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		padding-right: 21px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: none;
	}

	.xxh_layout .xxh_title_list .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
	}

	.xxh_layout .xxh_title_list .more.active {
		display: block;
	}

	.xxh_layout .xxh_img {
		position: relative;
		width: 600px;
		height: 355px;
		float: left;
	}

	.xxh_layout .xxh_img img {
		width: 600px;
		height: 355px;
	}

	.xxh_layout .xxh_img .swiper-wrapper {
		height: 355px;
		overflow: hidden;
	}

	.xxh_layout .xxh_img .swiper-wrapper .swiper-slide {
		height: 355px !important;
	}

	.xxh_layout .xxh_img .arrow-left {
		background: url(ny_xxh_bt1.png) no-repeat;
		background-size: 100% auto;

		position: absolute;
		left: 13px;
		bottom: 12px;
		width: 14px;
		height: 20px;
		z-index: 1;
	}

	.xxh_layout .xxh_img .arrow-right {
		background: url(ny_xxh_bt2.png) no-repeat;
		background-size: 100% auto;

		position: absolute;
		right: 13px;
		bottom: 13px;
		width: 14px;
		height: 20px;
		z-index: 1;
	}

	.xxh_layout .xxh_img .arrow-left:hover {
		background: url(ny_xxh_bt1_on.png) no-repeat;
		background-size: 100% auto;

	}

	.xxh_layout .xxh_img .arrow-right:hover {
		background: url(ny_xxh_bt2_on.png) no-repeat;
		background-size: 100% auto;

	}

	.xxh_layout .xxh_img .swiper-slide {
		position: relative;
	}

	.xxh_layout .xxh_img .swiper_bottomTxt {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(ny_xxh_imgbg.png);
		height: 47px;
		line-height: 47px;
	}

	.xxh_layout .xxh_img .swiper_bottomTxt p {
		font-size: 17px;
		color: #ffffff;
		padding-left: 103px;
		padding-right: 60px;
		text-align: center;
	}

	.xxh_layout .xxh_img .pageState {
		position: absolute;
		left: 51px;
		bottom: 10px;
		line-height: 15px;
		color: #ffffff;
		z-index: 2;
	}

	.xxh_layout .xxh_img .pageState .t1 {
		font-size: 26px;
		margin-right: 6px;
	}

	.xxh_layout .xxh_img .pageState .t2 {
		font-size: 16px;
		margin-left: 4px;
	}

	.xxh_layout .xxh_main .xxh_box {
		width: 600px;
		height: 355px;
		background: #ffffff;
		float: left;
		padding: 26px 30px 0 43px;
	}

	.xxh_layout .xxh_main .xxh_box .sc_box_title {
		font-size: 22px;
		color: #F17600;
		font-weight: bold;
		float: left;
	}

	.xxh_layout .xxh_main .xxh_box .more {
		float: right;
		display: block;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		margin-top: 6px;
		padding-right: 22px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.xxh_layout .xxh_main .xxh_box .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top {
		overflow: hidden;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .data {
		width: 64px;
		text-align: center;
		color: #F17600;
		float: left;
		margin-top: 8px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .data span {
		font-size: 43px;
		font-weight: bold;
		font-family: Arial;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .data p {
		font-size: 16px;
		font-family: Arial;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt {
		width: 446px;
		float: right;
		overflow: hidden;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt .title {
		width: 446px;
		text-align: left;
		font-size: 21px;
		font-weight: bold;
		line-height: 51px;
		border-bottom: 1px #D2D2D2 dashed;
		float: none;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt p {
		color: #7B7B7B;
		line-height: 24px;
		padding: 8px 0 17px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt p a {
		color: #F17600;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list {
		clear: both;
		overflow: hidden;
		border-top: 1px #BFBFBF dashed;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list ul {
		padding: 17px 0;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list li {
		background: url(ny_dian.png) no-repeat left center;
		padding-left: 17px;
		height: 39px;
		line-height: 39px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list li a {
		display: block;
		width: 429px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		font-size: 17px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list li span {
		float: right;
		font-size: 16px;
		color: #999;
	}

	.xxh_layout .xxh_main {
		clear: both;
		position: absolute;
		left: 0;
		top: 111px;
		visibility: hidden;
	}

	.xxh_layout .xxh_main.active {
		visibility: visible;
	}

	/*专题*/
	.zt_layout {
		overflow: hidden;
		padding: 43px 0 69px;
	}

	.zt_layout .title {
		width: 69px;
		text-align: center;
		font-size: 31px;
		font-weight: bold;
		line-height: 69px;
		border-bottom: 4px #F17600 solid;
		float: left;
	}

	.zt_layout .more {
		float: right;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		padding-right: 21px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-top: 26px;
	}

	.zt_layout .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
	}

	.zt_layout .zt_main {
		overflow: hidden;
		padding-top: 26px;
		/* padding-left: 86px;
		background: url(ny_zt_leftbg.jpg) 0 bottom no-repeat;
		background-size: 14px; */
	}

	.zt_wrap .sfq-slide-con {
		width: 1300px;
		margin-right: -86px;
		overflow: hidden;
	}

	.zt_wrap .sfq-slide-con .slide-item {
		position: relative;
		float: left;
		overflow: hidden;
		cursor: pointer;
		transition: 0.5s;
		width: 78px;
		height: 283px;
	}

	.zt_wrap .sfq-slide-con .slide-item img {
		display: block;
		width: 100%;
		margin-left: -78px;
	}

	.zt_wrap .sfq-slide-con .slide-item .onwidth {
		width: 654px;
		margin-left: 78px;
	}

	.zt_wrap .sfq-slide-con .slide-item.on {
		width: 654px;
		background: #ffffff;
	}

	.zt_wrap .sfq-slide-con .slide-item.on a {
		display: block;
	}

	.zt_wrap .sfq-slide-con .slide-item span {
		position: absolute;
		width: 78px;
		height: 100%;
		left: 0;
		top: 0;
		box-sizing: border-box;
		padding: 27px;
		font-size: 22px;
		color: #fff;
		background-color: rgba(73, 4, 4, 0.6);
		line-height: 1.1;
		cursor: pointer;
		opacity: 1;
		transition: opacity 0.4s 0.6s;
	}

	.zt_wrap .sfq-slide-con .slide-item.on span {
		transition-delay: 0s;
		opacity: 0;
	}

	.zt_layout .zt_main {
		clear: both;
	}

	/*视频*/
	.sp_llayout {
		overflow: hidden;
		background: url(ny_spbg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 60px 0 214px;
	}

	.sp_llayout .title {
		height: 56px;
		line-height: 56px;
		float: left;
	}

	.sp_llayout .title a {
		display: block;
		width: 147px;
		height: 56px;
		background: url(ny_spttbg.png) no-repeat;
		background-size: cover;
	}

	.sp_llayout .title a:hover {
		background: url(ny_spttbg_on.png) no-repeat;
		background-size: contain;
	}

	.sp_llayout .sp_title_list {
		float: right;
		padding-top: 21px;
		z-index: 1;
		position: relative;
	}

	.sp_llayout .sp_title_list ul {
		float: left;
	}

	.sp_llayout .sp_title_list ul li {
		float: left;
		padding: 0 17px;
		font-size: 17px;
		line-height: 17px;
		border-right: 1px #F4AD9E solid;
		position: relative;
	}

	.sp_llayout .sp_title_list ul li:last-child {
		border: 0;
	}

	.sp_llayout .sp_title_list ul li a {
		display: block;
	}

	.sp_llayout .sp_title_list ul li.active {
		color: #F17600;
		font-weight: bold;
	}

	.sp_llayout .sp_title_list ul li.active::after {
		content: "";
		width: 33px;
		position: absolute;
		left: 50%;
		bottom: -17px;
		margin-left: -17px;
		border-radius: 4px;
		border-bottom: 2px #F17600 solid;
	}

	.sp_llayout .sp_title_list .more {
		float: right;
		display: none;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		padding-right: 21px;
		margin-left: 43px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sp_llayout .sp_title_list .more.active {
		display: block;
	}

	.sp_llayout .sp_title_list .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
	}

	.sp_main {
		position: relative;
		z-index: 0;
		width: 1200px;
		margin: 26px auto 0;
		overflow: hidden;
	}

	.sp_box {
		width: 1224px;
		height: 300px;
		/* margin: 0 auto; */
		/* position: relative; */
	}

	.sp_box ul li {
		width: 382px;
		height: 300px;
		overflow: hidden;
		position: relative;
	}

	.sp_box ul li .img {
		width: 382px;
		height: 214px;
		overflow: hidden;
	}

	.sp_box ul li .img img {
		width: 100%;
		height: 100%;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.sp_box ul li:hover img {
		transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
	}

	.sp_box ul li p {
		width: 386px;
		font-size: 17px;
		text-align: center;
		line-height: 43px;
	}

	.sp_box .pagination {
		position: absolute;
		left: -15px;
		bottom: 0;
		width: 100%;
		font-size: 0;
		text-align: center;
	}

	.sp_box .pagination span {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin: 0px 7px;
		background-color: #D7DFE9;
		cursor: pointer;
	}

	.sp_box .pagination span.swiper-active-switch {
		background: #F17600;
		width: 48px;
		border-radius: 8px;
	}

	.sp_box .play {
		background: url(ny_sp_play.png) no-repeat;
		background-size: cover;
		width: 43px;
		height: 43px;
		position: absolute;
		left: 50%;
		margin-left: -34px;
		top: 30%;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sp_box ul li:hover .play {
		background: url(ny_sp_play_on.png) no-repeat;
		background-size: cover;
	}

	/* 20231123 */
	.sj_layout .sj_con_w {
		position: relative;
		overflow: inherit;
	}

	.sj_layout .sj_con_w .swiper-container {
		height: 391px;
	}

	.sj_con_w .sj_con_prev,
	.sj_con_w .sj_con_next {
		position: absolute;
		top: 50%;
		margin-top: -43px;
		width: 45px;
		height: 45px;
		z-index: 9;
		cursor: pointer;
	}

	.sj_con_w .sj_con_prev {
		left: -71px;
		background: url(ny_new_bt1.png) no-repeat;
		background-size: 100% auto;
	}

	.sj_con_w .sj_con_next {
		right: -71px;
		background: url(ny_new_bt2.png) no-repeat;
		background-size: 100% auto;
	}

	.sj_con_w .sj_con_prev:hover {
		background-image: url(ny_new_bt1_on.png);
		background-size: 100% auto;
	}

	.sj_con_w .sj_con_next:hover {
		background-image: url(ny_new_bt2_on.png);
		background-size: 100% auto;
	}

	.sc_layout .sc_main_w {
		height: 377px;
		position: relative;
	}


	/* 20231124 */
	.sc_layout .sc_main_nypz_ws {
		padding-top: 17px;
		overflow: inherit;
	}

	.sc_main_nypz_w {
		position: relative;
	}

	.sc_main_nypz {
		width: 1217px;
		height: 360px;
	}

	.breeds_list {
		/* margin-top: 19px; */
	}

	.breeds_list ul {
		float: left;
		width: 135px;
		height: 360px;
	}

	.breeds_list ul li {
		float: left;
		width: 117px;
		height: 163px;
		margin-right: 18px;
		margin-top: 17px;
		overflow: hidden;
	}

	.breeds_list ul li .as {
		display: block;
		position: relative;
	}

	.breeds_list ul li .imgs {
		display: block;
		width: 100%;
		height: auto;
	}

	.breeds_list ul li .text {
		position: absolute;
		left: 0;
		bottom: 18px;
		text-align: center;
		width: 100%;
		line-height: 1;
		font-size: 16px;
		font-weight: bold;
	}


	.sc_main_nypz_w .sc_main_prev,
	.sc_main_nypz_w .sc_main_next {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		width: 45px;
		height: 45px;
		z-index: 9;
		cursor: pointer;
	}

	.sc_main_nypz_w .sc_main_prev {
		left: -71px;
		background: url(ny_new_bt1.png) no-repeat;
		background-size: 100% auto;
	}

	.sc_main_nypz_w .sc_main_next {
		right: -71px;
		background: url(ny_new_bt2.png) no-repeat;
		background-size: 100% auto;
	}

	.sc_main_nypz_w .sc_main_prev:hover {
		background-image: url(ny_new_bt1_on.png);
	}

	.sc_main_nypz_w .sc_main_next:hover {
		background-image: url(ny_new_bt2_on.png);
	}


	/* 批发价格 */
	.wcbg_cai .expertHead {
		margin-top: 69px;
	}

	.price_title h2 {
		width: 288px;
	}

	.price_title p {
		width: 646px;
	}

	.price_tabs {
		overflow: hidden;
		color: #999999;
		font-size: 17px;
		margin-bottom: 17px;
		text-align: center;
		padding-top: 17px;
	}

	.price_tabs li {
		width: 188px;
		height: 37px;
		line-height: 37px;
		text-align: center;
		font-weight: 700;
		cursor: pointer;
		display: inline-block;
	}

	.index_tabs {
		font-size: 14px;
	}

	.index_tabs li {
		width: 159px;
		height: 27px;
		line-height: 27px;
	}

	.index_tabs .active,
	.index_tabs li:hover {
		background: #F17600;
		border-radius: 4px;
		color: #fff;
	}

	.media_table {
		width: 100%;
		color: #333333;
		font-size: 14px;
	}

	.media_table th,
	.media_table td {
		width: 60px;
		padding: 12px 0;
		text-align: center;
	}

	.table_th2 {
		width: 197px !important;
	}

	.media_table tbody tr:nth-child(odd) {
		background: #FFFFFF;
		/* cursor: pointer; */
	}

	.media_table tbody tr:nth-child(even) {
		background: #fff8f1;
		/* cursor: pointer; */
	}

	.media_table tbody tr:hover {
		background: #fff8f1;
	}

	.media_table thead tr {
		background: #F17600;
		color: #FFFFFF;
		font-weight: 700;
	}

	.media_tableBox .more {
		color: #fff;
		width: 47px;
		height: 21px;
		background: #F17600;
		font-size: 13px;
		line-height: 21px;
		text-align: center;
		border-radius: 4px;
		float: right;
		margin-right: 22px;
		margin-top: 8px;
	}

	/* 20231222 200指数start */
	.hundred_wrap .jg_left {
		width: 329px;
		height: 391px;
		background: url(nxw_wholeBK.png) no-repeat;
		background-size: cover;
		padding-top: 17px;
	}

	.hundred_wrap .price_cont .jg_list_box .num {
		line-height: 30px;
		margin-top: 8px;
		height: 30px;
	}

	.hundred_wrap .price_cont .jg_list_box .num .span1 {
		font-size: 36px;
		float: left;
		font-weight: 600;
	}

	.hundred_wrap .price_cont .jg_list_box .data {
		margin-top: 17px;
	}

	.jg_left .jg_list_box .num_relative {
		float: left;
		font-size: 12px;
		line-height: 22px;
		color: #fefefe;
		padding-top: 5px;
		font-weight: 400;
		margin-left: 17px;
	}

	.relative_icon {
		width: 9px;
	}

	.relative_icon.down {
		transform: rotate(180deg);
	}

	.jg_left .jg_list_box .num_relative .span2 {
		font-size: 15px;
	}

	.hundred_wrap .price_cont .jg_left .echar {
		width: 100%;
		height: 185px;
	}

	.jg_right {
		float: right;
		width: 854px;
		height: 391px;
	}

	.jg_right_whole {
		width: 543px;
		height: 100%;
		background-color: #ffffff;
		box-shadow: 0px 0px 18px 0px #eff1f3;
		border-radius: 14px;
		float: left;
		padding: 17px 26px;
		box-sizing: border-box;
	}

	.jg_right_grain {
		float: right;
		width: 290px;
		height: 100%;
		background-color: #ffffff;
		box-shadow: 0px 0px 18px 0px #eff1f3;
		border-radius: 14px;
	}

	.whol_text1 {
		font-size: 15px;
		line-height: 30px;
		height: 30px;
		color: #414141;
		font-weight: 600;
	}

	.whol_titImg {
		margin-left: 21px;
		height: 43px;
		vertical-align: middle;
	}

	.whol_text2 {
		height: 31px;
		margin-top: 8px;
		color: #e76345;
	}

	.whol_text2 .span1 {
		font-size: 22px;
		line-height: 31px;
		font-weight: 600;
		float: left;
	}

	.whol_text2 .num_relative {
		float: left;
		font-size: 12px;
		line-height: 22px;
		padding-top: 5px;
		font-weight: 400;
		margin-left: 17px;
	}

	.whol_text2 .num_relative .span2 {
		font-size: 14px;
	}

	.whol_modul {
		width: 100%;
	}

	.modul_com {
		width: 236px;
		height: 120px;
		background-color: #ffffff;
		box-shadow: 0px 0px 12px 0px #edf7fc;
		border-radius: 10px;
		padding: 20px 24px 20px 17px;
		box-sizing: border-box;
		float: left;
		margin-top: 17px;
	}

	.modul_com_img {
		float: left;
		width: 72px;
	}

	.modul_com_info {
		float: left;
		margin-left: 17px;
	}

	.modul_com:nth-child(even) {
		margin-left: 17px;
	}

	.modul_com_info .p1 {
		font-size: 14px;
		line-height: 17px;
		color: #414141;
		font-weight: 600;
	}

	.modul_com_info .p2 {
		font-size: 19px;
		line-height: 21px;
		margin-top: 8px;
		color: #414141;
		font-weight: 600;
	}

	.modul_com_info .modul_icon_down {
		display: none;
	}

	.modul_com_info .p3 {
		color: #e76345;
		margin-top: 8px;
	}

	.span_num {
		font-size: 14px;
		line-height: 22px;
	}

	.jg_right_grain .whol_titImg {
		width: 64px;
		margin-left: 13px;
		height: auto;
	}

	.jg_right_grain .modul_com6 {
		margin-left: 0;
	}

	.echar_hundred {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}

	.echar_hundred_tit {
		font-size: 14px;
		line-height: 22px;
		color: #414141;
		font-weight: 600;
	}

	.echar_price_tit {
		font-size: 12px;
	}

	.echar_hundred_box {
		width: 287px;
		height: 129px;
		margin-top: 8px;
	}

	.echar_price_box {
		width: 100%;
		height: 150px;
		margin-top: 8px;
	}

	/* 20231222 200指数end */
}

/*  */
@media screen and (max-width: 1440px) {

	/* banner */
	.banner_s {
		width: 100%;
		height: 400px;
		position: relative;
	}

	.banner_s ul li {
		width: 100%;
		overflow: hidden;
		height: 500px;
	}

	.banner_s ul li .imgs_w {
		height: 400px;
		background: no-repeat center center;
		background-size: cover;
	}

	.banner_s .pagination {
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 100%;
		height: 400px;
		background: url(ny_banner_bg_1000.png) bottom no-repeat;
		background-size: 100%;
		font-size: 0;
		text-align: center;
		padding-top: 360px;
	}

	.banner_s .pagination span {
		display: inline-block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		margin: 0 8px;
		background-color: #FCE6D6;
		cursor: pointer;
	}

	/*最新发布*/
	.gsgg {
		line-height: 36px;
		height: 36px;
		background: #F6F6F6;
		position: relative;
	}

	.gsgg .title {
		font-size: 16px;
		color: #ffffff;
		font-weight: bold;
		background: url(ny_ggbg.png) no-repeat;
		background-size: 140px;
		width: 140px;
		height: 44px;
		position: absolute;
		left: 0;
		top: -8px;
		padding-left: 12px;
		line-height: 41px;
	}

	.gsgg .title img {
		margin-right: 10px;
		vertical-align: middle;
		width: 18px;
	}

	.gsgg .list {
		width: 800px;
		position: relative;
		margin-left: 140px;
	}

	.gsgg li a {
		font-size: 14px;
	}

	.gsgg li span.time {
		font-size: 16px;
		color: #999999;
		margin-left: 10px;
	}

	.gsgg .more {
		margin-right: 10px;
	}

	.gsgg .more a {
		font-size: 12px;
		color: #FBA11E;
	}

	.gsgg .more span {
		font-family: SimSun;
	}

	.gsgg .listLb .tempWrap {
		width: 800px !important;
	}

	.gsgg .listLb img {
		vertical-align: middle;
		margin-right: 10px;
		height: 14px;
	}

	.gsgg .listLb ul li {
		margin-right: 40px;
		float: left;
		text-align: left;
		_display: inline;
		width: auto !important;
	}

	/*新闻*/
	.news {
		overflow: hidden;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.news .news_img {
		position: relative;
		width: 500px;
		height: 290px;
		float: left;
	}

	.news .news_img img {
		width: 500px;
		height: 290px;
	}

	.news .news_img .swiper-wrapper {
		height: 290px;
		overflow: hidden;
	}

	.news .news_img .swiper-wrapper .swiper-slide {
		height: 290px !important;
	}

	.news .news_img .arrow-left {
		background: url(ny_new_bt1.png) no-repeat;

		background-size: 38px;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -19px;
		width: 38px;
		height: 38px;
		z-index: 1;
	}

	.news .news_img .arrow-right {
		background: url(ny_new_bt2.png) no-repeat;
		background-size: 38px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -19px;
		width: 38px;
		height: 38px;
		z-index: 1;
	}

	.news .news_img .arrow-left:hover {
		background: url(ny_new_bt1_on.png) no-repeat;
		background-size: 38px;
	}

	.news .news_img .arrow-right:hover {
		background: url(ny_new_bt2_on.png) no-repeat;
		background-size: 38px;
	}

	.news .news_img .swiper_bottomTxt {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(ny_newsbg.png) repeat-x;
		background-size: contain;
		height: 50px;
		line-height: 50px;
	}

	.news .news_img .swiper_bottomTxt p {
		font-size: 16px;
		color: #ffffff;
		padding-left: 16px;
	}

	.news_img .pageState {
		position: absolute;
		right: 10px;
		bottom: 10px;
		line-height: 14px;
		color: #ffffff;
		z-index: 2;
	}

	.news_img .pageState .t1 {
		font-size: 26px;
		margin-right: 7px;
	}

	.news_img .pageState .t2 {
		font-size: 14px;
		margin-left: 5px;
	}

	.news .news_content {
		width: 470px;
		float: right;
	}

	.news .news_content .title {
		position: relative;
		border-bottom: 1px #CCCCCC solid;
		height: 41px;
	}

	.news .news_content .title ul li {
		width: 90px;
		text-align: center;
		font-size: 20px;
		margin-right: 13px;
		float: left;
		padding-bottom: 15px;
		position: relative;
	}

	.news .news_content .title ul li.active::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		border-bottom: 3px #F17600 solid;
	}

	.news .news_content .title .more a {
		display: none;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		background-size: 12px;
		margin-top: 7px;
		padding-right: 20px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.news .news_content .title .more a:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
		background-size: 12px;
	}

	.news .news_content .news_list ul {
		padding: 4px 0;
	}

	.news .news_content .news_list li {
		background: url(ny_dian.png) no-repeat left center;
		background-size: 5px;
		padding-left: 16px;
		height: 36px;
		line-height: 36px;
	}

	.news .news_content .news_list li a {
		display: block;
		width: 400px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		font-size: 16px;
	}

	.news .news_content .news_list li span {
		float: right;
		font-size: 14px;
		color: #999;
	}

	.news .news_qgxxlb {
		width: 140px !important;
	}

	/*生产*/
	.sc_layout {
		background: #F7F7F7;
		padding-top: 30px;
		padding-bottom: 60px;
		overflow: hidden;
	}

	.sc_layout .title {
		width: 70px;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		line-height: 66px;
		border-bottom: 5px #F17600 solid;
		float: left;
	}

	.sc_layout .sc_title_list ul li {
		float: left;
		margin-left: 40px;
		font-size: 16px;
	}

	.sc_layout .sc_title_list ul li a {
		padding-top: 60px;
		display: block;
	}

	.sc_layout .sc_title_list ul li:nth-child(1) {
		background: url(ny_sc_ico1.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li:nth-child(2) {
		background: url(ny_sc_ico2.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li:nth-child(3) {
		background: url(ny_sc_ico3.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li:nth-child(4) {
		background: url(ny_sc_ico4.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li:nth-child(5) {
		background: url(ny_sc_ico5.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li:nth-child(6) {
		background: url(ny_sc_ico6.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(1) {
		background: url(ny_sc_ico1_on.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(2) {
		background: url(ny_sc_ico2_on.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(3) {
		background: url(ny_sc_ico3_on.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(4) {
		background: url(ny_sc_ico4_on.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(5) {
		background: url(ny_sc_ico5_on.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_title_list ul li.active:nth-child(6) {
		background: url(ny_sc_ico6_on.png) top center no-repeat;
		background-size: 70%;
	}

	.sc_layout .sc_main {
		clear: both;
		padding-top: 25px;
		overflow: hidden;
	}

	.sc_layout .sc_main .sc_img {
		width: 500px;
		height: 286px;
		float: left;
	}

	.sc_layout .sc_main .sc_box {
		width: 500px;
		height: 286px;
		background: #ffffff;
		float: left;
		padding: 20px 17px 0 25px;
	}

	.sc_layout .sc_main .sc_box .sc_box_title {
		font-size: 22px;
		color: #F17600;
		font-weight: bold;
		float: left;
	}

	.sc_layout .sc_main .sc_box .more {
		float: right;
		display: block;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		background-size: 12px;
		margin-top: 7px;
		padding-right: 20px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sc_layout .sc_main .sc_box .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
		background-size: 12px;
	}

	.sc_layout .sc_main .sc_box .sc_box_list ul {
		padding: 10px 0;
	}

	.sc_layout .sc_main .sc_box .sc_box_list li {
		background: url(ny_dian.png) no-repeat left center;
		background-size: 5px;
		padding-left: 16px;
		height: 36px;
		line-height: 36px;
	}

	.sc_layout .sc_main .sc_box .sc_box_list li a {
		display: block;
		width: 380px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		font-size: 16px;
	}

	.sc_layout .sc_main .sc_box .sc_box_list li span {
		float: right;
		font-size: 14px;
		color: #999;
	}

	/*数据*/
	.sj_layout {
		overflow: hidden;
		background: url(ny_sjbg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 30px 0 40px;
	}

	.sj_layout .title {
		width: 70px;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		line-height: 66px;
		border-bottom: 5px #F17600 solid;
		float: left;
	}

	.sj_layout .sj_title_list {
		float: right;
		padding-top: 30px;
	}

	.sj_layout .sj_title_list ul li {
		float: left;
		padding: 0px 15px;
		font-size: 16px;
		line-height: 16px;
		border-right: 1px #F4AD9E solid;
		position: relative;
	}

	.sj_layout .sj_title_list ul li.active {
		color: #F17600;
		font-weight: bold;
	}

	.sj_layout .sj_title_list ul li.active::after {
		content: "";
		width: 38px;
		position: absolute;
		left: 50%;
		bottom: -15px;
		margin-left: -19px;
		border-radius: 5px;
		border-bottom: 3px #F17600 solid;
	}

	.sj_layout .sj_title_list .sj_ad {
		float: left;
		margin-right: 30px;
	}

	.sj_layout .sj_title_list .sj_ad a {
		padding: 0 0 0 30px;
	}

	.sj_layout .sj_title_list .more {
		float: right;
		display: none;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		background-size: 12px;
		padding-right: 20px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sj_layout .sj_title_list .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
		background-size: 12px;
	}

	.sj_layout .sj_main {
		clear: both;
		margin-top: 30px;
		height: 385px;
	}

	.sj_layout .jg_left {
		width: 240px;
		height: 324px;
		float: left;
		background: #FA7C08;
		border-radius: 15px;
		padding: 8px;
	}

	.sj_layout .zs200 {
		background: #fff;
		border-radius: 15px;
		height: 324px;
	}

	/*数据表格*/
	.sj_layout .jg_list_box .name {
		font-size: 12px;
		line-height: 30px;
		font-weight: bold;
	}

	.sj_layout .jg_list_box .num {
		font-size: 30px;
		line-height: 44px;
		font-weight: bold;
		font-family: Arial;
	}

	.sj_layout .jg_list_box .data {
		width: 130px;
		height: 42px;
	}

	.sj_layout .jg_list_box .time {
		font-size: 12px;
		margin-top: 6px;
	}

	.sj_layout .jg_list_box .ico {
		width: 60px;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 38px;
		text-align: center;
	}

	.sj_layout .jg_list_box .ico img {
		height: 80%;
	}

	.sj_layout .jg_list_box .hb {
		width: 60px;
		height: 40px;
		position: absolute;
		right: 0;
		bottom: 12px;
		font-size: 12px;
		font-weight: bold;
	}

	.sj_layout .jg_list_box .hb p {
		line-height: 20px;
		font-weight: normal;
	}

	.sj_layout .jg_list_box .up {
		background: url(jg_up.png) no-repeat;
    background-size: cover;
		width: 21px;
		height: 13px;
		display: inline-block;
		margin-left: 10px;
	}

	/*数据表格 end*/
	.sj_layout .jg_left .jg_list_box {
		color: #ffffff;
		margin-left: 7px;
	}

	.sj_layout .jg_left .echar {
		background: #ffffff;
		border-radius: 10px;
		padding: 10px;
		margin-top: 13px;
		width: 225px;
		height: 159px;
	}

	.sj_layout .jg_left .echar img {
		width: 100%;
		height: 100%;
	}

	.sj_layout .jg_list {
		width: 760px;
		float: right;
		overflow: hidden;
	}

	.sj_layout .jg_list ul li {
		float: left;
		margin-left: 13px;
		width: 240px;
		height: 152px;
		background: #ffffff;
		border-radius: 15px;
		padding: 6px 0 6px 15px;
		margin-bottom: 20px;
	}

	.sj_layout .jg_list .red .hb {
		color: #CC171C;
	}

	.sj_layout .jg_list .red i {
		background: url(jg_up.png) no-repeat;
    background-size: cover;
		width: 21px;
		height: 13px;
		display: inline-block;
		margin-left: 10px;
	}

	.sj_layout .jg_list .green .hb {
		color: #18853A;
	}

	.sj_layout .jg_list .green i {
		background: url(jg_down.png) no-repeat;
    background-size: cover;
		width: 21px;
		height: 13px;
		display: inline-block;
		margin-left: 10px;
	}

	/*数据 图文列表*/
	.sj_layout .dynamic_list_det {
		float: left;
		width: 235px;
		height: 324px;
		margin-left: 20px;
		background: #fff;
		position: relative;
		/* margin-top: 20px; */
		transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
	}

	.sj_layout .dynamic_det_top {
		height: 142px;
	}

	.sj_layout .dynamic_detBox {
		margin: 0px 14px 15px;
	}

	.sj_layout .dynamic_detBox p {
		font-size: 12px;
		line-height: 22px;
		color: #989898;
		text-align: justify;
	}

	.sj_layout .dynamic_detBox p a {
		color: #F7592D;
	}

	.sj_layout .dynamic_det_title {
		display: block;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		padding-top: 10px;
		word-break: break-all;
		margin-bottom: 10px;
		text-align: justify;
	}

	.sj_layout .dynamic_detBox .dynamic_det_infDate {
		font-size: 12px;
		color: #F07500;
		position: absolute;
		left: 14px;
		bottom: 8px;
	}

	.sj_news_list {
		width: 1000px;
		height: 360px;
		position: relative;
	}

	.sj_news_list .pagination {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 0;
		text-align: center;
	}

	.sj_news_list .pagination span {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin: 0px 6px;
		background-color: #9d9d9d;
		cursor: pointer;
	}

	.sj_news_list .pagination span.swiper-active-switch {
		background: #F17600;
		width: 46px;
		border-radius: 10px;
	}

	/*信息化*/
	.xxh_layout {
		overflow: hidden;
		background: url(ny_xxhbg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 30px 0 80px;
		height: 520px;
	}

	.xxh_layout .title {
		width: 100px;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		line-height: 66px;
		border-bottom: 5px #F17600 solid;
		float: left;
	}

	.xxh_layout .xxh_title_list {
		float: right;
		padding-top: 30px;
	}

	.xxh_layout .xxh_title_list ul li {
		float: left;
		padding: 0 15px;
		font-size: 16px;
		line-height: 15px;
		border-right: 1px #F4AD9E solid;
		position: relative;
	}

	.xxh_layout .xxh_title_list ul li.active {
		color: #F17600;
		font-weight: bold;
	}

	.xxh_layout .xxh_title_list ul li.active::after {
		content: "";
		width: 38px;
		position: absolute;
		left: 50%;
		bottom: -15px;
		margin-left: -19px;
		border-radius: 5px;
		border-bottom: 3px #F17600 solid;
	}

	.xxh_layout .xxh_title_list .xxh_ad {
		float: left;
		margin-right: 30px;
	}

	.xxh_layout .xxh_title_list .xxh_ad a {
		padding: 0 0 0 30px;
	}

	.xxh_layout .xxh_title_list .more {
		float: right;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		background-size: 12px;
		padding-right: 20px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: none;
	}

	.xxh_layout .xxh_title_list .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
		background-size: 12px;
	}

	.xxh_layout .xxh_img {
		position: relative;
		width: 500px;
		height: 296px;
		float: left;
	}

	.xxh_layout .xxh_img img {
		width: 500px;
		height: 296px;
	}

	.xxh_layout .xxh_img .swiper-wrapper {
		height: 296px;
		overflow: hidden;
	}

	.xxh_layout .xxh_img .swiper-wrapper .swiper-slide {
		height: 296px !important;
	}

	.xxh_layout .xxh_img .arrow-left {
		background: url(ny_xxh_bt1.png) no-repeat;
		background-size: 12px;
		position: absolute;
		left: 14px;
		bottom: 14px;
		width: 12px;
		height: 16px;
		z-index: 1;
	}

	.xxh_layout .xxh_img .arrow-right {
		background: url(ny_xxh_bt2.png) no-repeat;
		background-size: 12px;
		position: absolute;
		right: 14px;
		bottom: 14px;
		width: 12px;
		height: 16px;
		z-index: 1;
	}

	.xxh_layout .xxh_img .arrow-left:hover {
		background: url(ny_xxh_bt1_on.png) no-repeat;
		background-size: 12px;
	}

	.xxh_layout .xxh_img .arrow-right:hover {
		background: url(ny_xxh_bt2_on.png) no-repeat;
		background-size: 12px;
	}

	.xxh_layout .xxh_img .swiper-slide {
		position: relative;
	}

	.xxh_layout .xxh_img .swiper_bottomTxt {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(ny_xxh_imgbg.png);
		background-size: cover;
		height: 45px;
		line-height: 45px;
	}

	.xxh_layout .xxh_img .swiper_bottomTxt p {
		font-size: 16px;
		color: #ffffff;
		padding-left: 100px;
		padding-right: 50px;
		text-align: center;
	}

	.xxh_layout .xxh_img .pageState {
		position: absolute;
		left: 45px;
		bottom: 8px;
		line-height: 18px;
		color: #ffffff;
		z-index: 2;
	}

	.xxh_layout .xxh_img .pageState .t1 {
		font-size: 26px;
		margin-right: 5px;
	}

	.xxh_layout .xxh_img .pageState .t2 {
		font-size: 14px;
		margin-left: 3px;
	}

	.xxh_layout .xxh_main .xxh_box {
		width: 500px;
		height: 296px;
		background: #ffffff;
		float: left;
		padding: 15px 17px 0 25px;
	}

	.xxh_layout .xxh_main .xxh_box .sc_box_title {
		font-size: 26px;
		color: #F17600;
		font-weight: bold;
		float: left;
	}

	.xxh_layout .xxh_main .xxh_box .more {
		float: right;
		display: block;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		background-size: 12px;
		margin-top: 7px;
		padding-right: 25px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.xxh_layout .xxh_main .xxh_box .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
		background-size: 12px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .data {
		width: 50px;
		text-align: center;
		color: #F17600;
		float: left;
		margin-top: 5px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .data span {
		font-size: 36px;
		font-weight: bold;
		font-family: Arial;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .data p {
		font-size: 12px;
		font-family: Arial;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt {
		width: 400px;
		float: right;
		overflow: hidden;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt .title {
		width: 400px;
		text-align: left;
		font-size: 20px;
		font-weight: bold;
		line-height: 46px;
		border-bottom: 1px #D2D2D2 dashed;
		float: none;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_top .txt p {
		color: #7B7B7B;
		line-height: 22px;
		padding: 6px 0 10px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list ul {
		padding: 10px 0;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list li {
		background: url(ny_dian.png) no-repeat left center;
		background-size: 5px;
		padding-left: 16px;
		height: 36px;
		line-height: 36px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list li a {
		display: block;
		width: 380px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		font-size: 16px;
	}

	.xxh_layout .xxh_main .xxh_box .xxh_box_list li span {
		float: right;
		font-size: 14px;
		color: #999;
	}

	.xxh_layout .xxh_main {
		clear: both;
		position: absolute;
		left: 0;
		top: 110px;
		visibility: hidden;
	}

	/*专题*/
	.zt_layout {
		overflow: hidden;
		padding: 30px 0 60px;
	}

	.zt_layout .title {
		width: 70px;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		line-height: 66px;
		border-bottom: 5px #F17600 solid;
		float: left;
	}

	.zt_layout .more {
		float: right;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		background-size: 12px;
		padding-right: 20px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-top: 30px;
	}

	.zt_layout .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
		background-size: 12px;
	}

	.zt_layout .zt_main {
		overflow: hidden;
		padding-top: 22px;
		/* padding-left: 80px;
		background: url(ny_zt_leftbg.jpg) 0 bottom no-repeat;
		background-size: 12px; */
	}

	.zt_wrap .sfq-slide-con {
		width: 1000px;
		overflow: hidden;
	}

	.zt_wrap .sfq-slide-con .slide-item {
		position: relative;
		float: left;
		overflow: hidden;
		cursor: pointer;
		transition: 0.5s;
		width: 65px;
		height: 235px;
	}

	.zt_wrap .sfq-slide-con .slide-item img {
		display: block;
		width: 100%;
		height: 100%;
		margin-left: -65px;
	}

	.zt_wrap .sfq-slide-con .slide-item .onwidth {
		width: 545px;
		margin-left: 65px;
	}

	.zt_wrap .sfq-slide-con .slide-item.on {
		width: 545px;
		background: #ffffff;
	}

	.zt_wrap .sfq-slide-con .slide-item span {
		position: absolute;
		width: 65px;
		height: 100%;
		left: 0;
		top: 0;
		box-sizing: border-box;
		padding: 20px 22px;
		font-size: 20px;
		color: #fff;
		background-color: rgba(73, 4, 4, 0.6);
		line-height: 1.1;
		cursor: pointer;
		opacity: 1;
		transition: opacity 0.4s 0.6s;
	}

	/*视频*/
	.sp_llayout {
		overflow: hidden;
		background: url(ny_spbg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 50px 0 200px;
	}

	.sp_llayout .title {
		height: 65px;
		line-height: 65px;
		float: left;
	}

	.sp_llayout .title a {
		display: block;
		width: 144px;
		height: 56px;
		background: url(ny_spttbg.png) no-repeat;
		background-size: contain;
	}

	.sp_llayout .title a:hover {
		background: url(ny_spttbg_on.png) no-repeat;
		background-size: contain;
	}

	.sp_llayout .sp_title_list {
		float: right;
		padding-top: 25px;
		z-index: 1;
		position: relative;
	}

	.sp_llayout .sp_title_list ul li {
		float: left;
		padding: 0 15px;
		font-size: 16px;
		line-height: 16px;
		border-right: 1px #F4AD9E solid;
		position: relative;
	}

	.sp_llayout .sp_title_list ul li.active {
		color: #F17600;
		font-weight: bold;
	}

	.sp_llayout .sp_title_list ul li.active::after {
		content: "";
		width: 38px;
		position: absolute;
		left: 50%;
		bottom: -15px;
		margin-left: -19px;
		border-radius: 5px;
		border-bottom: 3px #F17600 solid;
	}

	.sp_llayout .sp_title_list .more {
		float: right;
		display: none;
		color: #FBA11E;
		background: url(ny_news_morebg.png) right no-repeat;
		background-size: 12px;
		padding-right: 20px;
		margin-left: 30px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sp_llayout .sp_title_list .more:hover {
		background: url(ny_news_morebg_on.png) right no-repeat;
		background-size: 12px;
	}

	.sp_main {
		position: relative;
		z-index: 0;
		width: 1000px;
		margin: 20px auto 0;
		overflow: hidden;
	}

	.sp_box {
		width: 1028px;
		height: 250px;
		margin: 0 auto;
		position: relative;
	}

	.sp_box ul li {
		width: 318px;
		height: 250px;
		overflow: hidden;
		position: relative;
	}

	.sp_box ul li .img {
		width: 318px;
		height: 180px;
		overflow: hidden;
	}

	.sp_box ul li .img img {
		width: 100%;
		height: 100%;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.sp_box ul li:hover img {
		transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
	}

	.sp_box ul li p {
		width: 318px;
		font-size: 16px;
		text-align: center;
		line-height: 40px;
	}

	.sp_box .pagination {
		position: absolute;
		left: -28px;
		bottom: 0;
		width: 100%;
		font-size: 0;
		text-align: center;
	}

	.sp_box .pagination span {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin: 0px 6px;
		background-color: #D7DFE9;
		cursor: pointer;
	}

	.sp_box .pagination span.swiper-active-switch {
		background: #F17600;
		width: 46px;
		border-radius: 10px;
	}

	.sp_box .play {
		background: url(ny_sp_play.png) no-repeat;
		background-size: cover;
		width: 40px;
		height: 41px;
		position: absolute;
		left: 50%;
		margin-left: -36px;
		top: 30%;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.sp_box ul li:hover .play {
		background: url(ny_sp_play_on.png) no-repeat;
		background-size: cover;
	}

	.sj_ad img {
		width: auto;
		height: 16px;
	}

	.xxh_ad img {
		width: auto;
		height: 16px;
	}


	.sj_layout .sj_con_w .swiper-container {
		height: 324px;
	}

	.sj_con_w .sj_con_prev,
	.sj_con_w .sj_con_next {
		margin-top: -36px;
		width: 38px;
		height: 38px;
		background-size: 100% 100%;
	}

	.sj_con_w .sj_con_prev {
		left: -59px;
	}

	.sj_con_w .sj_con_next {
		right: -59px;
	}



	.sc_layout .sc_main_nypz_ws {
		padding-top: 20px;
		overflow: inherit;
	}

	.sc_main_nypz_w {
		position: relative;
	}

	.sc_main_nypz {
		width: 1014px;
		height: 298px;
	}

	.breeds_list {
		padding-bottom: 2px;
	}

	.breeds_list ul {
		width: 113px;
		height: 298px;
	}

	.breeds_list ul li {
		width: 98px;
		height: 135px;
		margin-right: 15px;
		margin-top: 14px;
	}

	.breeds_list ul li .text {
		bottom: 15px;
		font-size: 14px;
	}

	.sc_main_nypz_w .sc_main_prev,
	.sc_main_nypz_w .sc_main_next {
		margin-top: -12px;
		width: 38px;
		height: 38px;
		background-size: 100% 100%;
	}

	.sc_main_nypz_w .sc_main_prev {
		left: -59px;
	}

	.sc_main_nypz_w .sc_main_next {
		right: -59px;
	}

	/* 批发价格start */
	.wcbg_cai .expertHead {
		margin-top: 57px;
	}

	.price_title h2 {
		width: 240px;
	}

	.price_title p {
		width: 538px;
	}

	.price_tabs {
		overflow: hidden;
		color: #999999;
		font-size: 14px;
		margin-bottom: 14px;
		text-align: center;
		padding-top: 14px;
	}

	.price_tabs li {
		width: 157px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-weight: 700;
		cursor: pointer;
		display: inline-block;
	}

	.index_tabs {
		font-size: 12px;
	}

	.index_tabs li {
		width: 132px;
		height: 23px;
		line-height: 23px;
	}

	.index_tabs .active,
	.index_tabs li:hover {
		background: #F17600;
		border-radius: 3px;
		color: #fff;
	}

	.media_table {
		width: 100%;
		color: #333333;
		font-size: 12px;
	}

	.media_table th,
	.media_table td {
		width: 50px;
		padding: 10px 0;
		text-align: center;
	}

	.table_th2 {
		width: 164px !important;
	}

	.media_table tbody tr:nth-child(odd) {
		background: #FFFFFF;
		/* cursor: pointer; */
	}

	.media_table tbody tr:nth-child(even) {
		background: #fff8f1;
		/* cursor: pointer; */
	}

	.media_table tbody tr:hover {
		background: #fff8f1;
	}

	.media_table thead tr {
		background: #F17600;
		color: #FFFFFF;
		font-weight: 700;
	}

	.media_tableBox .more {
		color: #fff;
		width: 39px;
		height: 17px;
		background: #F17600;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		border-radius: 4px;
		float: right;
		margin-right: 19px;
		margin-top: 7px;
	}

	/* 批发价格end */


	/* 20231222 200指数start */
	.hundred_wrap .jg_left {
		width: 274px;
		height: 326px;
		background: url(nxw_wholeBK.png) no-repeat;
		background-size: cover;
		padding-top: 14px;
	}

	.hundred_wrap .price_cont .jg_list_box .num {
		line-height: 25px;
		margin-top: 7px;
		height: 25px;
	}

	.hundred_wrap .price_cont .jg_list_box .num .span1 {
		font-size: 31px;
		float: left;
		font-weight: 600;
	}

	.hundred_wrap .price_cont .jg_list_box .data {
		margin-top: 14px;
	}

	.jg_left .jg_list_box .num_relative {
		float: left;
		font-size: 12px;
		line-height: 19px;
		color: #fefefe;
		padding-top: 4px;
		font-weight: 400;
		margin-left: 14px;
	}

	.relative_icon {
		width: 8px;
	}

	.relative_icon.down {
		transform: rotate(180deg);
	}

	.jg_left .jg_list_box .num_relative .span2 {
		font-size: 13px;
	}

	.hundred_wrap .price_cont .jg_left .echar {
		width: 100%;
		height: 154px;
	}

	.jg_right {
		float: right;
		width: 711px;
		height: 326px;
	}

	.jg_right_whole {
		width: 452px;
		height: 100%;
		background-color: #ffffff;
		box-shadow: 0px 0px 18px 0px #eff1f3;
		border-radius: 13px;
		float: left;
		padding: 14px 21px;
		box-sizing: border-box;
	}

	.jg_right_grain {
		float: right;
		width: 241px;
		height: 100%;
		background-color: #ffffff;
		box-shadow: 0px 0px 18px 0px #eff1f3;
		border-radius: 13px;
	}

	.whol_text1 {
		font-size: 13px;
		line-height: 25px;
		height: 25px;
		color: #414141;
		font-weight: 600;
	}

	.whol_titImg {
		margin-left: 17px;
		height: 36px;
		vertical-align: middle;
	}

	.whol_text2 {
		height: 26px;
		margin-top: 7px;
		color: #e76345;
	}

	.whol_text2 .span1 {
		font-size: 19px;
		line-height: 26px;
		font-weight: 600;
		float: left;
	}

	.whol_text2 .num_relative {
		float: left;
		font-size: 12px;
		line-height: 19px;
		padding-top: 4px;
		font-weight: 400;
		margin-left: 14px;
	}

	.whol_text2.normal {
		color: #414141;
	}

	.whol_text2 .relative_icon.clz_icon2 {
		display: none
	}

	.whol_text2.normal .relative_icon {
		display: none;
	}

	.whol_text2.down .relative_icon.clz_icon1 {
		display: none;
	}

	.whol_text2.down .relative_icon.clz_icon2 {
		display: inline;
	}

	.whol_text2.down {
		color: #1ea13c;
	}

	.whol_text2 .num_relative .span2 {
		font-size: 13px;
	}

	.whol_modul {
		width: 100%;
	}

	.modul_com {
		width: 197px;
		height: 100px;
		background-color: #ffffff;
		box-shadow: 0px 0px 12px 0px #edf7fc;
		border-radius: 12px;
		padding: 14px;
		box-sizing: border-box;
		float: left;
		margin-top: 14px;
	}

	.modul_com_img {
		float: left;
		width: 60px;
	}

	.modul_com_img img {
		width: 100%;
	}

	.modul_com_info {
		float: left;
		margin-left: 14px;
	}

	.modul_com:nth-child(even) {
		margin-left: 14px;
	}

	.modul_com_info .p1 {
		font-size: 13px;
		line-height: 14px;
		color: #414141;
		font-weight: 600;
	}

	.modul_com_info .p2 {
		font-size: 16px;
		line-height: 18px;
		margin-top: 7px;
		color: #414141;
		font-weight: 600;
	}

	.modul_com_info .modul_icon_down {
		display: none;
	}

	.modul_com_info .p3 {
		color: #e76345;
		margin-top: 7px;
	}

	.modul_com_info .p3.normal {
		color: #414141;
	}

	.modul_com_info .p3.normal .modul_icon {
		display: none;
	}

	.modul_com_info .p3.down {
		color: #1ea13c;
	}

	.modul_com_info .p3.down .modul_icon_down {
		display: inline;
	}

	.modul_com_info .p3.down .modul_icon_up {
		display: none;
	}

	.span_num {
		font-size: 13px;
		line-height: 19px;
	}

	.jg_right_grain .whol_titImg {
		width: 54px;
		margin-left: 11px;
		height: auto;
	}

	.jg_right_grain .modul_com6 {
		margin-left: 0;
	}

	.echar_hundred {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}

	.echar_hundred_tit {
		font-size: 13px;
		line-height: 19px;
		color: #414141;
		font-weight: 600;
	}

	.echar_price_tit {
		white-space: nowrap;
		transform: scale(.8) translateX(-26px);
	}

	.echar_hundred_box {
		width: 238px;
		height: 107px;
		margin-top: 7px;
	}

	.echar_price_box {
		width: 100%;
		height: 114px;
		margin-top: 7px;
	}

	/* 20231222 200指数end */

}