* {
	line-height: 28px;
}


/*ej-banner*/
.ej_banner{
	width:100%;
	overflow: hidden;
	margin-top: 80px;
}
.banner1{
	position:relative;
	left:50%;
	margin-left:-960px;
}
.banner2{
	position:relative;
	width: 100%;
	height: auto;
}
/*ej-banner end*/

/*二级*/
.ej_content_box img{
	max-width:100%;
}

/*二级导航*/
.ej_nav_box{
	width:100%;
	background-image: url(../images/ejdhbg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position:relative;
	z-index: 9;
}
.ej_center_nav{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
.ej_nav_l{
	float:left;
	width: 60%;
}
.ej_nav_s{
	float:left;
	display:none;
	border-left: 1px solid #cccccc;
}
.ej_nav_s a{
	display: block;
    padding: 0 6px;
    line-height: 24px;
    height: 24px;
}
.ej_nav_s a i{
	display:block;
	font-size: 16px;
    color: #007253;
    line-height: 24px;
}
.ej_nav_y{
	display:none;
	float: left;
    border-left: 1px solid #cccccc;
}
.ej_nav_y>h2 {
    font-size: 14px;
    color: #007253;
    line-height: 24px;
    padding: 0 8px;
}
.ej_nav_e{
	width:100%;
}
.ej_nav_eu{
	width:100%;
	margin:0!important;
}
.ej_nav_eu li{
	float:left;
	width:15%;
	text-align: center;
}
.ej_nav_eu li a{
	display:block;
	padding:8px 0;
}
.ej_nav_eu li a img{
	display:block;
	max-width: 100%;
	margin:0 auto;
}
.ej_nav_eu li.dq a{
	background-color: #007253;
}
.ej_nav_eu li a p{
	text-align:center;
	margin-top:9px;
	font-size: 14px;
    color: #007152;
	line-height: 14px;
}
.ej_nav_eu li.dq a p{
	color:#fff;
}
.ej_nav_eu li a img.ej_nav_t2{
	display:none;
}
.ej_nav_eu li.dq a img.ej_nav_t1{
	display:none;
}
.ej_nav_eu li.dq a img.ej_nav_t2{
	display:block;
}
.ej_nav_r{
	float:right;
	width: 40%;
}
.ej_nav_r p{
	text-align:right;
	font-size: 13px;
    color: #666666;
	line-height: 66px;
}
.ej_nav_r p i{
	color: #147d61;
	margin-right:6px;
	line-height: 66px;
}
.ej_nav_r p a{
	font-size: 14px;
    color: #666666;
	line-height: 66px;
}
.ej_nav_r p a:hover{
	color: #147d61;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color:transparent;
}
#ejnav_xz{
	float:left;
	width:auto;
	background-color:#f1f2f2;
	margin-top:15px!important;
}
#ejnav_xz li {
    width: auto;
	padding:0 20px;
	padding-top:10px;
	padding-bottom:5px;
}
#ejnav_xz li a {
    padding:0!important;
	padding-bottom:10px!important;
	position:relative;
}
#ejnav_xz li a:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	height:3px;
	width:0%;
	background-color:#007253;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#ejnav_xz li a p{
	color:#3c3c3c;
	margin:0!important;
}
#ejnav_xz li.dq a {
	background-color:transparent;
	color:#007253;
}
#ejnav_xz li.dq a p{
	color:#007253;
}
#ejnav_xz li a:hover p{
	color:#007253;
}
#ejnav_xz li a:hover:after{
	width:100%;
	left:0;
}
#ejnav_xz li.dq a:after {
	width:100%;
	left:0;
}

.ej_nav_e.ej_nav_w_a>#dLabel,
.ej_nav_e.ej_nav_w_a>#dLabel_xz{
    display: block;
    background-color: transparent;
    border: none;
    margin: 0;
    outline: none;    
	font-size: 14px;
    color: #007253;
    line-height: 24px;
    padding: 0 8px;
}
#ejnav.ej_nav_eu.dropdown-menu,
#ejnav_xz.ej_nav_eu.dropdown-menu{
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 100%;
    background-color: #007253;
    margin-top: 8px!important;
    z-index: 999999;
    padding-bottom: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#ejnav.ej_nav_eu.dropdown-menu li,
#ejnav_xz.ej_nav_eu.dropdown-menu li{
	width:100%;
	padding:0!important;
}
#ejnav.ej_nav_eu.dropdown-menu li a,
#ejnav_xz.ej_nav_eu.dropdown-menu li a{
	padding:0!important;
}
#ejnav.ej_nav_eu.dropdown-menu li a img{
	display:none;
}
#ejnav.ej_nav_eu.dropdown-menu li a p,
#ejnav_xz.ej_nav_eu.dropdown-menu li a p{
	font-size: 14px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    color: #fff;
	margin:0;
}
/*二级导航 end*/

