﻿.wp{max-width:1600px; margin:0 auto;}
*{font-family: '微软雅黑';box-sizing: border-box;}

/* 头部 */
#web_head{position: fixed;
	height: 106px;border-bottom: 1px solid #ECECEC;width: 100%;
	left: 0;top: 0;
    background-color: #fff;z-index: 99;
}
#web_head .logo{width: 300px;height: 106px;float: left;
	 display: flex;
	  align-items: center;
}
#web_head .logo img{vertical-align: middle;
	height: 80px;
}



#web_head .nav{float: right;position: relative;}

#web_head .nav .top{position: absolute;top:15px;right: 0;z-index: 9;}
#web_head .nav .top img{vertical-align: middle;}
#web_head .nav .top span{font-size: 14px;color: #333;}
#web_head .nav .top span.en{margin-left: 32px;}
#web_head .nav .top span.en:hover{color: #007038;}
#web_head .nav .item{float: left;margin:0 25px;height: 106px;line-height: 135px;
	
}
#web_head .nav .item:last-child{margin-right: 0;}
#web_head .nav .item>a{font-size: 18px;color: #333;display: block;height: 106px;
	position: relative;font-weight: bold;
}

#web_head .nav .item .icon{position: absolute;width: 10px;height: 10px;
	background-image: url(../../images/xx.png);
	background-position: center;right: -20px;top:60%;
	background-repeat: no-repeat;
	transform: rotate(180deg);transition: .3s;
}
#web_head .nav .item:hover .icon{transform: rotate(0);transition: .3s;}
#web_head .nav .item.item_down{position: static;}

#web_head .nav .item.on>a{color: #007038;}
#web_head.web_head_top .nav .item>a{color: #fff;}
#web_head .nav .item:hover>a{color: #007038;}
#web_head .nav .item b{display: block;position: absolute;left: 50%;bottom: 0;height: 3px;
	background-color: #007038;
    left: 50%;transform: translateX(-50%);width: 0;transition: .3s;
}
#web_head .nav .item:hover b{width: 100%;}
#web_head .down_nav{position: fixed;padding: 40px 0;
	left: 0;top: 106px;width: 100%;line-height: 1;
	background-color:#f9fbff;display: none;opacity: 0.95;
}
#web_head .item:hover .down_nav{display: block;}
#web_head .down_nav .nei_wp{ display: flex;
	justify-content: space-between;
}
#web_head .down_nav a{display: block;height: 20px;line-height: 20px;
	margin-bottom: 18px; font-size: 16px;color: #333;position: relative;
}
#web_head .down_nav a:hover{color: #007038;
	ransition: .3s;
}


#web_head .down_nav a:hover {
  color: #007038; /* 悬停颜色 */
}

/* 用 ::after 模拟下划线 */
#web_head .down_nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* 调整下划线的位置 */
  width: 0%; /* 初始宽度为0 */
  height: 2px; /* 下划线高度 */
  background-color: #007038; /* 下划线颜色 */
  transition: width 0.3s ease; /* 动画效果 */
}

/* 悬停时让下划线宽度变为100% */
#web_head .down_nav a:hover::after {
  width: 100%;
}

#web_head .cn_en{position: absolute;left: 105%;top:50%;
	transform: translateY(-50%);
	width: 100px;
}
#web_head .cn_en img{width: 30px;vertical-align: middle;

}
#web_head .cn_en span{font-size: 18px;color: #333;padding: 0 10px;
	line-height: 1;vertical-align: middle;
}
#web_head .cn_en:hover span{color: #007038;}


#web_head .cn_en a:hover{opacity: .8;}
#web_head.web_head_top .cn_en a{color: #fff;border-right: 1px solid rgba(255, 255, 255, .3);}
#web_head.web_head_top .cn_en a:last-child{border-right: none;}
#web_head_mm{display: none;}




/* 首页 */
.index_banner{width: 100%;overflow: hidden;position: relative;
	margin-top: 106px;text-align: center;
}
.index_banner .swiper-slide{position: relative;}
.index_banner .swiper-slide img{width: 100%;
	transition:1s linear 2s;vertical-align: middle;
	transform:scale(1.1,1.1);
}

.index_banner .swiper-slide-active img,.index_banner .swiper-slide-duplicate-active img{
	transition:6s linear;
	transform:scale(1,1);
}

