* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑"
}

a,
p,
b,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

ul,
li {
    list-style: none;
}

.bluebtn {
    width: 200px;
    height: 40px;
    background: #00a4ff;
    color: #fff;
    margin: 40px auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.bluebtn:hover {
    color: #fff;
    text-decoration: none;
    background: #09f;
}


/*视频*/
.video-container {
    padding: 0;
    width: 100%;
    height: 54px;
    position: relative;
    margin-top: -20px;
}

.title-center {
    overflow: hidden;
}

.title-center > h1 {
    font-size: 32px;
    width: inherit;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-family: PingFang;
}

.title-center > h3 {
    font-size: 1.5em;
    width: inherit;
    text-align: center;
    margin: 40px 0;
    letter-spacing: 4px;
    font-family: PingFang;
}

.title-center-posit {
    position: relative;
}

.title-center-posit > h1 {
    font-size: 2.5em;
    width: inherit;
    text-align: center;
    letter-spacing: 10px;
    position: absolute;
    top: 60px;
    z-index: 100;
    color: #fff;
    font-family: PingFang;
}

.title-center-posit > h3 {
    font-size: 1.5em;
    width: inherit;
    text-align: center;
    letter-spacing: 4px;
    position: absolute;
    top: 146px;
    z-index: 100;
    color: #fff;
    font-family: PingFang;
}


/*导航*/
.index-nav-body {
    animation: indexNav 0.5s ease-in-out;
    -moz-animation: indexNav 0.5s ease-in-out; /* Firefox */
    -webkit-animation: indexNav 0.5s ease-in-out; /* Safari 和 Chrome */
    -o-animation: indexNav 0.5s ease-in-out; /* Opera */
    animation-fill-mode: forwards;
}

@keyframes indexNav {
    from {
        background: none;
    }
    to {
        background: #2C303E;
    }
}

#video > nav {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.index-content {
    width: 100%;
    position: absolute;
    top: 28%;
    z-index: 99;
    color: #fff;
}

.index-content > h1, .index-content > h2, .index-content > h1 > span {
    font-family: "方正大黑简体" !important;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.index-content > h1 > span {
    font-size: 30px;
    margin-left: 10px;
}

.index-content > h2 {
    font-size: 13px;
    line-height: 20px;
    margin: 12px 0;
    letter-spacing: 2px;
}

.index-content > p {
    font-family: "微软雅黑";
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 5px;
}

/*链接*/

.link-tab {
    width: 100%;
    padding-left: 50px;
}


/*首页内容*/
.video-content {
    width: 100%;
    bottom: 100px;
    position: absolute;
    z-index: 100;
    color: #000000;
}

#play {
    margin: 20px auto;
    cursor: pointer;
}

.video-content > h1 {
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 4.5em;
    letter-spacing: 10px;
}

.video-content > h3 {
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    margin: 40px 0;
}

.video-content > h6 {
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 10px;
}

/*video父级*/
.vid-wrapper {
    width: 100%;
    position: relative;
}

/*市场行情*/
.quotation {
    padding: 0 0 50px 0;
    margin: 0 auto;
}

.quotation-info {
    overflow: hidden;
    padding: 20px 0;
}

.grid-top {
    width: 100%;
}

.grid-top > i {
    width: 5px;
    height: 36px;
    background: #00a4ff;
    float: left;
}

.grid-top > b {
    width: 2px;
    height: 36px;
    background: #00a4ff;
    float: left;
    margin-left: 3px;
}

.grid-container {
    padding-right: 0;
}

#commobox {
    float: left;
    margin-left: 20px;
}

.grid-top > a {
    float: right;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    font-family: PingFang;
}

.grid-center {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 10px 0;
}

.grid-center > li {
    float: left;
    width: 30%;
    height: 90px;
    background: rgba(0, 164, 255, 0.06);
}

.grid-center p {
    text-align: center;
    margin-top: 10px;
    font-family: PingFang;
}

