﻿@charset "utf-8";
/*
 * @description 禽管家
 * @author wufeng<likewufeng@163.com>
 */
/*字体图标*/


.qgjFont {
	display: inline-block;
	font-family: 'qgjFont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1em;
	position: relative;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/*overflow: hidden;*/
}
/* CSS reset Document b2b zw */

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
table,
th,
tbody,
thead,
tfoot td,
textarea,
th,
ul,
a,
img {
	margin: 0;
	padding: 0;
}
body,
button,
input,
select,
textarea {
	font: 12px/1.5 tahoma, 'microsoft yahei', arial, sans-serif;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
:focus {
	outline: 0;
}
small {
	font-size: 12px;
}
ol,
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #e94609;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
img {
	vertical-align: top;
	border: 0;
}
button,
input,
select,
textarea {
	font-size: 100%;
	resize: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
i,
em {
	font-style: normal;
}
/**清除浮动 zw**/

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' ';
}
* html .clearfix {
	zoom: 1;
}
*:first-child + html .clearfix {
	zoom: 1;
}
.zoom {
	zoom: 1;
}
.clear {
	clear: both;
}
/**一些通用 zw**/

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.c_333 {
	color: #333;
}
.c_666 {
	color: #666;
}
.c_999 {
	color: #999;
}
.f12{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-60px, 0px, 0px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeft {
	animation-name: fadeInLeft;
}
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*三角图标*/

.arrow,
.sm_arrow {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	_border-left-style: dashed;
	_border-right-style: dashed;
	_border-top-style: dashed;
	display: inline-block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
}
.sm_arrow {
	margin-top: -2px;
	position: absolute;
	right: -2px;
	top: 50%;
}
.sm_arrow_top {
	border-top-color: #000;
}
.sm_arrow_bottom {
	border-top-color: #fff;
	margin-top: -3px;
}
html,
body{
	width: 100%;
	height: 100%;
}
body {
	overflow-x: hidden;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.posra {
	position: relative;
}
.zIndex33 {
	z-index: 33;
}
.zIndex32 {
	z-index: 32;
}
/*css sprite*/

.bg_sprite {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	background: url(../images/bg_sprite.png) no-repeat;
}

/*header*/
.header{
	width: 100%;
	height: 5px;
	line-height: 5px;
	background-color: #fff;
}
.loginInfo{
	color: #aaa;
	padding-right: 28px;
}
.loginInfo a{
	margin: 0 5px;
	color: #fff;
}
.loginInfo a:hover{
	text-decoration: underline;
}
/*navigation 导航*/
.navigation{
	width: 100%;
	height: 74px;
	background-color: #2C6BCC;
}
.logo_2016{
	width: 205px;
	height: 80px;
	position: relative;
	left: 0;
	top: -6px;
	background-color: #fff;
}
.logo{
	display: block;
	width: 205px;
	height: 80px;
	background: url(../images/logo.png) no-repeat center center;
}
.menu{
	padding-left: 30px;
}
.menu_Ul li{
	float: left;
	line-height: 74px;
	margin-right: 5px;
}
.menu_Ul li a{
	display: block;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
}
.menu_Ul li.active{
	position: relative;
	top: -2px;
	padding-top: 3px;
	background-color: #fff;
}
.menu_Ul li.active a{
	height: 73px;
	background-color: #5686D8;
	font-weight: bold;
}
.menu_Ul{
	position: relative;
}
.menu_Ul li.navLine {
  border-bottom: 3px solid #fff;
  z-index: 999;
  font-size: 0;
  height: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -2px;
  width: 100px;
}

.searchForm{
	margin-right: 18px;
	_display:inline;
	margin-top: 20px;
	width: 120px;
	height: 30px;
	padding: 2px 63px 2px 73px;
	background-color: #fff;
	position: relative;
	*z-index: 8;
}
.searchBtn{
	width: 59px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-right: -61px;
	background-color: #2D6BCE;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	letter-spacing: 3px;
	*position: relative;
	*margin-top: -32px;
	*right: -20px;
	
}
.searchInput{
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
}
.s_form_drop{
	width: 70px;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: -1px;
	top: 6px;
	z-index: 9;
}
.drop_span{
	display: block;
	width: 60px;
	padding-left: 9px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	border-right: 1px solid #fa9900;
	position: relative;
}
.drop_span strong{
	font-weight: normal;
}
.drop_span span{
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	right: 3px;
	top: 3px;
	transform: rotate(0deg);
    transition: transform 0.4s ease 0s;
}
.drop_span:hover span{
	transform: rotate(180deg);
}
.drop_span span .qgjFont{
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	color: #fa9900;
	text-align: center;
	margin-top: 3px;
}
.ulDrop{
	position: relative;
	top: 6px;
	border: 1px solid #FA9900;
	border-top: none;
	background-color: #fff;
	display: none;
}
.ulDrop li{
	height: 28px;
	line-height: 28px;
	padding-left: 12px;
	cursor: pointer;
}
.ulDrop li:hover{
	background-color: #ed6d00;
	color: #fff;
}
/*footer*/
.footer{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 90px;
	background-color: #333333;
	color: #999999;
}
.footer a{
	color: #999;
}
.footer_dl{
	float: left;
	height: 200px;
	border-right: 1px solid #444444;
	padding-top: 10px;
	padding: 0 40px;
}
.footer_dl a{
	display: inline-block;
	color: #999;
}
.footer_dl dt{
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}
.footer_dl01{
	width: 136px;;
	padding: 0 50px;
}
.footer_dl01 a{
	width: 50px;
	margin-right: 16px;
	line-height: 1em;
	margin-bottom: 18px;
}
.footer_dl02{
	width: 158px;
	padding-right: 87px;
}
.footer_dl02 a{
	display: block;
	margin-bottom: 38px;
}
.footer_dl03{
	width: 270px;
	padding-right: 70px;
}
.footer_dl03 a{
	width: 80px;
	margin-right: 7px;
	margin-bottom: 18px;
}
.footer_dl04{
	border-right: none;
}
.f_atten{
	width: 64px;
	padding-left: 58px;
	line-height: 1em;
	margin-bottom: 38px;
}
.f_atten img{
	float: left;
	width: 47px;
	height: 48px;
	margin-left: -58px;
}
.f_attenLink{
	display: block;
	width: 62px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #999;
	border-radius: 3px;
	text-align: center;
	margin-top: 9px;
}
.footer_02{
	padding-top: 60px;
	text-align: center;
}
.footer_02 p{
	padding-bottom: 5px;
	line-height: 18px;
}
/*面包屑*/
.crumbs{
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0 20px 25px;
	position: relative;
	color: #666;
}
.crumbsFlag{
	display: block;
	width: 17px;
	height: 15px;
	background-position: -226px 0;
	float: left;
	margin-top: 4px;
	margin-left: -25px;
}
.crumbs_01{
	padding-left: 0;
}
/*单页 -- 关于我们*/
.towColumn{
	padding-left: 335px;
	padding-right: 15px;
	padding-bottom: 100px;
}
.tC_left{
	width: 260px;
	float: left;
	margin-left: -335px;
}
.tC_rig{
	width: 100%;
}
.tC_tit{
	padding-bottom: 10px;
	font-size: 20px;
}
.sP_nav{
	border-bottom: 1px solid #dcdcdc;
}
.sP_nav li{
	padding: 7px 0;
	border-top: 1px solid #dcdcdc;
}
.sP_nav li.active .sP_inner{
	background-color: #eff2f5;
}
.sP_inner{
	height: 40px;
	line-height: 40px;
	padding-left: 47px;
	font-size: 16px;
	position: relative;
}
.sP_flag{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #ed6d00;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -4px;
}
.sP_nav a{
	color: #333;
}
.sP_nav a:hover{
	color: #e94609;
}
.sP_con{
	font-size: 14px;
	color: #666;
}
.sP_con p{
	line-height: 18px;
	text-indent: 2em;
	margin: 12px 0;
}
/*右侧固定导航栏*/
.rightFixed{
	width: 54px;
	position: fixed;
	left: 50%;
	margin-left: 620px;
	top: 50%;
}
.rightFixed_UL li{
	width: 54px;
	height: 54px;
	margin-bottom: 2px;
	background-color: #fdca78;
	position: relative;
}
.rightFixed_UL li:hover{
	background-color: #f6b245;
}
.rightFixed_UL a{
	display: block;
	width: 40px;
	height: 40px;
	padding: 7px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.rightFixed_UL a span{
	font-size: 16px;
}
.rightFixed_UL .qgjFont{
	font-size: 22px;
	font-weight: bold;
}
.rF_qrcode{
	position: absolute;
	top: -100px;
	right: 0;
	display: none;
}
.rightFixed_UL li:hover .rF_qrcode{
	display: block;
}
/*分页样式*/
.pageWrap{
	/*width: 620px;*/
	margin: 0 auto;
	margin-top: 40px;
	letter-spacing: -4px;
}
.pageWrap .page{
	display: inline-block;
	border: 1px solid #f6d0b0;
	background-color: #fafbfc;
	height: 25px;
	line-height: 25px;
	padding: 0 11px;
	color: #ed6d00;
	letter-spacing: 0;
	margin-right: 5px;
}
.pageWrap span{
	letter-spacing: 0;
	margin-right: 5px;
	color: #666;
}
.pageWrap .current{
	background-color: #ed6d00;
	color: #fff;
}
.pageWrap .disabled{
	background-color: #efefef;
	border-color: #cccccc;
	color: #999999;
}
.pageWrap .disabled:hover{
	color: #999999;
}
.pageWrap .prev{
	margin-right: 10px;
}
.pageWrap .next{
	margin-left: 10px;
}
/*禽病通通用模块*/
.pD_mLeft .fowDis_con{
	margin-top: 45px;
}
.fowDis_con{
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.fowDis_bg{
	display: block;
	width: 266px;
	height: 291px;
	background: url(../images/index_img/img_08.png) no-repeat;
	position: absolute;
	left: 133px;
	top: 36px;
}
.fowDis_bg_01{
	width: 293px;
	height: 233px;
	background: url(../images/index_img/img_09.png) no-repeat;
	left: 144px;
	top: 69px;
}
.fowDis_bg_02{
	width: 266px;
	height: 310px;
	background: url(../images/index_img/img_10.png) no-repeat;
	left: 144px;
	top: 28px;
}
.fowDis_flag{
	display: inline-block;
	width: 100px;
	position: absolute;
	left: 43px;
	top: 106px;
}
.fowDis_flag_02{
	left: 48px;
	top: 207px;
}
.fowDis_flag_03{
	left: 111px;
	top: 282px;
}
.fowDis_flag_04{
	left: 373px;
	top: 305px;
}
.fowDis_flag_05{
	left: 421px;
	top: 189px;
}
.fowDis_flag_06{
	left: 418px;
	top: 85px;
}
.fowDis_flag_07{
	left: 261px;
	top: 38px;
}
/*三栏双飞翼布局*/
.threeColumn{
	padding-left: 240px;
	padding-right: 220px;
}
.tc_main{
	width: 100%;
	float: left;
}
.tc_left{
	width: 200px;
	float: left;
	margin-left: -100%;
	position: relative;
	left: -240px;
}
.tc_rig{
	width: 180px;
	float: left;
	margin-right: -100%;
	position: relative;
	right: -40px;
}
/*两栏布局*/
.twoColum{
	padding-right: 355px;
}
.twC_left{
	width: 100%;
	float: left;
}
.twC_rig{
	width: 325px;
	float: left;
	margin-right: -100%;
	position: relative;
	right: -30px;
}
/*头部*/
.h_nav{
	font-size: 14px;
	color: #999;
}
.h_nav .qgjFont{
	float: left;
	width: 38px;
	height: 38px;
	font-size: 38px;
	margin-left: -40px;
}
.h_nav a{
	display: inline-block;
	padding: 0 20px 0 50px;
	color: #999;
	position: relative;
	margin-top: -5px;
}
.h_nav a:hover{
	color: #ed6d00;
}
.h_nav a.active{
	color: #ed6d00;
}