html { font-size: 62.5%; } /* 默认值，可调整（如62.5%简化计算） */
.fl {
	float: left;
}
.fr {
	float: right;
}

@media screen and (max-width: 768px) {
	body {
		zoom: 0.25;
	}	
}


/*顶部导航*/
.header {
	position: relative;
	padding:0 0 0 40px;
	width:auto;
	height:110px;
	background: #ffffff;
	border-bottom:1px #eeeeee solid;
	overflow: hidden;
	z-index: 100;
}
.header:hover {
	overflow: unset;
}
.header .h_logo {
	display: flex;
	margin-right:20px;
	float: left;
	height:100%;
	align-items: center;
}
.header .h_logo img {
	height:55px;
}
.header .h_sname {
	float: left;
	display: flex;
	height:100%;
	font-size: 1.6vw;
	align-items: center;
}
.header .h_sname.en {
	float: left;
	display: flex;
	height:100%;
	font-size: 1vw;
	font-weight: bold;
	align-items: center;
}

/*1级菜单*/
.header .h_nav {
	float: right;
	display: flex;
	width:calc(100% - 45vw);
	height:100%;
	align-items: center;
}
.header .h_nav.en {
	width:53%;
}
@media (max-width: 1440px) {
	.header .h_nav.en {
		width:46%;
	}
}

/*1级菜单*/

.header .h_nav > ul {	
	width:100%;
	height:100%;	
}
.header .h_nav.en > ul {	
	width:100%;
	height:100%;	
}
.header .h_nav > ul > li {
	position: relative;
	float: left;
	display: flex;	
	width:12.4%;
	height:100%;
	justify-content: center;
	align-items: center;
}
.header .h_nav > ul > li:hover {
	background: #60b99c;
}
.header .h_nav > ul > li:hover > a {
	color:#ffffff
}
.header .h_nav > ul > li.act {
	background: #009144;
}
.header .h_nav > ul > li.act > a {
	color:#ffffff;
}
.header .h_nav > ul > li a {
	display: flex;
	color:#333333;
	font-size:0.85vw;
	width:100%;
	height:100%;
	justify-content: center;
	align-items: center;
}
.header .h_nav.en > ul > li a {
	font-weight: bold;
}

/*1级菜单*/

/*下拉菜单*/
.header .h_nav > ul > li > ul {
	display: none;
	position: absolute;
	padding-top:0px;
	background: #ffffff;
	top:109px;
	left:0;
	width:100%;
	z-index: 9999999;
}
.header .h_nav.en > ul > li > ul {
	width:180%;
}
.header .h_nav > ul > li:hover > ul {
	display: block;
}

.header .h_nav > ul > li > ul > li {
	width:100%;
	/* height:40px;
	line-height:40px; */
	height:2vw;
	line-height:2vw;
	text-align: center;
	border-bottom:1px #e1e1e1 dashed;
}
.header .h_nav > ul > li > ul > li:hover {
	background: #eeeeee;
}
.header .h_nav > ul > li > ul > li a {
	/* font-size:14px;	 */
	font-size:0.65vw;
}
/*下拉菜单*/


/*版本切换*/
.header .h_version {
	float: right;
	padding:30px 30px 0 10px;
	height:100%;
}
.header .h_version a {
	color:#333333
}
.header .h_version a:hover {
	color:#f55555
}

.header .h_version dl {
	clear: both;
	display: block;
	margin-bottom:10px;
}
.header .h_version dl dt,
.header .h_version dl dd {
	float: left;
}

.header .h_version dl dt {
	display: flex;
	width:24px;
	height:24px;
	border-radius: 8px;
	color:#ffffff;
	font-size:12px;
	background: #009144;
	justify-content: center;
	align-items: center;
}
.header .h_version dl dd {
	padding:0 0 0 10px;
	height:24px;
	line-height:24px;
	font-size: 14px;
}
/*版本切换*/

/*顶部导航*/



/*首页banner*/
/* .h_banner {
	position: relative;
	width:100%;
	overflow: hidden;
}
.h_banner:before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	width:100%;
	height:100%;
	z-index: 2;
}
.h_banner ul {
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
}

.h_banner ul li.h_b1_text1,
.h_banner ul li.h_b2_text1,
.h_banner ul li.h_b3_text1 {
	position: absolute;
	display: none;
	top:0;
	left:0;
	width:100%;
	font-size:5.2vh; 
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	z-index: 10;
	transition:1s;
	-webkit-transition: 1s;
	-moz-transition:1s;
	-ms-transition:1s;
	-o-transition:1s;
	-webkit-transition:1s;
}
.h_banner ul li.h_b1_text1 span,
.h_banner ul li.h_b2_text1 span,
.h_banner ul li.h_b3_text1 span {
	margin-right:20px;
	color:#00ff12;
}

.h_banner ul li.h_b1_text2,
.h_banner ul li.h_b2_text2,
.h_banner ul li.h_b3_text2 {
	position: absolute;
	display: none;
	bottom:0;
	left:0;
	width:100%;
	font-size:2vh;
	color:#ffffff;
	text-align: center;
	letter-spacing: 12px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	z-index: 10;
}

.h_banner ul li.h_b1_img1,
.h_banner ul li.h_b2_img1,
.h_banner ul li.h_b3_img1 {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 1;
}
.h_banner ul li.h_b1_img1 img,
.h_banner ul li.h_b2_img1 img,
.h_banner ul li.h_b3_img1 img {
	display: none;
    width:100%;	
	transform: scale(1.5);
	transition: 2s;
} */
/*首页banner*/

/*首页banner*/
.h_banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner-container {
	width: 100%;
	height:100%;
	overflow: hidden;
}
.banner-container .banner {
	width: 100%;
	height:100%;
	display: none;
	overflow: hidden;
}
        
.banner-container .banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.5);
	transition: transform 1.5s ease;
}

