header{
	height: 165px;
	background: url(/ipv/img/logo927.png) no-repeat;
}
nav{
	height: 50px;
	display: block;
	background: #F2F2F2;
}
 .navbar_nav li.shouye{
	float:left;
	position: relative;
	display: block;
	width:10%;
	text-align: center;
}
header .navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	line-height: 50px;
	font-size: 16px;
	color: #333;
 }

.navbar_nav li .top-title:hover{
	background: rgb(35,121,65);
	color: #FFFFFF;
}

.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(35,121,65,0.9);
    top:50px;
    width: 100%;
    text-align: center;
}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:0 2px;
	line-height: 46px;
	text-align: center;
	color: #fff;

} 
.navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
.navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
}
.navbar_nav li.dropdown:hover .top-title{
 	background: rgb(35,121,65);
 	color: #FFFFFF;	
}
.navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: rgb(35,121,65);
	color: #FFFFFF;
}
.slideBox {
	max-width:100%;
	max-height: 561px;
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-25px;
	z-index: 1;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 40px;
	height:40px;
	font-size:12px;
	line-height:40px;
	text-align: center;
	color: #fff;
	background:transparent;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox .hd ul li.on {
	font-size:24px;
}

.slideBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height:100%;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/ipv/images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.news{
	margin-top: 20px;
	overflow: hidden;
	background: url(/ipv/img/p1.png) no-repeat center top;
}
.news .title{
	height: 120px;
}
.news-pic{
	background: url(/ipv/img/news.png) no-repeat center top;
}
.news .title p{
	position: relative;
	top:36px;
	text-align: center;
	font-size:27px;
	font-weight: bold;
	color:#006738;
}
.news .news-box-left{
	width:590px;
	float: left;
	margin-right:40px
}
.news .title a{
	float: right;
	display: block;
	width:59px;
	height:24px;
	background: #6CB55C;
	color:#FFFFFF;
	border-radius: 5px;
	font-size:12px;
	text-align: center;
	line-height:24px;
	position: relative;
	z-index: 999;
}
.newsBox {
	max-width:590px;
	min-height:384px;
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.newsBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	bottom:-10px;
	z-index: 1;
}

.newsBox .hd ul {
	overflow: hidden;
	zoom: 1;
}

.newsBox .hd ul li {
	float: left;
	width: 10px;
	height:10px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.newsBox .hd ul li.on{
	background: #006738;
}
.newsBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.newsBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.newsBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.newsBox .bd li p{
	height: 50px;
	background: rgba(23,102,60,0.6);
	color:#FFFFFF;
	line-height: 50px;
	padding-left: 10px;
	position: relative;
	top:-50px
}
.newsBox .bd img{
	width:590px;
	height:384px;
	display: block;
}

.newsBox .news-title{
	height: 50px;
	background: rgba(23,102,60,0.6);
}
.news .news-box-right{
	float:right;
	width:560px
}
.news-box-right ul li{
	line-height: 46px;
	border-bottom: #DDDDDD 1px solid;
	
}
.news-box-right .first-news .first-news-tit{
	font-weight: bold;
	font-size:16px;
	line-height: 24px;
}

.news-box-right .first-news .first-news-abs{
	font-size:14px;
	color:#6E6E6E;
	line-height: 28px;
}
.notice{
	clear:both;
}
.notice .title{
	height:120px;
}
.notice .notice-pic{
	background: url(/ipv/img/notice.png) no-repeat center top;
}
.notice .title p{
	position: relative;
	top:40px;
	text-align: center;
	font-size:27px;
	font-weight: bold;
	color:#006738;
}
.notice-inner ul{
	margin-left: -50px;
}
.notice-inner ul li{
	width:366px;
	height:95px;
	background: #F2F2F2;
	border-radius: 10px;
	margin-left: 50px;
	margin-bottom: 40px;
	float: left;
}
.notice-inner .notice-time{
	width:68px;
	height: 95px;
	background: #C8DFCE;
	float:left
}
.notice-inner .notice-time{
	padding-top: 24px;
	border-radius: 10px 0px 0px 10px;
}
.notice-inner .notice-time .day{
	font-size:24px;
	color:#006738;
	font-weight: bold;
	text-align: center;
}
.notice-inner .notice-time .year{
	font-size:14px;
	text-align: center;
}
.notice-inner a{
	display: block;
	padding: 24px 0px 0px 80px;
	line-height: 28px;
}
.notice-more{
	clear: both;
	width:162px;
	height: 33px;
	margin: 0 auto;
	border: #C8DFCE 1px solid;
	text-align: center;
}
.notice-more a{
	line-height: 33px;
	font-size:14px
}
.notice-more:hover{
	background: #006738;
}
.notice-more:hover a{
	color:#FFFFFF
}
.science{
	margin-top: 40px;
	
	background: #F9F9F9;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.science:after{
	content: "";
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	background: url(/ipv/img/p2.png) no-repeat;
	background-size: cover;
    animation: fd 5s linear infinite;
    transition: all .3s;

}
@keyframes fd {
    0% {}
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.science .sci-left{
	width:783px;
	float:left;
	position: relative;
       z-index:999
}
.science .sci-left-tit{
	padding-top: 30px;
}
.science .sci-left-tit:before{
	content: "";
	display: block;
	width:10px;
	height: 63px;
	background: #C8DFCE;
	position: absolute;
}
.science .sci-left-tit .tit{
	font-size:27px;
	color:#006738;
	font-weight: bold;
	padding-left: 40px;
}
.science .sci-left-tit .sub-tit{
	color:#757575;
	padding-top: 10px;
	padding-left: 40px;
}
.sci-left-topnews{
	margin-top: 40px;
	overflow: hidden;
}
.sci-left-topnews img{
	width:365px;
	height: 208px;
	float: left;
	margin-right: 30px;
}
.sci-left-topnews .tt{
	font-size:16px;
	line-height: 26px;
}
.sci-left-topnews .aa{
	font-size:14px;
	color:#868686;
	line-height: 26px;
	padding-top: 10px;
}
.sci-left-topnews .dd{
	color:#006738;
	font-size:12px;
	padding-top: 50px;
}
.sci-more{
	position: absolute;
	right: 0;
	top:70px;
	width:59px;
	height: 24px;
	background: #6CB55C;
	border-radius: 10px;
	text-align: center;
	z-index: 999;
}
.sci-more a{
	color: #FFFFFF;
	font-size:14px;
	
}
.other-news{
	clear: both;
	margin-top: 30px;
}
.other-news ul{
	margin-left: -30px;
}
.other-news ul li{
	width:370px;
	float:left;
	border-bottom:#D9D9D9 1px solid;
	margin-left:30px;
	line-height: 28px;
	margin-top: 20px;
}
.sci-right{
	width:360px;
	float:right;
	margin-top: 30px;
	position: relative;
	z-index:999
}
.sci-right .sci-right-head{
	height: 75px;
	background: url(/ipv/img/xsbg.jpg) no-repeat;
}
.sci-right .sci-right-head p{
	font-size:27px;
	font-weight: bold;
	text-align: center;
	line-height: 75px;
	color:#006738
}
.sci-right .sci-right-body{
	background: #FFFFFF;
	box-shadow: 0px 3px 12px #BFBFBF;
	padding:20px
}
.sci-right .sci-right-body ul li{
	border-bottom: #D9D9D9 1px solid;
	border-left:#D9D9D9 1px solid;
	position: relative;
height:62px
}
.sci-right .sci-right-body ul li:before{
	content: "";
	height: 24px;
	width: 4px;
	background: #C8DFCE;
	position: absolute;
	top:20px;
	left: -2px;
}
.sci-right .sci-right-body ul li a{
	display: block;
	padding-left: 15px;
        padding-top:10px
}
footer{
	clear: both;
	height: 247px;
	background: url(/ipv/img/bottombg.png) no-repeat;
}
footer .bt-top{
	overflow: hidden;
	padding-bottom:15px;
	border-bottom: #C8DFCE 1px solid;
}
footer  h2{
	color:#FFFFFF;
	padding-top: 20px;
}
footer ul{
	margin-left: -200px;
}
footer ul li{
	color: #FFFFFF;
	float:left;
	line-height: 40px;
	position: relative;
	margin-top: 10px;
	margin-left: 200px;
}
footer p{
	padding-left: 50px;
}
footer a{
	padding-right: 50px;
	color: #FFFFFF;
	line-height: 50px;
}
footer .bt-top i.phone:before{
	content:"";
	display: inline-block;
	width:40px;
	height: 40px;
	background: url(/ipv/img/phone.png) no-repeat;
	position: absolute;
}
footer .bt-top i.mail:before{
	content:"";
	display: inline-block;
	width:40px;
	height: 40px;
	background: url(/ipv/img/email.png) no-repeat;
	position: absolute;
}
footer .bt-top i.address:before{
	content:"";
	display: inline-block;
	width:40px;
	height: 40px;
	background: url(/ipv/img/location.png) no-repeat;
	position: absolute;
	
}
footer .copyright p{
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
/*二级页*/
.list{
	margin-top: 30px;
}
.list .list-left{
	width:20%;
	
}
.list .list-left-head{
	height: 50px;
	background:#147345;
}
.list .list-left-head h2{
	color:#FFFFFF;
	text-align: center;
	line-height: 50px;
}
.list .list-left-nav{
	background: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 50px;
}
.list .list-left-nav ul li{
	text-align: center;
}
.list .list-left-nav ul li a{
	display: block;
	width:180px;
	margin:0px auto;
	padding:15px 20px;
	box-sizing: content-box;
	border-bottom:#CACACA 1px solid;
	position: relative;
}
.list .list-left-nav ul li a.active{
	color:#147345;
	position: relative;
}
.list .list-left-nav .active:before{
	content: "";
	display: inline-block;
	width:20px;
	height:20px;
	background: url(/ipv/img/arrow.png) no-repeat;
	position: absolute;
	left:10px;
	top:12px
}
.list-right{
	min-height: 500px;
	width:76%;
}
.list-right-head{
	height: 50px;
	border-bottom:#147345 2px solid;
	position: relative;
}
.list-right-head p{
	line-height: 50px;
	font-size:22px
}
.list-right-head .dqwz{
	position: absolute;
	right:0px;
	top:20px;
	color:#808080
}
.list-right-body{
	padding-top: 20px;
}
.list-right-body p{
	text-indent: 2em;
	line-height:38px
}
.list-right-body .news-list li{
	height: 160px;
	border-bottom: #CACACA 1px solid;
	margin-top: 20px;
}
.list-right-body .news-list li img{
	width:225px;
	height: 142px;
	float: left;
	margin-right: 30px;
}
.list-right-body .news-list li .tit{
	font-size:18px;
	font-weight: bold;
	
}
.list-right-body .news-list li .abs{
	color:#808080;
	font-size:14px
}
.list-right-body .news-list li .time{
	color:#006738;
	font-size:12px;
	
}
.list-right-body .liebiao li{
	border-bottom:#D9D9D9 1px solid;
	padding-top: 10px;
	line-height: 50px;
}
.list-right-body .liebiao li a{
	
}
.list-right-body .tea-title{
	height: 30px;
	background: #DCECD9;
}
.list-right-body .tea-title span{
	color:#006738;
	padding-left:25px;
	line-height: 30px;
	font-size:16px
}
.list-right-body .tea-body ul{
	padding: 25px;
	overflow: hidden;
}
.list-right-body .tea-body ul li{
	float:left;
	width: 100px;
        height:50px
}
.list-right-body .leader li{
	min-height: 262px;
	margin-bottom: 20px;
	border-bottom:#f2f2f2 1px solid;
}
.list-right-body .leader img{
	width:176px;
	height: 242px;
	margin-right: 30px;
}
.list-right-body .leader h3{
	padding-bottom: 20px;
	
}
.list-right-body .leader .ab{
	color:#636363;
	line-height: 36px;
}