.grid-center h6 {
    font-weight: normal;
    font-size: 30px;
    color: #ff6600;
    text-align: center;
    margin-top: 5px;
}

.grid-center h6 span {
    width: 50%;
}

.grid-center h6 p {
    width: 50%;
    display: inline;
    font-family: "黑体";
    font-size: 25px;
    line-height: 48px;
}


.grid-center .down {
    color: #00a4ff;
}

.datagrid {
    margin-top: 20px;
}

#fishPrice table td, #fishPrice table th {
    border: none;
    font-family: PingFang;
}

/*热点*/

.hotspot {
    overflow: hidden;
}

.hotspot > b {
    font-size: 20px;
    font-weight: normal;
    float: left;
    line-height: 36px;
}

.hotspot > a {
    font-size: 16px;
    line-height: 36px;
    float: right;
    text-decoration: none;
    color: #000;
    font-family: PingFang;
}

.rightArrow {
    width: 18px;
    height: 13px;
    display: inline-block;
    background: url("../../../images/rightArrow.png") no-repeat center;
}

.line-bottom {
    width: 65px;
    height: 2px;
    background: #00a4ff;
}

.hotspot-ul {
    overflow: hidden;
    padding: 0;
    padding-top: 30px;
}

.hotspot-ul > li {
    margin: 7px 0;
    float: left;
    width: 90%;
}

.hotspot-ul > li > b {
    float: left;
    font-size: 1em;
    padding: 5px 0;
    background: #8eb9f4;
    line-height: 1em;
    color: #fff;
    width: 24px;
    text-align: center;
}

.hotspot-ul-first > li:nth-child(1) b {
    background: rgb(244, 69, 68);
}

.hotspot-ul-first > li:nth-child(2) b {
    background: rgb(254, 132, 72);
}

.hotspot-ul-first > li:nth-child(3) b {
    background: rgb(254, 171, 59);
}

.hotspot-ul > li > a {
    font-size: 16px;
    text-decoration: none;
    float: left;
    line-height: 24px;
    color: #000;
    margin-left: 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    cursor: pointer;
    font-family: PingFang;
}

.hotspot-ul > li > a:hover {
    color: #00a4ff;
    text-decoration: underline;
}


.specialist {
    width: 100%;
    background-color: #dcf1fd;
    padding-bottom: 50px;
}

.title-center h2 {
    font-size: 14px;
    text-align: center;
}

.specialist-content {
    margin-top: 50px;
}

.specialist-content > ul {
    overflow: hidden;
    padding: 0;
}


.specialist-ul > li {
    float: left;
    width: 23%;
    position: relative;
}

.position-li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.position-li > i {
    width: 62px;
    height: 62px;
    display: block;
    margin: 90px auto 55px auto;
}

.position-li > h1, .position-li > p {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-family: PingFang;
}

.position-li > h1 {
    margin-bottom: 106px;
}

.position-li > p {
    font-size: 16px;
    line-height: 24px;
}

.specialist-content > ul > li {
    float: left;
    width: 25%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.specialist-img {
    width: 100%;
    height: 70%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.specialist-content h3 {
    font-size: 19px;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    font-family: PingFang;
    letter-spacing: 3px;
}

.specialist-content p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 10%;
    letter-spacing: 3px;
    font-family: PingFang;
}


/*方针决策*/
.programme {
    margin: auto;
}

.decision {
    overflow: hidden;
}

.decision > li {
    float: left;
    padding: 0;
}

.decision i {
    width: 100%;
    height: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
}

.decision i img {
    transition: margin 1s;
    -moz-transition: margin 1s; /* Firefox 4 */
    -webkit-transition: margin 1s; /* Safari 和 Chrome */
    -o-transition: margin 1s; /* Opera */
}

.decision i:hover img {
    margin: -20px auto 20px auto;
}

.decision h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 50px 0 27px 0;
    font-family: PingFang;
    letter-spacing: 4px;
}

.decision p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    letter-spacing: 3px;
}


