﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: "微软雅黑";
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    color: #282828;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, input {
    margin: 0px;
    padding: 0px;
}

h1, h1, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0px;
}

.clear {
    border: 0px;
    clear: both;
}

ul, li, ol {
    list-style: none;
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

    a:hover {
    }

:after, :before {
    box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

a, input, button {
    outline: none;
}
/*----  通用  ----*/
.web-con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .web-con h3.title {
        height: 30px;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        color: #000;
        padding-left: 15px;
    }

        .web-con h3.title a {
            position: absolute;
            right: 25px;
            font-size: 14px;
            background: url(../imgs/icon-arr.png) no-repeat left center;
            padding-left: 25px;
        }
/*--------   头部   -------*/
.head {
    height: 100px;
    border-bottom: 3px solid #808080;
}

    .head .logo {
        float: left;
        width: 420px;
        height: 100px;
        background: url(../imgs/logo.png) no-repeat;
    }

    .head .search {
        float: right;
        width: 350px;
        height: 100px;
    }

        .head .search .phone {
            font-size: 18px;
            color: #333;
            padding: 10px;
        }

    .head .search-box {
        float: right;
        width: 350px;
        position: relative;
    }

        .head .search-box i {
            position: absolute;
            width: 24px;
            height: 24px;
            top: 6px;
            right: 15px;
        }

        .head .search-box input[type="text"] {
            height: 35px;
            line-height: 35px;
            width: 350px;
            padding: 5px 15px;
            border: 1px solid #ddd;
            border-radius: 20px;
            box-sizing: border-box;
        }
/*  广告图  */
.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
}

.am-slider {
    padding: 0;
    position: relative;
    min-width: 1200px;
}

    .am-slider .am-slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        position: relative;
    }

    .am-slider img {
        width: 100%;
        display: block;
    }

.am-slider-carousel li {
    margin-right: 5px;
}

.am-control-nav {
    position: absolute;
}

    .am-control-nav li {
        display: inline-block;
    }

.am-control-thumbs {
    position: static;
    overflow: hidden;
}

    .am-control-thumbs img {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

.am-slider-slide .am-slides > li {
    display: none;
    position: relative;
}

.am-slider-slide .am-slides > .active, .am-slider-slide .am-slides > .next, .am-slider-slide .am-slides > .prev {
    display: block;
}

.am-slider-slide .am-slides > .active {
    left: 0;
}

.am-slider-slide .am-slides > .next, .am-slider-slide .am-slides > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.am-slider-slide .am-slides > .next,
.am-slider-slide .am-slides > .active.right {
    left: 100%;
}

.am-slider-slide .am-slides > .prev,
.am-slider-slide .am-slides > .active.left {
    left: -100%;
}

    .am-slider-slide .am-slides > .next.left,
    .am-slider-slide .am-slides > .prev.right {
        left: 0;
    }

.am-slider-default {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.15);
    box-shadow: 0 0 2px rgba(0,0,0,.15);
}

    .am-slider-default .am-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .am-slider-default .am-direction-nav a {
        position: absolute;
        top: 50%;
        z-index: 10;
        display: block;
        width: 36px;
        height: 36px;
        margin: -18px 0 0;
        overflow: hidden;
        opacity: .45;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .am-slider-default .am-direction-nav a:before {
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            transform: translate(0, 0);
            width: 100%;
            line-height: 36px !important;
            height: 36px;
        }

        .am-slider-default .am-direction-nav a.am-next:before {
            background: url(../imgs/arr-r.png) no-repeat;
        }

    .am-slider-default .am-direction-nav .am-prev {
        background: rgba(0,0,0,.5) url(../imgs/arr-l.png) no-repeat;
        left: 10px;
    }

    .am-slider-default .am-direction-nav .am-next {
        background: rgba(0,0,0,.5) url(../imgs/arr-r.png) no-repeat;
        right: 10px;
    }

    .am-slider-default .am-direction-nav .am-disabled {
        opacity: 0 !important;
        cursor: default;
    }

    .am-slider-default:hover .am-prev {
        opacity: .7;
        left: 10px;
    }

        .am-slider-default:hover .am-prev:hover {
            opacity: 1;
        }

    .am-slider-default:hover .am-next {
        opacity: .7;
        right: 10px;
    }

        .am-slider-default:hover .am-next:hover {
            opacity: 1;
        }

    .am-slider-default .am-control-nav {
        width: 100%;
        position: absolute;
        text-align: center;
    }

        .am-slider-default .am-control-nav li {
            margin: 0 6px;
            display: inline-block;
        }

            .am-slider-default .am-control-nav li a {
                width: 8px;
                height: 8px;
                display: block;
                background: rgba(0,0,0,.5);
                line-height: 0;
                font-size: 0;
                cursor: pointer;
                text-indent: -9999px;
                border-radius: 20px;
                -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
                box-shadow: inset 0 0 3px rgba(0,0,0,.3);
            }

                .am-slider-default .am-control-nav li a:hover {
                    background: rgba(0,0,0,.7);
                }

                .am-slider-default .am-control-nav li a.am-active {
                    background: #fff;
                    cursor: default;
                }

    .am-slider-default .am-control-thumbs img:hover {
        opacity: 1;
    }

    .am-slider-default .am-control-thumbs .am-active {
        opacity: 1;
        cursor: default;
    }

    .am-slider-default .am-control-thumbs i {
        position: absolute;
    }

    .am-slider-default .am-control-nav {
        bottom: 15px !important;
    }
/*-------  目录 ------------*/
#nav {
    width: 1400px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

    #nav > ul > li {
        height: 60px;
        line-height: 60px;
        position: relative;
        float: left;
        width: 180px;
        /*padding: 0 15px;*/
    }

        #nav > ul > li > a, #nav > ul > li > a:visited {
            color: #333;
            font-size: 16px;
            width: 180px;
            text-align: center;
        }

    #nav ul li ul {
        position: absolute;
        left: 0;
        top: 60px;
        width: 180px;
        padding: 0 10px;
        display: none;
        z-index: 10;
    }

        #nav ul li ul li {
            height: 40px;
            line-height: 40px;
            margin: 5px -10px;
            font-size: 14px;
            width: 180px;
            padding: 0 10px;
        }

            #nav ul li ul li a, #nav > ul li:hover a {
                color: #fff;
                display: block;
                width: 180px;
            }

    #nav > ul li:hover {
        background: #40918a;
        color: #fff;
        width: 180px;
        padding: 0 10px;
    }

        #nav > ul li:hover ul {
            background: rgba(65,145,140,.7);
            display: block;
            width: 180px;
        }