.index_banner .swiper-slide .text{position: absolute;width: 1600px;top: 50%;
    left: 50%;transform: translate(-50%, -50%);text-align: left;
}
.index_banner .swiper-slide .text .con{width: 990px;}
h4,h1{font-weight: normal;}
.index_banner .swiper-slide .text h1{font-size: 40px;color: #fff;}
.index_banner .swiper-slide .text p{font-size: 16px;color: #fff;line-height: 1.8;
	margin-top: 30px;
}
.index_banner .swiper-slide .text a{width: 150px;
	height: 44px;border-radius: 50px;
	font-size: 14px;color: #fff;display: block;
	border: 1px solid #fff;text-align: center;
	line-height: 42px;margin-top: 40px;
}

.index_banner .swiper-slide .text a:hover{
	background-color: #007038;border: 1px solid #007038;
	color: #fff;
}
.index_banner .swiper-pagination{bottom: 20px !important;z-index: 3;}
.index_banner .swiper-pagination-bullet{background-color: #fff;
	opacity: 1;
}
.index_banner .swiper-pagination-bullet-active{background-color: #007038;
	opacity: 1;
}




#web_head_mm{background-color: #fff;height: 56px;line-height: 54px;padding: 0 10px;position: fixed;left: 0;top:0;z-index: 10;
   width: 100%;border-bottom: 1px solid #f1f1f1;display: none;
}
#web_head_mm .logo{text-align: left;}
#web_head_mm img{vertical-align: middle;height: 32px;}
#web_head_mm .open_nav{position: absolute;width: 56px;height: 56px;background-image: url(../../images/top_icon2.png);
   display: inline-block;vertical-align: middle;background-size: 20px;background-position: center center;background-repeat: no-repeat;cursor: pointer;right: 0px;top:0;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   -moz-user-focus: none;
}
#web_head_mm .open_nav.on{background-image: url(../../images/top_icon3.png);}
#web_head_mm .right_nav{width: 100%;position: fixed;right: 0;top:56px;z-index: 9;
   bottom: 0;width: 0;overflow: hidden;z-index: 99;
}

#web_head_mm .right_nav .bg{position: absolute;left: 0;top:0;background-color: rgba(0, 0, 0,0);transition:.3s;}
#web_head_mm .right_nav.on .bg{position: absolute;left: 0;top:0;background-color: rgba(0, 0, 0,0.4);transition:.3s;
   width: 100%;height: 100%;
}
#web_head_mm .right_nav.on{width: 100%;}

#web_head_mm .right_nav .nav{position: absolute;height: 100%;width: 0%;right: 0;top:0;background-color: #fff;}

#web_head_mm .right_nav .nav a{display: block;font-size: 14px;color: #333;line-height:40px;padding-left: 30px;
   border-bottom: 1px solid #f0f0f0;height:40px;position: relative;
}
#web_head_mm .right_nav .nav a span{display: inline-block;width: 8px;height: 8px;border-radius: 50%;
   border: 1px solid #cccccc;margin-right:20px;vertical-align: middle;
}
#web_head_mm .right_nav .nav a img{width: 6px;height: auto;vertical-align: middle;margin-right: 21px;margin-left: 1px;}
#web_head_mm .right_nav .nav a em{vertical-align: middle;}
#web_head_mm .right_nav.on .nav{width: 80%;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;}

#web_head_mm .right_nav .nav a b{position: absolute;right: 15px;top:50%;transform: translateY(-50%);
   font-size: 16px;font-weight: normal;color: #666;
}

#web_head_mm .right_nav .nav a.on{background-color: #ebebeb;}
#web_head_mm .right_nav .nav a.on span{background-color: #666;border: 1px solid #666;}

#web_head_mm .right_nav .nav .mm_nav_item .mm_nav_item_down{display: none;}

.index_news_con{padding-top: 40px;padding-bottom: 90px;
	position: relative;
}
.index_news{width: 100%;overflow: hidden;
	padding: 8px;margin-top: 22px;
}