/*免费套餐*/
.setMeal {
    width: 100%;
    background: url("../../../images/threeDHomeBack.png") center no-repeat;
}

.setMeal > h1 {
    padding: 0 15%;
}

.setMeal > h3 {
    line-height: 2em;
    margin: 110px auto 70px auto;
}

.setMeal .title {
    font-size: 36px;
    width: inherit;
    text-align: center;
    margin: 40px 0 10px 0;
    letter-spacing: 4px;
}

.setMeal .subTitle {
    font-size: 20px;
    width: inherit;
    text-align: center;
    margin: 10px 0;
    letter-spacing: 2px;
}

.setMeal .content {
    margin: 20px 0 40px 0;
    height: 200px;
}

/*滑块*/

.slider {
    background: #3d4456;
    overflow: hidden;
}

.slider > h1,
.slider > h3 {
    color: #fff;
}

/*--手风琴动画效果--*/
.accordionBox {
    width: 100%;
    margin: 40px auto 0 auto;
    position: relative;
    overflow: hidden;
}

.accordionBox ul {
    overflow: hidden;
}

.accordionBox ul li {
    width: 16%;
    position: relative;
    overflow: hidden;
    float: left;
}

.accordionBox li b {
    display: inline-block;
    width: 100%;
    height: 400px;
    background-size: auto 400px;
    font-weight: normal;
}

.shade-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 177.5px 0;
    background: rgba(0, 0, 0, 0.6);
}

.shade-box > h1 {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 1.5em;
}

.line-orange {
    width: 12%;
    height: 2px;
    background: #f66f6a;
    margin: 10px 44%;
}

.div-content {
    display: none;
}

.div-content > h3 {
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: normal;
    margin: 60px 0;
}

