@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body{color:#555;font-size:12px;font-family:Arial,"microsoft yahei","微软雅黑";background: #fff url(../../images/bg.png) 0 138px repeat;}
body{
	width:100%;
	overflow-x:hidden;
}

/* 正常链接 未访问 */
a {
    color: #4B4B4B;
}

/* 鼠标悬停 */
a:hover {
    color: #f00;
    text-decoration:none;
}

.wrap{width:1000px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mr11{margin-right:11px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.w250{width:250px;}
.w730{width:730px;}
.w420{width:420px;}
.w540{width:540px;}
.w340{width:340px;}
.w660{width:660px;}
.w480{width:480px;}
.denggao{
	position:relative;
	overflow:hidden;
}
.denggao .fn-left,
.denggao .fn-right{
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.row-head{
	position: relative;
	padding:20px 0 40px;
}
.row-head:before{
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	height:1px;
	line-height:none;
	font-size:0;
	content:'';
	background-color:#d8d8d8;
}
.row-head .row-head-title{
	position: relative;
	display:block;
	width:300px;
	margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #F3F3F3;
    color: #008560;
    line-height: 50px;
}
.row-head .row-head-title:before{
	position:absolute;
	top:50%;
	left:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-title:after{
	position:absolute;
	top:50%;
	right:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-text{
    text-align: center;
    font-size: 18px;
    line-height:1em;
    text-transform: uppercase;
    color:#999;
    margin-top:20px;
}

.row1 .grid-row{
	margin:0 -10px;
	width:auto;
	overflow:hidden;
}
.row1 .grid-col{
	float:left;
	padding:0 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row1 .grid-col dl{
	width:auto;
	overflow:hidden;
	background:#EEEEEE;
	height:155px;
	padding-bottom:5px;
}
.row1 .grid-col dl dd{
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 0 0 20px;
	line-height:26px;
	margin-top:5px;
	font-size:12px;
	font-family: arial;
	position: relative;
}
.row1 .grid-col dl dd:before{
	position:absolute;
	top:50%;
	left:10px;
	width:3px;
	height:3px;
	content:'';
	font-size:0;
	line-height:none;
	background:#6A6A6C;
	margin-top:-2px;
}
.row1 .grid-col:hover dl{
	background:#E3F6ED;
}

.row2{
	padding-bottom:40px;
}
.row2 .row-head{
	padding-bottom:20px;
}
/* .row2 .row-head-title{
	background:#E4F7F2;
} */
.row2 .row-head:before{
	background-color: #3C8B6D;
}
.row2 .row-head .row-head-title:before,
.row2 .row-head .row-head-title:after{
	border-color:#3C8B6D;
}
.scroll_horizontal{position:relative;width:1000px;height:287px;margin-top:15px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;height:287px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:250px;height:287px;}
.scroll_horizontal .list li a,
.scroll_horizontal .list li a span{display:block;}
.scroll_horizontal .list li a{
	width:210px;
	height:277px;
	margin:0 10px;
	padding: 10px 10px 0 10px;
    background: #008560;
}
.scroll_horizontal .list li a span.img{
	width:210px;
	height:247px;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.scroll_horizontal .list li a span.img img{
	width:100%;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.scroll_horizontal .list li a span.text{
	height:30px;
	line-height:26px;
	font-size:14px;
	text-align:center;
	color:#fff;
}
.scroll_horizontal .list li a:hover{
	background:#FF4000;
}
.scroll_horizontal .list li a:hover span.text{
	color:#fff;
}

.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url('../../images/control.png');background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:-50px;background-position:0 0;}
.scroll_horizontal .next{right:-50px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}

.row3 .col1{
	background-color:#FFFFFF;
}
.row3 .col1 .ui-box{
	border:none;
}
.row3 .col1 .ui-box-head{
	height:55px;
	line-height:1em;
	border:none;
	margin:0;
	padding:0;
	background-color: #008560;
	position:relative;
	padding-left:60px;
	padding-top:10px;
}
.row3 .col1 .ui-box-head:before{
	position:absolute;
	top:50%;
	left:20px;
	color:#fff;
	width:auto;
	line-height:1em;
	font-size:50px;
	font-family:"微软雅黑";
	content:'P';
	margin-top:-25px;
}
.row3 .col1 .ui-box-head-title{
	float:none;
	display:block;
	line-height:1em;
	font-size:20px;
	color:#fff;
	font-weight:normal;	
}
.row3 .col1 .ui-box-head-text{
	float:none;
	display:block;
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin:8px 0 0 0;
}
.row3 .col1 .ui-box-container{
	background:none;
	border:none;
}
.row3 .col1 .ui-box-content{
	padding:0;
}
.row3 .col1 .ClassList{
	
}
.row3 .col1 .ClassList ul{
	position:relative;
	margin-bottom:-1px;
}
.row3 .col1 .ClassList ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #EFEFEF;
	background: url('../../images/icon-1.png') 8px 17px no-repeat;
}
.row3 .col1 .ClassList ul li:last-child{
	border:none;
}
.row3 .col1 .ClassList ul li .title{
	display:block;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.row3 .col1 .ClassList ul li .title a{	
	position:relative;
	padding-left:32px;
	display:block;
	height:46px;
	line-height:44px;
	font-size:13px;
	color:#409b2b;
}
/* .row3 .col1 .ClassList ul li .title a:before{
	position:absolute;
	top:50%;
	left:12px;
	width:10px;
	height:9px;
	font-size:0;
	line-height:none;
	content:'';
	background:url('../../images/icon-1.png') 0 0 no-repeat;
	margin-top:-5px;
} */
.row3 .col1 .ClassList ul li .title a:hover{
}
.row3 .col1 .ClassList ul li:hover .title a{
}
.row3 .col2 .ImgList{
	width:730px;
	overflow:hidden;
}
.row3 .col2 .ImgList ul{
	width:auto;
	overflow:hidden;
	margin:0 -10px -20px;
}
.row3 .col2 .ImgList ul li{
	float:left;
	width:33.33%;
	padding:0 10px 20px;	
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row3 .col2 .ImgList ul li a,
.row3 .col2 .ImgList ul li a span{
	display:block;
	
}
.row3 .col2 .ImgList ul li a{
	background:#fff;
	border:5px solid #fff;	
}
.row3 .col2 .ImgList ul li a .img{
	position:relative;
	width:100%;
	height:311px;
	overflow: hidden;
}
.row3 .col2 .ImgList ul li a .img img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row3 .col2 .ImgList ul li a .text{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	background: #fff;
}
.row3 .col2 .ImgList ul li:hover a{
	border-color:#008560;
}
.row3 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#008560;
}


.row4 #allmap{
	width:660px;
	height:340px;
	margin:0;font-family:"微软雅黑";font-size:14px;
	border:1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row4 .ui-box-container{
	background-color:#0473B8;
	border:none;
	height:342px;
}
.row4 .info{
	padding-top:15px;
}
.row4 .info p{
	font-size:13px;
	line-height:1.8em;
	color:#fff;
}
.row4 .more{
	font-size:14px;
	color:#fff;
	line-height:2em;
	background:#0466A4;
	text-align:center;
	margin-top:15px;
	border-radius:5px;
}
.row4 .more a{
	color:#fff;	
}
.row4 .more a:hover{
	color:#ff0;
}

.row4 .news{
	height:340px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #d8d8d8;
	border-left:none;
	background: #fff;
}
.row4 .news h1{
	display:block;
	text-align:center;
	padding-top:15px;
	margin:0 auto;
}
.row4 .news ul{
	width:auto;
	overflow:hidden;
	padding:10px 20px 0;
}
.row4 .news ul li{
	display:block;
	height:32px;
	line-height:30px;
	position:relative;
	padding-left:20px;
	font-size:13px;
}
.row4 .news ul li:before{
	position:absolute;
	top:50%;
	left:5px;
	font-size:0;
	line-height:none;
	content:'';
	width:3px;
	height:3px;
	border-radius: 50%;
	background:#666;
	margin-top:-2px;
}
/* 加盟连锁 */
.menu1 {
    height:124px;
	background-color:#FFF;
}
.menu1 a{
    display:inline-block;
    width:169px;
    height:74px;
    position:relative;
    padding-left:90px;
    border-right:1px solid #d7d7d7;
    margin:35px 35px;
    font-size:24px;
    line-height:24px;
}
.menu1 a:hover{
    color:#008c17;
}
.menu1 a p{
    padding-top:12px;
}
.menu1 a span{
    font-size:12px;
    text-transform:uppercase;
    display:block;
}
.menu1 a .front{
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
.menu1 a .back2{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.menu1 a:hover .back2{
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    z-index:2;
}
.menu1 a:hover .front{
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    z-index:1;
}
.front, .back2{
    backface-visibility:hidden;
    transition:0.6s ease-out;
    -webkit-transition:.6s ease-out;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transform-style:preserve-3d;
    position:absolute;
    top:0;
    left:0;
}
.back2{
    z-index:1;
    transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    -ms-transform:rotateY(-180deg);
    -o-transform:rotateY(-180deg);
}
.w1000{
    width:1000px;
    margin:0 auto;
}
/* con3 */
.con3{width:1000px;margin:0 auto;overflow:hidden}
.con3_left{float:left;width:320px;overflow:hidden;}
.con3 .title{width:100%;height:44px;border-bottom:2px solid #008560;overflow:hidden;margin-bottom:16px;}
.title_name1{float:left;font:18px/44px "microsoft yahei";color:#008560;background:url(../../images/title.png) 5px center no-repeat;padding-left:42px;}
.more{float:right;font:12px/44px "microsoft yahei";color:#9e9e9e;margin-right:8px;}
.con3_list{width:100%;height:auto;overflow:hidden;padding-top:11px;}
.con3_list li{width:290px;margin:0 auto;height:31px;background:url(../../images/icons1.jpg) 0 center no-repeat;overflow:hidden;text-indent:12px;}
.con3_list li a{display:block;float:left;max-width: 276px;height:31px;font:14px/31px "microsoft yahei";color:#222;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.con3_list li a:hover,.con3_list li:hover a{color:#d10000;background: url(../../images/icons1.jpg) 0 center no-repeat;}
.con3_list li img{float:left;margin:10px 0 0 4px;}
.con3_list li:hover{background:url(../../images/icons2.jpg) 0 center no-repeat;}
.con3_center{float:left;width:320px;overflow:hidden;padding:0 20px;}
.title_name2{float:left;font:18px/44px "microsoft yahei";color:#008560;background:url(../../images/title.png) 5px center no-repeat;padding-left:42px;}
.con3_right{float:left;width:320px;overflow:hidden;}
.title_name3{float:left;font:18px/44px "microsoft yahei";color:#008560;background:url(../../images/title.png) 5px center no-repeat;padding-left:42px;}
/* 公司简介 */
.news-about{ width:100%; background:#008560; height:226px; padding:17px 0 0 0;margin-top: 20px;}
.fra{ width:1004px; margin:0 auto; overflow:hidden;}
.news-about .news{ float:left; width:575px; background:url(../../images/newsright.jpg) #ffffff right top no-repeat; height:211px;}
p.iname{float:left; width:55px; height:211px;background-color:#CA272C;/* background:url(../../images/newsleft.jpg) left top no-repeat; */ color:
#ffffff; text-align:center;}
p.iname label{ float:left; width:55px; background:url(../../images/newsline.png) center bottom no-repeat; font-size:20px; font-weight:bold; padding:20px 0 25px 0}
p.iname a{ float:left;width:55px; text-align:center; font-size:14px; color:#fff;}
.fra .news ul{ float:left; width:488px; padding:10px 0 0 20px;}
.fra .news ul li{float:left; width:488px; height:44px; border-bottom:1px dotted #797979; line-height:44px; font-size:14px;}
.fra .news ul li a{float:left; width:375px; line-height:44px;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#565656;}
.fra .news ul li span{ float:right; width:78px; padding:0 5px 0 0;color:#929292;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.icontact{ float:right; width:411px;background:url(../../images/newsright.jpg) #ffffff right top no-repeat; height:211px;}
p.icontact-con{ float:left; width:310px; line-height:30px; height:180px; overflow:hidden; color:#565656;  font-size:14px; padding:10px 0 0 20px;}
/* 养殖种植产业 */
.Ttitle{ 
	position:relative;width:460px;height:65px;margin:0 auto 10px auto;padding-top:5px;
	background:url(../../images/titlebg.png) center center no-repeat;}
.Ttitle .Font{ 
	width:460; height:30px; display: block;
	color:#f02e49;font-size:24px;line-height:30px;text-align:center;}
.Ttitle .English{
	width:460;height:30px;display:block;
	color:#008560;font-size:24px;line-height:30px;text-align:center;font-family:impact;text-transform:upperca;
	}
.row5 .ImgList{
	width:auto;
	overflow:hidden;
	margin:0 -5px;
}
.row5 .ImgList li{
	float:left;
	width:33.33%;	
	padding:0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
}
.row5 .ImgList li a{
	display:block;
	height:100px;
	border:3px solid #efefef;
	position:relative;
	overflow:hidden;
}
.row5 .ImgList li a img{
	width:100%;
	height:auto;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row5 .ImgList li a:hover{
	border-color:#008560;
}	