/*二级内容标题*/
.ej_content_box{
	width:100%;
	overflow: hidden;
}
.ej_content_box1{
	width: 90%;
    max-width: 1180px;
/*	padding-top:50px;
	padding-bottom:50px;
	border-bottom: 1px solid #e5e5e5;*/
    margin: 0 auto;
}
.ej_content_box2{
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.22);
}
.ej_content_title{
	padding-top:50px;
	padding-bottom:50px;
}
.ej_content_title h2{
	font-size: 24px;
	line-height: 24px;
    color: #000;
	text-align: center;
}
.ej_content_title p{
	font-size: 12px;
	line-height: 12px;
    color: #000;
	text-align: center;
	margin-top:10px;
	text-transform: uppercase;
}
.ej_content_title1{
	padding-top:50px;
	padding-bottom:50px;
}
.ej_content_title1 h2{
	font-size: 24px;
	line-height: 24px;
    color: #000;
	text-align: center;
}
.ej_content_title1 p{
	font-size: 14px;
	line-height: 14px;
    color: #868686;
	text-align: center;
	margin-top:10px;
}
/*二级内容标题 end*/

/*二级内容 公司简介*/
.ej_pagey1{
	position:relative;
	font-size:18px;
	color:#333;
	line-height: 40px;
}
.ej_pagey1:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:45px;
	height:5px;
	background-color:#007253;
}
.ej_pagey1 span{
	font-size:24px;
	color:#333;
	margin-right:4px;
}
.ej_pagey2{
	padding:30px 0;
}
.ej_pagey2 h2{
	font-size:36px;
	color:#333;
}
.ej_pagey{
	padding-bottom:50px;
	border-bottom: 1px solid #e5e5e5;
}
.ej_pageyy{
	
}
/*二级内容 公司简介end*/

/*二级内容 发展历程*/
.event_box{
	width:100%;
	position:relative;
	min-height:10px;
	border-bottom: 1px solid #e5e5e5;
}