/*-------  滚动新闻  -------*/
.marquee-news {
    background: #ebebeb;
    height: 50px;
    line-height: 50px;
    width: 1200px;
    margin: 10px auto;
}

    .marquee-news label {
        float: left;
        background: url(../imgs/icon-not.png) no-repeat 15px center;
        padding: 0 8px 0 42px;
    }

    .marquee-news .news-box {
        float: left;
        /*width: 1050px;*/
    }

    .marquee-news ul li {
        float: left;
        margin: 0 10px;
    }
/*-------  页签新闻   ------*/
.tab_con {
    width: 800px;
    padding: 0 10px;
    position: relative;
}

    .tab_con .tab {
        height: 30px;
        border-bottom: 1px solid #ddd;
    }

        .tab_con .tab li {
            height: 30px;
            line-height: 30px;
            float: left;
            margin-right: 20px;
            padding: 0 15px;
            color: #666;
            cursor: pointer;
        }

            .tab_con .tab li a {
                position: absolute;
                right: 30px;
                display: none;
                font-size: 14px;
                background: url(../imgs/icon-arr.png) no-repeat left center;
                padding-left: 25px;
            }

            .tab_con .tab li.on {
                font-size: 16px;
                color: #000;
            }

                .tab_con .tab li.on a {
                    display: inline-block;
                }

.con_box {
    padding: 10px;
}

    .con_box li {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }

        .con_box li div {
            margin: 0 150px 0 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-break: keep-all;
        }

            .con_box li div a {
                margin: 0 0 0 8px;
            }

                .con_box li div a:hover {
                    text-decoration: underline;
                }

        .con_box li span {
            float: right;
            margin: 0 10px;
        }
/*-------  会员   ------*/
.member {
    width: 360px;
    margin: 0 10px;
}

.login-box {
    background: #e5e5e5;
    margin: 10px;
    padding: 20px 30px;
}

    .login-box .form-group {
        height: 40px;
        line-height: 40px;
        margin: 3px 10px;
    }

        .login-box .form-group .form-content {
            margin-left: 50px;
            margin-right: 5px;
        }

        .login-box .form-group input[type="text"],
        .login-box .form-group input[type="password"] {
            height: 22px;
            line-height: 22px;
            border: 1px solid #ccc;
            background: #fff;
            padding: 5px;
            width: 162px;
        }

        .login-box .form-group input#code {
            width: 90px;
            float: left;
        }

        .login-box .form-group label {
            float: left;
            width: 50px;
            height: 34px;
            line-height: 34px;
            margin-right: 10px;
            text-align: justify;
            text-align-last: justify;
        }

        .login-box .form-group span {
            float: left;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ccc;
            border-left: none;
            background: #fff;
            padding: 1px;
        }

    .login-box .sendout input[type="text"] {
        border-right: none;
    }