.div-content > h4,
.div-content > h5 {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.accordionBox ul li img {
    object-fit: cover;
}

.accordionBox ul li.first {
    width: 52%;
}

.show-content {
    display: block;
}

.shade-change {
    background: rgba(0, 0, 0, 0.3);
    padding: 153.5px 0;
}

/*锚点*/
.anchor-point {
    z-index: 999;
    position: fixed;
    width: 40px;
    overflow: hidden;
    right: 0;
    top: 50%;
    margin-top: -66px;
}

.anchor-point > li > a {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
}

.anchor-point b {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 3px;
}

.anchor-point > .active-point > a {
    border: 2px solid #00a4ff;
}

.anchor-point > .active-point > a b {
    background: #00a4ff;
}

.active-point > b {
    background: #00a4ff;
    margin: 3px;
}


/*屏幕小于768的样式*/
@media screen and (max-width: 768px) {

    /****导航*****/
    #login, #register {
        display: none;
    }

    #dropdown .btn {
        font-size: 12px;
        padding: 2px 6px;
        line-height: 12px;
    }

    #dropdown .dropdown-menu {
        min-width: 60px;
    }

    #dropdown .dropdown-menu > li > a {
        font-size: 12px;
        padding: 3px 10px;
        line-height: 12px;
    }

    .line {
        display: none;
    }

    .nav-left a:hover {
        text-decoration: none;
        display: inline-block;
    }

    .nav-right > a {
        font-size: 12px;
        line-height: 26px;
    }

    #login, #register {
        margin: 0 5px;
    }

    #search > img {
        width: 8px;
        height: 8px;
        margin: 9px;
    }

    .search > input {
        height: 26px;
        font-size: 12px;
        text-indent: 10px;
        width: 80px;
    }

    .bluebtn {
        line-height: 24px;
        height: 24px;
        font-size: 12px;
        width: 100px;
        margin: 20px auto;
    }

    #play {
        margin: 40px auto;
    }

    .video-content {
        bottom: 10px;
    }

    .link-tab {
        display: none;
    }

    .title-center > h1 {
        font-size: 30px;
        margin: 25px 0;
        letter-spacing: 5px;
    }

    .title-center > h3 {
        font-size: 16px;
        margin: 20px 0;
        letter-spacing: 2px;
    }

    .anchor-point {
        display: none;
    }

    /*市场行情*/
    .quotation {
        padding: 0 1% 50px 1%;
    }

    .grid-top > a {
        font-size: 14px;
        line-height: 20px;
    }

    .grid-top > i {
        width: 2.5px;
        height: 20px;
    }

    .grid-top > b {
        width: 1px;
        height: 20px;
    }

    .grid-top .btn {
        font-size: 12px;
        padding: 4px 6px;
        line-height: 12px;
    }

    .grid-center p {
        font-size: 12px;
        margin-top: 15px;
    }

    .grid-center h6 {
        line-height: 34px;
        font-size: 30px;
    }

    .grid-container {
        padding-right: 15px;
    }

    #fishPrice table td, #fishPrice table th {
        padding: 4px;
    }


    .rightArrow
        /****热点*****/
    #hotspot {
        padding: 0 15px;
    }

    .hotspot-ul-2, .hotspot-ul-3 {
        display: none;
    }


    .title-center-posit > h1 {
        font-size: 1.5em;
        letter-spacing: 5px;
        top: 26px;
    }

    .title-center-posit > h3 {
        font-size: 12px;
        letter-spacing: 2px;
        top: 50px;
    }

    /****渔业专家*****/
    .specialist-content > ul {
        padding: 2% 1%;
    }
    .specialist-content > ul > li{
        width: 50%;
    }
    .specialist-content h3 {
        font-size: 12px;
    }

    .specialist-content p {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 2px;
    }

    /****决策*****/
    .decision h3 {
        font-size: 14px;
        margin: 12px 0;
    }

    .decision p {
        font-size: 12px;
    }

    .decision i {
        padding: 5% 10%;
    }

    /*设计*/
    .accordionBox {
        margin: 20px auto 0 auto;
    }

    .accordionBox li b {
        height: 200px;
        background-size: auto 200px;
    }

    .shade-box {
        padding: 107.5px 0;
    }

    .shade-change {
        padding: 107.5px 0;
        font-size: 12px;;
    }

    .shade-box > h1 {
        font-size: 18px;
    }

    .line-orange {
        margin: 6px 44%;
    }

    .div-content > h3 {
        margin: 20px 0;
        font-size: 12px;
        padding: 0 10%;
        line-height: 20px;
    }

    .div-content > h4, .div-content > h5 {
        font-size: 12px;
        line-height: 20px;
    }
}
.breedDes{
  padding:0 180px;
}
.makeTransDes{
    padding:0 180px;
}
.painItem{
    width:100%;
    float:left;
    height:270px;
}
.transH{
    width:100%;float:left;font-size: 25px;margin-bottom: 10px;
}
.transLi1{
    margin-top:130px;cursor:pointer;
    margin-left: 200px;
}
.transLi2{
    margin-top: 40px;margin-left: 30px;cursor:pointer;
}
.transLi3{
    margin-top: 40px;margin-left: 90px;cursor:pointer;
}
.trainDes{
    padding:0 180px;
}
.moneyDes{
    width:70%;height:46%;margin:0 auto;margin-top:30px;
}
/*大屏显示器*/
@media screen and (min-width: 1367px) {
    .bluebtn {
        margin: 74px auto;
    }

    .index-content {
        top: 11%
    }

    .index-content > h1, .index-content > h2, .index-content > h1 > span {
        font-size: 54px;
        line-height: 54px;
    }

    .index-content > h1 > span {
        font-size: 70px;
    }

    .index-content > h2 {
        font-size: 26px;
        line-height: 100%;
        margin: 20px 0;
    }

    .index-content > p {
        font-size: 28px;
        line-height: 40px;
    }

    /*专家诊断*/
    .specialist-content h3 {
        margin: 30px 0 26px 0;
    }

    .specialist-content p {
        line-height: 24px;
    }

    /*解决方案*/
    .slider {
        height: 980px;
    }

    .slider .title-center > h1 {
        margin: 70px 0;
    }

    .accordionBox ul {
        padding: 40px 0;
    }

    .accordionBox ul li {
        width: 19%;
    }

    .accordionBox ul li.first {
        width: 43%;
    }

    .accordionBox li b {
        height: 466px;
    }

    /*决策*/
    #programmeBtn {
        margin: 130px auto;
    }

    .shade-box {
        padding: 210.5px 0;
    }

    .shade-change {
        padding: 186.5px 0;
    }

    .accordionBox li b:hover img, .accordionBox ul li.first img {
        width: 100%;
    }

    .accordionBox ul li.first img {
        height: 588px;
    }
}