.button {
    width:32px;
	height:32px;
	display:block;
	position:absolute;
	top:62px;
	z-index: 99;
	text-align: center;
}
.button i{
    width:32px;
	height:32px;
	display:block;
	font-size:32px;
	line-height: 32px;
	color:#dfe2e2;
}
.button i:hover{
	color:#007253;
}
.prev {
    left:0;
}
.next {
    right:0;
}
.slide_wrap{
    overflow: hidden;
    position: relative;
	width:90%;
	margin:0 auto;
}
.slide_wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0%;
    bottom: 10px;
    z-index: 10;
}
.slide_wrap ul {
    position: relative;
    left: 0px;
	margin:0!important;
}
.slide_items li{
    float:left;
    cursor: pointer;
    color: #7e7e7e;
    font-size: 28px;
    width:160px;
	text-align: center;
    line-height: 40px;
    padding-bottom: 50px;
    position: relative;    
}
.slide_items li a {
    display: block;
	color: #7e7e7e;
    font-size: 28px;
    width:160px;
	line-height: 40px;
}
.slide_items li.on a{
    font-size: 40px;
    color: #333;
}
.slide_items li:after {
    content: '';
    background: url(../images/dot_ico.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}
.slide_items li.on:after {
    content: '';
    background: url(../images/cat.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.slide-content {
    margin-top: 20px;
}
.ej_ab2_ul{
	width:80%;
	margin:0 auto;
}
.ej_ab2_li{
	padding:40px 0;
	border-bottom:1px solid #dedede;
}
.ej_ab2_li:last-child{
	border:none;
}
.ej_ab2_lil{
	float:left;
	width:30%;
}
.ej_ab2_lil img{
	display:block;
	width:100%;
}
.ej_ab2_lir{
	float:left;
	width:70%;
	padding-left: 65px;
}
.ej_ab2_lir h2{
	font-size:20px;
	color:#333;
	line-height: 20px;
	padding:30px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_ab2_lir p{
	font-size:14px;
	color:#7e7e7e;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:72px;
}
.slide-content ul {
    display: none;
}
.slide-content ul.on {
    display: block;
}

/*二级内容 发展历程end*/

/*二级内容 党团建设*/
.ej_content_ab4ul li{
	width:50%;
	float:left;
}
.ej_content_ab4ul li a{
	display:block;
	padding:25px 0;
	width:90%;
	float:left;
}
.ej_content_ab4ul_l1{
	width:90px;
	float:left;
	border:1px solid #007253;
	position:relative;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_content_ab4ul_l1:after{
	content:"";
	position:absolute;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	width:60%;
	height:60%;
	top:20%;
	left:20%;
	background-color:#fff;
	z-index: -1;
}
.ej_content_ab4ul_l1 h2{
	text-align:center;
	font-size:26px;
	color:#007253;
	line-height: 26px;
	padding:12px 0;
	position:relative;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_content_ab4ul_l1 h2:before{
	content:"";
	position:absolute;
	bottom:0;
	left:8%;
	width:84%;
	height:2px;
	background-color:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_content_ab4ul_l1 h2:after{
	content:"";
	position:absolute;
	bottom:0;
	left:8%;
	width:84%;
	height:2px;
	background-color:#007253;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_content_ab4ul_l1 p{
	text-align:center;
	font-size:16px;
	color:#007253;
	line-height: 16px;
	padding:12px 0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_content_ab4ul_l2{
	width:89%;
	width:calc(100% - 90px);
	float:left;
	padding-left:20px;
}
.ej_content_ab4ul_l2 h2{
	font-size:16px;
	color:#333;
	line-height: 36px;
	position:relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_content_ab4ul_l2 h2:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:2px;
	background-color:#cecfcf;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_content_ab4ul_l2 p{
	font-size:14px;
	color:#7e7e7e;
	line-height: 26px;
	margin-top:2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:52px;
}

.ej_content_ab4ul li.ej_content_ab4ul_r{
	border-left:1px dashed #007253;
}
.ej_content_ab4ul li.ej_content_ab4ul_r a{
	float:right;
}
.ej_content_ab4ul li.ej_content_ab4ul_r .ej_content_ab4ul_l1{
	float:right;
}
.ej_content_ab4ul li.ej_content_ab4ul_r .ej_content_ab4ul_l2{
	float:right;
	padding-left:0px;
	padding-right:20px;
}
.ej_content_ab4ul li a:hover .ej_content_ab4ul_l1:after{
	background-color:#007253;
	z-index: -1;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.ej_content_ab4ul li a:hover .ej_content_ab4ul_l1 h2,
.ej_content_ab4ul li a:hover .ej_content_ab4ul_l1 p{
	color:#fff;
}
.ej_content_ab4ul li a:hover .ej_content_ab4ul_l1 h2:after{
	width:0;
	left:50%;
	-webkit-transition:0s;
	-moz-transition:0s;
	-ms-transition:0s;
	-o-transition:0s;
	transition:0s;
}
.ej_content_ab4ul li a:hover .ej_content_ab4ul_l2 h2:after{
	width:80px;
	background-color:#007253;
}
/*二级内容 党团建设end*/

/*二级内容 荣誉资质*/
.ej_honor_box{
	width:100%;
	overflow-y: auto;
	position:relative;
	padding-bottom:2px;
}
.ej_honor_box::-webkit-scrollbar-track-piece {
	background-color: #054836;
	border-bottom: 2px solid #054836;
}
.ej_honor_box::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ej_honor_box::-webkit-scrollbar-thumb {
	background-color: #007253;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 6px;
}
.ej_honor_box::-webkit-scrollbar-thumb:hover {
	background-color: #007253;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ej_honor{
	width:100%;
	min-width:1180px;
	margin:0 auto;
}
.ej_honor_title{
	padding-top:40px;
	border-bottom:1px solid #e5e5e5;
}
.ej_honor_title p{
	font-size:18px;
	color:#333;
	line-height: 20px;
	float:left;
	width:50%;
	padding:10px 0;
	padding-left:40px;
}
.ej_honor_c table,
.ej_honor_c tbody{
	display:block;
	width:100%;
}
.ej_honor_c table tr{
	display:block;
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding:25px 0;
}
.ej_honor_c table tr a{
	display:block;
	font-size: 16px;
    line-height: 20px;
    color: #333;
}
.ej_honor_c table tr td.ej_honor_c1{
	width:40px!important;
}
.ej_honor_c table tr td.ej_honor_c1 img{
	display:block;
	width:20px;
	height:20px;
}
.ej_honor_c table tr td.ej_honor_c2{
	width:550px!important;
	font-size:16px;
	line-height: 20px;
	color:#333;
}
.ej_honor_c table tr td.ej_honor_c3{
	width:590px!important;
	padding-left: 40px;
	font-size:16px;
	line-height: 20px;
	color:#333;
}
/*二级内容 荣誉资质end*/

/*二级内容 企业文化*/
.ej_content_c2{
	padding-top:110px;
	padding-bottom:60px;
	border-bottom: 1px solid #e5e5e5;
}
.ej_abq_l{
	float:left;
	width:50%;
	position:relative;
	padding-left:35px;
}
.ej_abq_l img{
	display:block;
	max-width:100%;
}
.ej_abq_r{
	float:right;
	width:45%;
}
.ej_abq_r_w1{
	padding-left:70px;
	margin-bottom:40px;
}
.ej_abq_r_w2{
	padding-left:140px;
	margin-bottom:40px;
}
.ej_abq_r_w3{
	padding-left:210px;
}
.ej_abq_r_w_p{
	float:left;
	width:40px;
	height:40px;
	background-color:#f1f2f2;
}
.ej_abq_r_w_p img{
	display:block;
	width:100%;
}
.ej_abq_r_w_w{
	float:left;
	width:85%;
	padding-left:15px;
}
.ej_abq_r_w_w h2{
	font-size:15px;
	color:#3c3c3c;
	line-height: 20px;
	font-weight: bold;
}
.ej_abq_r_w_w p{
	font-size: 12px;
	color:#666666;
	line-height: 20px;
}
.ej_abq_r_p{
	text-align:right;
}
.ej_abq_r_p img{
	display:block;
	max-width:100%;
}
/*二级内容 企业文化end*/

/*二级内容 公司要闻*/
.ej_news_ul li{
	
}
.ej_news_ul li a{
	display:block;
	padding:20px 0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	position:relative;
}
.ej_news_ul li a:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background-color:#007253;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_news_ul li a:before{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:0;
	height:1px;
	background-color:#007253;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_news_ul li a:hover:after{
	width:50%;box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.ej_news_ul li a:hover:before{
	width:50%;
}
.ej_news_l{
	float:left;
	width:70px;
}
.ej_news_l1{
	position:relative;
	padding-bottom:15px;
}
.ej_news_l1:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:64px;
	height:4px;
	background-color:#007253;
}
.ej_news_l1 h2{
	font-size:36px;
	color:#000;
	line-height: 36px;
}
.ej_news_l1 p{
	font-size:12px;
	color:#000;
	line-height: 20px;
	margon-top:10px;
}
.ej_news_l2 i{
	display:block;
	font-size:30px;
	color: #949393;
	padding-left:10px;
	line-height: 30px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	margin-top:14px;
}
.ej_news_c{
	float:left;
	width:180px;
}
.ej_news_c img{
	display:block;
	width:100%;
	margin:0 auto;
}
.ej_news_r{
	float:left;
	width:40%;
	width:calc(100% - 250px);
	padding-left:20px;
}
.ej_news_r h2{
	font-size:16px;
	color:#000;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_news_r p{
	font-size:13px;
	color:#666;
	line-height: 25px;
	margin-top:6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height:100px;
}
.ej_news_li a:hover .ej_news_l2 i {
    color: #007253;
    padding-left: 16px;
}
.ej_news_li a:hover .ej_news_r h2{
	color: #007253;
}
/*二级内容 公司要闻end*/

/*二级内容 视频专区*/
.ej_video_box{
	border-bottom: 1px solid #e5e5e5;
}
.ej_video_t{
	width:74%;
	margin:0 auto;
	margin-bottom:50px;
	overflow: hidden;
	background-color:#fff;
    box-shadow: 0px 4px 3.8px 0.2px rgba(50, 50, 50, 0.1);
}
.ej_video_t1 img{
	display:block;
	width:100%;
	margin:0 auto;
}
.ej_video_t2{
	padding:16px 10px;
	position:relative;
}
.ej_video_t2:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:100%;
	background-color:#007253;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: 1;
}
.ej_video_t2 h2{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:16px;
	color:#333;
	line-height: 20px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: 2;
	position:relative;
}
.ej_video_bd{
	margin-bottom:40px;
	background-color:#fff;
    box-shadow: 0px 4px 3.8px 0.2px rgba(50, 50, 50, 0.1);
}
.ej_video_b1 img{
	display:block;
	width:100%;
	margin:0 auto;
}
.ej_video_b2{
	padding:22px 15px;
	position:relative;
}
.ej_video_b2:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:100%;
	background-color:#007253;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: 1;
}
.ej_video_b2 h2{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:16px;
	color:#333;
	line-height: 20px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: 2;
	position:relative;
}
.ej_video_bg{
	margin-bottom:40px;
	text-align: center;
}
.ej_video_bg h2{
	display:inline-block;
	font-size:18px;
	color:#007253;
	line-height: 20px;
	cursor: pointer;
}
.ej_video_bg i{
	margin-left:10px;
	text-align: center;
	font-size:20px;
	color:#007253;
	line-height: 20px;
}
.ej_video_d{
	display:none;
}
.ej_video_bd a:hover .ej_video_b2:after{
	right:auto;
	left:0;
	width:100%;
}
.ej_video_bd a:hover .ej_video_b2 h2{
	color:#fff;
}
.ej_video_t a:hover .ej_video_t2:after{
	right:auto;
	left:0;
	width:100%;
}
.ej_video_t a:hover .ej_video_t2 h2{
	color:#fff;
}
/*二级内容 视频专区end*/

/*二级内容 通知公告*/
.ej_annent_ul{
	width:94%;
	margin:0 auto;
	padding-bottom:1px;
}
.ej_annent_li{
	background-color:#f7f8f8;
	margin-bottom: 50px;
}
.ej_annent_lil{
	width:80px;
	float:left;
	background-color: #fff;
	border:1px solid #007253;
	position:relative;
}
.ej_annent_lil:after {
    content: "";
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background-color: #fff;
	z-index: 1;
}
.ej_annent_lil h2{
	font-size:32px;
	color:#007253;
	text-align: center;
	line-height: 60px;
	position:relative;
	z-index: 2;
}
.ej_annent_lil h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_annent_lil h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #007253;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_annent_lil p{
	font-size:13px;
	color:#007253;
	text-align: center;
	line-height: 45px;
	position:relative;
	z-index: 2;
}
.ej_annent_lir{
	width:90%;
	width:calc(100% - 80px);
	float:left;
	padding-left:40px;
	padding-right:35px;
}
.ej_annent_lir h2{
	font-size:16px;
	color:#333;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top:12px;
	margin-bottom:10px;
}
.ej_annent_lir p{
	font-size:13px;
	color:#7e7e7e;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:52px;
}
.ej_annent_li:hover .ej_annent_lil:after {
    background-color: #007253;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.ej_annent_li:hover .ej_annent_lil h2:after {
    width: 0;
    left: 50%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.ej_annent_li:hover .ej_annent_lil h2, 
.ej_annent_li:hover .ej_annent_lil p {
    color: #fff;
}
/*二级内容 通知公告end*/

/*产品中心*/
.ej_pro_box{
	margin-bottom:20px;
}
.ej_pro_box a{
	display:block;
	background-color:#f8f8f8;
	padding:20px;
	padding-bottom:10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position:relative;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_pro_t h2{
	font-size:15px;
	font-weight: bold;
	color:#3c3c3c;
	line-height: 24px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_pro_c{
	display:block;
	width:100%;
	margin-top:20px;
}
.ej_pro_c li{
	border: 1px solid #e9e9e9;
}
.ej_pro_c span{
	padding:4px 0;
    border-right: 1px solid #e9e9e9;
	font-size:13px;
	line-height: 20px;
	color:#666;
	text-align: center;
	width:75px;
	float:left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ej_pro_c p{
	padding:4px 0;
	font-size:13px;
	line-height: 20px;
	color:#666;
    text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float:left;
	width:53%;
	width:calc(100% - 76px);
}
.ej_pro_b1{
	float:left;
	width:68px;
	margin-top:30px;
	height:20px;
	border:1px solid #999999;
	border-radius: 20px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_pro_b1 span{
	display:block;
	line-height: 18px;
	text-align: center;
	font-size:11px;
	color:#666;
}
.ej_pro_b2{
	float:right;
	width:56%;
	width:calc(100% - 68px);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_pro_b2 img{
	display:block;
	width:100%;
}
.ej_pro_box a:hover .ej_pro_t h2{
	color:#007253;
}
.ej_pro_box a:hover .ej_pro_b1{
	border:1px solid #007253;
}
.ej_pro_box a:hover .ej_pro_b1 span{
	color:#007253;
}
.ej_pro_box a:hover{
    box-shadow: 0px 0px 6px 0px rgba(0, 114, 83, 0.35);
}
/*产品中心 end*/

/*二级内容 招聘页*/
.ej_job_t1{
	float:left;
	width:48%;
	background-color:#f8f8f8;
	padding:20px;
	border-radius: 10px;
	margin-bottom:45px;
}
.ej_job_t1b{
	float:right;
}
.ej_job_t1l{
	float:left;
	width:73px;
	padding-top: 10px;
}
.ej_job_t1l img{
	display:block;
	width:73px;
	margin:0 auto;
}
.ej_job_t1r{
	float:left;
	width:76%;
	width:calc(100% - 73px);
	padding-left:20px;
}
.ej_job_t1r h2{
	font-size:14px;
	color:#3c3c3c;
	line-height: 20px;
	padding-bottom:10px;
	position:relative;
	margin-bottom:7px;
}
.ej_job_t1r h2:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:20px;
	height:3px;
	background-color: #007253;
}
.ej_job_t1r p{
	font-size:12px;
	color:#3c3c3c;
	line-height: 22px;
}
.ej_job_t1r p span{
	font-size:12px;
	color:#c90303;
	line-height: 22px;
}
.ej_job_b1{
	background-color:#f8f8f8;
  	box-shadow: 0px 2px 4.5px 0.5px rgba(94, 92, 92, 0.1);
	margin-bottom:50px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_job_b1 a{
	display:block;
	position:relative;
	padding:30px;
}
.ej_job_b1:hover{
	margin-top:-10px;
	margin-bottom:60px;
  	box-shadow: 0px 0px 12px 1px rgba(0, 27, 11, 0.33);
}
.ej_job_b1l{
	float:left;
	width:84%;
	width:calc(100% - 130px);
}
.ej_job_b1l p{
	font-size:14px;
	color:#3c3c3c;
	line-height: 24px;
}
.ej_job_b1r{
	float:right;
	width:100px;
}
.ej_job_b1r span{
	display:block;
	position:absolute;
	right:30px;
	bottom:30px;
	width:100px;
	height:30px;
	line-height: 30px;
	background-color:#cc2626;
	border-radius: 6px;
	text-align: center;
	font-size:16px;
	color:#fff;
}

.ej_job_bg{
	margin-bottom:20px;
}
.form-group{}
.form-group>label{
	display:block;
	font-size:16px;
	color:#000;
	line-height: 40px;
	font-weight: normal;
}
.form-group>input{
	display:block;
	width: 100%;
    height: 40px;
    border: 1px solid #cecece;
    box-sizing: border-box;
    font-size: 16px;
	line-height: 20px;
    padding:0 10px;
	background-color:transparent;
	border-radius: 8px;
	outline: none!important;
	box-shadow: none;
	color:#333;
}
.form-group>textarea{
	display:block;
	width: 100%;
    height: 140px;
    border: 1px solid #cecece;
    box-sizing: border-box;
    font-size: 16px;
	line-height: 20px;
    padding:10px;
	background-color:transparent;
	border-radius: 8px;
	outline: none!important;
	box-shadow: none;
	color:#333;
	resize:none;
}
.form-group1>input{
	width:140px;
}
.ej_job_xb{
	height:40px;
}
.ej_job_xb>label{
	font-size:18px;
	color:#000;
	line-height: 40px;
	font-weight: normal;
	margin-right:25px;
}
.ej_job_xb>input{
	margin-right:6px;
}
.form-group2 label{
	display:block;
	float:left;
}
.form-group2 input{
	display:block;
	float:left;
	width:130px;
	margin:0 20px;
}
.form-group2 img{
	display:block;
	float:left;
	height:40px;
}
.ej_job_a{
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
	border-bottom: 1px solid #e5e5e5;
}
.ej_job_a a{
	display:inline-block;
	width:120px;
	height:40px;
	font-size:16px;
	color:#007253;
	border:1px solid #007253;
	line-height: 38px;
	margin:0 25px;
	border-radius: 8px;
}
.ej_job_a a:hover{
	background-color:#007253;
	color:#fff;
}
/*二级内容 招聘页end*/

/*二级内容 社会责任*/
.ej_duty_box{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:1px;
}
.ej_duty{
	width:80%;
	margin:0 auto;
	padding-bottom:50px;
	margin-bottom:10px;
	position:relative;
}
.ej_duty:before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	top:0;
	left:45px;
	background-color:#007253;
	z-index: -1;
}
.ej_duty:after{
	content:"●";
	position:absolute;
	width:12px;
	height:12px;
	font-size:12px;
	color:#007253;
	top:50%;
	left:39px;
	text-align: center;
	z-index: -1;
}
.ej_duty:last-child:before{
	display:none;
}
.ej_duty:last-child:after{
	display:none;
}
.ej_duty_l{
	width:120px;
	float:left;
	position:relative;
}
.ej_duty_l:after{
	content:"";
	position:absolute;
	top:14px;
	right:5px;
	width:20px;
	height:2px;
	background-color:#d3d3d3;
}
.ej_duty_l span{
	display:block;
	width:90px;
	height:30px;
	text-align: center;
	font-size:16px;
	color:#007253;
	line-height: 30px;
	background-color: #f1f2f2;
}
.ej_duty_r{
	float:left;
	width:80%;
	width:calc(100% - 120px);
	position:relative;
	padding:20px;
	background-color:#f1f2f2;
}
.ej_duty_r1{
	float:left;
	width:66%;
	padding-right:20px;
}
.ej_duty_r1 h2{
	padding-left:20px;
	position:relative;
	font-size:16px;
	color:#007253;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_duty_r1 h2:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:3px;
	height:100%;
	background-color:#007253;
}
.ej_duty_r1 p{
	margin-top:25px;
	font-size:14px;
	color:#333;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height:96px;
}
.ej_duty_r2{
	float:right;
	width:34%;
	padding-top:20px;
}
.ej_duty_r2 img{
	display:block;
	width:100%;
}
.ej_duty_r3{
	position:absolute;
	right:-90px;
	top:-24px;
	width:120px;
}
.ej_duty_r3 h2{
	font-size:48px;
	color:#007253;
	line-height: 50px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
}
.ej_duty_r3 h2 span{
	font-style:normal;
	font-size:16px;
	color:#007253;
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
/*二级内容 社会责任end*/

/*联系我们*/
.ej_content1_ul{
	padding:0 80px;    
	border-bottom: 1px solid #e5e5e5;
}
.ej_content1_li{
	margin-bottom:100px;
	position:relative;
}
.ej_content1_l{
	float:left;
	width:76%;
	background-color:#f1f1f1;
	position:relative;
	padding:40px;
	padding-bottom:80px;
}
.ej_content1_li_b .ej_content1_l{
	float:right;
}
.ej_content1_p{
	position:absolute;
	top:-20px;
	left:20px;
	width:40px;
	height:40px;
	background-color:#007253;
	text-align: center;
	padding-top:8px;
}
.ej_content1_li_b .ej_content1_p{
	right:20px;
	left:auto;
}
.ej_content1_p img{
	display:block;
	width:24px;
	height:24px;
	margin:0 auto;
}
.ej_content1_h2{
	width:80%;
	font-size:24px;
	color:#000;
	line-height: 36px;
	text-align: center;
}
.ej_content1_li_b .ej_content1_h2{
	margin-left:20%;
}
.ej_content1_w{
	width:80%;
	margin-top:50px;
}
.ej_content1_li_b .ej_content1_w{
	margin-left:25%;
	width:75%;
}
.ej_content1_w1{
	float:left;
	margin-right:80px;
}
.ej_content1_w1 p{
	font-size:18px;
	color:#000;
	line-height: 28px;
}
.ej_content1_w1 span{
	display:block;
	font-size:16px;
	color:#3c3c3c;
	line-height: 28px;
	margin-top:20px;
}
.ej_content1_r{
	position:absolute;
	right:0;
	top:45px;
	padding:20px 30px;
	padding-bottom:2px;
	background-color:#fff;
	width:40%;
    box-shadow: 0px 2px 8px 0px rgba(0, 114, 83, 0.33);
}
.ej_content1_li_b .ej_content1_r{
	right:auto;
	left:0;
}
.ej_content1_r1{
	margin-bottom:20px;
}
.ej_content1_r1 p{
	padding-left:25px;
	font-size:16px;
	color:#000;
	line-height: 26px;
	position:relative;
}
.ej_content1_r1 p:after{
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	left:0;
	top:2px;
}
.ej_content1_r1 span{
	display:block;
	padding-left:25px;
	font-size:14px;
	color:#3c3c3c;
	line-height: 26px;
}
.ej_content1_r1d p:after{
	background-image: url(../images/con3.png);
}
.ej_content1_r1y p:after{
	background-image: url(../images/con2.png);
}

/*联系我们 end*/

/*二级 end*/







/*手机*/
@media(max-width:1200px){
	/*发展历程*/
	.ej_ab2_lir h2 {
		padding: 20px 0;
	}
	/*发展历程 end*/
	
	/*企业文化*/
	.ej_abq_r_w1 {
		padding-left: 30px;
	}
	.ej_abq_r_w2 {
		padding-left: 60px;
	}
	.ej_abq_r_w3 {
		padding-left: 90px;
	}
	/*企业文化 end*/
	
	/*人才招聘*/
	.ej_job_t1 {
		width: 100%;
		margin-bottom: 20px;
	}
	.ej_job_b1 {
		margin-bottom: 20px;
	}
	.ej_job_b1l,
	.ej_job_b1r{
		float:none;
		width:100%;
	}
	.ej_job_b1r span{
		position:static;
		margin:0 auto;
		margin-top:20px;
	}
	.ej_job_b1 a {
		padding: 20px;
	}
	/*人才招聘 end*/
	
	/*社会责任*/
	.ej_duty_r1 p {
		margin-top: 25px;
		-webkit-line-clamp: 3;
		height: 72px;
	}
	/*社会责任end*/
	
	/*联系我们*/
	.ej_content1_ul {
		padding: 0;
	}
	/*联系我们 end*/
}
@media(max-width:992px){
	.ej_banner {
		margin-top: 54px;
	}
	
	/*二级导航*/
	.ej_nav_box{
		background-color: #f1f2f2;
	}
	.ej_center_nav {
		width: 100%;
		max-width: 1180px;
		padding:8px 6px;
	}
	.ej_nav_s,
	.ej_nav_y{
		display:block;
	}
	.ej_nav_r{
		display:none;
	}
	.ej_nav_l {
		float: none;
		width: 100%;
	}
	.ej_nav_e {
		float: left;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0px;
		width:auto;
	}
	#ejnav1_xz.ej_nav_e {
		border-left: none;
	}
	/*二级导航*/
	
	/*公司简介*/
	.ej_pagey {
		padding-bottom: 20px;
	}
	/*公司简介 end*/
	
	/*发展历程*/
	.ej_ab2_lil {
		width: 210px;
	}
	.ej_ab2_lir {
		width:calc(100% - 210px);
		padding-left: 20px;
	}
	.ej_ab2_lir h2 {
		padding: 14px 0;
	}
	.ej_ab2_li {
		padding: 20px 0;
	}
	/*发展历程 end*/
	
	/*荣誉资质*/
	.ej_content_title {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ej_content_title1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ej_honor_title {
		padding-top: 10px;
	}
	.ej_honor_c table tr {
		padding: 15px 0;
	}
	/*荣誉资质 end*/
	
	/*党团建设*/
	.ej_content_ab4ul li {
		width: 100%;
	}
	.ej_content_ab4ul li.ej_content_ab4ul_r {
		border:none;
	}
	.ej_content_ab4ul li a {
		padding: 15px 0;
		width: 100%;
	}
	.ej_content_ab4ul li.ej_content_ab4ul_r .ej_content_ab4ul_l1 {
		float: left;
	}
	.ej_content_ab4ul li.ej_content_ab4ul_r .ej_content_ab4ul_l2 {
		float: left;
		padding-left: 20px;
		padding-right: 0px;
	}
	/*党团建设 end*/
	
	/*企业文化*/
	.ej_content_c2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ej_abq_r_w1 {
		padding-left: 0px;    
		margin: 15px 0;
	}
	.ej_abq_r_w2 {
		padding-left: 0px;   
		margin: 15px 0;
	}
	.ej_abq_r_w3 {
		padding-left: 0px;   
		margin: 15px 0;
	}
	.ej_abq_r_w_p{
		display:none;
	}
	.ej_abq_r_w_w {
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.ej_abq_r_w_w h2,
	.ej_abq_r_w_w p{
		text-align: center;
	}
	.ej_abq_l {
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.ej_abq_l img {
		margin:0 auto;
	}
	.ej_abq_r {
		float: none;
		width: 100%;
	}
	.ej_abq_r_p img {
		margin:0 auto;
	}
	/*企业文化 end*/

	/*通知公告*/
	.ej_annent_li {
		margin-bottom: 20px;
	}
	.ej_annent_lir {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ej_content_box2 {
		box-shadow: none;
	}
	/*通知公告 end*/
	
	/*人才招聘*/
	.form-group>label {
		line-height: 20px;
	}
	.form-group2 label {
		float: none;
	}
	.form-group2 input {
		margin:0;
		margin-right: 10px;
	}
	.ej_job_a {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	/*人才招聘 end*/
	
	/*社*/
	.ej_video_bd {
		margin-bottom: 20px;
	}
	.ej_video_b2 {
		padding: 15px 10px;
	}
	.ej_video_t {
		width: 100%;
		margin-bottom: 20px;
	}
	/*社 end*/
	
	/*社会责任现任版本*/
	.ej_duty {
		width: 100%;
	}
	.ej_duty_r3 {
		right: -20px;
		top: -34px;
	}
	/*社会责任end*/
	
	/*联系我们*/
	.ej_content1_li {
		margin-bottom: 40px;
		padding:20px;
		background-color: #f1f1f1;
	}
	.ej_content1_l {
		float: none;
		width: 100%;
		padding: 0px;
	}
	.ej_content1_li_b .ej_content1_l {
		float: none;
		width: 100%;
		padding: 0px;
	}
	.ej_content1_h2 {
		width: 100%;    
		font-size: 22px;
		line-height: 32px;
	}
	.ej_content1_li_b .ej_content1_h2 {
		margin-left: 0;
	}
	.ej_content1_w {
		width: 100%;
		margin-top: 20px;
	}
	.ej_content1_li_b .ej_content1_w {
		margin-left: 0;
		width: 100%;
	}
	.ej_content1_w1 {
		width:100%;
		margin-right: 0px;
		float:none;
		margin-bottom:10px;
		text-align: center;
	}
	.ej_content1_w1 p {
		font-size: 16px;
		line-height: 24px;
	}
	.ej_content1_w1 span {
		margin-top: 0px;
		font-size: 14px;
		line-height: 24px;
	}
	.ej_content1_r {
		position: static;
		padding: 0;
		background-color: #f1f1f1;
		width: 100%;
		box-shadow:none;
	}
	.ej_content1_li_b .ej_content1_r {
		position: static;
	}
	.ej_content1_r1 {
		margin-bottom: 10px;
		text-align: center;
	}
	.ej_content1_r1 p {
		padding-left: 0px;
		font-size: 16px;
		line-height: 24px;
	}
	.ej_content1_r1 p:after {
		display:none;
	}
	.ej_content1_r1 span {
		padding-left: 0px;
		font-size: 14px;
    	line-height: 24px;
	}
	.ej_content1_p {
		top: -40px;
		left: 0px;
	}
	.ej_content1_li_b .ej_content1_p {
		right:auto;
		top: -40px;
		left: 0px;
	}
	/*联系我们 end*/
}

@media(max-width:768px){
	
	/*发展历程*/
	.slide_wrap {
		width:calc(100% - 100px);
	}
	.ej_ab2_ul {
		width: 100%;
	}
	.ej_ab2_lil{
		float:none;
		width:100%;
	}
	.ej_ab2_lir {
    	float:none;
		width:100%;
		padding-left: 0px;
		margin-top: 10px;
	}
	.ej_ab2_lir h2 {
		padding: 6px 0;
	}
	.ej_ab2_lir p{
		height:auto;
	}
	/*发展历程 end*/
	
	/*党团建设*/
	.ej_content_ab4ul_l1 {
		width: 70px;
	}
	.ej_content_ab4ul_l2 {
		width: calc(100% - 70px);
		padding-left: 15px;
	}
	.ej_content_ab4ul_l1 h2 {
		font-size: 24px;
		padding: 8px 0;
	}
	.ej_content_ab4ul_l1 p {
		font-size: 14px;
		padding: 8px 0;
	}
	.ej_content_ab4ul_l2 h2 {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 4px;
	}
	.ej_content_ab4ul_l2 p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	/*党团建设 end*/	
	
	/*公司要闻*/
	.ej_news_ul li a {
		padding: 15px 0;
	}
	.ej_news_l{
		display:none;
	}
	.ej_news_c {
		float: none;
		width: 100%;
	}
	.ej_news_r {
		width: 100%;
		padding-left: 0px;
		margin-top:10px;
	}
	.ej_news_l2 i {
		font-size: 30px;
		padding-left: 10px;
		line-height: 56px;
	}
	.ej_news_r p {
		font-size: 13px;
		line-height: 20px;
		margin-top: 4px;
		height: auto;
	}
	/*公司要闻 end*/
	
	/*通知公告*/
	.ej_annent_lil {
		width: 70px;
	}
	.ej_annent_lil h2 {
		font-size: 28px;
		line-height: 48px;
	}
	.ej_annent_lil p {
		font-size: 12px;
		line-height: 30px;
	}
	.ej_annent_lir {
		width: calc(100% - 70px);
		padding-left: 10px;
		padding-right: 10px;
	}
	.ej_annent_lir h2 {
		padding-top: 4px;
		margin-bottom: 4px;
	}
	.ej_annent_lir p {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	/*通知公告 end*/
	
	/*人才招聘*/
	.ej_job_t1l {
		display:none;
	}
	.ej_job_t1r{
		width:100%;
		padding:0;
	}
	.ej_job_a a {
		width: 100px;
		margin: 0 15px;
	}
	/*人才招聘 end*/
	
	/*社会责任现任版本*/
	.ej_duty_box{
		padding-top:1px;
	}
	.ej_duty {
		padding-bottom: 0px;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.ej_duty:before,
	.ej_duty:after,
	.ej_duty_l:after{
		display:none;
	}
	.ej_duty_l {
		position:absolute;
		left:0px;
    	top: -24px;
		z-index: 1;
		width:auto;
	}
	.ej_duty_l span {
		height: auto;
		text-align: left;
		background-color: transparent;
		font-size: 34px;
		color: #007253;
		line-height: 40px;
		font-style: italic;
		font-weight: bold;
		letter-spacing: 2px;
		width:auto;
	}
	.ej_duty_r{
		width:100%;
	}
	.ej_duty_r1 {
		float: none;
		width: 100%;
		padding-right: 0px;
		padding-top: 10px;
	}
	.ej_duty_r1 h2 {
		font-size: 18px;
	}
	.ej_duty_r1 p {
		margin-top: 10px;
		-webkit-line-clamp: 4;
		height: auto;
	}
	.ej_duty_r2 {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
	.ej_duty_r3 {
		right: 0px;
		text-align: right;
		width:auto;
		top:-24px;
	}
	.ej_duty_r3 h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.ej_duty_r3 h2 span {
		line-height: 40px;
	}
	/*社会责任end*/
	
	/*联系我们*/
	.ej_content1_h2 {
		font-size: 18px;
		line-height: 28px;
	}
	/*联系我们*/
}

@media(max-width:750px){
	.ej_pagey,
	.event_box,
	.page,
	.ej_page_contant,
	.ej_content_c2,
	.ej_video_box,
	.ej_job_a,
	.ej_duty_box,
	.ej_content1_ul{
		border:none;
	}
}


















