/* CSS Document */
@charset "utf-8";
body{font-family: '微软雅黑' , Arial, Helvetica, sans-serif;line-height: 22px;color: #000; background:#fff;} 
ul,ol,li{list-style: none;}
img {border: none; -ms-interpolation-mode: bicubic;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
em{font-style: normal;}
a{text-decoration:none; color:#555;}
a:hover{text-decoration:none;}


/* 公用类 */

.top10{margin-top:10px;}
.top30{margin-top:30px;}
.top50{margin-top:50px;}
.center{width:1004px;margin:0 auto}
.left{float:left}
.right{float:right;}
.ovhidden{overflow:hidden}






/* header */

.header_top{
	width:100%;
	height:30px;
	background-color:#ebebeb;
	color:#8d8d8d;
	overflow:hidden;
}
.header_top .center{
	width:1004px;
	height:30px;
	margin:0 auto;
	color:#8d8d8d;
}
.header_top .left{
	margin:5px;
	font-size:12px;
}
.header_top .right{
	margin:5px 20px 0 0;
	font-size:12px;
}
.header_top .right li{
	float:left;
	color:#8d8d8d;
}
.header_top .right span{
	margin:0 10px ;
	
}
.header_top .right a{
	color:#8d8d8d;
	
}
/* logo */

.header_logo{
	width:100%;
	height:120px;
	background: -moz-linear-gradient(top, #dadada 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #dadada 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #dadada 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #dadada 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #dadada 0%,#ffffff 100%);
	line-height:120px;
}
.header_logo .center .logo{
	margin-top:20px;
}
.header_logo .center img{
	float:left;
}
.header_logo .center .left p{
	width:300px;
	float:left; 
	margin:15px 0 0 30px;
	padding:0 0 0 30px;;
	border-left:2px solid #3da916;
	color:#3da916;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.header_logo .center .right{
	width:300px;
	margin-top:10px;
}
.header_logo .center .right p {
	float:left;
	line-height:24px;
	font-size:20px;
	color:#3da916;
	font-weight:bold;
	margin-top:35px;
	padding-left:35px;
}
.header_logo .center .right p span{
	float:right;
	line-height:24px;
	font-size:16px;
	color:#999999;
}
.header_logo .center .right>img{
	float:right;
}
/* search */
.search {
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#7d7d7d;
}
.search .left{
	margin-top:3px;
}
.search a{
	color:#7d7d7d;
}
.search .right{
	margin-top:1px;
}
.search .right select{
	border:1px solid #8dc21e;
	width:100px;
	height:23px;
	color:#777;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	background: url("../images/arrow.png") no-repeat scroll right center transparent;
	padding-right: 14px;
	select::-ms-expand { display: none; }
}
.search .right input[type="text"]{
	border:1px solid #8dc21e;
	width:120px;
	height:19px;
}
.search .right input[type="submit"]{
	border:1px solid #8dc21e;
	font-size:14px;
	width:50px;
	height:22px;
	background-color:#8dc21e;
	color:#fff;
}



/* nav */
.nav{
	width:100%;
	background-color: #1c9e05;
	position:relative;
}
#nav>ul {
    position: relative;
    width:100%;
    height: 40px;
    line-height: 40px;
    padding: 1px;
    border-radius: 3px;
}

#nav li {
  	float: left;
  	font-weight: bold;
	font-size:17px;
  	text-align: center;
  	width: 122px;
	border-left:1px solid #8ac11d;
 	margin-right: 1px;
  	background-color: #1c9e05;
}
#nav li a:hover {
  color: #e6c35c;
  text-decoration: none;
  box-shadow: 0 0 0 1px #1c9e05 inset;
  background-image: -webkit-linear-gradient(top,#12a701,#8ac11d);
  background-image: -moz-linear-gradient(top,#12a701,#8ac11d);
  background-image: -o-linear-gradient(top,#12a701,#8ac11d);
  background-image: -ms-linear-gradient(top,#12a701,#8ac11d);
  background-image: linear-gradient(top,#12a701,#8ac11d);
}
#nav li a:active,
#nav li a.active {
  color: #e6c35c;
  background-image: -webkit-linear-gradient(top,#12a701,#8ac11d);
  background-image: -moz-linear-gradient(top,#12a701,#8ac11d);
  background-image: -o-linear-gradient(top,#12a701,#8ac11d);
  background-image: -ms-linear-gradient(top,#12a701,#8ac11d);
  background-image: linear-gradient(top,#12a701,#8ac11d);
}
#nav li a {
  color: #fff;
  display: block;
}








/* banner */

.banner{
	width:100%;
	margin:5px auto 0;
	height:430px;
	overflow: hidden;
	position: relative;
	text-align:center;
	z-index: 10;
}

.banner img{
	position: absolute;
	left:50%;
	margin-left:-960px;
	top:0;
}
.banner .d2{
	width:100%;
	height:30px;
	clear:both;
	position:absolute;
	z-index:100;
	left:0px; 
	bottom:15px;
}
.banner .d2 ul{
	float:left;
	position:absolute;
	left:53%;
	top:0;
	margin:0 0 0 -96px;
	display:inline;
}
	
.banner .d2 li{
	width:27px;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	background: url(../images/an1.jpg) no-repeat center;
	float:left;
	margin:0 3px;
	display:inline;
}
.banner .d2 li.nuw{
	background: url(../images/an2.jpg) no-repeat center;
}


/* 产品中心 */
.pro{
	height:620px;
	margin-top:20px;
	overflow:hidden;
}
.pro .left{
	width:220px;
	height:100%;
	background-color:#f3f3f3;
	margin-right:14px;
	position:relative;
}
.pro .left li{
	height:56px;
	text-align:center;
	font-size:16px;
	color:#79c45e;
	line-height:56px;
	border-bottom:1px solid #ededed;  
}
.pro .left li a{
	letter-spacing:25px;
	color:#999;
	font-size:18px;
}
.pro .left .tel{
	position:relative;
	position:absolute;
	bottom:0;
	width:220px;
	height:110px;
	overflow:hidden;
	background:url(../images/tel_1.jpg) no-repeat center;
}
.pro .left .tel p{
	position:absolute;
	bottom:35px;
	left:50px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.pro .right{
	width:730px;
	height:100%;
	background-color:#f3f3f3;
	padding:20px;
}
.pro .right .top{
	color:#448707;
	padding-bottom:10px;
	border-bottom:1px solid #9ac838;
	font-size:22px;
	font-weight:bold;
}
.pro .right .top span{
	font-size:16px;
	font-weight:normal;
	margin-left:10px;
}
.pro .right li{
	width:220px;
	height:240px;
	float:left;
	margin:20px 10px 10px;
	position:relative;
	border:1px solid #8ec222;
	box-shadow:0 5px 5px #bbb;
}
.pro .right li>div{
	position:absolute;
	bottom:0;
	width:100%;
	color:#fff;
	font-size:18px;
	text-align:center;
	padding:5px 0;
	background-color:rgba(68,135,7,0.7);
}


/* 养殖经验图 */
.yangzhi{
	width:100%;
	height:190px;
	background-color:#f5f5f5;
	text-align: center;
	margin-top:20px;
}
.yangzhi>div{
	margin:0 auto;
	width:1004px;
}

.yangzhi img{
	margin-top:20px;
	
} 

/* 技术专区 */
.tec{
	width:1004px;
	height:620px;
	margin:20px auto 0;
	overflow:hidden;
}
.tec .left{
	width:350px;
	height:620px;
}
.tec .new{
	margin-top:15px;
	width:348px;
	border:1px solid #e5e5e5;
	
}
.tec .pic-text img{
	float:left;
	margin-right:10px;
}
.tec .pic-text li{
	height:130px;
	margin:15px;
}
.tec .pic-text li h3{
	font-size:14px;
	color:#000;
}
.tec .pic-text li p{
	font-size:12px;
	color:#979696;
}
.tec .pic-text li p span{
	float:right;
}
.tec .pic-text li p span a{
	color:#3da916;
}
.tec .news_li{
	margin:15px 10px 0;
	border-top:1px solid #e5e5e5;
	padding:10px 0;
}
.tec .news_li li{
	font-size:12px;
	color:#69a716;
	margin:3px 0 0;
}
.tec .news_li li a{
	font-size:12px;
	color:#69a716;
}
.tec .news_li li span{
	margin-right:10px;
}
.tec .news_li li span.time{
	margin:0;
	float:right;
}
.tec .right{
	width:598px;
	height:575px;
	border:1px solid #e5e5e5;
	padding:20px;
}
.tec .right .top{
	color:#448707;
	padding-bottom:10px;
	border-bottom:1px solid #9ac838;
	font-size:22px;
	font-weight:bold;
}
.tec .right .top span{
	font-size:16px;
	font-weight:normal;
	margin-left:10px;
}
.breed li{
	float:left;
	width:280px;
	height:260px;
	margin:10px 8px;
}
.breed li h3{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
.breed li h3 a{
	color:#69a716;
}
.breed li p{
	margin-top:5px;
	font-size:12px;
	color:#959595;
	line-height:20px;
}


/* 企业荣誉 */
.honer{
	width:100%;
	height:175px;
	background-color:#f5f5f5;
	margin-top:20px;
	padding-top:15px;
}
#aaa{
	width:1000px;
	height:160px;
	line-height:160px;
	margin:0 auto;
	background-color:#fff;
}
#carousel div {
	text-align: center;
	width:170px;
	height:130px;
	float: left;
	position: relative;
	margin:15px 10px;
	border:1px solid #d6d6d6;
}
#carousel img{
	margin:0;
	padding:0;
}
/* 走进冠翔 */
.about{
	margin-top:20px;
	overflow:hidden;
}
.about>.left{
	width:330px;
	height:100%;
	
}
.about .pic-text{
	padding:20px 15px ;
	border:1px solid #e8e8e8;
}
.about .pic-text p{
	font-size:12px;
	color:#535353;
	margin-top:10px;
	padding:10px;
	line-height:24px;
}
.about .pic-text p span a{
	color:#438707;
	float:right;
}

.about .info{
	padding:20px 15px ;
	border:1px solid #e8e8e8;
}
.about .info_list{
	float:left;
	width:360px;
	padding-left:10px;
}
.about .info_list li{
	border-bottom:1px solid #f7f5f5;
	font-size:12px;
	padding:10px 0;
}
.about .info_list li h3 a{
	font-size:14px;
	color:#535353;
}
.about .info_list li p{
	font-size:12px;
	color:#535353;
	line-height:23px;
}
.about .info_list li p span{
	float:right;
}


/* 快速通道 */
.lane{
	margin-top:20px;
	background-color:#69a716;
	padding:20px 0;
}
.lane .top{
	padding:0 0 10px;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #fff;
}
.lane .top span{
	font-size:20px;
	font-weight:bold;
	margin-right:10px;
}
.lane li{
	font-size:14px;
	
	color:#fff;
	margin:10px 0 0;
	padding-top:10px;
}
.lane li span{
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
}
.lane li a{
	color:#fff;
	margin:0 5px;
}  
.lane .right{
	height:110px;
	width:290px;
	background:url(../images/tel_back.jpg) no-repeat center;
	margin-top:40px;
	color:#fff;
}
.lane .right p{
	font-size:18px;
	line-height:30px;
	margin:10px 0 0 20px;
}
.lane .right h3{
	font-size:36px;
	font-weight:bold;
	line-height:50px;
	margin:0 0 0 20px;
}


/* footer */
.footer{
	background-color:#ebebeb;
	border-bottom:1px solid #69a716;
	padding:20px 0;
}
.footer .top{
	height:60px;
	overflow:hidden;
}
.footer .top li{
	width:105px;
	height:30px;
	float:left;
	background-color:#69a716;
	font-size:14px;
	text-align:center;
	line-height:30px;
	border-radius:6px;
	box-shadow:0 5px 3px 0 #656565;
	margin:0 10px;
}
.footer .top li a{
	color:#fff;
}

.footer .mid{
	height:130px;
	width:100%;
}
.footer .mid .logo{
	float:left;
	text-align:center;
	font-size:12px;
	color:#707070;
	line-height:30px;
	width:110px;
	margin-right:50px;
}
.footer .weixin li{
	float:left;
	text-align:center;
	font-size:12px;
	color:#707070;
	line-height:30px;
	width:110px;
	margin-right:10px;
}
.footer .con{
	float:right;
	width:530px;
	height:130px;
	font-size:12px;
	color:#707070;
}
.footer .con p{
	margin-top:25px;
	line-height:24px;
}
.footer .con h3{
	font-size:16px;
	color:#69a716;
	font-weight:bold;
	line-height:30px;
}
.bottom{ 
	background-color:#393939;
	padding:10px 0;
	color:#fff;
	font-size:14px;
}
.bottom .right{
	margin-right:50px;
}
.bottom a{
	color:#fff;
	margin:0 5px;
}






/* 内页公用样式 */

.nav_cen{ 
	width:1000px; 
	padding-top:15px;
}
.nav_left{ 
	width:245px; 
	float:left;
}
.nav_left_top{ 
	width:245px;
}

.lanmu-content .listmore{
	display:block;
	text-align:center;
	height:25px;
	border-top:0;
	background:#eee;
	color:#69a716;
	font:normal 12px/25px Tahoma,Verdana;
}
.lanmu-list{
	display:block;
}
.lanmu-list dt{
	display:block;
	height:50px;
	background:#69a716;
	font:bold 22px/50px "微软雅黑"; 
	color:#fff;
	padding-left:10px;
}
.lanmu-list dd{
	padding-top:5px;
}
.lanmu-list dd a{
	display:block;
	height:40px;
	background:#f9f9f9;
	border-bottom:1px solid #eee;
	border-top:2px solid #fff;
	border-left:2px solid #999;
	border-right:1px solid #eee;
	font:normal 18px/40px Georgia "微软雅黑"; 
	color:#adadad;
	padding-left:25px; 
	line-height: 40px;
}
.lanmu-list dd a:hover{
	padding-left:35px;
}
.lanmu-list dd a:hover,.lanmu-list dd a.current{
	border-left:2px solid #69a716;
	background-color:#eee;
	color:#69a716;
	font-weight:bold;
}
.lxwm{ 
	width:245px; 
	margin-top:20px;
	padding-top:10px; 
	border-top:5px solid #69a716;
}
.lxwm_cen{ 
	width:245px; 
	padding-top:100px; 
	padding-bottom:10px; 
	color:#7e7e7e;
	overflow:hidden; 
	font-size:14px; 
	background:url(../images/con_ren.jpg) no-repeat top right;
}
.nav_right{ 
	float:right; 
	width:730px;
}
.nav_right_top{ 
	width:970px; 
	height:45px; 
	padding-left:30px; 
	line-height:45px; 
	border-bottom:1px solid #69a716; 
	font-size:14px;
	background:url(../images/icon1.jpg) no-repeat left center;
}
.nav_right_top a{ font-size:14px;}
.nav_right_cen{ width:730px; padding:10px 0px 0px 0px;height:auto; padding-bottom:20px; overflow:hidden;}

.nav_right_cen img{width:100%;}

/* 新闻列表 */
.new_nav_right_cen{ width:730px; padding:10px 0px 0px 0px;height:auto; padding-bottom:20px; overflow:hidden;}
.new_list dl{ width:730px; height:120px; border-bottom:1px dashed #dddddd;}
.new_list dl dt{ width:730px; height:30px; line-height:30px;}
.new_list dl dt a{ font-size:14px; font-weight:bold;}
.new_list dl dd.arc_into{ width:730px;  font-size:12px; color:#ccc;}
.new_list dl dd.arc_desp{ width:730px;  font-size:12px; color:#666; line-height:21px; height:60px; overflow:hidden;}
.new_list dl dd.arc_desp img{ width:100px; height:60px; float:left; margin-right:10px; border:0px;}
/* 新闻详情 */
.nn_tit{ width:730px;padding: 10px 0; line-height:30px; color:#333; font-size:20px; text-align:center;}
.nn_info{ width:730px; text-align:center; border-bottom:1px dashed #dddddd; font-size:12px; color:#999; padding:3px 0;}
.nn_con{ width:710px; text-align:left; border-bottom:1px dashed #dddddd; padding:10px;color:#333;}
.nn_con img{width:50%;}

/* 分页 */
 .pager
	    {
	        margin: 3px;
	        color: #ff6500;
	        padding: 10px;
	    }
	    .anpager
	    {
	        float: left;
	        padding: 0px 0;
	    }
	    .pager span.cpb
	    {
	        border: #ff5500 1px solid;
	        padding: 5px 7px;
	        font-weight: bold;
	        color: #ff5500;
	        margin-right: 3px;
	        background: #ffeee5;
	    }
	    .pager span
	    {
	        color: #999999;
	        margin-right: 3px;
	        text-decoration: none;
	    }
	    .pager a.disabled
	    {
	        border: #ffe3c6 1px solid;
	        padding: 5px 7px;
	        color: #ffe3c6;
	        margin-right: 3px;
	        background: #fff;
	    }
	    .pager a
	    {
	        border: #cccccc 1px solid;
	        padding: 5px 7px;
	        color: #0063dc;
	        background: #fff;
	        margin-right: 3px;
	        text-decoration: none;
	    }
	    .pager a:hover
	    {
	        border: #ff5500 1px solid;
	        color: #ff5500;
	        background: #ffeee5;
	    }
	    .page_txt
	    {
	        width: 20px;
	        text-align: center;
	    }

/* 留言反馈 */
.mes_tab{ width:750px; height:32px; border-bottom:1px solid #cccccc;}
.mes_tab a{ display:block; width:99px; height:33px; line-height:33px; text-align:center; margin-right:3px; float:left; background:url(../images/tab2.gif) no-repeat; }
.mes_tab a.tcur{ background:url(../images/tab1.gif) no-repeat;}
.mes_tit{ width:500px; border:1px solid #cccccc; height:30px; padding-left:10px; margin-left:10px;}
.mes_textarea{ width:490px;border:1px solid #cccccc; height:100px; padding:10px; margin-left:10px;}
.mes_code{ width:60px; border:1px solid #cccccc; height:30px; padding-left:10px; margin-left:10px;}
.mes_tijiao{ width:73px; height:25px; background:url(../images/res_btn.jpg) no-repeat; border:0px; cursor:pointer; margin-left:10px;}
.message_3 table{border-left:1px solid #dfdfdf;border-top:1px solid #dfdfdf; margin-top:10px;}
.message_3 table td{border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf; padding-left:10px; padding-right:10px;}
.message_3 table td span{ color:#000; font-weight:bold;}