.threeDImg {
    margin-left: 270px;
    float: left
}

.titleDes {
    font-size: 20px;
    color: #509ff6;
}

.mainDes {
    width: 450px;
    margin-top: 20px;
    line-height: 30px;
}

.threeMoreBtn {
    margin-top: 20px;
    border-radius: 2px;
    border: 1px solid #509ff6;
    color: #509ff6;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.contentContainer {
    height: 200px;
    float: left;
    margin-left: 50px;
}
.HeadlinesLeft {
    width: 24%;
    height: 460px;
    background-color: #fff;
    font-size: 13px;
    margin-left: 14.7%;
    margin-top: 50px;
    float: left;
}

.HeadlinesRight {
    margin-left: 20px;
    width: 47%;
    height: 460px;
    background-color: #fff;
    margin-top: 50px;
    float: left;
}
.topLeft {
    float: left;
    overflow: hidden;
    width: 72%;
    margin-left: 7%
}

.topRight {
    float: left;
    width: 15%;
    position: relative;
}

.unifiedImg {
    width: 25px;
    height: 25px;
}

.unifiedMenu {
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
}

.userName {
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 13px;
    background: url("../../../images/down_icon.png") no-repeat;
    background-size: 16px;
    background-position: 139px 18px;
}

#AquacultureHeadlines {
    background-color: #eff4f8;
    width: 100%;
    padding-bottom: 50px;
}



.HeadlinesRightTab {
    width: 100%;
    height: 40px;
}

.HeadlinesLeftTitle {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    background: url("../../../images/hot.png") no-repeat;
}

.HeadlinesLeftTitle .left {
    margin-left: 24px;
}

.HeadlinesLeftTitle .right, .HeadlinesRightTab .more {
    font-size: 12px;
    float: right;
    margin-right: 25px;
    background: url("../../../images/more.png") right no-repeat;
    background-size: 15px 10px;
    padding-right: 20px;
}

/* .HeadlinesLeft .one,.HeadlinesLeft .two{
	background: url("../../../images/top.png") right no-repeat;
	margin-right: 18px;
} */
.HeadlinesRightTab li {
    float: left;
    margin: 6px 10px;
    padding: 6px 12px;
    cursor: pointer;
}

.HeadlinesLeft ul li {
    line-height: 33px;
}

.HeadlinesRightTab .active {
    background-color: #00a4ff;
    color: #fff;
}

.underline {
    height: 1px;
    width: 100%;
    background: #eff4f8;
}

.HeadlinesLeft ul {
    margin-left: 15px;
    margin-top: 15px;
}

.HeadlinesLeft ul li {
    width: 90%;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*让文本强制在一行不换行*/
    text-overflow: ellipsis; /*显示省略号来代表被修剪的文本*/
}

.HeadlinesLeft .normal label {
    color: #d2e2fa;
}

.HeadlinesLeft .one label {
    color: #f44544;
}

.HeadlinesLeft .two label {
    color: #fe8448;
}

.HeadlinesLeft .three label {
    color: #ffecd9;
}

.HeadlinesRightTab .more {
    float: right;
}

.HeadlinesNews {
    margin: 0 20px;
    height: 340px;
    font-size: 12px;
}

.HeadlinesNews li {
    margin: 15px;
    line-height: 20px;
    height: 85px;
    border-bottom: 1px dashed #eff4f8;
}

