* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none
}

.box {
	width: 1264px;
	margin: 0 auto
}

.hide {
	display: none;
}

.show {
	display: block;
}

.clear {
	overflow: hidden
}

.left {
	float: left
}

.right {
	float: right
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

/* 首页样式 */
.indexPage {
	background-color:#FFF;
	background-repeat: repeat-y;
	background-size: cover;
	background-size: 100% auto;
}

.pad20 {
	padding: 20px;
}
.ft1{
	display: block;
	width: 309px;
	height: 573px;
	position: absolute;
	right: -310px;
	bottom: 0;
}
.ft2{
	display: block;
	width: 317px;
	height: 579px;
	position: absolute;
	left: -320px;
	bottom: 0;
}
.topimg {
	height: 160px;
	background-color:#F6F7F1;
	background-image: url(../images/topbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.toplogo {
	display: block;
	width: 320px;
	height:95px;
	position: absolute;
	left: 20px;
	top: 25px
}

.search {
	display: block;
	width: 248px;
	height: 34px;
	background-image: url(../images/search_03.png);
	position: absolute;
	right: 20px;
	top: 75px
}

.search input {
	display: block;
	outline: none;
	width: 200px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 2px;
	background-color: transparent;
	border: none;
}

.search button {
	display: block;
	outline: none;
	width: 39px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
}


.navbox {
	background-color: #00923F;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.back-bai {
	background-color: #fff;
}

.navbox .box {
	display: flex;
}

.navbox .box li.yiji {
	flex: 1;
}

.navbox .box li.yiji a {
	display: block;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}

.navbox .box li.yiji:hover>a {
	background-color: #0E5D24;
}

.navbox .box li.yiji .erji {
	display: block;
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	background-color: #307031;
	z-index: 9999;
	display: none;
}
.navbox .box li.yiji .erji li{
	display:inline-block;
	width: 140px;
}
.navbox .box li.yiji .erji li:hover>a {
	background-color: #0E5D24;
	font-size: 16px;
}

.navbox .box li.yiji:hover>.erji {
	display: block;
}
.navbox .box li:nth-child(2) ul.erji{
	width: 1160px;left: 127px;
}
.navbox .box li:nth-child(3) ul.erji{
	width: 580px;left: 253px;
}
.navbox .box li:nth-child(4) ul.erji{
	width: 128px;left: 379px;
}
.navbox .box li:nth-child(5) ul.erji{
	width: 300px;left: 505px;
}
.navbox .box li:nth-child(6) ul.erji{
	width:128px;left: 632px;
}
.navbox .box li:nth-child(7) ul.erji{
	width:128px;left: 759px;
}
.navbox .box li:nth-child(8) ul.erji{
	width:128px;left: 885px;
}
.navbox .box li:nth-child(9) ul.erji{
	width:126px;left: 1012px;
}
.navbox .box li:nth-child(10) ul.erji{
	width:128px;left: 1138px;
}
.scrollnews {
	width: 900px;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../images/pic_04.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.box-pad20 {
	width: 1224px;
	padding: 20px;
	margin: 0 auto
}
.jrtt_bg{
	width: 1200px;
	height:150px;
	border:#cccccc 1px solid; 
	margin-left: 0;
	margin-right: 0;
	background-image: url(../images/jrgz.png);
	background-repeat: no-repeat;
	background-position: left left;
	}
.scrollnews .swiper-slide {
	padding-left: 50px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 700px;
}


.headlines {
	height: 60px;
	border: 1px solid #dcdcdc;
	position: relative;
	margin-top: 20px;
}

.headlines:before {
	content: '';
	width: 6px;
	height: 60px;
	background-color: #00923F;
	position: absolute;
	left: 0px;
	top: 0px
}

.headlines .titt {
	padding-left: 20px;
	font-size: 28px;
	color: #00923F;
	float: left;
	height: 60px;
	line-height: 60px;
}

.headlines .body {
	font-size: 16px;
	display: inline-block;
	color: #5c5c5c;
	height: 60px;
	line-height: 60px;
	float: left;
	padding-left: 20px;
	width: 1000px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slide-news {
	height: 454px;
	margin-top: 20px;
}

.slide-news .slide {
	width: 709px;
	height: 454px;
	position: relative;
}

.slide-news .slide img {
	display: block;
	width: 709px;
	height: 454px;
}

.slide-news .slide p {
	display: block;
	background-color: rgba(14, 93, 36, .5);
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: 20px;
	width: 100%;
}

.slide-news .swiper-pagination-bullet {
    width:16px;
    height:16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
}
.slide-news .swiper-pagination {
	text-align: right;
}
.slide-news .swiper-pagination-bullet:last-child{
	margin-right: 20px;
}
.slide-news .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    right: 30px;
    width: 100%;
}
.slide-news .swiper-pagination-bullet-active {
  opacity: 1;
  background:#00923F;
}

.time-news {
	width: 450px;
	height: 432px;
	position: relative;
	padding: 20px;
	padding-top: 0;
}
.time-news .titt {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #5c5c5c;
	position: relative;
}

.time-news .titt .tab {
	height: 60px;
	line-height: 60px;
}

.time-news .titt .tab .item {
	display: inline-block;
	cursor: pointer;
}

.time-news .titt .tab .item:first-child {
	padding-right: 20px;
}

.time-news .titt .tab .item:last-child {
	padding-left: 20px;
	position: relative;
}

.time-news .titt .tab .item:last-child:before {
	content: '';
	width: 1px;
	height: 25px;
	background-color: #dcdcdc;
	position: absolute;
	left: 0;
	top: 20px
}

.time-news .titt .tab .item.cur {
	color: #00923F;
}

.time-news .titt a {
	position: absolute;
	right: 0;
	top: 0px;
	color: #00923F;
	font-size: 16px;
}
.time-news .titt .green {
	width: 155px;
	height: 47px;
	background-color: #00923F;
	color: #fff;
	background-image: url(../images/title_c1.png);
	background-repeat: no-repeat;
	line-height: 40px;
	text-indent: 50px;
	position: relative;
}

.time-news .titt .you {
	border-bottom:#cccccc 1px solid;
	line-height: 40px;

}
.time-news .content li {
	font-size: 15px;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}
.time-news .content li span{
	display: block;
	position: absolute;
	right: 0;
	top:0;
	color: #999;
}
.time-news .content li a {
	color: #000000;
	display: block;
	width: 330px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.time-news .content li:hover>a {
	color: #00923F;
}

.time-news .content2 {
	display: none;
}

.full-img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.col3-box .item {
	width: 380px;
	margin-top: 30px;
	margin-right: 42px;
	margin-bottom: 10px;
}

.col3-box .item:nth-child(3n) {
	margin-right: 0;
}

.col3-box .item .titt {
	height: 40px;
	background-color: #f8f6f1;
	font-size:18px;
	position: relative;
}

.col3-box .item .titt .green {
	width: 155px;
	height: 47px;
	background-color: #00923F;
	color: #fff;
	background-image: url(../images/title_c1.png);
	background-repeat: no-repeat;
	line-height: 40px;
	text-indent: 50px;
	position: relative;
}

.col3-box .item .titt .green:before {

}

.col3-box .item .you {
	cursor: pointer;
		border-bottom:#cccccc 1px solid;
	line-height: 40px;
}

.col3-box .item .you .guanz {
	height: 40px;
	line-height: 40px;
	color: #00923F;
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 0px;
	padding-left: 30px;
	background-image: url(../images/pic_25.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.col3-box .item .content .redbox {
	overflow: hidden;
	margin-top: 20px;
}

.col3-box .item .content .redbox img {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.col3-box .item .content .redbox img:nth-child(3) {
	margin-right: 0;
}

.col3-box .item .content .redbox img:hover {
	opacity: .7;
}


.col3-box .item .you a {
	height: 40px;
	line-height: 40px;
	color: #00923F;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.col3-box .item .content1 ul.ul3 {
	padding-top: 20px;    height: 280px;
}
.col3-box .item .content1 ul.ul3 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #888888;
	position: absolute;
	left: 0;
	top: 17px;
}
.col3-box .item .content1 li {
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.col3-box .item .content1 li span{
	display: block;
	position: absolute;
	right: 0;
	top:0;
	color: #999;
	font-size: 13px;
}
.col3-box .item .content1 li a {
	color: #333;
	display: block;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col3-box .item .content1 li:hover>a {
	color: #00923F;
}
.col3-box .item .content ul.ul1 {
	padding-top: 20px;
}



.col3-box .item .content ul.ul1 li {
	padding: 5px 0;
	font-size: 14px;
}

.col3-box .item .content ul.ul2 {
	padding-top: 20px;
}

.col3-box .item .content ul.ul2 li {
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 1em;
	position: relative;
	font-size: 14px;
}
.col3-box .item .content ul.ul2 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #888888;
	position: absolute;
	left: 0;
	top: 17px;
}
.col3-box .item .content ul.ul2 li span{
	display: block;
	position: absolute;
	right: 0;
	top:0;
	color: #999;
}
.col3-box .item .content ul.ul2 li a {
	color: #333;
}

.col3-box .item .content ul.ul2 li:hover>a {
	color: #00923F;
}

.col3-box .item .content .xiehuibox {
	margin-top:0px;
}

.col3-box .item .content .xiehuibox .vitem {
	width: 160px;
	height:90px;
	position: relative;
	margin-right:30px;
	margin-top: 14px;
}
.col3-box .item .content .xiehuibox img {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.col3-box .item .content .xiehuibox img:nth-child(3) {
	margin-right: 0;
}

.col3-box .item .content .xiehuibox img:hover {
	opacity: .7;
}

.col3-box .item .content .videobox {
	margin-top: 15px;
}

.col3-box .item .content .videobox .vitem {
	width: 183px;
	height: 104px;
	position: relative;
	margin-right: 14px;
	margin-top: 14px;
}

.col3-box .item .content .videobox .vitem:nth-child(2n) {
	margin-right: 0;
}

.col3-box .item .content .videobox .vitem .btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 30px;
	cursor: pointer;
	opacity: .6;
}

.col3-box .item .content .videobox .vitem .btn:hover {
	opacity: 1;
}







/*company list*/
.col3-box .companyitem {
	width: 760px;
	margin-top: 30px;
	margin-right: 42px;
	margin-bottom: 10px;
}
.col3-box .companyitem .titt .green {
	width: 155px;
	height: 47px;
	background-color: #00923F;
	color: #fff;
	background-image: url(../images/title_c1.png);
	background-repeat: no-repeat;
	line-height: 40px;
	text-indent: 50px;
	position: relative;
}
.col3-box .companyitem .titt .you {
	cursor: pointer;
	border-bottom:#cccccc 1px solid;
}

.col3-box .companyitem .content {
	padding-top: 20px;
}

.col3-box .companyitem .content .logobox {
	margin-top:0px;
}

.col3-box .item .content .logobox .vitem {
	width: 130px;
	height:90px;
	position: relative;
	margin-right:30px;
	margin-top: 14px;
}
.col3-box .companyitem .content .logobox img {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.col3-box .companyitem .content .logobox img:nth-child(5) {
	margin-right: 0;
}

.col3-box .companyitem .content .logobox img:hover {
	opacity: .7;
}

.col3-box .companyitem .content1 ul.ul3 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #888888;
	position: absolute;
	left: 0;
	top: 17px;
}
.col3-box .companyitem .content1 li {
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.col3-box .companyitem .content1 li span{
	display: block;
	position: absolute;
	right: 0;
	top:0;
	color: #999;
	font-size: 13px;
}
.col3-box .companyitem .content1 li a {
	color: #333;
	display: block;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col3-box .companyitem .content1 li:hover>a {
	color: #00923F;
}
.col3-box .companyitem .content ul.ul1 {
	padding-top: 20px;
}



.col3-box .companyitem .content ul.ul1 li {
	padding: 5px 0;
	font-size: 14px;
}

.col3-box .companyitem .content ul.ul2 {
	padding-top: 20px;
}

.col3-box .companyitem .content ul.ul2 li {
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 1em;
	position: relative;
	font-size: 14px;
}
.col3-box .companyitem .content ul.ul2 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #888888;
	position: absolute;
	left: 0;
	top: 17px;
}
.col3-box .companyitem .content ul.ul2 li span{
	display: block;
	position: absolute;
	right: 0;
	top:0;
	color: #999;
}
.col3-box .companyitem .content ul.ul2 li a {
	color: #333;
}

.col3-box .companyitem .content ul.ul2 li:hover>a {
	color: #00923F;
}


/*product*/
.productitem {
	margin-top: 30px;
}

.productitem .hd {

}
.productitem .hd .item {
	display: inline-block;
	float:left;
	width: 155px;
	height: 47px;
	background-color: #00923F;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/title_c1.png);
	background-repeat: no-repeat;
	line-height: 40px;
	text-indent: 50px;
	position: relative;
}
.productitem .hd .item:hover {
	color: #fff;
}
.productitem .hd .item1 {
	text-align:right;
	padding-right:20px;
	height: 47px;
	color: #00923F;
	border-bottom: 1px solid #dcdcdc;
	line-height: 40px;
	text-indent: 50px;
	position: relative;
}
.productitem .hd .item1 a {
	color: #00923F;
}
.productitem .hd .item1:hover>a {
	color: #00923F;
}
.productitem .productlink {
}

.productitem .productlink .productbox {
	margin-top:0px;
}

.productitem .productlink .productbox .vitem {
	width: 280px;
	height:180px;
	position: relative;
	margin-right:25px;
	margin-top: 30px;
}
.productitem .productlink .productbox img {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.productitem .productlink .productbox img:nth-child(4) {
	margin-right: 0;
}

.productitem .productlink .productbox img:hover {
	opacity: .7;
}

/*link*/
.linkitem {
	margin-top: 40px;
}
.linkitem .hd {
}
.linkitem .hd .item {
	display: inline-block;
	float:left;
	width: 155px;
	height: 47px;
	background-color: #00923F;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/title_c1.png);
	background-repeat: no-repeat;
	line-height: 40px;
	text-indent: 50px;
	position: relative;
}
.linkitem .hd .item:hover {
	color: #fff;
}
.linkitem .hd .item1 {
	text-align:right;
	padding-right:20px;
	height: 47px;
	color: #00923F;
	border-bottom: 1px solid #dcdcdc;
	line-height: 40px;
	text-indent: 50px;
	position: relative;
}
.linkitem .photolink {
}

.linkitem .photolink .linkbox {
	margin-top:0px;
}

.linkitem .photolink .linkbox .vitem {
	border:#cccccc 1px solid;
	padding:5px;
	width: 128px;
	height:80px;
	position: relative;
	margin-right:10px;
	margin-top: 20px;
}
.linkitem .photolink .linkbox img {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.linkitem .photolink .linkbox img:nth-child(8) {
	margin-right: 0;
}

.linkitem .photolink .linkbox img:hover {
	opacity: .7;
}
.linkitem .textlink {
}

.linkitem .textlink .linkbox {
	margin-top:0px;
}

.linkitem .textlink .linkbox .vitem {
	padding-top:10px;
	padding-right:10px;
	height:35px;
	line-height:35px;
	position: relative;
	margin-right:10px;
}
.linkitem .textlink .linkbox .vitem a {
	color: #333;
	font-size:14px;
}
.linkitem .textlink .linkbox .vitem:hover>a {
	color: #00923F;
}




.links {
	border: 1px solid #dcdcdc;
	margin-top: 10px;
}

.links .hd {
	border-bottom: 1px solid #dcdcdc;
}

.links .hd .item {
	display: inline-block;
	padding: 12px 25px;
	cursor: pointer;
	font-size: 16px;
	border-right: 1px solid #dcdcdc;
}

.links .hd .item:hover {
	color: #00923F;
}

.links .hd .item.cur {
	color: #00923F;
}

.links .bd {
	padding: 20px 0;
	max-height: 133px;
	overflow: auto;
}

.links .bd a {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	color: #333;
}

.links .bd a:hover {
	color: #00923F;
}

.fastlink {
	margin-top: 40px;
}

.fastlink a {
	display: block;
	margin-bottom: 30px;
	margin-right: 40px;
	opacity: 1;
}

.fastlink a:nth-child(3n) {
	margin-right: 0;
}

.fastlink a:hover {
	opacity: .8;
}

.font16 {
	font-size: 16px !important;
}

.liren {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: none;
}

.liren .line {
	display: flex;
}

.liren .line .one {
	flex: 1;
	margin-top: 10px;
	font-size: 16px;
}
.lingdao{cursor: pointer;}
.foot {
	text-align:center;
	height:200px;
	background-color:#232429;
	background-size: cover;
}