.login-btn {
    padding: 5px;
    text-align: center;
}

    .login-btn .btn-res {
        height: 32px;
        line-height: 32px;
        width: 80px;
        margin: 0 5px;
        border: 1px solid #090;
        color: #fff;
        background: #1a1;
        box-shadow: 0 0 0 2px rgba(17,170,17,.2);
        border-radius: 2px;
    }

        .login-btn .btn-res:hover {
            background: #49c249;
        }
/*----  联合会动态 -----*/
.trends {
    margin: 10px;
}

.area {
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    width: 320px;
    float: left;
    margin: 10px 35px;
}

    .area img {
        display: block;
        width: 320px;
        height: 215px;
    }

    .area .title {
        padding: 8px 10px;
        border-bottom: 1px solid #a6a6a6;
        border-top: 3px solid #a6a6a6;
    }

        .area .title p {
            margin-bottom: 5px;
            line-height: 18px;
            height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: keep-all;
        }

        .area .title time {
            font-size: 12px;
            color: #666;
            line-height: 18px;
            height: 18px;
        }

    .area:hover {
        box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
    }

        .area:hover .title {
            border-color: #2d9e78;
        }

            .area:hover .title p a {
                color: #008a5c;
            }
/*----  专题报告 -----*/
.report,
.service {
    margin: 0 10px;
}

    .report ul {
        height: 315px;
        padding: 10px 0;
    }

        .report ul li,
        .service ul li {
            float: left;
            width: 20%;
            text-align: center;
        }

            .report ul li img,
            .service ul li img {
                display: block;
                width: 200px;
                height: 285px;
                margin: 0 auto;
            }

            .report ul li img {
                box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
            }

            .report ul li p,
            .service ul li p {
                display: block;
                width: 200px;
                height: 30px;
                line-height: 30px;
                font-size: 15px;
                font-weight: bold;
                margin: 0 auto;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-break: keep-all;
            }

                .report ul li p a:hover,
                .service ul li p a:hover {
                    text-decoration: underline;
                }
    /*----  服务专题 -----*/
    .service ul {
        height: 230px;
        padding: 10px 0;
    }

        .service ul li img {
            height: 200px;
        }

        .service ul li p {
            font-size: 14px;
            font-weight: normal;
        }
