html {
	box-sizing:border-box;
}
*,*:before,*:after {
	box-sizing:inherit;
}
* {
	margin:0;
	padding:0
}
html {
	font-size:16px;
}
body {
	background-color:#FFFFFF;
    font-weight:normal;
	font-style:normal;
}
p,ul,ol,dl,pre,details,blockquote {
  list-style:none
}
img{
	vertical-align: bottom;
	image-rendering:-moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor
}
.w_1200 {
	max-width:1200px;
	margin:0 auto;
}
h1,h2,h3,h4,h5,h6 {
	color:inherit;
    line-height:1.16;
}
h1,.h1 {
	margin-top:0;
	font-size:1.800em;
}
h2,.h2 {
	font-size:1.600em;
}
h3,.h3 {
	font-size:1.425em;
}
h4,.h4 {
	font-size:1.265em;
}
h5,.h5 {
	font-size:2.3em;
}
h6,.h6 {
	font-size:1em;
}
small,.text-small {
	font-size:0.833em;
}
.f-12 {
	font-size:12px;
}
.f-14 {
	font-size:14px;
}
.f-16 {
  font-size:16px;
}

.f-18 {
	font-size:18px;
}
.f-20 {
	font-size:20px;
}
.f-22 {
	font-size:22px;
}
.f-24 {
	font-size:24px;
}
.f-26 {
	font-size:26px;
}
.f-30 {
	font-size:30px;
}
.f-35 {
	font-size:35px;
}




.enlarge {
	overflow: hidden;
}
.enlarge img{
	-webkit-text-transition: all 0.6s;
	-moz-text-transition: all 0.6s;
	transition: all 0.6s;
}
.enlarge:hover img{
	-webkit-text-transform: scale(1.1);
	-moz-text-transform: scale(1.1);
	transform: scale(1.1);
}



.left_box {
	float:left;
}
.right_box {
	float:right;
}

.clear{
	clear: both;
}
/* .clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
} */

.clearfix{
    *zoom:1;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}