.HeadlinesNews li:last-child {
    border: none;
}

.HeadlinesNews .leftImg {
    float: left;
    width: 13%;
    height: 80%;
}

.HeadlinesNews .rightText {
    float: left;
    margin-left: 10px;
    width: 83%
}

.rightText h1 {
    font-size: 14px;
    font-weight: bold;
}

.specialist-content ul {
    width: 90%;

    margin-left: 5%;
}

.specialist-content ul li {
    float: left;
    text-align: center;
}

.specialist-content ul li img {
    width: 100%;
    height: 100%;
    max-height: 300px;
}

#jgltDiv {
    width: 100%;
    height: 470px;
    background: url("../../../images/jgltBackground.png") no-repeat;
    background-size: 100% 470px;
}

#jgltDiv ul li {
    float: left;
}

#jgltDiv h1, #jgltDiv h2 {
    color: #fff;
}

#jgltDiv h3 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 4px;
}

#jgltDiv h4 {
    color: #fff;
    font-size: 1px;
    text-align: left;
    line-height: 15px;
}

#specialist a:hover {
    text-decoration: none;
}

#hypxDiv {
    width: 100%;
    height: 100%;
    background: url("../../../images/hypx_background.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

#hypxDiv .mainBody {
    width: 70%;
    height: 62%;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
}

.mainBody .left {
    float: left;
    width: 31.3%;
    height: 270px;
    background: url("../../../images/hypx_left_back.png") no-repeat;
    background-size: 100% 100%;
}

.mainBody .centerTop {
    float: left;
    width: 34.35%;
    height: 60%;
}

.mainBody .right {
    float: left;
    width: 34.35%;
    height: 60%;
    background: url("../../../images/hypx_right_back.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
}

.mainBody .bottom {
    float: left;
    width: 68.7%;
    height: 40%;
    background-color: #e9f7ff;
}

.mainBody a:hover {
    text-decoration: none;
}

.mainBody h1 {
    color: #fff;
    width: 200px;
    font-size: 16px;
    margin-left: 25px;
    margin-top: 65px;
    line-height: 25px;
}

.mainBody h2 {
    color: #fff;
    font-size: 13px;
    margin-left: 25px;
    margin-top: 25px;
    line-height: 25px;
    text-align: left;
}

#hypxDiv h3 {
    color: #fff;
    font-size: 13px;
    width: 26%;
    border: 1px solid #fff;
    padding: 4px 10px;
    margin-left: 25px;
    margin-top: 24px;
}

.hypxUl {
    width: 80%;
    height: 90%;
    margin-left: 20px;
}

.hypxUl li {
    width: 100%;
    margin-left: 10px;
}

