.market-content {
    background: #fff;
}

#fish-type > .nav-pills {
    padding: 6% 4% 4% 4%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #8eb9f4;
}

.nav-pills > li > a {
    color: #8eb9f4;
    cursor: pointer;
}

.content-bottom {
    overflow: hidden;
    padding: 2% 0;
}

.map-operation {
    margin-bottom: 16px;
}

.map-operation > p {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.map-operation a, .map-operation b {
    display: inline-block;
    color: #999;
    margin: 0 4px;
    font-weight: normal;
    cursor: pointer;
}

.map-operation .operation-selected {
    color: #00a4ff;
}

/*全国参考价*/
.reference {
    padding: 0 3%;
}

.reference > p {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

#province{
    display: inline-block;
}

.contrast {
    overflow: hidden;
    margin-bottom: 40px;
}

.contrast > li {
    padding: 2% 0;
    float: left;
    width: 50%;
    margin: 0 25%;
    background: rgba(0, 164, 255, 0.06);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.contrast > li:nth-child(2) {
    margin: 0 5%;
}

.contrast h1 {
    font-size: 16px;
    text-align: center;
}

.contrast h2 {
    color: #ff6600;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0;
}

.contrast h2 p {
    display: inline;
    margin-right: 10px;
}

.contrast-bottom {
    text-align: center;
}

.contrast b, .contrast h4, .contrast h5 {
    display: inline;
    font-size: 14px;
    color: #ff6600;
}

/*热点*/
.container-fluid:nth-child(2) {
    margin: 80px 0;
}

.hotspot > h1 {
    font-size: 16px;
}

.hotspot-ul {
    overflow: hidden;
    padding: 0;
    padding-top: 20px;
}

.hotspot-ul > li {
    margin: 7px 0;
    float: left;
    width: 90%;
}

.hotspot-ul > li > b {
    float: left;
    font-size: 1em;
    padding: 5px 0;
    background: #00a4ff;
    line-height: 1em;
    color: #fff;
    width: 24px;
    text-align: center;
}

.hotspot-ul > li > a {
    font-size: 1em;
    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;
}

.hotspot-ul > li > a:hover {
    color: #00a4ff;
    text-decoration: underline;
}

.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);
}


/*百分比*/
.r_out {
    width: 160px;
    height: 160px;
    border: 8px solid #d9d9d9;
    background: #fff;
    box-shadow: 3px 3px 5px #bfbfbf;
    -webkit-box-shadow: 3px 3px 5px #bfbfbf;
    -moz-box-shadow: 3px 3px 5px #bfbfbf;
    -ms-box-shadow: 3px 3px 5px #bfbfbf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms_border-radius: 50%;
    display: inline-block;
    margin: 0 55px;
    position: relative;
}

.r_out p {
    position: absolute;
    bottom: -50px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.r_out button {
    border: none;
    display: inline-block;
    background: #FA5760;
    color: #fff;
    padding: 6px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 30px 36px;
}

#fall {
    background: #00a4ff;
}

.r_in {
    width: 140px;
    height: 140px;
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms_border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.r_c {
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
}

.rise {
    background: #f00;
}

.fall {
    background: #00a4ff;
}

.r_num {
    color: #404040;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    width: 100%;
}

/*日历插件*/
#schedule-box {
    z-index: 100;
    width: 260px;
    margin: 0 auto;
    padding:10px;
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 40px;
    background: #fff;
}

.schedule-hd {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.today {
    flex: 1;
    text-align: center;
    line-height: 22px;
}

.ul-box {
    overflow: hidden;
}

.ul-box > li {
    float: left;
    width: 14.28%;
    text-align: center;
    padding: 2px 0;
}

.other-month {
    color: #999999;
}

.current-month {
    color: #333333;
}

.today-style {
    border-radius: 50%;
    background: #58d321;
}

.arrow {
    cursor: pointer;
}

.dayStyle {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.current-month > .dayStyle:hover {
    background: #00BDFF;
    color: #ffffff;
}

.today-flag {
    background: #00C2B1;
    color: #fff;
}

.boxshaw {
    box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
    background: #00BDFF;
    color: #ffffff;
}

#h3Ele {
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 992px){
     .reference{
         margin-top: 40px;
     }
}
/*****导航栏********/
.container-fluid{
	height: 100%;
}
.topLeft{
	float:left;
	overflow:hidden;
	width:72%;
	margin-left:7%;
	height: 100%;
}
.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%;
	height: 560px;
}
.HeadlinesLeft{
	width:24%;
	height: 460px;
	background-color: #fff;
	font-size: 13px;
 	margin-left: 200px; 
	margin-top: 50px;
	float: left;
}
.HeadlinesRight{
	margin-left: 20px;
	width: 47%;
	height: 460px;
	background-color: #fff;
	margin-top: 50px;
	float: left;
}
.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 li 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: 85%
}
.rightText h1{
	font-size: 14px;
	font-weight: bold;
}
.specialist-content ul{
	width:90%;
	height: 400px;
	margin-left: 180px;
}
.specialist-content ul li{
	float: left;
}
.specialist-content ul li img{
	width: 100%;
	height: 100%;
}
#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:490px;
	background: url("../../../images/hypx_background.png") no-repeat;
	background-size:100% 490px;
}
#hypxDiv .mainBody{
	width:70%;
	height: 62%;
	margin:0 auto;
	margin-top:30px;
	background-color: #fff;
}
.mainBody .left{
	float:left;
	width:31.3%;
	height:100%;
	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;
}
.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%;
	height: 350px;
}
#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: 100%;
	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;
}
#menuTab{
	margin: 0;
}
/*****导航栏********/

@media screen and (min-width: 1200px){
    .topImg {
        min-height: 260px;
    }
}