body,input,textarea,button,select {
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover,a:focus {
	color:#1b559e;
}

.lsyc_tel {
	float:right;
	text-align:right;
	position:absolute;
	top:6px;
	right:25px;
}
.lsyc_tel i{
	font-style: normal;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	border-radius: 5px;
	padding: 2px;
	margin-right: 5px;
	background: #e71d2a;
}
.lsyc_tel span {
	font-size:35px;
	color:#1b559e;
	font-weight:bold;
}
@media (max-width:1023px) {
	.lsyc_tel {
	display:none;
}
}



@media(max-width:1024px) {
	.f-16 {
		font-size:14px;
		line-height: 22px !important;
	}
	.f-18 {
		font-size:14px;
		line-height: 24px;
	}
	.f-20 {
		font-size:16px;
	}
	.f-24{
		font-size: 18px;
	}
	.f-26{
		font-size: 18px;
	}
	.f-30{
		font-size: 18px;
	}
	.f-35 {
		font-size:28px;
	}
}
@media(max-width:768px) {
	.f-35 {
		font-size:22px;
	}
}





/* 百亿市场 */
.mark_box {
	max-width: 1200px;
	margin:0 auto;
	margin-top: -86px;
	border-radius: 15px;
	padding: 45px 15px;
	box-shadow: 0 3px 15px 1px rgb(0 0 0 / 10%);
	background: #fff;
}
.mark_left {
	width:50%;
	padding-left: 25px;
}

h4 {
	font-size:42px;
	font-weight:bold;
	color:#1b559e;
}
.lsyc-tit01 h4 strong {
	display:inline-block;
	vertical-align:5px;
	padding-left:12px;
	animation:shaking 1.5s infinite;
}
.mark_right{
	width: 50%;
}
.mark_right ul li{
	width: 27.01%;
	float: left;
	text-align: center;
	margin:0 3%;
}
.mark_right ul li img{
	width: 100%;
}
.mark_right ul li p{
	line-height: 22px;
	padding-top: 10px;
}

.home-tit span {
	font-family:"OPPOSans-L";
	font-size:20px;
	font-weight:300;
}
.mark_intr {
	padding-top:20px;
	padding-right:60px
}
.mark_intr p {
	line-height:28px;
	color:#8f8f8f;
}

  
@media(max-width:1024px) {
.mark_box {
	margin-top: 0px;
}
.mark_intr {
	padding-top:20px;
	padding-right:0px;
}
.mark_intr p {
	line-height:26px;
}
h4 {
	font-size:22px;
	margin-bottom:0 !important;
}
.lsyc-tit01 h4 strong {
	vertical-align:20px;
	padding-left:8px;
}

.lsyc-tit span {
	font-size:14px;
}
}
@media(max-width:767px) {
	
	.mark_box {
		padding: 25px 20px 10px;
		box-shadow:none;
	}
	.mark_left {
		width:100%;
		padding: 0;
	}
	.mark_right {
		width:100%;
		padding-top: 20px;
	}
	
}

/* 百亿市场 结束*/





/* 爆款 */
.pro_tit {
	text-align:center;
	margin:6.8% 0 2%;
}
.pro_tit h6{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	padding: 8px 25px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-weight: unset;
	background: #469f41;
}

.product_con {
	padding-bottom:3.5%;
}

.pro_ul ul li{
	width: 30.67%;
	margin: 1% 1.3%;
	float: left;
	text-align: center;
	border-top-left-radius:10px; 
	border-top-right-radius:10px; 
	overflow:hidden;
}
.pro_ul ul li .title{
	line-height: 45px;
	background: #f7f7f7;
}
.pro_ul ul li:hover .title{
	color: #fff;
	background: #469f41;
}
.pro_ul ul li img {
	width:100%;
}



@media (max-width:767px) {
.pro_tit {
	margin:3% 0 5%;
}
.pro_tit h6 {
	font-size: 18px;	
	padding: 2px 25px;
	margin-bottom: 10px;

}

}

/*爆款 结束*/




.park_bg img {
	width:100%;
}



/* 首页 关于我们 */
.about_bg{
	padding: 3.5% 0;
	background: url(../images/lsyc_bg.jpg) no-repeat;
}
.about_left{
	width: 55%;
}
.about_tit{
	padding-bottom: 3%;
}
.about_tit span{
	display: block;
	margin-bottom: 5px;
	color: #469f41;
}

.about_tit i{
	width: 12%;
	height: 4px;
	border-radius: 15px;
	margin-top: 10px;
	display: block;
	background: #469f41;
}
.about_left p{
	padding-top: 2%;
	line-height: 30px;
}
.about_btn{
	display: inline-block;
	line-height: 30px;
	padding: 0 25px;
	border-radius: 15px;
	margin-top: 5%;
	cursor: pointer;
	background: #e71c2a;
}
.about_btn a{
	color: #fff;
}
.about_btn:hover{
	background: #469f41;
}
.about_right{
	width: 45%;
	text-align: right;
}

@media (max-width:767px) {
	.about_left{
		width: 100%;
	}
	.about_right{
		display: none;
	}
}
/* 首页 关于我们 END */



/* 新闻资讯 */
.news_con{
	padding-top: 4%;
}
.news_tit{
	width: 55%;
	float: left;
}
.more_new{
	float: right;
	margin-top: 5%;
}
.news_box{
	padding-bottom: 2%;
	border-bottom: 1px solid #e6e6e6;
}

.home_news_list{
	width: 31.25%;
	float: left;
}
.home_news_list img{
	width: 100%;
}
.home_news_list2{
	margin: 0 3%;
}
.home_news_list h6{
	border-bottom: 1px solid #e6e6e6;
	padding: 8% 0 5%;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
}
.home_news_list span{
	display: block;
	color: #848484;
	padding-top: 5.5%;
}
.home_news_list p{
	color: #848484;
	padding-top: 3.5%;
	line-height: 26px;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.li_list {
	padding-top: 3%;
}
.li_list ul{
	float: left;
	width: 31.25%;	
}
.li_list ul li{
	line-height: 30px;
}
.li_list ul li a{
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
}
.li_list ul li span{
	float: right;
}
.li_list ul li:hover{
	color: #469f41;
}

@media(max-width:767px) {
	.home_news_list2 {
		margin: auto;
	}
	.home_news_list {
		width: 48%;
		margin: 1%;
	}
	.news_box div:nth-child(3){
		display: none;
	}
	.li_list ul {
		width: 100%;
		margin: 0;
	}
	
}

/* 新闻资讯 END */





/* 底部 */
.bottom_fooer {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	margin-top: 3%;
	background-image:url(../images/lsyc_bg2.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	border-top: 8px solid;
	border-image: linear-gradient(90deg, #1b559e, #1b559e 62%, #db2b2f 38%, #db2b2f 100%) 8 8 8 8;

}

.Inside_bottom_fooer{
	background-image:linear-gradient(to bottom,rgba(231,252,255,1),rgba(197,248,255,1));
}

.footer_con {
	padding-bottom:3%;
	border-bottom: 1px solid #d3d3d3;
}
.footer_logo {
	width:38%;
	float:left;
}

.footer_logo h3 {
	font-size:38px;
	font-family:"黑体";
	color:#1b559e;
	padding-bottom: 5%;
}
.footer_menu {
	width:62%;
	float:right;
	padding-left: 8%;
}
.footer_menu ul {
	float:left;
	padding-right:7%;
}
.footer_menu ul p{
	padding-bottom: 12px;
	color: #1b559e;
	font-weight: bold;
}
.footer_menu ul li a {
	color:#848484;
	line-height:28px;
}
.link_box{
	padding-top: 6%;
}
.link_box p{
	line-height: 22px;
	color: #848484;
}

.bottom_logo{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10%;
	margin-bottom: 8%;
}

.boottom_tel{
	
	float: left;
}
.bottom_ewm{
	float: right;
}
.bottom_ewm div{
	display: inline-block;
	text-align: center;
	padding: 5px;
	margin-left: 10px;
	background: #fff;
}
.bottom_ewm div p{
	line-height: 22px;
}


@media(max-width:1199px) {
	.bottom_logo a img{
		width: 360px;
	}
	.footer_menu {
		padding-left: 3%;
	}
	.footer_menu ul {
		padding-right: 5%;
	}

}

@media(max-width:1023px) {
	.bottom_logo a img{
		width: 260px;
	}
}

@media(max-width:767px) {
	.bottom_fooer {
		border-top: 3px solid;
		border-image: linear-gradient(90deg, #1b559e, #1b559e 62%, #db2b2f 38%, #db2b2f 100%) 3 3 3 3;
	}
.footer_con {
	margin-top:3%;
	padding-bottom:0px;
}
.footer_logo {
	width:100%;
}
.footer_logo h3 {
    font-size: 30px;
}

.footer_menu {
	display: none;
}
.bottom_logo {
    padding-bottom: 5%;
    margin-bottom: 3%;
}

 .bottom_logo a img{
	width: 320px;
} 


.bottom_ewm .xhsewm{
	display: none;
}

}
/* 底部 结束*/




/* 位置 */
.postion_con{
	color: #fff ;
	padding: 0.8% 2% ;
	margin: 2% 0;
	background: #469f41;
}
.postion_con p{
	display: initial;
}
.postion_con ul{
	display: inline-flex;
	float: right;
}
.postion_con ul li a{
	margin-left: 10px;
}
.postion_con a{
	color: #fff;
}

.mob_menu{
	display: none;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.mob_menu li{
	font-size: 16px;
	display: initial;
	padding: 0.5% 2.5%;
	/* margin: 0 1%; */
	border-radius: 5px;
	background: #1b559e;
}
.mob_menu .menu_show{
	background: #469f41;
}
.mob_menu li a{
	color: #fff;
}
@media(max-width:767px) {
	.postion_con ul{
		display: none;
	}
	.mob_menu{
		display: block;
	}
}

/* 位置 END */





/* 关于我们页 */

.banner_Inside img{
	width: 100%;
}

.inter_tit strong{
	color: #469f41;
}
.inter_tit p{
	padding: 2.5%  20% 0;
	line-height: 26px;

}

.about_con{
  padding: 3% 0;
}
.about_list_box{
	width: 50%;
	padding:0 3%;
	float: left;
}
.about_list_box p{
	line-height: 30px;
	padding-bottom: 3.8%;
}
.about_list_box strong{
	display: block;
	font-weight: bold !important;
	color: #1b559e;
}

.gszz_bg{
	padding: 0.5px 0;
	background: #fcfcfc;
}



@media(max-width:767px) {
	.inter_tit p{
		padding: 2.5%  0 0;
	}
	.about_list_box{
		width: 100%;
		padding: 0%;
	}

}

/* 关于我们页  结束*/





/* 鱼苗供应  */
.lsyc_zm div{
	width: 32.5%;
	float: left;
	/* display: inline-block; */
	margin: 0.4% ;
}
.lsyc_zm div img{
	width: 100%;
}


.table_con{
	padding-top: 2%;
}
.table-a{
	width: 49%;
	float: left;
	margin: 0.5%;
}
table{
	width: 100%;
	text-align: center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
} 
.table-a table tr{
	/* line-height: 50px; */
	height: 50px;
}
.table-a table th{
	background-color:green;
	color:white;
	height: 72px;
}
.table-a table th.th_cs{
	background-color:#1b559e;
}
.table-a table td{
	width: 50%;
	border-left:1px solid #000;
	border-top:1px solid #000;
}

@media(max-width:767px) {
	.table-a table th{
		height: 40px;
	}
	.table-a table tr{
		height: 30px;
	}
	.table-a table td{
		font-size: 14px;
	}	
}

/* 鱼苗供应  结束*/




/* 十大优势  结束*/
.sdys_con{
	width: 100%;
	text-align: center
}
.sdys_pic{
	text-align: center;
	margin: 8% 0 3% ;
}
.sdys_list{
	width: 16%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border-radius: 15px;
	padding: 1.5% 0 2%;
	margin: 0.4% 0.3%;
	background: #1b559e;
}
.sdys_list strong{
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	color: #1b559e;
	background: #fff;
}
.sdys_list:hover{	
	background-image: linear-gradient(#58b953, #078900);
}
.sdys_list:hover strong {	
	color:#469f41 !important;
}
.sdys_list h3{
	padding: 10px 0 5px;
	letter-spacing: 5px;
}
.sdys_list span{
	display: block;
	color: #bbffb7;
	line-height: 10px;
}
.sdys_list p{
	letter-spacing: 5px;
	padding-top: 10px;
}
.sdys_img{
	width: 100%;
	text-align: center;
}
.sdys_img div{
	width: 27.5%;
	display: inline-block;
	margin: 0.3%;
	border-radius: 15px;
}


@media(max-width:1199px) {
	.sdys_img div img{
		width: 100%;
	}
	.sdys_list strong{
		width: 25px;
		height: 25px;
	}
}


@media(max-width:1023px) {
	.sdys_pic img{
		width: 100%;
	}
}



@media(max-width:640px) {
	.sdys_list{
		width: 48%;
		border-radius: 10px;
		padding: 3% 0 5%;
		margin: 0.5% 0.1%;
	}
	.sdys_list h3 {
		letter-spacing: 1px;
	}
	.sdys_list p{
		padding-top: 5px;
		letter-spacing: 1px;
	}
	.sdys_img div{
		width: 48%;
		margin: 0.2%;
		border-radius: 10px;
	}
}

/* 十大优势  结束*/




/* 养殖模式*/
.yzms_menu ul{
	width: 100%;
	text-align: center;
	margin: 6% 0 1%;
}
.yzms_menu ul li{
	display: inline-block;
	margin: 2%;
	padding-bottom: 1%;
}
.yzms_menu ul li:hover{
	border-bottom: 2px solid #1b559e;
}

.yzms_hover{	
	border-bottom: 2px solid #1b559e;
}
.yzms_hover a{
	color: #1b559e;
}

.yzms_img > div{
	width: 31.6%;
	float: left;
	/* display: inline-block; */
	margin:1% 0.8%;
}
.yzms_img > div p{
	margin: 3% 0;
}


@media(max-width:767px) {
	.yzms_menu ul{
		margin-bottom: 3%;
	}
	.yzms_menu ul li{
		margin: 1% 0.4%;
	}

	.yzms_img > div{
		width: 48%;
		margin:1% ;
	}
	.yzms_img > div img{
		width: 100%;
	}
}

/* 养殖模式  结束*/




/* 繁养基地  */

.inter_tit > div{
	margin-top: 1%;
}
.inter_tit > div span{
	display: inline-block;
	border: 1px solid #1b559e;
	border-radius: 5px;
	color: #1b559e;
	padding: 0 1%;
}
/* 繁养基地  结束*/



/* 包装物流*/
.bzwl_img{
	width: 100%;
	padding-top: 3%;
	text-align: center;
}
.bzwl_img div{
	width: 45%;
	/* float: left; */
	display: inline-block;
	margin: 1%;
}
.bzwl_img div img{
		width: 100%;
}

@media(max-width:640px) {
	.bzwl_img div{
		width: 100%;
		margin: 1% 0;
	}
}
/* 包装物流  结束*/





/* 新闻资讯 */

.news_left{
	float: left;
	width: 22%;
}
.news_side{	
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
.side_tit{
	padding: 25px;
	color: #fff;
	background-image: linear-gradient(#2c74cf, #1b559e);
}

.side_box{
	padding: 15px 25px 50px;
	font-size: 14px;
}
.ewm_box{
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.ewm_box img{
	width: 100%;
}
.side_tel{
	margin-top: 25px;
}
.side_tel span{
	border-radius: 20px;
	color: #fff;
	padding: 0 5%;
	background: #469f41;
}
.side_tel p{
	border-top: 1px dashed #ccc;
	color: #676767;
	margin-top: 15px;
	padding-top: 15px;
}
.side_news_list p{
	line-height: 42px;
	border-bottom: 1px dashed #ccc;
	display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}




.news_right{
	width: 73%;
	float: right;
}



.contenr_list{
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 2.5%;
	margin-bottom: 3%;
}

.list_pic{
	width: 34.8%;
	float: left;
}
.list_pic img{
	width: 100%;
}
.list_con{
	width: 60%;
	float: right;
}
.list_con p{
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}





.list_con h6{
	padding: 3% 0;
}
.list_time{
	padding-top: 5%;
	margin-top: 5%;
	border-top: 1px dashed #ccc;
}
.list_time span{
	float: left;
}
.list_time strong{
	float: right;
	display: block;
	text-align: right;
	border-radius: 15px;
	padding: 0.5% 3.5%;
	color: #fff;
	font-size: 14px;
	background: #469f41;
}

.contenr_list:hover .list_time strong{
	background: #1b559e;

}

@media(max-width:767px) {
	.news_left{
		display: none;
	}
	.news_right{
		width: 100%;
	}
	.list_con h6 {
		padding: 1% 0;
		display: inline-block;
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.list_con p {
		display: inline-block;
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.list_time {
		padding-top: 3%;
		margin-top: 3%;
	}

}

/* 新闻资讯  结束*/


/* 内容页 */
.content_tit{
	text-align: center;
}
.content_tit h3{
	color: #1b559e;
	padding: 2% 0;
}
.content_tit span{
	color: #676767;
}
.content_con {
	/*
	padding-top: 5%;
	*/
}
.content_con p{
	/*
	text-indent: 2em;
	*/
	padding: 12px 0;
	/*
	line-height: 30px;
	*/
}
.content_con img{
	width: 100%;
	/*
	margin:15px 0;
	*/
}
.content_con ul{
	padding-top: 15px;
}
.content_con ul li{
	line-height: 30px;
}
/* 内容页  结束*/





/* 联系我们*/
.lxwm_box p{
	width: 32.3%;
	float: left;
	/* border: 1px solid #ccc; */
	border-radius: 15px;
	text-align: center;
	padding: 1%;
	margin: 5% 0.5% 0;
	background: #e9f3ff;
}



.message-coop input ,.message-coop textarea{
	width: 48%;
	line-height: 45px;
	padding: 0 30px;
	margin: 0.8%;
	font-size: 16px;
	border: 0;
    outline: none;
	background: transparent;
	font-weight: normal;
	border: 1px solid #ddd;
}

.message-coop textarea{
	width: 98%;
	height: 180px;
}

.message-coop label {
	display: unset;
}

.sim-button {
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 1%;
    width: 15%;
	cursor: pointer;
	border: none;
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	background: #469f41;
}
.sim-button:hover{
	background: #1b559e;
}


@media(max-width:767px) {
	.lxwm_box{
		margin-bottom: 35px;
	}
	.lxwm_box p{
		width: 100%;
		margin: 3% 0.5% 0;
	}
	.message-box{
		margin-bottom: 50px;
	}
	.message-coop input, .message-coop textarea {
		width: 100%;
		line-height: 30px;
		padding: 0 15px;
		margin: 0.8% 0;
		font-size: 14px;
	}
	.message-coop textarea{
		height: 100px;
	}

	.sim-button {
		line-height: 35px;
		height: 35px;
		width: 100%;
		font-size: 14px;

	}

}

/* 联系我们 结束 */




@media(max-width:1199px) {
	.w_1200{
	 padding: 0 4%;
	}

 }