.index_news .con{box-shadow: 0 0 5px rgba(0, 0, 0,0.3);
	padding:15px;position: relative;
}
.index_news .con .pic{padding-top: 68%;background-size: cover;
	background-position: center;position: relative;overflow: hidden;
}
.index_news .con .pic .img{position: absolute;;background-size: cover;
	background-position: center;left: 0;top: 0;
	width: 100%;height: 100%;transition: all .3s;
}
.index_news .con:hover .pic .img{transform: scale(1.1);}



.index_news .con .txt{padding: 10px 0;}
.index_news .con h4{font-size: 16px;color: #000;line-height: 1.6;
	height: 48px;overflow: hidden;
}

.index_news .con p{font-size: 14px;color: #666;line-height: 1.6;
	overflow: hidden;margin-top: 22px;height: 45px;
}
.index_news .con .time{font-size: 14px;color: #333;margin-top: 40px;}
.index_news .con .btn{position: absolute;bottom: 22px;right: 0;
	width: 160px;text-align: center;height: 36px;line-height: 36px;
	background-color: #007038;font-size: 14px;color: #fff;
	border-radius: 3px;
	
}
.index_news_con .news_pagination {width: 100%;text-align: center;position: absolute;
	bottom: 45px !important;
	
}
.index_news_con .news_pagination .swiper-pagination-bullet-active{background-color: #007038;
	opacity: 1;
}
.index_news_con .news_btn{width: 30px;height: 75px;
	background-color: #e6e6e6;cursor: pointer;position: absolute;
	top: 55%;transform: translateY(-50%);
	 display: flex;
	  justify-content: center;
	  align-items: center;
}
.index_news_con .news_btn:hover{opacity:0.8;}
.index_news_con .btn_left{left: -24px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.index_news_con .btn_right{right: -24px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.index_news_tit{ display: flex; align-items: center;
  justify-content: space-between;
}
.index_news_tit span{font-weight: bold;font-size: 22px;color: #333;vertical-align: middle;
	margin-left: 6px;
}
.index_news_tit img{vertical-align: middle;}
.index_news_tit a{font-size: 14px;color: #333;}
.index_news_tit a:hover{color: #007038;text-decoration: underline;}
.index_about{padding: 62px 0;
	background-image: url(../../images/a1.png);
	background-position: right bottom;
	background-repeat: no-repeat;background-color: #f5f5f5;
}
.index_about .wp{display: flex;
  justify-content: space-between; align-items: center;
}
.index_about .pic{width: 40%;}
.index_about .pic .pic_con{width: 100%;overflow: hidden;}
.index_about .pic .swiper-pagination{bottom: -25px;}
.index_about .pic .swiper-pagination-bullet-active {
    background-color: #007038;
    opacity: 1;
}


.index_about .pic img{width: 100%;vertical-align: middle;}
.index_about .pic video{width: 100%;vertical-align: middle;}
.index_about .txt{width: 60%;padding-left: 70px;}
.index_about .txt span{display: block;font-size: 22px;color: #333;}
.index_about .txt h2{font-size: 34px;color: #333;margin-top: 13px;}
.index_about .txt p{font-size: 16px;color: #333;margin-top: 28px;
	line-height: 1.6;
}
.index_about .txt a{display: inline-block;width: 160px;height: 36px;line-height: 34px;
	text-align: center;font-size: 14px;color: #666;
	border-radius: 3px;border: 1px solid #c2c2c2;margin-top: 46px;
	margin-right: 25px; 
}
.index_about .txt a:hover{color: #fff;background-color: #007038;
	border: 1px solid #007038;
}
.index_idea{padding: 60px 0;background-color: #fff;}
.index_idea .idea{overflow: hidden;margin-left: -14px;
	margin-top: 60px;
}
.index_idea .idea .item{width: 50%;float: left;padding-left: 14px;
	margin: 7px 0;
}
.index_idea .idea .item .pic{padding-top: 50%;
	position: relative;background-size: cover;
	background-position: center;cursor: pointer;
	overflow: hidden;
}
.index_idea .idea .item .pic .img{position: absolute;
	left: 0;top: 0;width: 100%;height: 100%;
	background-size: cover;transition: all .3s;
	background-position: center;cursor: pointer;
}
.index_idea .idea .item .pic:hover .img{transform: scale(1.1);}


.index_idea .idea .item .mass{position: absolute;
	left: 0;bottom: 54px;width: 320px;background-color: #fff;
	height: 44px;line-height: 44px;padding-left: 30px;
}
.index_idea .idea .item .mass img{width: 26px;vertical-align: middle;}
.index_idea .idea .item .mass .img2{display: none;}
.index_idea .idea .item .mass span{vertical-align: middle;margin-left: 6px;
	font-size: 18px;color: #333;font-weight: bold;
}
.index_idea .idea .item .pic:hover .mass{background-color: #007038;}
.index_idea .idea .item .pic:hover .mass span{color: #fff;}
.index_idea .idea .item .pic:hover .mass .img1{display: none;}
.index_idea .idea .item .pic:hover .mass .img2{display: inline-block;}
.index_idea .service{position: relative;padding-left: 420px;
	min-height: 271px;
}
.index_idea .service .left{width: 350px;
	position: absolute;left: 0;top: 50%;
	transform: translateY(-50%);
}
.index_idea .service .left h4 img{vertical-align: middle;}
.index_idea .service .left h4 span{font-size: 22px;color: #333;font-weight: bold;
	vertical-align: middle;margin-left: 6px;
}
.index_idea .service .left h3{font-size: 18px;color: #333;
	margin-top: 20px;
}
.index_idea .service .left p{font-size: 14px;
	color: #333;line-height: 1.6;margin-top: 15px;
}

.index_idea .service .left a{display: block;width: 143px;height: 36px;line-height: 34px;
	text-align: center;font-size: 14px;color: #666;
	border-radius: 3px;border: 1px solid #c2c2c2;margin-top: 46px;
}
.index_idea .service .left a:hover{color: #fff;background-color: #007038;
	border: 1px solid #007038;
}




.index_idea .service .right{
	position: relative;
}
.index_product{width: 100%;overflow: hidden;
	padding: 8px;
}

.index_product .con{box-shadow: 0 0 5px rgba(0, 0, 0,0.3);
	padding:15px;position: relative;background-color: #fff;
}
.index_product .con .pic{padding-top: 100%;background-size: cover;
	background-position: center;position: relative;overflow: hidden;
}

.index_product .con .pic .img{position: absolute;;background-size: cover;
	background-position: center;left: 0;top: 0;width: 100%;height: 100%;
	transition: all .3s;
}
.index_product .con:hover .pic .img{transform: scale(1.1);}
	
.index_product .con .txt{padding: 10px 0;}
.index_product .con h4{font-size: 16px;color: #000;line-height: 1.6;
	height: 48px;overflow: hidden;text-align: center;font-weight: bold;
}

.index_idea .service .right .news_pagination {width: 100%;text-align: center;
	position: absolute;
	bottom: -35px !important;
	
}
.index_idea .service .right .news_pagination .swiper-pagination-bullet-active{background-color: #007038;
	opacity: 1;
}
.index_idea .service .right .news_btn{width: 30px;height: 75px;
	background-color: #e6e6e6;cursor: pointer;position: absolute;
	top: 55%;transform: translateY(-50%);
	 display: flex;
	  justify-content: center;
	  align-items: center;
}
.index_idea .service .right .news_btn:hover{opacity:0.8;}
.index_idea .service .right .btn_left{left: -24px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.index_idea .service .right .btn_right{right: -24px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#web_food{background-color: #f7f7f7;border-top: 1px solid #e4e4e4;
	padding: 36px 0;
}
#web_food .left{float: left;}
#web_food .left img{width: 132px;vertical-align: middle;
	margin-bottom: 30px;
}
#web_food .left p{font-size: 14px;color: #666;
	line-height: 1.8;
}
#web_food .right{float: right;width: 990px;}
#web_food .right .nav{}
#web_food .right .nav a{font-size: 18px;color: #333;}
#web_food .right .nav a:hover{color: #007038;}
#web_food .right .nav em{font-size: 18px;color: #333;
	margin: 0 18px;
}
#web_food .right .copy{text-align: right;margin-top: 60px;}
#web_food .right .copy p{font-size: 12px;color: #bcbcbc;
	line-height: 1.8;
}

.nei_banner{margin-top: 106px;}
.nei_banner img{width: 100%;vertical-align: middle;}

.nei_wp{max-width: 1200px;margin: 0 auto;}

.web_about_us{}
.web_about_us .about_one{padding: 60px 0;}
.web_about_us .about_one h4{font-size: 26px;color: #333;
	font-weight: bold;
}
.web_about_us .about_one p{font-size: 14px;color: #333;
	line-height: 1.6;margin-top: 18px;
}
.web_about_us .about_one .pic{margin-top: 40px;
	display: flex;justify-content: space-between;
}
.web_about_us .about_two{padding: 60px 0;
	background-image: linear-gradient(to bottom,#f2f2f2,#fff);
}

.web_about_us .about_two p{font-size: 14px;color: #333;
	line-height: 1.6;margin-bottom: 18px;
}
.web_about_us .about_two .pic{margin: 40px 0;overflow: hidden;
margin-left: -20px;
}
.web_about_us .about_two .pic .item{width: 25%;float: left;
	padding-left: 20px;
}

.two_type{text-align: center;padding:  25px 0;padding-bottom: 0;}
.two_type a{display: inline-block;height: 36px;line-height: 36px;
	padding: 0 36px;border-radius: 50px;font-size: 16px;color: #666;
}
.two_type a.on{background-color: #007038;
	color: #fff;
}
.two_type a:hover{color: #007038;}
.two_type a.on:hover{color: #fff;}
.web_news{padding-bottom: 60px;}
.web_news .list{margin-left: -30px;padding-bottom: 30px;}
.web_news .list .item{padding-left: 30px;width: 25%;
	margin-top: 30px;float: left;
}
.web_news .list .con{box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 15px;
}
.web_news .list .pic{padding-top: 68%;
	position: relative;overflow: hidden;
}
.web_news .list .pic .img{position: absolute;left: 0;
	top: 0;width: 100%;height: 100%;
	background-size: cover;background-position: center;
	transition: all .3s;
}
.web_news .list .txt{padding-top: 15px;}
.web_news .list span{display: block;font-size: 14px;color: #000;}
.web_news .list h4{font-size: 16px;font-weight: bold;color: #000;
	height: 48px;margin-top: 15px;overflow: hidden;
}
.web_news .list .item .con:hover h4{color: #007038;}
.web_news .list .item .con:hover .pic .img{transform: scale(1.1);}
.list_more{text-align: center;}
.list_more a{display: inline-block;width: 168px;height: 36px;line-height: 36px;
	border-radius: 50px;background-color: #007038;
	font-size: 14px;color: #fff;
}
.list_more a:hover{opacity: 0.8;}

.web_two_cur{height: 40px;background-color: #007038;
	margin-top: 106px;
}
.web_two_cur .nei_wp{height: 40px;
	 display: flex; align-items: center;
	  justify-content: space-between;
}
.web_two_cur .left{color: #fff;font-size: 14px;}
.web_two_cur .right{font-size: 14px;color: #fff;}
.web_two_cur .right a{vertical-align: middle;font-size: 14px;
	color: #fff;
}
.web_two_cur .right a:hover{text-decoration: underline;}
.web_two_cur .right em{vertical-align: middle;margin: 0 5px;}
.web_two_cur .right span{vertical-align: middle;}

.news_info .tit{padding: 36px 0;border-bottom: 1px solid #dbdbdb;}
.news_info .tit h3{font-size: 26px;font-weight: bold;
	color: #333;
}
.news_info .tit p{font-size: 16px;color: #000;margin-top: 22px;}
.news_info .html{padding: 10px 0;}
.news_info .html p{font-size: 14px;color: #333;
	line-height: 1.8;margin: 12px 0;
}
.news_info .html .pic{text-align: center;margin: 12px 0;}
.news_info .html .pic img{max-width: 100%;vertical-align: middle;}
.news_info .btn{border-top: 1px solid #dbdbdb;text-align: center;
	padding-top: 20px;padding-bottom: 60px;
}
.news_info .btn a{width: 130px;height: 38px;
	line-height: 36px;border-radius: 50px;border: 1px solid #007038;
	font-size: 14px;color: #007038;display: inline-block;
}
.news_info .btn a:hover{background-color: #007038;color: #fff;}

.web_product{background-color: #f5f5f5;padding-bottom: 60px;}
.web_product .list{margin-left: -25px;margin-top: 25px;}
.web_product .list .item{width: 50%;padding-left: 25px;margin-bottom: 25px;
	float: left;
}
.web_product .list .con{background-color: #fff;cursor: pointer;
	padding: 12px;padding-left: 130px;position: relative;
}
.web_product .list .con .pic{width: 104px;height: 104px;
	left: 15px;top: 15px;position: absolute;overflow: hidden;
	
}
.web_product .list .con .pic .img{position: absolute;
	background-size: cover;background-position: center;
	left: 0;top: 0;width: 100%;height: 100%;
	transition: all .3s;
}
.web_product .list .con .txt{padding: 12px 0;height: 104px;
	 display: flex;
	  flex-direction: column;
	  justify-content: space-between;
}
.web_product .list .con h4{font-size: 16px;
	font-weight: bold;color: #333;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.web_product .list .con p{font-size: 14px;color: #666;
	
}

.web_product .list .con:hover h4{color: #007038;}
.web_product .list .con:hover .pic .img{transform: scale(1.1);}


.product_info{padding: 40px 0;overflow: hidden;}
.product_info .product_pic{width: 43%;float: left;}
.product_info .product_pic img{width: 100%;vertical-align: middle;}

.product_info .product_txt{width: 57%;float: right;padding-left: 50px;}
.product_info .product_txt h4{font-size: 26px;color: #333;
	font-weight: bold;
}
.product_info .product_txt .p{font-size: 14px;color: #666;
	margin-top: 20px;
}
.product_info .product_txt .p b{color: #333;}
.product_info .product_txt .h3{margin-top: 30px;
	border-bottom: 1px solid #dbdbdb;padding-bottom: 26px;
}
.product_info .product_txt .h3 img{vertical-align: middle;}
.product_info .product_txt .h3 span{font-size: 18px;color: #000;vertical-align: middle;
	margin-left: 8px;font-weight: bold;
}
.bg_hui{background-color: #f5f5f5;}
.hr_list{padding-top: 40px;padding-bottom: 20px;}
.hr_list .item{padding: 25px 30px;background-color: #fff;
	margin-bottom: 20px;
}
.hr_list .item .con{padding-left: 350px;overflow: hidden;}
.hr_list .item .pic{width: 320px;height: 198px;position: relative;
	margin-left: -350px;float: left;overflow: hidden;
}
.hr_list .item .pic .img{background-size: cover;
	position: absolute;left: 0;top: 0;width: 100%;
	height: 100%;	transition: all .3s;
}
.hr_list .item .txt{width: 100%;height: 198px;
	 display: flex;padding: 20px 0;
	  flex-direction: column;
	  justify-content: space-between;
}
.hr_list .item .txt h4{font-size: 20px;color: #333;font-weight: bold;
	height: 60px;overflow: hidden;
}
.hr_list .item .txt p{font-size: 14px;color: #999;line-height: 1.6;
	height: 45px;overflow: hidden;
}
.hr_list .item .txt span{font-size: 14px;color: #999;}
.hr_list .item .txt em{font-size: 14px;color: #007038;margin-left: 30px;}
.hr_list .item .con:hover h4{color: #007038;}
.hr_list .item .con:hover .pic .img{transform: scale(1.1);}
.hr_list .item.none_pic .con{padding-left: 0;}

.contact_us{padding: 70px 0;
	display: flex; align-items: center;
	  justify-content: space-between;
}
.contact_us .left{width: 40%;}
.contact_us .pic{width: 40%;}
.contact_us .pic img{max-width: 100%;}
.contact_us .left h3{font-size: 24px;color: #333;}
.contact_us .left .item{margin-top: 20px;}
.contact_us .left span{font-size: 18px;color: #333;font-weight: bold;}
.contact_us .left p{line-height: 1.8;font-size: 16px;color: #333;}



#web_right{position: fixed;right: 20px;bottom: 10%;z-index: 999999;}
#web_right .item{padding: 15px;border-radius: 3px;background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);cursor: pointer;margin: 5px 0;
	position: relative;
}

#web_right .item:hover{background-color: #007038;}
#web_right .item:hover text{color: #fff;}
#web_right .item .pic_two{display: none;}
#web_right .item:hover .pic_one{display: none;}
#web_right .item:hover .pic_two{display: block;}


#web_right .item .icon{
	width: 22px;height: 22px;display: flex;
	justify-content: center;
	align-items: center;
}
#web_right .item .icon i{font-size: 22px;color: #007038;}
#web_right .item:hover .icon i{color: #fff;}
#web_right .item.item_three .icon{background-image: url(../images/icon5.png);
	width: 22px;height: 22px;background-size: cover;
}
#web_right .item.item_three:hover .icon{background-image: url(../images/icon8.png);}


#web_right .item.item_four .icon{background-image: url(../images/icon5.png);
	width: 22px;height: 22px;background-size: cover;
}
#web_right .item.item_four:hover .icon{
	background-image: url(../images/i20_2.png);
}

#web_right .item.item_five .icon{background-image: url(../images/icon3.png);
	width: 22px;height: 22px;background-size: cover;
}
#web_right .item.item_five:hover .icon{
	background-image: url(../images/icon6.png);
}

#web_right .item img{width: 24px;vertical-align: middle;height: auto;}
#web_right .item>span{display: block;width: 2em;margin-top: 5px;
	font-size: 12px;color: #333;
}
#web_right .item:hover>span{color: #fff;}
#web_right .item .tel{position: absolute;height: 100%;right: 100%;top: 0;
	background-color: #fff;white-space: nowrap;padding: 0 25px;
	display: flex;justify-content: center;align-items: center;
	font-size: 16px;margin-right: 5px;border-radius: 3px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);display: none;
}
#web_right .item .tel .span{font-size: 12px;display: block;color: #999;}
#web_right .item .tel .em{font-size: 18px;display: block;margin-top: 2px;
	color: #007038;font-weight: bold;
}
#web_right .item:hover .tel{display: flex;}

#web_right .item .code{position: absolute;right: 100%;top: 0;
	background-color: #fff;white-space: nowrap;padding:12px;	
	font-size: 16px;margin-right: 5px;border-radius: 3px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	display: none;
}
#web_right .item .code span{display: block;text-align: left;
	font-size: 16px;color: #007038;font-weight: bold;margin: 4px 0;
}
#web_right .item .code img{width: 110px;vertical-align: middle;}
#web_right .item .code p{font-size: 12px;color: #999;}
#web_right .item:hover .code{display: block;}

.idea_dong{background-image: url(../../images/bg3.jpg);margin-top: 30px;
	padding: 60px 0;
}
.idea_dong .tit{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.idea_dong .list{margin-top: 35px;margin-left: -10px;
	overflow: hidden;
}
.idea_dong .list .item{width: 16.6666%;padding-left: 10px;float: left;}
.idea_dong .list .item .con{height: 392px;
	background-size: auto 100%;position: relative;
	background-position: center;cursor: pointer;
	background-repeat: no-repeat;
	
}
.idea_dong .list .item .con .txt{position: absolute;
	left:0;bottom: 40px;width: 100%;text-align: center;
}
.idea_dong .list .item .con h5{font-size: 22px;color: #fff;}
.idea_dong .list .item .con p{display: none;font-size: 14px;color: #fff;
	line-height: 1.6;margin-top: 15px;
}
.idea_dong .list .item.on{width: 50%;}






.idea_dong .list .item.on .con .txt{text-align: left;
	padding: 0 35px;padding-right: 230px;
	background-image: url(../../images/more.png);
	background-repeat: no-repeat;
	background-position: right 40px center;
}
.idea_dong .list .item.on .con .txt p{display: block;}

.idea_dong .list .item .con.con1{background-image: url(../../images/1-1.jpg);}
/* .idea_dong .list .item.on .con.con1{background-image: url(../../images/1-1.jpg);} */

.idea_dong .list .item .con.con2{background-image: url(../../images/1-2.jpg);}
/* .idea_dong .list .item.on .con.con2{background-image: url(../../images/1-2.jpg);} */

.idea_dong .list .item .con.con3{background-image: url(../../images/1-3.jpg);}
/* .idea_dong .list .item.on .con.con3{background-image: url(../../images/1-3.jpg);} */

.idea_dong .list .item .con.con4{background-image: url(../../images/1-4.jpg);}
/* .idea_dong .list .item.on .con.con4{background-image: url(../../images/1-4.jpg);} */


/* #web_head{height: 150px;}
#web_head .logo{height: 150px;}
#web_head .logo img{height: 120px;} */


























































































































