/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #858585;
}

a:hover {
    color: #3579a6;
}

img {
    border: none;
}

input:focus {
    outline: none;
}

.boder {
    border: 1px solid #e3e3e3;
}

.clear {
    clear: both;
}

.float {
    float: left;
}

.blue {
    color: #3579a6;
}

.orange {
    color: #e9b11b;
}

.margin28 {
    margin: 28px auto;
    overflow: hidden;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

p {
    text-indent: 24px;
}

h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #858585;
}

/*头部*/
.header {
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

.header h1 {
    float: left;
    line-height: 98px;
    font-size: 36px;
}

.search {
    width: 600px;
    float: right;
    line-height: 30px;
}

.search ul {
    float: right;
    width: 78px;
}

.search ul li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #268bb9;
}

.search ul li.li0 {
    background: #e9b11b
}

.search ul li a {
    color: #FFF;
}

.search ul li a:hover {
    line-height: 32px
}

.search input {
    width: 280px;
    height: 28px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-top: 30px;
    line-height: 28px;
    background: url(../img/aq_03.jpg) no-repeat 5px center #FFF;
    padding-left: 30px;
    overflow: hidden;
}

.search span {
    width: 78px;
    height: 30px;
    background: #f98d00;
    display: block;
    float: left;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.search span.span0 {
    background: #3eb7c3;
}

.search span a {
    color: #FFF;
}

.search span a:hover {
    line-height: 32px;
}

/*导航*/
.nav {
    width: 1050px;
    margin: 0 auto;
    height: 45px;
    background: #3579a6;
    position: absolute;
    z-index: 9;
}

.nav ul li {
    width: 135px;
    float: left;
    line-height: 45px;
    text-align: center;
}

.nav ul li a {
    color: #FFF;
    display: block;
    width: 135px;
    height: 45px;
}

.nav ul li a.hover {
    background: #e9b11b;
}

.nav ul li a:hover {
    background: #e9b11b;
}

/* flexslider */
.flexslider {
    position: relative;
    height: 474px;
    overflow: hidden;
    background: url(../img/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 474px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../img/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../img/next.png) center center no-repeat;
}

/*主体*/
.main {
    width: 1050px;
    overflow: hidden;
}

/*主体h2标签*/
.main h2 {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e3e3e3;
}

.main h2 span {
    width: 152px;
    height: 43px;
    line-height: 55px;
    text-align: center;
    padding-top: 12px;
    float: left;
    background: #3579a6;
    overflow: hidden;
}

.main h2 a {
    float: right;
    font-size: 12px;
    line-height: 55px;
    margin-right: 15px;
    color: #e9b11b;
}

.main h2 a:hover {
    color: #3579a6;
}

/*选项卡1*/
#Tab1 {
    width: 1008px;
    padding: 10px 20px;
}

.Menubox {
    width: 968px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 20px;
}

.Menubox li {
    float: left;
    display: block;
    cursor: pointer;
    width: 240px;
    text-align: center;
}

.Menubox li.hover {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #3d8ab2;
}

.Menubox li.hover a {
    color: #3d8ab2;
}

.Contentbox {
    height: 125px;
    padding-top: 25px;
}

.Contentbox dl {
    width: 504px;
    float: left;
    line-height: 30px;
    overflow: hidden;
}

.Contentbox dl dt {
    color: #3579a6;
    float: left;
}

.Contentbox a {
    margin: 0 15px;
}

.Contentbox a:hover {
    color: #e9b11b;
}

.jibing {
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 10px;
    overflow: hidden;
}

.hot {
    line-height: 40px;
    padding-top: 10px;
}

.hot h4 {
    font-weight: normal;
    background: url(../img/aq_09.jpg) no-repeat 0 center;
    width: 50px;
    padding-left: 15px;
    color: #3d8ab2;
    float: left;
}

/*生猪疫情预警*/
.yujing dl {
    border-top: 2px solid #3cb38d;
    height: 403px;
    float: left;
    width: 329px;
    margin-right: 28px;
    overflow: hidden;
}

.yujing dl dt {
    width: 329px;
    height: 195px;
    overflow: hidden;
}

.yujing dl dt img {
    height: 195px;
    overflow: hidden;
}

.yujing dl dt span {
    display: block;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 35px;
    background: #3cb38d;
    position: absolute;
    z-index: 9;
}

.yujing dl dt span a {
    color: #FFF;
}

.yujing dl dt span a:hover {
    line-height: 37px;
}

.yujing dl dd {
    padding: 15px;
    line-height: 26px;
}

.yujing dl dd b {
    font-size: 16px;
}

.yujing dl dd p a {
    color: #e9b11b;
}

.yujing dl dd p a:hover {
    color: #3579a6;
}

.yujing dl.dl0 {
    border-top: 2px solid #3579a6;
}

.yujing dl.dl0 span {
    background: #3579a6;
}

.yujing dl.dl01 {
    margin-right: 0;
    border-top: 2px solid #e9b11b;
}

.yujing dl.dl01 span {
    background: #e9b11b;
}

/*医药宝箱*/
.baibao {
    width: 1048px;
    border-top: 2px solid #3579a6;
    overflow: hidden;
}