.centerTop ul li:first-child {
    margin-top: 20px;
    padding-left: 25px;
    background: url("../../../images/bhfkpx_icon.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 4px
}

.hypxUl li:first-child {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
}

.hypxUl li:nth-child(2) {
    font-size: 8px;
    line-height: 20px;
    height: 90px;
}

.hypxUl li:last-child {
    font-size: 10px;
    line-height: 20px;
    height: 20px;
}

.right ul li:first-child {
    margin-top: 20px;
    padding-left: 25px;
    background: url("../../../images/hypx_yzjspx.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 4px
}

.bottom ul li:first-child {
    margin-top: 10px;
    padding-left: 25px;
    background: url("../../../images/hypx_zcjd.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 4px
}

.bottom ul li:nth-child(2) {
    font-size: 8px;
    line-height: 20px;
    height: 50px;
}

.bottom ul {
    width: 90%;
}

#jrbxDiv {
    background-color: #fafdff;
    width: 100%;
    padding-bottom: 40px;
}

#jrbxDiv .jrbxLeft {
    float: left;
    margin-top: 10px;
    height: 100%;
    width: 48%;
    background: url("../../../images/jrbx_scbx.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0px 4px
}

#jrbxDiv .jrbxRight {
    margin-top: 10px;
    float: right;
    height: 150px;
    width: 48%;
    background: url("../../../images/jrbx_scjr.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0px 4px
}

.jrbxLeft li:first-child {
    background: url("../../../images/scbx_icon.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 6px;
    margin-left: 25px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
}

.jrbxRight li:first-child {
    background: url("../../../images/jrbx_icon.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 6px;
    margin-left: 25px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
}

.jrbxLeft li:last-child, .jrbxRight li:last-child {
    font-size: 8px;
    margin-left: 55px;
    margin-right: 40px;
    line-height: 20px;
}

.HeadlinesNews li {
    cursor: pointer;
}

/* 轮播图 */

.banner {
    position: relative;
    overflow: auto;
    text-align: center;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

#b03 {
    width: 100%;
    height: 400px;
}

#b03 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

#b03 .dots li {
    display: inline-block;

    width: 10px;

    height: 10px;

    margin: 0 4px;

    text-indent: -999em;

    border: 2px solid #fff;

    border-radius: 6px;

    cursor: pointer;

    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;

    -moz-transition: background .5s, opacity .5s;

    transition: background .5s, opacity .5s;

}

.rightText  h1 label{
    width:70%;
    white-space:nowrap;
    overflow: hidden;
}
.rightText  h1 span{
    width: 28%;
    white-space:nowrap;
    overflow: hidden;
}
#b03 .dots li.active {
    background: #fff;
    opacity: 1;
}

@media screen and (min-width: 1680px) {
    #jgltDiv ul li {
        margin-left: 140px;
    }
}

@media screen and (max-width: 1200px) {
    .index-content > h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .index-content > h1 > span {
        font-size: 80px;
    }

    .index-content > h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .index-content > p {
        font-size: 32px;
        line-height: 50px;
    }

    .threeDImg {
        margin-left: 160px;
    }
}

@media screen and (max-width: 1100px) {
    .index-content {
        top: 20%;
    }

    .index-content > h2 {
        margin: 30px 0;
    }

    .threeDImg {
        margin-left: 150px;
    }
}
@media screen and (max-width: 1024px) {
    .index-content {
        top:140px;
    }
    .index-content > h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .index-content > h1 > span {
        font-size: 28px;
    }

    .index-content > h2 {
        font-size: 24px;
        line-height: 20px;
        margin: 20px 0;
    }

    .index-content > p {
        font-size: 18px;
        line-height:24px;
    }
    .HeadlinesLeft {
        width: 25%;
        height: 460px;
        background-color: #fff;
        font-size: 13px;
        margin-left: 8%;
        margin-top: 50px;
        float: left;
    }

    .HeadlinesRight {
        margin-left: 20px;
        width: 56%;
        height: 460px;
        background-color: #fff;
        margin-top: 50px;
        float: left;
    }
    .transLi1{
        margin-top:15px;cursor:pointer;
        float: left;
        margin-left:60px;
    }
    .transLi2{
        margin-top: 15px;margin-left: 0px;cursor:pointer;
        margin-left: 20px;
        float: left;
    }
    .transLi3{
        margin-top: 15px;margin-left: 0px;cursor:pointer;
        float: left;
        margin-left: 20px;
    }
    #jgltDiv{
        height:360px;
        background-size:100% 360px;
    }
    .moneyDes{
        width: 100%;
    }
    #jrbxDiv .jrbxLeft{
        height: 200px;
    }
    #jrbxDiv .jrbxRight{
        height: 200px;
    }
}
@media screen and (max-width: 992px) {
    .grid-box {
        margin-top: 40px;
    }

    .index-content > h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .index-content > h1 > span {
        font-size: 66px;
    }

    .index-content > h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 20px 0;
    }

    .index-content > p {
        font-size: 26px;
        line-height: 36px;
    }

    .threeDImg {
        margin-left: 100px;
    }
    #jrbxDiv .jrbxLeft{
        height: 200px;
    }
    #jrbxDiv .jrbxRight{
        height: 200px;
    }
}