.banner-container .banner-text {
	position: absolute;
	color: white;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	transition: all 1.5s ease;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.banner-container .text-top {
	top: 0;
	font-size: 2.2rem;
	font-weight: bold;
}

.banner-container .text-bottom {
	bottom: 0;
	font-size: 1.5rem;
}

.banner-container .banner.active .banner-img {
	transform: scale(1);
}

.banner-container .banner.active .banner-text {
	opacity: 1;
}

.banner-container .banner.active .text-top {
	top: 43%;
	font-size:5.2vh; 
	color:#ffffff;
}
.banner-container .banner.active .text-top.en {
	font-size:4vh; 
}
.banner-container .banner.active .text-top span {
	margin-right:20px;
	color:#00ff12;
}

.banner-container .banner.active .text-bottom {
	bottom: 43%;
	font-size:2vh;
	letter-spacing: 12px;
	color:#ffffff;
}
.banner-container .banner.active .text-bottom.en {
	letter-spacing: 0;
}

.indicators {
	position: absolute;
	bottom:20px;
	left:0;
	width:100%;
	display: flex;
	justify-content: center;
}

.indicators .indicator {
	margin:0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.indicators .indicator.active {
	background-color: white;
	transform: scale(1.2);
}       

        
@media (max-width: 768px) {
	.h_banner,
	.banner-container {
		/* height: 800px; */
	}
	
	.text-top {
		font-size: 1.8rem;
	}
	
	.text-bottom {
		font-size: 1.2rem;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 2rem;
	}
	.h_banner,
	.banner-container {
		/*height: 800px;*/
	}
	
	.text-top {
		font-size: 1.5rem;
	}
	
	.text-bottom {
		font-size: 1rem;
	}
	
	.btn {
		padding: 10px 20px;
	}
}
/*首页banner*/



/*模块标题*/
.modletitle {
	width:auto;
	text-align: center;
}
.modletitle dl dt {
	margin-bottom:5px;
	font-size:34px;
	color:#282828;
}
.modletitle dl dt.en {
	font-weight: bold;
}
.modletitle dl dd {
	font-size:18px;
	color:#afafaf
}

.modelbox {
	margin-top:40px;
}

/*走进元溢*/
.m_about_text {
	padding:50px 8% 0 8%;
	width:auto;
	font-size:18px;		
	overflow: hidden;  
}
.m_about_text p {
	position: relative;
	text-indent: 36px;
	margin-bottom:15px;
	line-height:36px;
	text-align: justify
}
.m_about_text p span {
	cursor: pointer;
	margin-left:20px;
	padding:4px 10px;
	font-size:14px;
	background: #f5f5f5;
	border:1px #009144 solid;
	color:#009144;
	border-radius: 4px;
}

.m_about_text2 {
	display: none;
	padding:0 8% 0 8%;
	width:auto;
	font-size:18px;		
	overflow: hidden;  
}
.m_about_text2 p {
	position: relative;
	text-indent: 36px;
	margin-bottom:15px;
	line-height:36px;
	text-align: justify
}

/*企业统计数字*/
.m_about_count {
	display: flex;
	margin:50px 8% 0 8%;
	width:auto;
	height:170px;
}
.m_about_count dl {	
	display: flex;
	flex-direction:column;
	justify-content:center;
	width:25%;
	height:100%;
	text-align: center;	
}
.m_about_count dl:nth-child(odd){
	background: #e2f4ee;
}
.m_about_count dl:nth-child(even){
	background: #009144;
}

.m_about_count dl:nth-child(odd) dt,
.m_about_count dl:nth-child(even) dt {
	font-size:46px;
}

.m_about_count dl:nth-child(odd) dt {
	color:#015d3f;
}
.m_about_count dl:nth-child(even) dt {
	color:#ffffff;
}


.m_about_count dl:nth-child(odd) dt span,
.m_about_count dl:nth-child(even) dt span {
	margin-left:5px;
	font-size:14px;
}
.m_about_count dl:nth-child(odd) dt span {
	color:#616161
}
.m_about_count dl:nth-child(even) dt span {
	color:#ffffff
}


.m_about_count dl:nth-child(odd) dd,
.m_about_count dl:nth-child(even) dd {
	margin-top:5px;
	font-size:14px;
}
.m_about_count dl:nth-child(even) dd {
	color:#ffffff;
}

/*首页公司图片*/
.m_about_img {
	margin:30px 8% 20px 8%;
	width:auto;
	height: 20.8vw;
	overflow: hidden;
}
.m_about_img img {
	width:100%;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.m_about_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/*首页公司历程*/
.m_about_process {
	position: relative;
	margin:30px auto 80px auto;
	padding-bottom:10px;
	width:calc(100% - 10%);
}
.m_about_process .swiper-pagination {
	bottom:-15px!important;	
}
.swiper-pagination-bullet-active {
	background:#009144!important;	
}
.m_about_process .swiper-button-next,
.m_about_process .swiper-button-prev {
	color:#009144
}


.m_about_process.nobg {
	background: none;
}
.m_about_process .swiper-container {
	position: relative;
	padding:0 0;
	margin:0 auto;
	width:90%;	
	height:100%;
	overflow: hidden;
}

.m_about_process .swiper-container .swiper-wrapper {	
	margin:0 auto;
	width:100%;
	height:100%;
}
.m_about_process .swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
	float: left;
	width:20%;
	height:auto;
}
.m_about_process .swiper-container .swiper-wrapper .swiper-slide span.quan {
	position: absolute;
	left:0px;
	bottom:0px;
	width:18px;
	height:18px;
	background: #cdecda;
	border-radius: 14px;
	z-index: 2;
}

.m_about_process .swiper-container .swiper-wrapper .swiper-slide dl {
	position: relative;
	display: block;
	padding-bottom:40px;
	height:230px;
}
.m_about_process .swiper-container .swiper-wrapper .swiper-slide dl::after {
	position: absolute;
	bottom:4px;
	left:4px;
	content: '';
	width:10px;
	height:10px;
	border-radius: 10px;
	background: #05a045;
	z-index: 3;
}
.m_about_process .swiper-container .swiper-wrapper .swiper-slide dl::before {
	position: absolute;
	bottom:7px;
	left:0;
	content: '';
	width:100%;
	height:1px;
	background:rgba(0,145,68,0.3);
	z-index: 1;
}
.m_about_process .swiper-container .swiper-wrapper .swiper-slide dl dt {
	position: relative;
	padding-bottom:10px;
	font-size:1.6vw;
	color:rgba(0,89,42,1);
}
.m_about_process .swiper-container .swiper-wrapper .swiper-slide dl dt:before {
	position: absolute;
	left:5px;
	bottom:5px;
	width:30px;
	height:3px;
	content: '';
	background: #ff9000;
	z-index: 1;
}
.m_about_process .swiper-container .swiper-wrapper .swiper-slide dl dd {
	position: relative;
	margin-top:15px;
	padding-right:40px;
	margin-right:10px;
	width:calc(100% - 10px);
	height:135px;
	font-size:14px;
	line-height:20px;
	text-align: justify;
	overflow-y: auto;
}
.m_about_process.en .swiper-container .swiper-wrapper .swiper-slide dl dd {
	position: relative;
	margin-top:15px;
	padding-right:40px;
	margin-right:10px;
	width:calc(100% - 10px);
	height:135px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	overflow-y: auto;
}


/* .m_about_process:after {
	position: absolute;
	width:100%;
	height:2px;
	content: '';
	top:0;
	bottom:0;
	margin:auto;
	background: #0baf7a;
	z-index: 1;
}
.m_about_process::before {
	position  : absolute;
	width     :0;
	height    :0;
	content   : '';
	top       :0;
	bottom:0;
	right    :0;
	margin    :auto;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #0baf7a;
	z-index   : 1;
} */
/* .process_t_box {
	padding:0 0px 0 50px;
	position: absolute;
	top:0;
	left:0;
	width:calc(100% - 50px);
	height:270px;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}

.process_t_box .process_t_item {
	/*width:2000px;
}

.process_t_box .process_t_list {
	position: relative;
	float: left;
	margin-right:40px;
	width:310px;
	height:260px;
}
.process_t_box .process_t_list:before {
	position: absolute;
	top:177px;
	left:2px;
	content: '';
	width:1px;
	height:77px;
	background: #0baf7a;
	z-index: 1;
}
.process_t_box .process_t_list::after {
	position: absolute;
	top:245px;
	left:-2px;
	content: '';
	width:10px;
	height:10px;
	border-radius: 10px;
	background: #0baf7a;
	z-index: 1;
}
.process_t_box .process_t_list dl {
	display: block;
	width:auto;
	height:100%;
}
.process_t_box .process_t_list dl dt {
	position: relative;
	font-size:30px;
	color:#05895e;
}
.process_t_box .process_t_list dl dt:before {
	position: absolute;
	left:5px;
	bottom:-5px;
	width:30px;
	height:3px;
	content: '';
	background: #ff9000;
	z-index: 1;
}
.process_t_box .process_t_list dl dd {
	margin-top:15px;
	width:100%;
	height:115px;
	font-size:14px;
	line-height:28px;
	overflow: hidden;
}
 */

/*
.process_b_box {
	padding:0 0px 0 50px;
	position: absolute;
	bottom:0;
	left:0;
	width:calc(100% - 50px);
	height:270px;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}
.process_b_box .process_b_item {
	/*width:2000px;*/
}
.process_b_box .process_b_list {
	position: relative;
	float: left;
	margin-right:40px;
	width:310px;
	height:260px;
}
.process_b_box .process_b_list:before {
	position: absolute;
	top:10px;
	left:2px;
	content: '';
	width:1px;
	height:85px;
	background: #0baf7a;
	z-index: 1;
}
.process_b_box .process_b_list::after {
	position: absolute;
	top:3px;
	left:-2px;
	content: '';
	width:10px;
	height:10px;
	border-radius: 10px;
	background: #0baf7a;
	z-index: 1;
}
.process_b_box .process_b_list dl {
	display: block;
	padding-top:100px;
	width:auto;
	height:100%;
}
.process_b_box .process_b_list dl dt {
	position: relative;
	font-size:30px;
	color:#05895e;
}
.process_b_box .process_b_list dl dt:before {
	position: absolute;
	left:5px;
	bottom:-5px;
	width:30px;
	height:3px;
	content: '';
	background: #ff9000;
	z-index: 1;
}
.process_b_box .process_b_list dl dd {
	margin-top:15px;
	width:100%;
	height:115px;
	font-size:14px;
	line-height:28px;
	overflow: hidden;
}*/


/*产业服务*/
.m_industry {
	margin-top:50px;
}

.m_industry .m_industry_img {
	margin-top:40px;
	width:auto;
}
.m_industry .m_industry_img dl {
	position: relative;
	display: block;
	float: left;
	width:25%;
	height:623px;
	border-right:1px #ffffff solid;
	background-image: url("../img/industry_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.m_industry .m_industry_img dl:hover {
	cursor: pointer;
}
.m_industry .m_industry_img dl:hover dd i {	
	transition: 1s;
	border:2px rgba(255,255,255,1) solid;
	z-index: 1;	
}
.m_industry .m_industry_img dl::before {
	position: absolute;
	width:100%;
	height:100%;
	content: '';
	background: rgba(255,255,255,0);
	z-index: 1;
}

.m_industry .m_industry_img dl dt {
	position: absolute;
	padding:20px 30px 0 30px;
	left:0;
	bottom:0;
	width:100%;
	height:140px;
	background: rgba(0,145,68,0.95);
	border-radius: 0 60px 0 0;
	z-index:1;
	-webkit-border-radius: 0 60px 0 0;
	-moz-border-radius: 0 60px 0 0;
	-ms-border-radius: 0 60px 0 0;
	-o-border-radius: 0 60px 0 0;
}
.m_industry .m_industry_img dl dt ul li.m_i_title {
	font-size:20px;
	color:#ffffff;
	font-weight: bold;
}
.m_industry .m_industry_img dl dt ul li.m_i_text {
	padding-top:10px;
	font-size:14px;
	height:80px;
  color    :#ffffff;
  line-height: 25px;
	overflow: hidden;
}

.m_industry .m_industry_img dl dd {
	display: flex;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;
}
.m_industry .m_industry_img dl dd i {
	position: absolute;
	display: block;
	top:20px;
	right:30px;
	border:2px rgba(255,255,255,0.3) solid;
	padding:5px;
	border-radius: 3px;
	color:#ffffff;
	transition: 1s;
	z-index: 1;
}

/*产业服务*/



/*产业服务*/
.m_cooperate_box {
	clear: both;
	padding-top:60px;
	width:auto;
}
.m_cooperate_item {
	margin:50px 8% 0 8%;
	width:auto;
}
.m_cooperate_item ul {
	width:100%;	
}
.m_cooperate_item ul li {
	width:100%;;	
}
.m_cooperate_item ul li img {
	width:100%;
}
/*产业服务*/




/*社会责任*/
.m_responsibility_box {
	clear: both;
	padding-top:60px;
	width:auto;
	background: #f8f8f8;
}
.m_responsibility_img {
	margin-top:40px;
  width     :auto;
}
.m_responsibility_img dl {
	position: relative;
	display: block;
	float: left;
	width:25%;
	height:623px;
	border-right:1px #ffffff solid;
	background-image: url("../img/industry_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}
.m_responsibility_img dl dt {
	position             : absolute;
	padding              :20px 30px 0 30px;
	left                 :0;
	bottom               :0;
	width                :100%;
	height               :140px;
	background: rgba(0,145,68,0.95);
	border-radius        : 0 60px 0 0;
	z-index              :1;
	-webkit-border-radius: 0 60px 0 0;
	-moz-border-radius   : 0 60px 0 0;
	-ms-border-radius    : 0 60px 0 0;
	-o-border-radius     : 0 60px 0 0;
}
.m_responsibility_img dl dt ul li.m_i_title {
	font-size:20px;
	color:#ffffff;
	font-weight: bold;
}
.m_responsibility_img dl dt ul li.m_i_text {
	padding-top:10px;
	font-size  :14px;
	height     :80px;
	color      :#ffffff;
	line-height: 25px;
	overflow   : hidden;
}
.m_responsibility_img dl dd {
	display        : flex;
	width          : 100%;
	height         : 100%;
	align-items    : center;
	justify-content: center;
}
.m_responsibility_img dl dd i {
	position: absolute;
	display: block;
	top:20px;
	right:30px;
	border:2px rgba(255,255,255,0.3) solid;
	padding:5px;
	border-radius: 3px;
	color:#ffffff;
	z-index: 1;
	transition: 1s;
}
.m_responsibility_img dl dd:hover i {
	border:2px rgba(255,255,255,1) solid;
	transition: 1s;
}


/*底部*/
.footer_box {
	margin-top:40px;
	width:auto;
}
.footer_box .footer_t {
	padding:0 5% 0 8%;
	width:auto;	
	background: #009144;
	overflow: hidden;
}
.footer_box .footer_t .footer_t1 {
	clear: both;
	width:auto;
}
.footer_box .footer_t .footer_t1 .footer_t_l {
	float: left;
	padding-top:30px;
	width:300px;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(1){
	clear: both;
	padding-bottom:20px;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(1) dt {
	float: left;
	margin-right:10px;
	height:55px;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(1) dt img {
	height:100%;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(1) dd {
	float: left;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(1) dd span {
	display: block;
	padding-bottom:5px;
	color:rgba(255,255,255,0.5);
	font-size:12px;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(1) dd span.en {
	display: block;
	padding-top:20px;
	padding-bottom:5px;
	color:rgba(255,255,255,0.5);
	font-size:16px;
	font-weight: bold;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(1) dd em {
	display: block;
	color:#ffffff;
	font-size:24px;
}


.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(2) {
	clear: both;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(2) dd {
	width:auto;
	font-size:14px;
	color:#ffffff;
	line-height:40px;
}
.footer_box .footer_t .footer_t1 .footer_t_l dl:nth-child(2) dd i {
	margin-right:10px;
	font-size:18px;
}


.footer_box .footer_t .footer_t1 .footer_t_r {
	padding-top:50px;
	width:calc(90% - 300px);
	float: right;
}
.footer_box .footer_t .footer_t1 .footer_t_r dl {
	float: left;
	padding:0 0 0 0;
	width:12%;
}
.footer_box .footer_t .footer_t1 .footer_t_r dl:last-child {
	padding:0;
}
.footer_box .footer_t .footer_t1 .footer_t_r dl dt {
	margin-bottom:15px;
}
.footer_box .footer_t .footer_t1 .footer_t_r dl dt a {
	/* font-size:16px; */
	font-size:0.9vw;
	color:#ffffff;
}
.footer_box .footer_t .footer_t1 .footer_t_r dl dt a:hover {
	color:#8fc7b5
}
.footer_box .footer_t .footer_t1 .footer_t_r dl dd {
	padding:7px 0;
}
.footer_box .footer_t .footer_t1 .footer_t_r dl dd a {	
	/* font-size:14px; */
	font-size:0.72vw;
}


.footer_box .footer_t .footer_t2 {
	border-top:1px rgba(255,255,255,0.2) solid;
	clear: both;
	margin-top:10px;
	padding:30px 0;
	width:auto;
}
.footer_box .footer_t .footer_t2 dl {
	display: flex;
	width:auto;
	justify-content: center;
}
.footer_box .footer_t .footer_t2 dl dd {
	float: left;
	padding:0 2vw;
	font-size:0.8vw;
	color:#ffffff;
}
.footer_box .footer_t .footer_t2 dl dd.enaddres {
	width:40%;
}
.footer_box .footer_t .footer_t2 dl dd i {
	margin-right:0.5vw;
	color:rgba(255,255,255,0.7)
}

.footer_box .footer_b {	
	width : auto;
	height: 40px;
	line-height:40px;
	background: #00592a;
	font-size:14px;
	text-align: center;
	color:rgba(255,255,255,1);
	overflow: hidden;
}
.footer_box .footer_b span {
	padding:0 10px;
}
.footer_box .footer_b a {
	color:rgba(255,255,255,1)
}


/*banner*/
.banneritem {
	position: relative;
	width:auto;
	height:395px;
	background: #fafafa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 140% 140%;
	transition: 1s;
	overflow: hidden;
}

.banneritem .banner_text1,
.banneritem .banner_text2,
.banneritem .banner_text3 {
	position: absolute;
	top:35%;
	font-size:43px;
	color:#ffffff;
	text-shadow: 0 0 5px #006630;
	transition: 1s;
	font-weight: bold;
	z-index: 1;
}
.banneritem .banner_text1 {	
	left:-100%;  /*32*/
}
.banneritem .banner_text2 {
	left:-100%;  /*47*/
}
.banneritem .banner_text3 {
	left:-100%; /*65*/
}


.location {
	padding:0 8% 0 8%;
	height:50px;
	background: #f5f5f5;
}
.location dl {
	float: left;
}
.location dl dd a {
	display: block;
	float: left;
	padding:0 20px;
	line-height:50px;
	font-size:16px;
	color:#333333;
}
.location dl dd a.act {
	color:#ffffff;
	background: #009144;
}
.location dl dd a:hover {
	color:#ffffff;
	background: #009144;
}
.location ul li {
	line-height:50px;
	font-size:14px;
}

.pagetitle {
	position: relative;
	padding:40px 8%; 
	width:auto;
}
.pagetitle ul {
	position: absolute;
	display:block;
	width:70%;
	heihgt:30px;
	top:75px;
	right:8%;
	z-index: 1;
}
.pagetitle ul.en {
	top:50px;
	width:60%;
}
.pagetitle ul li.px1 {
	float: left;
	width:80%;
	height:30px;
	/* background:#70caa1; */
	background: #2b8a3e;
	transform: skew(-25deg)
}

.pagetitle ul li.px2 {
	float: right;
	width:calc(20% - 5px);
	height:30;	
	background:#ffffff;
	border-left:15px solid transparent;
	border-right:0 solid transparent;
	border-bottom:30px solid #f6bd4c;
	position: relative;
	z-index:-1
}

.pagetitle dl {
	float: left;
	width:auto;
}
.pagetitle dl dt {
	padding-bottom:5px;
	font-size:1.7vw;
	color:#2b8a3e;
}
.pagetitle dl dd {
	position: relative;
	font-size:0.75vw;
	color:#93c93d;
	/* color:#adadad; */
}
.pagetitle dl dd:before {
	position: absolute;
	left:0;
	bottom:-15px;
	content: '';
	width:60px;
	height:3px;
	background: #04593d;
	z-index: 1;
}

.page_company {
	clear: both;
	padding:0 8% 20px 8%;
	width:auto;
	font-size:16px;
	overflow: hidden;
}
.page_company p {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:36px;
	text-indent: 36px;
	text-align: justify;
}


/*公司文化*/
.page_culturebox {
	padding:0 0 160px 0;
	width:auto;
	height:auto;
	background: #fafdf8;
}
.cultureinfo {
	position: relative;
	margin:0 12%;
	padding:20px 0 30px 0;
	width:auto;
	min-height:200px;
}

.cultureinfo .culturelogo {
	float: left;
	margin-top:8vw;
	margin-left:4vw;
	width:18vw;
	height:18vw;
}
.cultureinfo .culturelogo.en {
	margin-left:0;
}
.cultureinfo .culturelogo img {
	width:100%;
}
.cultureinfo .culturequan {
	position: relative;
	float: left;
	margin-left:1.2vw;
	width:30%;	
	z-index: 1;
}
.cultureinfo .culturequan.en {
	margin-left:0;
}
.cultureinfo .culturequan img {
	width:100%;
}
.cultureinfo .culturetext {
	position: absolute;
	top:2.5vw;
	right:1.3vw;
	z-index: 10;
}
.cultureinfo .culturetext.en {
	right:1.5vw;
}
.cultureinfo .culturetext dl.gsyj,
.cultureinfo .culturetext dl.jyln,
.cultureinfo .culturetext dl.qywh {
	clear: both;
	margin-bottom:2vw;
}
.cultureinfo .culturetext.en dl.gsyj,
.cultureinfo .culturetext.en dl.jyln,
.cultureinfo .culturetext.en dl.qywh {
	clear: both;
	margin-bottom:1vw;
}


.cultureinfo .culturetext dl.jyln {
	margin-left:4vw;
}
.cultureinfo .culturetext dl.qywh {
	margin-left:8vw;
}
.cultureinfo .culturetext dl.gsyj dt,
.cultureinfo .culturetext dl.jyln dt,
.cultureinfo .culturetext dl.qywh dt {
	margin-bottom:1vw;
	width:32vw;
	height:3.9vw;
	border-radius: 4vw;
}
.cultureinfo .culturetext dl.gsyj dt {
	background: #009144;
}
.cultureinfo .culturetext dl.jyln dt {
	background: #f6bd4c;
}
.cultureinfo .culturetext dl.qywh dt {
	background: #12c189;
}


.cultureinfo .culturetext dl.gsyj dt em,
.cultureinfo .culturetext dl.jyln dt em,
.cultureinfo .culturetext dl.qywh dt em {
	float: left;
	margin-left:1vw;
	height:3.9vw;
	line-height:3.9vw;
	font-size:2.2rem;
	color:rgba(255,255,255,0.6)
}
.cultureinfo .culturetext dl.gsyj dt span,
.cultureinfo .culturetext dl.jyln dt span,
.cultureinfo .culturetext dl.qywh dt span {
	float: left;
	margin-left:1vw;
	height:3.9vw;
	line-height:3.9vw;
	font-size:2.2rem;
	color:rgba(255,255,255,1)
}
.cultureinfo .culturetext dl.gsyj dd,
.cultureinfo .culturetext dl.jyln dd,
.cultureinfo .culturetext dl.qywh dd {
	padding:0.7vw 0 0.7vw 7vw;
	font-size:2.1rem;
}
.cultureinfo .culturetext.en dl.gsyj dd,
.cultureinfo .culturetext.en dl.jyln dd,
.cultureinfo .culturetext.en dl.qywh dd {
	padding:0.4vw 0 0.3vw 7vw;
	font-size:2rem;
	transition: 1s;
}

@media screen and (max-width:1700px) {
	.cultureinfo .culturetext.en dl.gsyj dd,
	.cultureinfo .culturetext.en dl.jyln dd,
	.cultureinfo .culturetext.en dl.qywh dd {
		font-size:1.8rem;
		transition: 1s;
	}
}
@media screen and (max-width:1440px) {
	.cultureinfo .culturetext.en dl.gsyj dd,
	.cultureinfo .culturetext.en dl.jyln dd,
	.cultureinfo .culturetext.en dl.qywh dd {
		font-size:1.6rem;
		transition: 1s;
	}
}


.cultureinfo .culturetext dl.qywh.en dd {
	width:40vw;
}
.cultureinfo .culturetext dl.qywh dd b {
	color:#2b8a3e;
}

@media screen and (max-width:1700px) {
	.cultureinfo .culturequan img {
		width:0;
		display: none;
	}
}

/* .cultureinfo .cultureyuan {
	margin:0 auto 0 auto;
	width:347px;
	height:347px;
	background: #e1efef;
	border-radius: 347px;
	z-index: 1;
}
.cultureinfo .cultureyuan img {
	width:100%;
	height:100%;
} */


/*公司愿景*/
/* .cultureinfo .gsyj {
	position: absolute;
	top:60px;
	left:0;
	width:27%;
	height:300px;
	border-radius: 20px;
	background: #05895e;
	z-index: 1;
}
.cultureinfo .gsyj > img {
	position: absolute;
	top:20px;
	right:-35%;
	width:30%;
	z-index: 1;
}
.cultureinfo .gsyj dl {
	display: block;
	padding:30px 30px 0 30px;
}
.cultureinfo .gsyj dl dt {
	position: relative;
	display: block;
	margin-bottom:30px;
	text-align: right;
	font-size:34px;
	color:#ffffff;
}
.cultureinfo .gsyj dl dt::before {
	position: absolute;
	content: '';
	right:0;
	bottom:-10px;
	width:50px;
	height:3px;
	background: #ffffff;
	z-index: 1;
}
.cultureinfo .gsyj dl dd {
	text-align: right;
	font-size:26px;
	line-height:50px;
	color:#ffffff;
} */

/*经营理念*/
/* .cultureinfo .jylj {
	position: absolute;
	top:60px;
	right:0;
	width:27%;
	height:300px;
	border-radius: 20px;
	background: #12c189;
	z-index: 1;
}
.cultureinfo .jylj > img {
	position: absolute;
	top:20px;
	left:-35%;
	width:30%;
	z-index: 1;
}
.cultureinfo .jylj dl {
	display: block;
	padding:20px 30px 0 30px;
}
.cultureinfo .jylj dl dt {
	position: relative;
	display: block;
	margin-bottom:30px;
	text-align: right;
	font-size:34px;
	color:#ffffff;
}
.cultureinfo .jylj dl dt::before {
	position: absolute;
	content: '';
	right:0;
	bottom:-10px;
	width:50px;
	height:3px;
	background: #ffffff;
	z-index: 1;
}
.cultureinfo .jylj dl dd {
	text-align: right;
	font-size:26px;
	line-height:50px;
	color:#ffffff;
} */



/*企业文化*/
/* .cultureinfo .qywh {
	margin:10% auto 0 auto;
	width:30%;
	min-height:300px;
	border-radius: 20px;
	background: #2f7760;
	z-index: 1;
}
.cultureinfo .qywh > img {
	position: absolute;
	left:0;
	right:0;
	top:420px;
	margin:0 auto;
	height:9vh;
	z-index: 1;
}
.cultureinfo .qywh dl {
	display: block;
	padding:20px 30px 20px 30px;
}
.cultureinfo .qywh dl dt {
	position: relative;
	display: block;
	margin-bottom:30px;
	text-align: left;
	font-size:34px;
	color:#ffffff;
}
.cultureinfo .qywh dl dt::before {
	position: absolute;
	content: '';
	left:0;
	bottom:-10px;
	width:50px;
	height:3px;
	background: #ffffff;
	z-index: 1;
}
.cultureinfo .qywh dl dd {
	margin-bottom:7px;
	text-align: left;
	font-size:26px;
	line-height:50px;
	color:#ffffff;
} */




/*领导介绍*/
.page_ldjs {
	width:auto;
}
.page_ldjs .page_ldjsinfo {
	padding:0 8% 50px 13%;
	width:auto;
}
.page_ldjs .page_ldjsinfo.en {
	margin:0 8% 50px 8%;
	padding:0;
}
.page_ldjs .page_ldjsinfo ul {
	display: flex;
	flex-direction:row;
	align-items:center;
}
.page_ldjs .page_ldjsinfo.en ul {
	display: block;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext {
	float: left;
	width:55%;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext.en {
	float: left;	
	width:55%;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dt {
	margin-bottom:30px;
	font-size:24px;
	font-weight: bold;
	color:#04593d;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext.en dl {
	padding-top:2vw;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd {
	position: relative;
	margin:0 0 0 20px;
	padding:7px 0 7px 20px;
	font-size:1.9rem;
}


.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd::before {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	content: '';
	width:8px;
	height:8px;
	border-radius: 8px;
	background: #05895e;
	z-index: 1;	
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd:last-child:before {
	width:0;
	height:0;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd span {
	padding-right:9.8rem;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjstext.en dl dd span {
	padding-right:6.5rem;
}

@media screen and (max-width:1600px) {
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd {
		font-size:1.8rem;
	}
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd span {
		padding-right:4rem;
	}
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext.en dl dd span {
		padding-right:6rem;
	}
}


@media screen and (max-width:1440px) {
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd {
		font-size:1.6rem;
	}
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd span {
		padding-right:8rem;
	}
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext.en dl dd span {
		padding-right:5.2rem;
	}
}

@media screen and (max-width:1300px) {
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd {
		font-size:1.5rem;
	}
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext dl dd span {
		padding-right:7.5rem;
	}
	.page_ldjs .page_ldjsinfo ul li.page_ldjstext.en dl dd span {
		padding-right:5rem;
	}
}




.page_ldjs .page_ldjsinfo ul li.page_ldjsimg {
	display: flex;
	float: right;
	width:40%;
	height:500px;
	text-align: right;
	justify-content: center;
	align-items: center;
}
.page_ldjs .page_ldjsinfo ul li.page_ldjsimg img {
	width:100%;
}


/*公司沿革*/
.page_gsygbox {
	padding:0 0 10px 0;
	width:auto;
	background: #fafdf8;
}
.page_gsygbox .page_gsyginfo {
	padding:30px 0% 0 0%;
	width:auto;
}


/*走进元溢*/
.page_yuanyi {
	margin:0px 0 100px 0;	
	width:auto;
}
.page_yuanyi .page_yuanyi_item {
	clear: both;
	padding:0 0;
	width:100%;
	height:450px;
}

/* .page_yuanyi .page_yuanyi_item dl {
	width:auto;
	height:100%;
}
.page_yuanyi .page_yuanyi_item dl dt {
	position: relative;
	float: left;
	padding:130px 0 0 150px;
	width:33%;
	height: 100%;
	background:#009144;
	/* display: flex;
	flex-direction:column;
	align-items:center;
	justify-content: center; 
}
.page_yuanyi .page_yuanyi_item dl dt:before,
.page_yuanyi .page_yuanyi_item dl dt::after {
	position: absolute;
	left:150px;
	content: '';
	z-index: 1;
}
.page_yuanyi .page_yuanyi_item dl dt:before {
	width:180px;
	height:1px;
	background: #ffffff;
	bottom:180px;
}
.page_yuanyi .page_yuanyi_item dl dt::after {
	width:40px;
	height:1px;
	background: #ffffff;
	bottom:150px;
}
.page_yuanyi .page_yuanyi_item dl dt span,
.page_yuanyi .page_yuanyi_item dl dt em {
	display: block;
	text-align: left;
	color:#ffffff;
}
.page_yuanyi .page_yuanyi_item dl dt span {
	margin-bottom:15px;
	font-size:36px;
}
.page_yuanyi .page_yuanyi_item dl dt em {
	font-size:18px;
}
.page_yuanyi .page_yuanyi_item dl dd {
	float: left;
	width:66%;
	height: 100%;
	overflow: hidden;
	background: #fafafa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */



/*产业服务*/
.page_probox {
	padding:0 0 40px 0;
	width:auto;
}
.page_pro_tjbox {
	margin:0 8%;
	width:auto;
	height:366px;
	overflow: hidden;
}
.page_pro_tjbox .swiper-container {
	position: relative;
	width:100%;
	height:100%;
}
.page_pro_tjbox .swiper-slide {
	background: #ffffff;
}
.page_pro_tjbox .swiper-slide .proimg {
	clear: both;
	margin:0 auto;
	width:279px;
	height:283px;
}
.page_pro_tjbox .swiper-slide .proname {
	position: relative;
	clear: both;
	width:auto;
	height:80px;
	background: #ffffff;
}
.page_pro_tjbox .swiper-slide .proname span {
	position: absolute;
	top:30px;	
	right:20px;
	color:#ffffff;
	font-size:14px;
	z-index: 1;
}
.page_pro_tjbox .swiper-slide .proname dl {
	width:100%;
	height:100%;
}
.page_pro_tjbox .swiper-slide .proname dl dt {
	float: left;
	padding:0 0 0 20px;
	width:calc(100% - 150px);
	height:80px;
	color:#333333;
	line-height:80px;
	font-size:16px;
	overflow: hidden;
}
.page_pro_tjbox .swiper-slide .proname dl dd {
	display: block;
	float: right;
	width:150px;
	height:80px;
	background: #008b41;
	clip-path:polygon(50px 0px,0px 80px, 200px 80px, 200px 0px)
}


.page_industrial_box {
	width:auto;
}
.page_industrial_box .page_industrial_item {
	padding:0 8%;
	width:auto;
}
.page_industrial_box .page_industrial_item .page_pro_type,
.page_industrial_box .page_industrial_item .page_pro_type dl {
	width:auto;
}
.page_industrial_box .page_industrial_item .page_pro_type dl dt {
	float: left;
}
.page_industrial_box .page_industrial_item .page_pro_type dl dt a {
	display: block;
	float: left;
	padding:7px 20px;
	color:#000000;
	background: #ffffff;
	font-size:14px;
	border-radius: 4px;
}
.page_industrial_box .page_industrial_item .page_pro_type dl dt a:hover {
	background: #f5f5f5;
}
.page_industrial_box .page_industrial_item .page_pro_type dl dt a.act {
	color:#ffffff;
	background: #008b41;
}
.page_industrial_box .page_industrial_item .page_pro_type dl dd {
	position: relative;
	float: right;
}
.page_industrial_box .page_industrial_item .page_pro_type dl dd input {
	display: block;
	float: left;
	margin:0;
	padding:0 0 0 10px;
	width:400px;
	height:35px;
	border:1px #e5e5e5 solid;
	border-radius: 4px 0 0 4px;
	background: #ffffff;
	font-size:14px;
}
.page_industrial_box .page_industrial_item .page_pro_type dl dd button {
	display: block;
	float: left;
	margin:0;
	outline: none;
	width:80px;
	height:35px;
	border:0;
	color:#ffffff;
	background: #008b41;
	border-radius:0 4px 4px 0;
	font-size:14px;
}


.page_industrial_box .page_industrial_item .page_pro_item {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
    margin:40px 0 0 0;
	width:auto;
	height:346px;
	overflow: hidden;
}
.page_industrial_box .page_industrial_item .page_pro_item .page_pro_list {
	position: relative;
	margin:0 0px 20px 0;
	float: left;
	width:239px;
	height:345px;
	border:1px #e5e5e5 solid;
}
.page_industrial_box .page_industrial_item .page_pro_item .page_pro_list:before {
	position: absolute;
	bottom:0;
	left:0;
	content: '';
	background: #008b41;
	width:100%;
	height:4px;
	z-index: 1;
}
.page_industrial_box .page_industrial_item .page_pro_item .page_pro_list dl {
	width:100%;
	height:100%;
}
.page_industrial_box .page_industrial_item .page_pro_item .page_pro_list dl dt {
	margin:11px auto 15px auto;
	display: flex;
	width:214px;
	height:238px;
	border:1px #eeeeee solid;
	justify-content: center;
	align-items: center;
}
.page_industrial_box .page_industrial_item .page_pro_item .page_pro_list dl dt img {
	max-width: 100%;
	max-height: 100%;
}
.page_industrial_box .page_industrial_item .page_pro_item .page_pro_list dl dd {
	padding:0 11px;
	width:auto;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333333;
}

.page_industrial_box .page_industrial_item > a {	
	display: block;
	margin:20px auto 0 auto;
	width:100px;
	height:40px;
	line-height:40px;
	color:#777777;
	border:1px #e5e5e5 solid;
	background: #ffffff;
	font-size:14px;
	text-align: center;
	border-radius: 6px;
}
.page_industrial_box .page_industrial_item > a:hover {
	background: #f5f5f5;
	border:1px #f5f5f5 solid;
}



/*产品列表*/
.prolist_box {
	padding:40px 8% 0 8%;
	width:auto;
}
.pro_l_menu {
	float: left;
	width:300px;
}
.pro_l_menu dl {
	width:100%;
}
.pro_l_menu dl dt {
	padding:0 0 0 30px;
	width:100%;
	height:55px;
	line-height:55px;
	border-radius: 25px 0 0 0;
	background: #003e2a;
	color:#ffffff;
	font-size:20px;
	font-weight: bold;
	overflow: hidden;
}
.pro_l_menu dl dd {
	width:100%;
	border-left:1px #eeeeee solid;
	border-right:1px #eeeeee solid;
}
.pro_l_menu dl dd a {
	display: block;
	padding:0 0 0 30px;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#222222;
	background: #f5f5f5;
	border-bottom:1px #eeeeee solid;
}
.pro_l_menu dl dd a:hover {
	background: #e5e5e5;
}
.pro_l_menu dl dd a.act {
	color:#ffffff;
	background: #07825a;
}

.prolist_box .pro_r {
	float: left;
	margin-left:50px;
	width:calc(100% - 350px);
	min-height:300px;
}
.prolist_box .pro_r .pro_type {
	width:auto;
}
.prolist_box .pro_r .pro_type dl {
	display: block;
	clear: both;
	margin-bottom:10px;
}
.prolist_box .pro_r .pro_type dl:nth-child(1) dd a {
	display: block;
	margin-right:10px;
	float: left;
	padding:7px 20px;
	color:#333333;
	font-size:16px;
}
.prolist_box .pro_r .pro_type dl:nth-child(1) dd a:hover {
	background: #f5f5f5;
}
.prolist_box .pro_r .pro_type dl:nth-child(1) dd a.act {
	color:#ffffff;
	background: #07825a;
	border-radius: 4px;
}
.prolist_box .pro_r .pro_type dl:nth-child(2) dd a {
	display: block;
	margin-right:10px;
	float: left;
	padding:7px 20px;
	color:#888888;
	font-size:14px;
}
.prolist_box .pro_r .pro_type dl:nth-child(2) dd a:hover {
	background: #f5f5f5;
}
.prolist_box .pro_r .pro_type dl:nth-child(2) dd a.act {
	color:#ffffff;
	background: #0baf7a;
	border-radius: 4px;
}

.prolist_box .pro_r .pro_sec {
	position: relative;
	padding-top:20px;
	width:100%;
}
.prolist_box .pro_r .pro_sec i {
	position: absolute;
	top:32px;
	left:10px;
	color:#aaaaaa;
	font-size:14px;
}
.prolist_box .pro_r .pro_sec input {
	float: left;
	padding:0 10px 0 30px;
	margin:0;
	width:500px;
	height:35px;
	font-size:14px;
	border:1px #eeeeee solid;
	border-radius: 4px 0 0 4px;
}
.prolist_box .pro_r .pro_sec button {
	float: left;
	margin:0;
	border:0;
	width:100px;
	height:35px;	
	color:#ffffff;
	font-size:14px;
	text-align: center;
	background: #07825a;
	border-radius: 0 4px 4px 0;
}

.prolist_box .pro_r .pro_list_item {
	padding-bottom:30px;
	padding-top:40px;
	clear: both;
	width:auto;
}
.prolist_box .pro_r .pro_list_item a {
	display: block;
	float: left;
	padding:0 0 0 0;
	margin:0 3% 1.5vw 0;
	width:30%;
	height:auto;
	border:2px #eeeeee solid;
	color:#333333;
	transition: 0.8s;
}
.prolist_box .pro_r .pro_list_item a:hover {
	border:2px #07825a solid;
}
.prolist_box .pro_r .pro_list_item a dl {
	width:auto;
}
.prolist_box .pro_r .pro_list_item a dl dt {
	width:100%;
}
.prolist_box .pro_r .pro_list_item a dl dt img {
	width:100%;
}
.prolist_box .pro_r .pro_list_item a dl dd {
	padding:0 15px;
	width:100%;
	height:45px;
	line-height:45px;
	font-size:16px;
	text-align: center;
	border-bottom:1px #e5e5e5 dashed;
}
.prolist_box .pro_r .pro_list_item a dl dd:last-child {
	border:0;
}



.proviewbox {
	padding:40px 8% 0 8%;
	width:auto;
}

.proviewbox .prov_r {
	float: left;
	padding:0 0 0 50px;
	width:calc(100% - 350px);
}

.proviewbox .prov_zy {	
	width:auto;
}

.proviewbox .prov_zy ul {
	float: left;
	width:40%;
}
.proviewbox .prov_zy ul li {
	width:100%;
	border:1px #eeeeee solid;
}
.proviewbox .prov_zy ul li img {
	width:100%;
}

.proviewbox .prov_zy dl {
	display: block;
	float: left;
	padding:0 0 0 50px;
	width:50%;
}
.proviewbox .prov_zy dl dt {
	margin-bottom:20px;
	width:100%;
	font-size:30px;
	height:50px;
	line-height:50px;
	overflow: hidden;
}

.proviewbox .prov_zy dl dd.zyinfo {
	font-size:16px;
	line-height:32px;
	height:350px;
	overflow: hidden;
}
.proviewbox .prov_zy dl dd.btn {
	clear: both;
}

.proviewbox .prov_zy dl dd.btn > a {
	margin:20px 20px 0 0;
	float: left;
	display: block;
	width:100px;
	height:40px;
	line-height:40px;
	text-align: center;
	color:#ffffff;
	font-size:16px;
	background: #008b41;
	border-radius: 6px;
}

.proviewbox .prov_info {
	clear: both;
	padding:50px 0 0 0;
}
.proviewbox .prov_info dl {
	width:100%;
}
.proviewbox .prov_info dl dt {
	font-size:28px;
	font-weight: bold;
	color:#008b41;
}
.proviewbox .prov_info dl dd {
	margin-top:30px;
	padding:30px 30px 20px 30px;
	width:auto;
	font-size:16px;
	line-height:32px;
	border:1px #e5e5e5 solid;
}
.proviewbox .prov_info dl dd img {
	width
}


/*社会责任*/
.page_responsibillitybox {
	width:auto;
}
.page_responsibillity_info1 {
	padding:0 8%;
	width:auto;
	font-size:16px;
	line-height:32px;
	text-indent: 32px;
}
.page_responsibillity_type {
	padding:50px 8% 0 8%;
	width:auto;
}
.page_responsibillity_type ul {
	display: flex;
	width:100%;
	justify-content: space-around;
}
.page_responsibillity_type ul li {
	float: left;
	width: 206px;
	height: 178px;
}
.page_responsibillity_info2 {
	padding:30px 8% 0 8%;
	width:auto;
}
.page_responsibillity_info2 ul {
	display: flex;
	width:100%;
	justify-content: space-around;
}
.page_responsibillity_info2 ul li {
	padding:25px;
	width:22%;
	min-height:300px;
	background: #f5f5f5;
	font-size:16px;
	line-height:40px;
	border-radius: 10px;
}
.page_responsibillity_info2 ul li b {
	color:#6f9e37;
}
.page_responsibillity_info3 {
	padding:0 8%;
	width:auto;
}
.page_responsibillity_info3 p {
	margin-bottom:15px;
	font-size:16px;
	line-height:32px;
	text-indent: 32px;
}





/*新闻媒体*/
.page_newsbox {
	width:auto;
}
.page_newstitle {
	position: relative;
	margin-top:60px;
	width:auto;
	height:60px;
	font-size:32px;
	text-align: center;
}
.page_newstitle.en {
	font-weight: bold;
}
.page_newstitle:before {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	content: '';
	margin:auto;
	width:100px;
	height:2px;
	background: #6f9e37;
	z-index: 1;
}
.page_newsitem {
	clear: both;
	padding:40px 8% 40px 8%;
	width:auto;
}
.page_newsitem .page_newslist {
	position: relative;
	clear: both;
	margin-bottom:20px;
	padding:20px;
	width:auto;
	background: #f5f5f5;
	border:1px #eeeeee solid;
	border-radius: 6px;
}
.page_newsitem .page_newslist:hover {
	background: #f0f0f0;
}
.page_newsitem .page_newslist i {
	position: absolute;
	top:45%;
	right:15px;
	font-size:28px;
	color:#cccccc;
}
.page_newsitem .page_newslist .page_news_date {
	float: left;
	width:100px;
	height:110px;
	background: #008b41;
	color:#ffffff;
}

.page_newsitem .page_newslist .page_news_date dl {
	display: flex;
	flex-direction:column;
	height:100%;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.page_newsitem .page_newslist .page_news_date dl dt {
	font-size:40px;
	font-weight: bold;
}
.page_newsitem .page_newslist .page_news_date dl dd {
	font-size:18px;
}


.page_newsitem .page_newslist .page_news_info {	
	float: left;
	margin-left:30px;
	width:calc(100% - 130px);
}
.page_newsitem .page_newslist .page_news_info dl {
	padding-top:5px;
	width:100%;
}
.page_newsitem .page_newslist .page_news_info dl dt {
	margin-bottom:10px;
	width:100%;
	height:30px;
	font-size:22px;
	color:#333333;
	line-height:30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_newsitem .page_newslist .page_news_info dl dd {
	padding:0 40px 0 0;
	width:100%;
	height:65px;
	font-size:15px;
	line-height:25px;
	color:#777777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* .page_newsitem .page_newslist .page_news_view {
	position: relative;
	margin:0 30px;	
	width:auto;
	border-top:1px #ffffff solid;
}
.page_newsitem .page_newslist .page_news_view:before {
	position: absolute;
	top:-2px;
	left:0;
	content: '';
	width:100%;
	height:1px;
	background: #c7c7c7;
	z-index: 1;
}
.page_newsitem .page_newslist .page_news_view dl dt {
	padding:20px 0 0 0;
	float: left;
	font-size:14px;
	color:#333333;
}
.page_newsitem .page_newslist .page_news_view dl dd {
	float: right;
	display: block;
	margin-top:15px;
	width:25px;
	height:25px;
	line-height:23px;
	border-radius: 25px;
	color:#ffffff;
	font-size:16px;
	text-align: center;
	background: #008b41;
} */


.page_newsv_title {
	padding:50px 8% 0 8%;
	width:auto;
	font-size:28px;
	line-height:56px;
	text-align: center;
}
.page_newsv_date {
	padding:0 8% 0 8%;
	width:auto;
	font-size:16px;
	color:#777777;
	text-align: center;
}
.page_newsv_contact {
	margin:30px 12% 0 12%;
	padding:30px 0;
	font-size:16px;
	line-height:32px;
	border-top:1px #e5e5e5 solid;
}
.page_newsv_contact img {
	display: block;
	margin:0 auto 10px auto;
	max-width:50%;
}
.page_newsv_contact p {
	margin-bottom:15px;
	text-indent: 32px;
}
.page_newsv_btn {
	position: relative;	
	border-top:1px #eeeeee solid;
	margin:0 12% 100px 12%;
	padding:30px 0 0 0;
}
.page_newsv_btn a.prev,
.page_newsv_btn a.next {
	display: block;
	font-size:14px;
	color:#888888;
    max-width:30%;
	height:25px;
	line-height: 25px;
	overflow: hidden;
}
.page_newsv_btn a:hover {
	font-size:14px;
	color:#222222;
}
.page_newsv_btn a.back {
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	display: block;
	font-size:14px;
	padding:8px 0;
	width:80px;
	text-align: center;
	color:#333333;
	background: #e5e5e5;
	border-radius: 6px;
	font-size:12px;
}
.page_newsv_btn a.back:hover {	
	background: #cccccc;
}


.page_group_box {
	padding:30px 0;
	margin:0 5.5%;
	width:auto;
}
.page_group_box .page_group_list {
	float: left;
	margin:0 1% 30px 1%;
	width:23%;
	height:220px;
	background: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
}

.page_group_box .page_group_list dl {
	position: relative;
	padding:30px;
	width:auto;
	height:100%;
}
.page_group_box .page_group_list dl dt.title {
	margin-bottom:10px;
	width:auto;
	max-height:70px;
	font-size:20px;
	font-weight: bold;
	overflow: hidden;
}

.page_group_box .page_group_list dl dd.url {
	margin-bottom:60px;
	width:auto;
	font-size:16px;
	color:#777777;
}
.page_group_box .page_group_list dl dd.showbox {
	display: block;
	width:calc(100% - 60px);
	position: absolute;
	left:30px;
	bottom:10px;
	border-top:1px #ffffff solid;
}

@media screen and (max-width:1650px) {
	.page_group_box .page_group_list {
		height:180px;
	}
	.page_group_box .page_group_list dl dt.title {
		font-size:16px;
	}
	.page_group_box .page_group_list dl dd.url {
		font-size:16px;
	}
}
@media screen and (max-width:1440px) {
	.page_group_box .page_group_list {
		height:180px;
	}
	.page_group_box .page_group_list dl dt.title {
		font-size:14px;
	}
	.page_group_box .page_group_list dl dd.url {
		font-size:14px;
	}
}
@media screen and (max-width:1366px) {
	.page_group_box .page_group_list {
		height:160px;
	}
	.page_group_box .page_group_list dl dt.title {
		font-size:12px;
	}
	.page_group_box .page_group_list dl dd.url {
		font-size:12px;
	}
}

.page_group_box .page_group_list dl dd.showbox:before {
	position: absolute;
	top:-2px;
	left:0;
	content: '';
	width:100%;
	height:1px;
	background: #c7c7c7;
	z-index: 1;
}
.page_group_box .page_group_list dl dd.showbox a ul li:nth-child(1) {
    padding-top:15px;
   float: left;
   color:#333333
}
.page_group_box .page_group_list dl dd.showbox a ul li:nth-child(2) {
	float: right;
	margin-top:13px;
	width:25px;
	height:25px;
	line-height:23px;
	border-radius: 20px;
	color:#ffffff;
	font-size:14px;
	text-align: center;
	background: #008b41;
}


.page_contacttitle {
	position: relative;
	margin-top:60px;
	width:auto;
	height:60px;
	font-size:32px;
	text-align: center;
}
.page_contacttitle:before {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	content: '';
	margin:auto;
	width:100px;
	height:2px;
	background: #6f9e37;
	z-index: 1;
}
.page_contact_box {
	padding:40px 8% 0 8%;
	width:auto;
}
.page_contact_box .page_contact_list {
	position: relative;
	float: left;
	padding:25px 25px 0 25px;
	margin:0 1% 30px 1%;
	width:31%;
	height:300px;
	border:1px #e5e5e5 solid;
	background: #fafafa;
	border-radius: 6px;
}
.page_contact_box .page_contact_list.en {
	height:350px;
}
.page_contact_box .page_contact_list::after {
	position: absolute;
	bottom:0;
	right:0;
	content:'';
	width:80px;
	height:6px;
	background: #6f9e37;
	border-radius: 5px 0 0 0;
	z-index: 1;	
}
.page_contact_box .page_contact_list:hover {
	background: #fafafa;
}
.page_contact_box .page_contact_list h3 {
	margin-bottom:20px;
	font-size:24px;
	min-height:35px;
	overflow: hidden;
	font-weight: bold;
}
.page_contact_box .page_contact_list dl {
	clear: both;
	padding:6px 0;	
	width:100%;
	font-size:16px;
	border-bottom:1px #e5e5e5 dashed;
}
.page_contact_box .page_contact_list dl:last-child {
	border:0
}
.page_contact_box .page_contact_list dl dt {
	float: left;
	width:100px;
	text-align: left;
	line-height:30px;
}
.page_contact_box .page_contact_list.en dl dt {
	width:120px;
}
.page_contact_box .page_contact_list dl dt i {
	margin-right:12px;
	color: #6f9e37;
}
.page_contact_box .page_contact_list dl dd {
	float: left;
	width:calc(100% - 100px);
	line-height:30px;
}
.page_contact_box .page_contact_list.en dl dd {
	width:calc(100% - 120px);
}



.page_cooperate_box {
	padding:40px 8%;
	width:auto;
}
.page_cooperate_box .page_cooperate_list {
	display: flex;
	float: left;
	margin:0 1.5% 30px 1.5%;
	width:17%;
	height:200px;
	border:1px #eeeeee solid;
	justify-content: center;
	align-items: center;
}
.page_cooperate_box .page_cooperate_list img {
	max-width:100%;
	max-height:100%;
}


.backtop {
	display: none;
	position: fixed;
	bottom:20%;
	right:10px;
	width:50px;
	height:50px;
	background: #006630;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	font-size:18px;
	color:#ffffff;
	z-index: 10;
}



/*采购表单*/
.caigouform {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width:800px;
	height:90%;
	background: #ffffff;
	z-index: 101;
	border-radius: 8px;
	overflow:hidden;
}
.caigoutitle {
	width:100%;
	height:50px;
	background: #f5f5f5;
	border-bottom:1px #e5e5e5 solid;
}
.caigoutitle dl dt {
	float: left;
	padding:0 0 0 20px;
	font-size:18px;
	height:50px;
	font-weight: bold;
	line-height:50px;
	overflow: hidden;
}
.caigoutitle dl dd {
	cursor: pointer;
	float: right;
	padding:0 20px 0 0;
	font-size:14px;
	height:50px;
	line-height:50px;
	overflow: hidden;
}
.caigoutitle dl dd:hover {
	color:#888888;
}

.caigouform {
	display: none;
}
.caigouform .formbox {
	clear: both;
	padding:20px 30px 0 30px;
	width:auto;
	height:calc(100% - 50px);
	overflow-y: auto;
}
.caigouform .formbox form {
	display: block;
	width:100%;
}
.caigouform .formbox .formlist {
	clear: both;
	padding:0 0 15px 20px;
	width:auto;
}
.caigouform .formbox .formlist dl {
	width:auto;
}
.caigouform .formbox .formlist dl dt {
	width:auto;
	height:35px;
	line-height:30px;
	font-size:16px;
	color:#777777;
	overflow: hidden;
}
.caigouform .formbox .formlist dl dt span {
	padding-left:10px;
	color:#f55555;
}
.caigouform .formbox .formlist dl dd {
	clear: both;
	width:auto;
}
.caigouform .formbox .formlist dl dd input {
	float: left;
	padding:0 8px;
	width:100%;
	height:35px;
	font-size:16px;
	border:1px #e5e5e5 solid;
	border-radius: 4px;
}
.caigouform .formbox .formlist dl dd textarea {
	float: left;
	padding:8px;
	width:100%;
	height:60px;
	font-size:16px;
	border:1px #e5e5e5 solid;
	border-radius: 4px;
}
.caigouform .formbox .formbtn {
	clear: both;
	margin-top:30px;
	padding-top:20px;
	width:auto;
	border-top:1px #e5e5e5 solid;
}
.caigouform .formbox .formbtn button {
	display: block;
	margin:0 auto 30px auto;
	width:200px;
	height:40px;
	border:0;
	border-radius: 6px;
	color:#ffffff;
	background: #047c3c;
	font-size:16px;
}
.caigouform .formbox .formbtn button:hover {
	background: #059046;
}

.caighoubg {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
#canvas {
	float: left;
	margin-left:5px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	width:100px;
	height:35px;
}


.page_charitable_news {
	margin:70px 8% 20px 8%;
	padding:30px 30px 10px 30px;
	width:auto;
	background: #f5f5f5;
}
.page_charitable_news .page_charitable_news_title {
	font-size:28px;
}
.page_charitable_news .page_charitable_news_item {
	width:auto;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list {
	position: relative;
	display: block;
	clear: both;
	padding:25px 25px;
	margin-bottom:20px;
	background: #ffffff;
	border:1px #ffffff dashed;
	/* border-bottom:1px #e5e5e5 dashed; */
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list:hover {
	background: #fafafa;
	border:1px #31aa83 dashed;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list i {
	position: absolute;
	top:45%;
	right:20px;
	margin:auto;
	font-size:24px;
	color:#aaaaaa;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list ul {
	padding:0;
	margin:0;
	display: block;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list ul li.date_l {
	float: left;
	margin-right:30px;
	display: flex;
	width:100px;
	height:100px;
	background: #06835b;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list ul li.date_l dl dt {
	font-size:42px;
	color:#ffffff;
	font-weight: bold;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list ul li.date_l dl dd {
	font-size:18px;
	color:#ffffff;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list ul li.info_r {
	float: left;
	padding-right:40px;
	width:calc(100% - 130px);
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list ul li.info_r dl dt {
	margin-bottom:10px;
	font-size:22px;
	color:#000000;
	height:30px;
	line-height:30px;
	overflow: hidden;
}
.page_charitable_news .page_charitable_news_item .page_charitable_news_list ul li.info_r dl dd {
	font-size:14px;
	color:#aaaaaa;
	height:60px;
	line-height:20px;
	overflow: hidden;
}




.flx {
	overflow-x:auto!important;
	/*IE8滚动条样式设置*/
	scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #dcdcdc; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #f2f2f2; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #f2f2f2; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #f2f2f2; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #f2f2f2; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #f2f2f2; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}

/*高版本浏览器滚动条样式设置*/
.flx::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:6px;
    height:8px;
	background:#f5f5f5;
	border-radius:6px; 
}
.flx::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.flx::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#62c0e3;
	display:none;
}  
.flx::-webkit-scrollbar-track-piece{/*内层轨道，滚动条背景（位置4）*/  
    background:#f2f8ed;
	  border-radius:6px;
}  
.flx::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#35a572;
    border-radius:6px; 
}  
.flx::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.flx::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
} 
/*高版本浏览器滚动条样式设置*/



.flx2 {
	overflow-x:auto!important;
	/*IE8滚动条样式设置*/
	scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #dcdcdc; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #f2f2f2; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #f2f2f2; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #f2f2f2; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #f2f2f2; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #f2f2f2; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}

/*高版本浏览器滚动条样式设置*/
.flx2::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:3px;
    height:8px;
	background:#f5f5f5;
	border-radius:3px; 
}
.flx2::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.flx2::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#62c0e3;
	display:none;
}  
.flx2::-webkit-scrollbar-track-piece{/*内层轨道，滚动条背景（位置4）*/  
    background:#f2f8ed;
	  border-radius:6px;
}  
.flx2::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:rgba(53,165,114,0.4);
    border-radius:3px; 
}  
.flx2::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.flx2::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
} 


.nodata {
	text-align: center;
	font-size:0.8vw;
	color:#aaaaaa;
}


/*走进元溢*/
.swiper {
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	} 