/*----  内容页面  ----*/
.breadcrumb {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.sub-con {
    padding: 15px 35px;
}

.about-title {
    padding: 10px 20px;
    border-bottom: 5px solid #59ae51;
    display: inline-block;
    font-size: 30px;
    color: #27384b;
    margin-bottom: 15px;
}

.show-con {
    background: #eee;
    padding: 20px;
    color: #666;
    line-height: 24px;
    font-size: 16px;
}

    .show-con p {
        padding-top: 15px;
        text-indent: 2em;
        line-height: 26px;
    }

    .show-con img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.sub-con .con_box {
    background: #eee;
    padding: 20px;
}

    .sub-con .con_box li {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }

        .sub-con .con_box li:hover {
            background: #ddd;
        }


.sub-con .report ul {
    height: auto;
    border-bottom: 1px solid #ccc;
}

    .sub-con .report ul li {
        text-align: left;
    }

        .sub-con .report ul li p.add {
            font-weight: normal;
            height: 20px;
            line-height: 20px;
        }

        .sub-con .report ul li time {
            font-size: 12px;
            color: #666;
            width: 200px;
            margin: 5px auto 15px auto;
            display: block;
        }
/*翻页*/
.pagination {
    position: relative;
    padding-left: 0;
    margin: 15px 0;
    list-style: none;
    color: #999;
    text-align: center;
}

    .pagination li {
        float: none;
    }

    .pagination > li {
        display: inline-block;
    }

        .pagination > li > a {
            position: relative;
            display: block;
            padding: 7px 10px;
            text-decoration: none;
            line-height: 1.2;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 2px;
            margin: 0 3px;
        }

            .pagination > li > a:hover {
                background: #eee;
                color: #f80;
            }

    .pagination > .disabled > a {
        color: #999;
        background: #fff;
        cursor: not-allowed;
        pointer-events: none;
    }

    .pagination > .active > a, .pagination > .active > a:hover {
        z-index: 2;
        color: #fff;
        background: #f80;
        border-color: #f80;
        cursor: default;
    }

    .pagination li input[type="text"],
    .pagination li input[type="button"] {
        background: #fff;
        padding: 6px 10px;
        border: 1px solid #ddd;
        border-radius: 2px;
        margin: 0 8px;
    }

    .pagination li input[type="text"] {
        width: 50px;
        text-align: center;
        padding: 7px 10px;
    }
/*------   详细页  ----*/
.subtitle {
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #40918a;
}

    .subtitle span {
        margin: 0 20px;
    }

        .subtitle span a {
            margin: 0 10px;
            color: #00F;
        }

            .subtitle span a:hover {
                text-decoration: underline;
            }

.show-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
/*  数据查询  页签样式  */
.nav-tabs {
    background: #f8fbfb;
    height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #f2f2f2;
}

    .nav-tabs > .active {
        position: relative;
        background: #fff;
        color: #058bc3;
    }

    .nav-tabs li {
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        padding: 0 30px;
    }

.tab-con {
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 18px 15px 0 15px;
    min-height: 400px;
}

    .tab-con .condition {
        position: relative;
        border: 1px solid #0068b7;
        padding: 15px 10px 10px 10px;
        margin-bottom: 15px;
        border-radius: 3px;
    }

.sjcx-ys18 {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
}

td a {
    color: #0068b7;
}

.condition.xzxp-bordr {
    width: 42%;
    margin: 0 10px;
}

.data-title {
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.data-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 800px;
    margin: 0 auto;
}

    .data-table th {
        border: 1px solid #ccc;
        min-height: 25px;
        line-height: 25px;
        text-align: right;
        padding-right: 20px;
        font-weight: 400;
        width: 20%;
    }

    .data-table td {
        border: 1px solid #ccc;
        padding: 3px;
    }

        .data-table td textarea {
            min-height: 40px;
            max-height: 120px;
            width: 90%;
            resize: vertical;
        }

        .data-table td input {
            width: 200px;
        }

        .data-table td select {
            border: 1px solid #ccc;
            height: 26px;
            border-radius: 2px;
            min-width: 205px;
        }

.sjcx-ys14 {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 8px 10px;
}

.sjcx-title-ys1 {
    position: absolute;
    background: #fff;
    top: -10px;
    left: 30px;
    padding: 0 15px;
    color: #0068b7;
}

.sjcx-title-ys2 {
    padding-bottom: 10px;
}

    .sjcx-title-ys2 a {
        color: #0068b7;
    }

.allred {
    color: red;
    margin: 0 10px;
}

.bd-ys6 {
    width: 80%;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-family: "微软雅黑";
    padding: 0 2px;
}

.individuality-con, .ebv-con, .match-con {
    display: none;
}

.sjcx-ys5 {
    text-align: center;
    padding: 10px;
}

.btn-ys2 {
    width: 80px;
    height: 28px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    background: #eee;
    color: #787878;
    cursor: pointer;
    margin: 0 15px;
    border-radius: 2px;
}

    .btn-ys2:hover {
        color: #000;
        background: #ddd;
    }
/*
数据查询新加样式
*/
.xzxp-bordr {
    width: 40%;
    float: left;
    margin: 20px 20px;
}

    .xzxp-bordr .add {
        padding-top: 10px;
        height: 28px;
    }

        .xzxp-bordr .add .bd-ys6 {
            float: left;
        }

        .xzxp-bordr .add .btn-ys2 {
            width: 65px;
            height: 26px;
            line-height: 26px;
            font-size: 14px;
            color: #787878;
            margin: 0 0 0 8px;
            float: left;
            border-radius: 2px;
            border: 1px solid #ccc;
            background: url(../img/btn_bj2.png) no-repeat center;
        }

.table-date {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 auto;
}

    .table-date th {
        border: 1px solid #ccc;
        border-collapse: collapse;
        background: #f4f4f4;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    .table-date td {
        border: 1px solid #ccc;
        border-collapse: collapse;
        height: 24px;
        line-height: 24px;
        padding: 3px 5px;
        text-align: center;
    }

    .table-date .number, .table-date .title {
        text-align: left;
    }

    .table-date td button {
        height: 22px;
        width: 24px;
        border-radius: 3px;
        color: #000;
        border: none;
        cursor: pointer;
    }

        .table-date td button i {
            display: inline-block;
            background: #666;
            height: 3px;
            width: 13px;
            margin-bottom: 3px;
        }

        .table-date td button:hover i {
            background: #f60;
        }

.unit-border {
    border: 1px solid #ccc;
    padding: 8px 0 5px 8px;
}

.unit-block {
    width: 19.5%;
    display: inline-block;
}

    .unit-block table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        width: 100%;
    }

        .unit-block table th, .unit-block table td {
            border: 1px solid #ccc;
            border-collapse: collapse;
            text-align: center;
            height: 24px;
            line-height: 24px;
        }

        .unit-block table th {
            background: #f5f5f5;
        }

        .unit-block table td {
            width: 20%;
            font-size: 12px;
        }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-ys2 tr td {
    height: 28px;
    width: 75px;
    border: 1px solid #ccc;
    text-align: center;
}
/*-- 个体查询结果 -----------------------*/
.single-result {
    width: 1000px;
    margin: 12px auto;
}

    .single-result .con-box {
        border: 1px solid #f2f2f2;
        padding: 5px;
        min-height: 400px;
    }

        .single-result .con-box h3 {
            font-size: 22px;
            font-weight: 700;
            padding: 8px 15px 3px 15px;
            line-height: 29px;
        }

            .single-result .con-box h3 a {
                float: right;
                color: #0068B7;
                font-weight: 400;
                background: url(../img/icon-chart.png) no-repeat center left;
                padding-left: 30px;
            }

        .single-result .con-box h4 {
            padding: 8px 15px;
        }

        .single-result .con-box .cow-title {
            text-align: center;
            padding: 8px 15px;
        }

    .single-result .table-result {
        width: 80%;
        margin: 5px auto 15px auto;
    }

