.top_content_list{
			overflow: hidden;
		}
		.top_first_list{
			float: left;
		}
		.top_sec_list{
			float: left;
			height: 276px;
		}
		.top_third_list{
			float: left;
			height: 276px;
		}
		.top_first_list .adv_w140 img{
			height: 50px;
		}
		.company_recommend{
			overflow: hidden;
			margin-top: 0px;
		}
		.company_recommend .company{
			float: left;
			height: 300px;
		}
		.company_recommend .company ul li{
			overflow: hidden;
			white-space: nowrap;
		}
		.popular_tags{
			overflow: hidden;
		}
		.popular_tags .lable{
			float: left;
			padding: 2px 6px;
			margin: 12px 4px 0px;
			border-radius: 3px;
		}
		.popular_tags .lable a{
			text-decoration: none;
			color: #fff;
		}
		/***************************滚动图********************************/
		.scroll_img .show_box{
			height: 160px;
			position: relative;
			overflow: hidden;
			margin-top: 12px;
		}
		.scroll_img .scroll_img_list{
			position: absolute;
			left: 0px;
			width: 3000px;
			transition:all 0.5s ease-in;
			-ms-transition:all 0.5s ease-in;
			-webkit-transition:all 0.5s ease-in;
			-moz-transition:all 0.5s ease-in;
			-o-transition:all 0.5s ease-in;
		}
		.scroll_img .show_box .btn{
			display: inline-block;
			position: absolute;
			padding: 16px;
			border-radius: 50%;
			background: rgba(39,40,34,0.5);
			text-decoration: none;
			font-family: 'zly';
			color: #fff;
			font-size: 24px;
		}
		.scroll_img .show_box .btn:hover{
			background: rgba(39,40,34,0.8);
		}
		.scroll_img .show_box .pre{
			top: 50px;
			left: -20px;
		}
		.scroll_img .show_box .next{
			top: 50px;
			right: -20px;
		}
		.scroll_img .show_box .scroll_img_list a{
			text-decoration: none;
			color: #fff;
		}
		.scroll_img .show_box .scroll_img_list li{
			float: left;
			width: 198px;
			height: 160px;
			margin: 0px 1px;
			overflow: hidden;
			position: relative;
		}
		.scroll_img .show_box .scroll_img_list li:hover img{
			transform:scale(1.1);
			-ms-transform:scale(1.1);
			-moz-transform:scale(1.1);
			-webkit-transform:scale(1.1);
			-o-transform:scale(1.1);
		}
		.scroll_img .show_box .scroll_img_list li img{
			width: 198px;
			height: 160px;
			transition:all 0.5s ease-in;
			-ms-transition:all 0.5s ease-in;
			-o-transition:all 0.5s ease-in;
			-webkit-transition:all 0.5s ease-in;
			-moz-transition:all 0.5s ease-in;
		}
		.scroll_img_info{
			width: 198px;
			height: 46px;
			line-height: 36px;
			background: rgba(0,0,0,.6);
			color: #fff;
			position: absolute;
			bottom: -10px;
			text-indent: 0.2em;
			font-size: 14px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition:all 0.5s ease-in;
			-ms-transition:all 0.5s ease-in;
			-o-transition:all 0.5s ease-in;
			-webkit-transition:all 0.5s ease-in;
			-moz-transition:all 0.5s ease-in;
		}
		.scroll_img .show_box .scroll_img_list li:hover .scroll_img_info{
			bottom: 0px;
		}

		/********************技术问答***********************/
		.q_and_q li:before {
			content: '';
			font-size: 12px;
			font-family: '微软雅黑';
		}
		.q_and_q .solve:before{
			content: '[已解决] ';
		}
		.q_and_q .unsolve:before{
			content: '[未解决] ';
		}
		.question a:after {
			content: '\e601';
		}
		/****************************企业分类*******************************/
		.enterprise_category li,.product_category li{
			overflow: hidden;
			height: auto;
			margin: 6px 0px;
		}
		.enterprise_category li:before,.product_category li:before{
			content: "";
		}
		.enterprise_category li div,.product_category li div{
			float: left;
		}
		.enterprise_category li .firm_box,.product_category li .product_box{
			width: 600px;
			float: left;
		}
		.enterprise_category li .firm_class_index,.product_category li .product_class_index{
			float: left;
		}
		.enterprise_category li .firm_class{
			width: 140px;
			height: 60px;
			margin: 6px 4px;
			position: relative;
			overflow: hidden;
			float: left;

		}
		.enterprise_category li .firm_box .firm_class img{
			width: 140px;
			height: 60px;
		}
		.enterprise_category li .firm_class p{
			top: 0px;
			left: -140px;
			padding: 10px;
			position: absolute;
			width: 120px;
			height: 40px;
			background: rgba(0,0,0,.6);
			font-size: 12px;
			white-space:pre-wrap;
			line-height: 18px;
			color: #fff;
			transition:all 0.2s ease-in;
			-ms-transition:all 0.2s ease-in;
			-o-transition:all 0.2s ease-in;
			-webkit-transition:all 0.2s ease-in;
			-moz-transition:all 0.2s ease-in;
		}
		.enterprise_category li .firm_class:hover p{
			left: 0px;
		}
		.enterprise_category li .firm_class_index,.product_category li .product_class_index{
			padding: 0px 12px;
			text-align: center;
			background: #C3382A;
			color: #fff;
			margin: 14px 24px 0px 0px;
			border-radius: 3px;

		}
		.enterprise_category li .firm_class_index:hover{
			background: #931F12;
		}
		.enterprise_category li .firm_class_index a,.product_category li .product_class_index a{
			text-decoration: none;
			color: #fff;
		}

		/**************************兽药种类****************************/
		.veterinary_species{
			overflow: hidden;
		}
		.veterinary_species a{
			text-decoration: none;
			color: #000;
		}
		.veterinary_species a:hover{
			color: #C3382A;
		}
		.veterinary_species a:hover li{
			border: solid 1px #C3382A;
			background: #C3382A;
			color: #fff;
		}
		.veterinary_species li:before{
			content: '';
		}
		.veterinary_species li{
			width: auto;
			line-height: 20px;
			float: left;
			padding: 0px 6px;
			border-radius: 3px;
			border: solid 1px #000;
			margin: 6px 8px;
		}
		/**********************产品推荐***********************/
		.products_recommended{
			overflow: hidden;
			margin-top: 12px;
		}
		.products_recommended li{
			float: left;
			width: 230px;
			height: 150px;
			margin: 12px 5px;
			overflow: hidden;
			position: relative;
		}
		.products_recommended li img{
			width: 230px;
			height: 150px;
			transition:all 0.3s ease-in;
			-ms-transition:all 0.3s ease-in;
			-o-transition:all 0.3s ease-in;
			-webkit-transition:all 0.3s ease-in;
			-moz-transition:all 0.3s ease-in;
		}
		.products_recommended li:hover p{
			top:0px;
		}
		.products_recommended li:hover img{
			transform:scale(1.3);
			-ms-transform:scale(1.3);
			-moz-transform:scale(1.3);
			-webkit-transform:scale(1.3);
			-o-transform:scale(1.3);
		}

		.products_recommended li a{
			text-decoration: none;
			color: #fff;
			font-size: 12px;
		}
		.products_recommended li p{
			padding: 20px;
			left: 0px;
			top: 150px;
			overflow: hidden;
			position: absolute;
			height: 130px;
			line-height: 24px;
			background: rgba(0,0,0,.6);
			transition:all 0.3s ease-in;
			-ms-transition:all 0.3s ease-in;
			-o-transition:all 0.3s ease-in;
			-webkit-transition:all 0.3s ease-in;
			-moz-transition:all 0.3s ease-in;
		}
		/****************************微论坛**************************/
		.micro_forum li:before{
			content: '';
		}
		.micro_forum li{
			height: auto;
			overflow: hidden;
			padding: 12px 0px;
			border-bottom: dashed 1px #C4C4C4;
		}
		.micro_forum li img{
			float: left;
			width: 40px;
			height: 40px;
			border-radius: 50%;
		}
		.micro_forum li .forum_con{
			float: left;
			width: 200px;
			margin-left: 12px;
			overflow: hidden;
			margin-top: -5px;
		}
		.micro_forum li .forum_con .forum_user_info{
			overflow: hidden;
		}
		.micro_forum li .forum_con .forum_user_con{
			display: block;
			text-decoration: none;
			color: #000;
			overflow: hidden;
			white-space: pre-wrap;
			text-overflow:ellipsis;
			max-height: 48px;
			line-height: 24px;
		}
		.micro_forum li .forum_con .forum_user_con:hover{
			color: #C3382A;
		}
		.micro_forum li .forum_con .forum_user_info a{
			float: left;
			color: #C3382A;
			text-decoration: none;
		}
		.micro_forum li .forum_con .forum_user_info time{
			float: right;
			color: #C4C4C4;
		}

		/**************************今日价格***************************/
		.price_box{
			overflow: hidden;
		}
		.price_box ul li:before{
			content: none;
		}
		.price_box .index{
			width: 120px;
			float: left;
		}
		.price_box .region{
			width: 65px;
			float: left;
		}
		.price_box .price{
			width: 75px;
			float: left;
		}

		/****************************tab框********************************/

		.news_block_head .warning_tab {
			top: 36px;
			left: 0px;
			overflow: hidden;
			border-bottom: solid 1px #C4C4C4;
			}
		.news_block_head .warning_tab h3{
			width: 87px;
			height: 35px;
			line-height: 36px;
			text-align: center;
		}
		.news_block_head .warning_tab .section_default{
			border-bottom: solid 2px #C3382A;
		}



		.price_box ul .price_head{
			font-weight: bold;
			font-size: 16px;
		}
		/***************************种猪供求*****************************/
		.supply_demand .supply:before{
			content: '[供] ';
			color:#609FE9;
			font-size: 14px;
		}
		.supply_demand .demand:before{
			content: '[求] ';
			color:#C3382A;
			font-size: 14px;
		}
		/****************************会议列表********************************/
		.meeting_block img{
			width: 100px;
			height: 80px;
		}
		.meeting_block h3{
			font-weight: normal;
			width: auto;
			margin:0px;
			margin-left: 12px;
		}
		.meeting_block h3 a{
			width: 230px;
			float: left;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
			margin-left: 12px;
		}
		.meeting_block p{
			text-indent: 0em;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
			width: 230px;
			line-height: 18px;
			margin-top: 2px;
			margin-left: 12px;
		}
		/****************************搜索和关键词******************************/
		.keyword_container{
			width: 1000px;
			margin: 4px auto;
		}
		.search_keyword{
			overflow: hidden;
		}
		.search_keyword a{
			text-decoration: none;
			color: #fff;
		}
		.search_keyword li{
			font-size: 12px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow:ellipsis;
			float: left;
			padding: 4px 0px;
			text-align: center;
			margin: 0px 2px;
			border-radius: 3px;
		}
		/*******************************种猪产品分类********************************/
		.product_category li .product_categories{
			margin: 0px 8px;
		}
		.product_category li .product_class_index{
			margin: 0px 24px 0px 0px;
		}
		.product_category li{
			overflow: hidden;
			height: auto;
			margin: 6px 0px;
		}
		/**************************产品推荐轮播***************************/
		.product_scroll{

		}
		.scroll_img .show_box .product_scroll li{
			float: left;
			width: 142px;
			height: 120px;
		}
		.scroll_img .show_box .product_scroll li img{
			width: 142px;
			height: 120px;
		}
		.scroll_img_info{
			width: auto;
			height: 42px;
		}


		/***************************************************颜色代码*************************************************/