@media screen and (max-width: 840px) {
    .index-content {
        top:80px;
    }

    .threeDImg {
        margin-left: 80px;
    }

    .mainDes {
        width: 320px;
        margin-top: 0;
    }
    .index-content > h1 {
        font-size: 14px;
        line-height: 10px;
    }

    .index-content > h1 > span {
        font-size: 16px;
    }

    .index-content > h2 {
        font-size: 13px;
        line-height: 10px;
        margin: 20px 0;
    }

    .index-content > p {
        font-size: 12px;
        line-height: 15px;
    }
    .HeadlinesRightTab li{
        width: 20%;
        margin: 0;
    }
    .transLi1{
        margin-top:15px;cursor:pointer;
        float: left;
        margin-left: 100px;
    }
    .transLi2{
        margin-top: 15px;margin-left: 0px;cursor:pointer;
        margin-left: 20px;
        float: left;
    }
    .transLi3{
        margin-top: 15px;margin-left: 0px;cursor:pointer;
        float: left;
        margin-left: 150px;
    }
    #jgltDiv{
        height:500px;
        background-size:100% 500px;
    }
    #hypxDiv .mainBody{
        width: 90%;
        margin: 0 auto;
    }
    #jrbxDiv .jrbxLeft{
        height: 200px;
    }
    #jrbxDiv .jrbxRight{
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .threeDImg {
        margin-left: auto;
        margin-right: auto;
        float: initial;
    }

    .titleDes {
        font-size: 16px;
        color: #509ff6;
    }

    .setMeal .content {
        height: auto;
    }

    .contentContainer {
        margin: 10px auto;
        width: 280px;
        float: initial;
    }

    .setMeal {
        background-color: #e6f6ff;
    }

    .HeadlinesLeft {
        width: 90%;
        height: 460px;
        background-color: #fff;
        font-size: 13px;
        margin-left: 5%;
    }

    .HeadlinesRight {
        margin-left:5%;
        width:90%;
        height: 460px;
        background-color: #fff;
        margin-top: 50px;
    }
    .grid-center h6 p{
        font-size: 20px;
        line-height: 10px;
    }
    .grid-center h6 span{
        font-size: 20px;
    }
    .breedDes{
        padding:0 10px;
    }
    .trainDes{
        padding:0 10px;
    }
    .makeTransDes{
        padding:0 10px;
    }
    .transLi1{
        margin-top:15px;cursor:pointer;
        float: left;
        margin-left: 20px;
    }
    .transLi2{
        margin-top: 15px;margin-left: 0px;cursor:pointer;
        margin-left: 20px;
        float: left;
    }
    .transLi3{
        margin-top: 15px;margin-left: 0px;cursor:pointer;
        float: left;
        margin-left: 20px;
    }
    #jgltDiv{
        height:640px;
        background-size:100% 640px;
    }
    #hypxDiv .mainBody{
        width: 100%;
        margin: 0 auto;
    }
    .mainBody .left{
        width: 100%;
        margin-top: 20px;
    }
    .mainBody .centerTop{
        width: 100%;
        margin-top: 20px;
    }
    .mainBody .right{
        width: 100%;
        margin-top: 20px;
    }
    .mainBody .bottom{
        width: 100%;
        margin-top: 20px;
        height: 150px;
    }
    .bottom ul li:nth-child(2){
        height: 85px;
    }
    #jrbxDiv .jrbxLeft{
        height: 220px;
        width: 100%;
    }
    #jrbxDiv .jrbxRight{
        height: 180px;
        width: 100%;
    }
    .HeadlinesRightTab{
        height: 54px;
    }
    .HeadlinesLeft{
        margin-top: 20px;
    }
    .HeadlinesRight{
        margin-top: 20px;
    }
    #AquacultureHeadlines{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .articleTime{
        display: none;
    }
    .HeadlinesNews .leftImg{
        width: 30%;
    }
    .HeadlinesNews .rightText{
        width: 63%;
    }
}