.table-result th {
    font-weight: 200;
    padding: 3px 0;
    text-align: right;
    text-align: justify;
    text-align-last: justify;
    font-weight: bold;
}

.table-result td {
    padding: 3px 0 3px 25px;
}

    .table-result td a:hover {
        text-decoration: underline;
    }

.single-result hr {
    border: none;
    border-bottom: 1px solid #f2f2f2;
}

.table-line {
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

    .table-line th, .table-line td {
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    .table-line th {
        border-collapse: collapse;
        border-bottom: 1px solid #000;
    }

    .table-line td {
        color: #333;
    }

.chart-box {
    border: 1px solid #dbdbdb;
    text-align: center;
}

.tc-bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #545454;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    display: none;
}

.tc-box {
    position: absolute;
    top: 31%;
    left: 25%;
    width: 660px;
    border-radius: 5px;
    background: #f3f3f3;
    padding: 8px;
}

.tc-top {
    height: 20px;
    line-height: 20px;
    padding: 6px 10px;
    background: #e1e1e1;
    border: 1px solid #ccc;
    border-bottom: none;
}

    .tc-top a {
        font-size: 20px;
        float: right;
        padding: 0 3px;
    }

        .tc-top a:hover {
            background: #ccc;
            border-radius: 15px;
        }

.tc-con {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    max-height: 320px;
    overflow: auto;
}

.ebv-search .table-date {
    width: 800px;
}
/*---- 种牛 ----*/
.cattle {
}

    .cattle ul {
        min-height: 315px;
    }

        .cattle ul li {
            float: left;
            width: 565px;
            height: 150px;
            margin-bottom: 15px;
        }

            .cattle ul li img {
                float: left;
                width: 215px;
                height: 150px;
            }

            .cattle ul li .text-box {
                margin-left: 215px;
                height: 130px;
                padding: 8px 10px;
            }

                .cattle ul li .text-box p {
                    height: 28px;
                }

                    .cattle ul li .text-box p label {
                        color: #000;
                        font-weight: bold;
                        margin-right: 15px;
                        text-align: justify;
                        text-align-last: justify;
                        float: left;
                        width: 60px;
                    }

                    .cattle ul li .text-box p i {
                        margin-left: 15px;
                        color: #F90;
                    }

.cattle-show-title {
    font-size: 18px;
    text-align: left;
    margin: 10px;
}
/*---- 育种服务 ----*/
.service p {
    margin: 5px 0;
    padding: 0;
}

.service img {
    width: 300px;
    height: 200px;
    margin: auto 10px;
}

.contact p {
    height: 30px;
}

    .contact p label {
        font-weight: bold;
        margin-right: 25px;
        text-align: justify;
        text-align-last: justify;
        float: left;
        width: 100px;
    }
/*----  foot  ---*/
.footer {
    background: #ddd;
    padding: 15px;
    height: 150px;
}

    .footer .links {
        float: left;
        width: 350px;
        margin-left: 25px;
    }

        .footer .links h4 {
            color: #000;
            font-size: 16px;
            font-weight: bold;
            margin: 5px 0;
        }

        .footer .links select {
            height: 28px;
            border: 1px solid #ccc;
            margin: 5px 0;
            width: 100%;
        }

    .footer .copyright {
        float: right;
        width: 400px;
        padding: 25px;
        line-height: 24px;
    }