.boxleft {
    width: 810px;
}

.boxleft h2 {
    margin-bottom: 15px;
}

.boxleft dl {
    width: 175px;
    margin: 22px 0 22px 22px;
    height: 102px;
    float: left;
    overflow: hidden;
}

.boxleft dl dt {
    float: left;
    margin-right: 10px;
    width: 85px;
}

.boxleft dl dd {
    line-height: 24px;
}

.boxleft dl dd span {
    display: block;
    font-size: 14px;
}

.boxright {
    width: 237px;
    float: right;
    border-left: 1px solid #e3e3e3;
    padding-bottom: 14px;
}

.boxright h2 {
    padding-top: 18px;
    height: 37px;
    text-align: center;
    margin-bottom: 5px;
}

.boxright dl {
    width: 200px;
    margin: 0px auto 0;
    line-height: 32px;
}

.boxright dd {
    background: #f5f7fa;
    line-height: 40px;
    padding: 0 10px;
}

.boxright dd a {
    margin-right: 15px;
}

/*母猪保健*/
.baojian {
    width: 1048px;
    border-top: 2px solid #3579a6;
    overflow: hidden;
}

.baojian h2 b a {
    display: inline;
    font-weight: normal;
    color: #989696;
}

.bjcont a:hover {
    color: #3579a6;
}

.bjcont {
    width: 238px;
    margin: 15px 0 0 22px;
}

.bjcont h3 {
    line-height: 30px;
    font-weight: bold;
}

.bjcont dl {
    height: 185px;
    border-bottom: 1px dotted #e3e3e3;
    overflow: hidden;
}

.bjcont dl dt {
    width: 236px;
    height: 113px;
    border: 1px solid #e3e3e3;
    margin: 8px 0;
}

.bjcont dl dd {
    text-indent: 24px;
    line-height: 24px;
}

.bjcont dl dd a {
    color: #e9b11b;
}

.bjcont ul {
    padding: 10px 0;
    line-height: 26px;
}

.bjcont ul li span {
    float: right;
}

.bjcont ul li a {
    color: #a0a0a0;
}

.houbei {
    padding-top: 10px;
}

.houbei dl dt {
    margin: 5px 0;
}

.houbei dl dd {
    line-height: 23px;
    padding: 5px 10px;
}

/*小常识*/
.knowledge {
    height: 145px;
    background: #3579a6;
}

.knowledge dl {
    width: 225px;
    float: left;
    color: #FFF;
    line-height: 26px;
    padding: 30px 0 0 30px;
}

.knowledge dl a {
    color: #e9b11b;
}

.knowledge dl a:hover {
    color: #c6930c;
}

/*友情链接*/
#Tab2 {
    width: 1048px;
    margin-top: 28px;
}

/*菜单class*/
#Tab2 .Menubox {
    width: 1038px;
    height: 43px;
    line-height: 43px;
    background: #3579a6;
    padding: 0 5px;
    border: none;
}

#Tab2 .Menubox li {
    float: left;
    display: block;
    cursor: pointer;
    width: 120px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

#Tab2 .Menubox li.hover {
    width: 120px;
    height: 43px;
    line-height: 43px;
    background: #e9b11b;
    border: none;
}

#Tab2 .Menubox li.hover a {
    color: #3d8ab2;
}

#Tab2 .Contentbox {
    height: 60px;
    padding: 20px;
    line-height: 30px;
}

#Tab2 .Contentbox a {
    margin: 0 20px 0 0;
}

/*底部*/
.footer {
    height: 298px;
    background: url(../img/aq_40.jpg) repeat;
    padding-top: 50px;
    overflow: hidden;
}

.footercont {
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

.footercont dl {
    width: 180px;
    float: left;
    padding-left: 30px;
    line-height: 30px;
    color: #c9c9c9;
}

.footercont dl dt {
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
}

.footercont dl.dl0 {
    line-height: 24px;
    padding-left: 15px;
    width: 190px;
}

.footercont dl.dl0 dt {
    margin: 0 0 5px 0;
}

.footercont dl a {
    color: #c9c9c9;
}

.footercont dl a:hover {
    color: #3579a6;
}

.bottom {
    height: 48px;
    background: #363636;
    border-top: 1px solid #444444;
    line-height: 48px;
    margin-top: 35px;
    overflow: hidden;
    padding: 0 20px;
}

.bottom p {
    float: right;
}

.bottom p a {
    margin-right: 20px;
}

/*悬浮代码*/
/*客服样式*/
#haiiskefu {
    width: 112px;
    position: fixed;
    right: -30px;
    top: 50%;
    z-index: 999;
}

#haiiskefu ul {
    width: 80px;
    height: 242px;
    background: url(../img/kefu1.png) no-repeat;
    float: left;
    overflow: hidden;
}

#haiiskefu ul li a {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 1px;
    background: #EEE;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

#haiiskefu ul li a:hover {
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

/*ie6*/
* html {
    overflow: hidden;
}

* html #haiiskefu {
    position: absolute;
    right: expression(eval(document.documentElement.scrollLeft)) -30;
    top: expression(eval(document.documentElement.scrollTop)) 0;
}