* {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Microsoft Yahei', 'Simsun', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjusst: none;
	font-size: 14px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
address, cite, dfn, em, var, i {
	font-style: normal
}
code, kbd, pre, samp {
	font-family: courier new, courier, monospace
}
form {
	display: inline
}
small {
	font-size: 14px
}
ul, ol, li {
	list-style: none
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link,a:visited,a:hover{
 text-decoration:none;  /*超链接无下划线*/
}


img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}
input, select {
	outline: none;
	border: none;
	list-style-type: none;
}
button {
	background: none;
	list-style-type: none;
}
.clear {
	clear: both;
}
a:hover, a:focus {
	text-decoration: none !important;
}
p{
	word-wrap:break-word
}
.center_box{width:90%;max-width:1180px;margin:0 auto;}
.clearfix{clear: both;}

/*在ie8/ie9时，input 的placeholder值 也显示*/
:-moz-placeholder { Mozilla Firefox 4 to 18
    color: #999; opacity:1; 
}
 
::-moz-placeholder { Mozilla Firefox 19+
    color: #999;opacity:1;
}
 
input:-ms-input-placeholder{
    color: #999;opacity:1;
}
 
input::-webkit-input-placeholder{
    color: #999;opacity:1;
}  
.text_right{
	text-align: right;
}
/*在ie8/ie9时，input 的placeholder值 也显示      结束*/
nav.navbar.bootsnav ul.nav > li > a {
    padding: 0;
	font-size: 14px;
    line-height: 80px;
    font-weight: 500;
}
.nav_content{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
/*banner*/
.index_banner{
	width:100%;
	overflow: hidden;
	background-color:#fff;
	position: relative;
	margin-top: 80px;
}
.index_banner1{
	width:100%;
	height:600px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
	background-color:#000;
}
.index_banner1>a{
	position:absolute;
	top:0;left:0;
	width:100%;height:100%;
}
.index_banner1>a>img{
	display:block;
	width:1920px;
	position:relative;
	top:0;left:50%;
	margin-left:-960px;
}
.xuanxiang{
	width:100%;
	text-align: center;
	position:absolute;
	z-index: 1;
	bottom:17px;
	left:0;
}
.xuanxiang li{
	display:inline-block;
	width:30px;height:5px;
	margin:0 10px;
	cursor: pointer;
	background-color:#fff;
}
.xuanxiang li.bul{
	background-color:#fff;
}
.xuanxiang li.bul1{
	background-color:#007253;
}
.index_banner2{
	width:100%;
	overflow: hidden;
	display:none;
	position:relative;
}
.index_banner2>.swiper-container{
  width: 100%;
}
.index_banner2>.swiper-container>.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width:100%;
}
.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a{
	display:block;
	margin:0 auto;
	width:100%;
	overflow: hidden;
}
.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a>img{
	display:block;
	width: 100%;
	height: auto;
	position:relative;
	top:0;
}
.swiper-pagination-bullet {
    width:12px;
	height:12px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	background-size:cover;
	background-position: center center;
    display: inline-block;
    opacity: 1;
	
	background-color:transparent;
}
.swiper-pagination-bullet-active {
    
}
.index_banner2{
	width:100%;
	overflow: hidden;
	display:none;
	position:relative;
}
.index_banner2>.swiper-container{
  width: 100%;
}
.index_banner2>.swiper-container>.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width:100%;
}
.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a{
	display:block;
	margin:0 auto;
	width:100%;
	overflow: hidden;
}
.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a>img{
	display:block;
	width: 100%;
	height: auto;
	position:relative;
	top:0;
}
.swiper-pagination-bullet {
    width:12px;
	height:12px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	background-size:cover;
	background-position: center center;
    display: inline-block;
    opacity: 1;
	background-color:transparent;
}
/*banner end*/

/*关于我们*/
.index_about{
	width: 100%;
	height: auto;
	padding: 90px 0;
	background-image: url(../images/gywmbg.png);
	background-size:cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.index_title1{
	width: 35%;
    float: left;
    height: auto;
}
.index_title1 h2{
    font-size: 30px;
    color: #0c121c;
    margin-top: 30px;
}
.index_title1 span{
    display: block;
    width: 100%;
    height: auto;
    color: #aaaaad;
    font-size: 20px;
    margin-top: 15px;
}
.index_title1 p{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    margin-top: 60px;
}
.index_more a{
    width: 160px;
    border: 1px solid #7a7a7c;
    line-height: 38px;
	height:40px;
    text-align: center;
    margin-top: 80px;
    display: block;
    color: #0c121c;
    font-size: 14px;
	position:relative;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.index_more a i{
    margin-left: 10px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.line {
    display: inline-block;
    background-color: #007253;
    position: absolute;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	margin:0!important;
	padding:0!important;
}
.line_top {
    height: 1px;
    width: 0;
    left: -30%;
    top: 0px;
}
.line_right {
    height: 0;
    width: 1px;
    top: -50%;
    right: 0px;
}
.line_bottom {
    width: 1px;
    height: 0;
    bottom: -50%;
    left: 0px;
}
.line_left {
    height: 1px;
    width: 0;
    right: -30%;
    bottom: 0px;
}
.index_more a:hover{
	background-color:#007253;
	color:#fff;
	/*border: 1px solid #007253;
	color:#007253;*/
}
.index_more a:hover i{
	margin-left: 26px;
	color:#fff;/*color:#007253;*/
}
.index_more a:hover .line_top {
    width: 100%;
    left: 0px;
}
.index_more a:hover .line_right {
    height: 100%;
    top: 0px;
}
.index_more a:hover .line_bottom {
    height: 100%;
    bottom: 0px;
}
.index_more a:hover .line_left {
    width: 100%;
    right: 0px;
}
/*关于我们 end*/

/*科技研发*/
.index_kjyf{
	width: 100%;
    height: auto;
    background-color: #f8f6f9;
    padding: 76px 0;
	overflow: hidden;
}
.index_kjyf_t{
	position:relative;
}
.index_kjyfl{
	float:left;
	width:35%;
}
.index_kjyfl h2{
    font-size: 30px;
    color: #0c121c;
    margin-top: 30px;
}
.index_kjyfl span{
    display: block;
    width: 100%;
    height: auto;
    color: #aaaaad;
    font-size: 20px;
    margin-top: 15px;
}
.index_kjyfr{
	width: 65%;
    float: left;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    text-indent: 33px;
    margin-top: 43px;
}
.index_kjyf_more{
    position:absolute;
	bottom:10px;
	left:0;
}
.index_kjyf_more a{
    margin-top: 0px;
}
.index_kjyf_pic{
	padding-top:80px;
}
.index_kjyf_pic img{
	display:block;
	width:100%;
}
.index_news_top{
	padding-top:50px;
}
.index_news_top h2{
	font-size: 30px;
    color: #0c121c;
}
.index_news_top span{
	display: block;
    width: 100%;
    height: auto;
    color: #aaaaad;
    font-size: 20px;
    margin-top: 15px;
}
.index_news_bottom{
	padding-top: 80px;
}
/*科技研发 end*/

/*产品*/

/*产品 end*/

/*新闻动态*/
.index_news{
	width: 100%;
    height: auto;
    background-color: #f8f6f9;
    padding: 76px 0;
	overflow: hidden;
}
.index_news_box{
	position:relative;
}
.index_news_list1 a{
    display: block;
}
.index_news_pic,
.index_news_pic img{
	display:block;
	width:100%;
	margin:0 auto;
}
.index_news_wz h2{
	color: #0c121c;
    font-size: 16px;
    line-height: 48px;
	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;
}
.index_news_wz p{
	color: #878687;
    font-size: 14px;
    line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}
.index_news_list1_footf{
    margin-top: 20px;
}
.index_news_list_footfl{
	width: 50%;
    float: left;
    color: #504a4a;
    font-size: 14px;
    line-height: 30px;
}
.index_news_list_footfr{
	width: 50%;
    float: left;
    color: #0c121c;
    font-size: 12px;
    text-align: right;
    line-height: 30px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_news_list_footfr i{
	margin-left: 10px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_news_a{
	position:absolute;
	top:-30px;
	right:0;
}
.index_news_list1 a:hover .index_news_wz h2{
	color:#007253;
}
.index_news_list1 a:hover .index_news_list_footfr{
	color:#007253;
}
.index_news_list1 a:hover .index_news_list_footfr i {
    margin-left: 16px;
	color:#007253;
}
/*新闻动态 end*/

/*产品*/
.index_cp_pos{
	position:relative;
}
.index_cp{
	width: 100%;
    height: auto;
    padding: 123px 0;
    background-image: url(../images/cpbg.png);
    background-size: cover;
    background-repeat: no-repeat;
	overflow: hidden;
	background-attachment: fixed;
}
.index_cp_title{
	width:29%;
	float:left;
}
.index_cp_title h2{
	font-size: 30px;
    color: #0c121c;
    margin-top: 30px;
}
.index_cp_title p{
	display: block;
    width: 100%;
    height: auto;
    color: #aaaaad;
    font-size: 20px;
    margin-top: 15px;
}
.index_cp_title span{
	display:block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 26px;
}
.index_cp_more{
	position:absolute;
	top:170px;
	left:0;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{/*轮播点*/
	margin-top: 10px;
	display:none!important;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	font-size: 0px;
	width:24px;
	height:41px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	background-size: 24px 41px;
	position:absolute;
	left:-24px;
	top:50%;
	margin-top:-20.5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	background-image: url(../images/r.png);
	background-repeat: no-repeat;
	background-size: 24px 41px;
	position:absolute;
	right:-24px;
	top:50%;
	margin-top:-20.5px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #007253;
	overflow: hidden;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.index_cp_lb{
	width: 66%;
    height: auto;
    float: left;
}
#owl-demo {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
#owl-demo .item {
    display: block;
    padding: 0 30px;
}
#owl-demo .item>a {
    display: block;
    position: relative;
    overflow: hidden;
	text-align: center;
    background-color: #f8f6f9;
    border-radius: 10px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.item_p{
	width: 100%;
    height: auto;
    padding: 20px;
}
.item_p img{
	width: 100%;
    display: block;
    margin: auto;
}
.item_t{
    font-size: 16px;
    color: #404351;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item_w{
	border: 1px solid #e5e6ef;
	width: 210px;
    margin: 20px auto 0;
    font-size: 12px;
}
.item_w table{
	width:100%;
}
.item_w tr{
	border: 1px solid #e5e6ef;
    line-height: 28px;
}
.item_w th {
    border: 1px solid #e5e6ef;
    text-align: left;
    padding-left: 10px;
    color: #000;
}
.item_w td {
    color: #000;
    text-align: center;
    display: block;
    width: 100%;
}
.item_a{
	padding: 10px 0;
}
.item_a i{
	font-size: 30px;
    text-align: center;
    color: #8fa3a4;
    display: block;
    margin: auto;
}
#owl-demo .item>a:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*#owl-demo .item>a:hover .item_t{
	color:#007253;
}*/
#owl-demo .item>a:hover .item_a i{
	color:#007253;
}
/*产品*/



/*底部*/
.foot_bg{width: 100%;margin-top: 0px;padding: 60px 0 0 0;}
.foot_border{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
/*.foot_left2{float: left;width: 12%;text-align: left;}*/
.foot_left_img1{width: 128px;height: 121px;}
.foot_mid{float: left;height: auto;width: 72%;margin: 0;}
.foot_mid ul{float: left;width: 16.666%;height: auto;margin-bottom: 10px;}
.foot_mid ul p{height: 25px;line-height: 25px;color: #cb3e3a;font-size: 14px;margin-bottom: 5px;}
.foot_mid ul:last-child  p{}
.foot_mid ul p a{color: #000;}
.foot_mid ul li{line-height: 30px;color: #333;font-size: 12px;text-align: left;}
.foot_mid ul li a{color: #333;-webkit-transition:0.4s;-moz-transition:0.4s;-ms-transition:0.4s;-o-transition:0.4s;transition:0.4s;}
.foot_mid ul li a:hover{color: #007152;}
.foot_right{float: left;width: 28%;text-align: left;}
.foot_right_top{height: 25px;line-height: 25px;font-size: 14px;color: #000;}
.foot_right_top i{font-size: 37px;color: #772a2e;margin-right: 10px;}
.foot_right p{line-height: 24px;margin-left: 25px;margin-top: 3px;color: #772a2e;font-size: 15px;}
.foot_right img{display: block;margin: auto;margin-top: 8px;height: auto;}
.foot01{width: 100%;height: auto; line-height: 31px;text-align: center;color: #000;font-size: 12px;padding-bottom: 30px;margin-top: 15px;}
.foot01 a{color: #000;font-size: 12px;}
.foot01 img{margin-left: 10px;display: inline-block;}
.vip_sj{display: none;}
.foot_right_foot{color: #222;font-size: 12px;line-height: 25px;}
.foot_right_foot1{margin-top: 10px;}
.foot_left2 p{font-size: 12px;text-align: center;margin-top: 15px;}
.foot_right_foot i{color: #495669;margin-right: 10px;display: block;float: left;width: 20px;}
.foot_right_foot .icon-dianhua{font-size: 10px !important;}
.icon-dizhi-copy{font-size: 18px !important;}
.icon-tubiao-{font-size: 20px !important;}
.foot01 a:hover{color: #007152;}
.foot_right_top a{color: #000;}
.foot_right_top a:hover{color: #000;}
.navbar-header{width: 17%;float: left;height: auto;}
.navbar-brand{width: 100%;float: left;height: auto;}
.navbar-brand img{width: 100%;}
.footdzswsh{width: 70px;}
@media (min-width: 992px) {
	.foot_mid_first{display: none;}
}
@media (min-width: 992px) and (max-width:1200px) {
	.foot_mid ul{margin-right: 0;}
	.foot_right p{font-size: 12px;}
}
@media (max-width: 992px){
	.foot_left{display: none;}
	.foot_left_img2{display: none;}
	.foot_right{width: 100%;text-align: center;}
	.foot_left2{width: 100%;text-align: center;}
	.foot_mid{display:none;}
	.foot01 span{clear: both;display: block;}
	.vip_sj{display: block;width: 80px;margin: 0 auto;margin-bottom: 10px;}
	.foot_mid ul:last-child p {border-right: 0;}
	.foot_right_top{text-align: center;display: none;}
	.foot_right p{text-align: center;}
	.foot_right img{margin-bottom: 10px;}
	.foot_bg{padding: 0 !important;}
	.foot_right_foot i {
		 display: inline-block; 
		 float: none; 
		line-height: 25px;
	}
	.foot01 {
		line-height: 25px;
		font-size: 12px;
		padding-bottom: 10px;
		margin-top: 10px;
	}
}
@media (max-width: 1027px){
	.navbar-nav{width: 70% !important;}
	.navbar-brand{margin-top: 27px;}
}
@media (max-width: 992px){
	.navbar-nav{width: 100% !important;}
}
@media (max-width: 996px){
	.attr-nav > ul > li > a{background-color:transparent!important;padding: 0 !important;}
}
@media (max-width:750px){
  .foot_right_foot i {
    display: none;
}
	.foot_right_foot{
		padding-top:10px;
	}
	.foot01 {
		margin-top: 0;
	}
	.footdzswsh{width: 70px;margin-top: 3px;margin-bottom: 0px;}
	.foot01 img{margin-top: -3px;}
	.foot_right_foot1{margin-top: 0px;}
	.foot_mid ul{width: 33.333%;text-align: center;}
	.foot_left2{margin: auto;width: 100%;margin-top: 15px;}
	.foot_left_img1{display: block;margin: auto;}
}
/*底部 end*/

/*page*/
.fy1{
	padding-bottom:30px;
}
.fy1 a{
	display:block;
	font-size:14px;
	color:#999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	border:1px solid #dcdcdc;
	padding:0 10px;
	width:100%;
	max-width:320px;
	margin:10px 0;
}
.fy1 a:hover{
	color:#1e9947;
	border:1px solid #1e9947;
}
/*page end*/

/*page*/
.fy{
	width: 100%;
    text-align: center;
    height: auto;
    line-height: 30px;
    color: #999;
    font-size: 14px;
	padding-bottom:60px;
	margin-top: 40px;
}
.fy .fy_l{
	width:40%;
	float:left;
	text-align: right;
}
.fy .fy_l span{
	font-size: 14px;
	color:#666;
	line-height: 20px;
	display: inline-block;
}
.fy .fy_r{
	width:60%;
	float:left;
	text-align: left;
	padding-left:40px;
}
.fy .fy_r a{
	display:inline-block;
	padding:6px 16px;
	font-size: 14px;
	line-height: 20px;
	color:#999;
	border:1px solid #cecece;
	box-sizing: border-box;
	margin:0 5px;
	cursor: pointer;
}
@media (max-width: 768px){
	.fy .fy_l{
	width:100%;
	text-align: center;
}
.fy .fy_r{
	width:100%;
	text-align: center;
	padding-left:0px;
}
}
/*page end*/



.page {
    width: 90%;
	max-width:1180px;
    text-align: center;
    height: auto;
    line-height: 30px;
    color: #706e6e;
    font-size: 14px;
	margin:0 auto;
	border-bottom: 1px solid #e5e5e5;
	padding-top:45px;
	padding-bottom:45px;
}
.page span {
    margin-right: 28px;
}
.page a {
    font-size: 14px;
    color: #706e6e;
    padding: 7px 17px;
    margin: 0 5px;
    border: 1px solid #c2c2c2;
}
.page a:hover {
    color: #fff;
    border: 1px solid #007253;
    background: #007253;
}

.ej_page_contant{
	width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 45px;
    padding-bottom: 45px;
}
.ej_page_contant a{
	display:block;
	width:40%;
	font-size:14px;
    color: #706e6e;
	line-height: 40px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ej_page_contant a:hover{
	color:#007253;
}


@media(max-width:1200px){
	.index_about {
		background-position: top center;
	}
}
@media(max-width:992px){
	.page {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 25px;
	}
	.ej_page_contant{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ej_page_contant a{
		width:80%;
		line-height: 30px;
	}
	.nav_content {
		width: 100%;
		position:relative;
		padding:0;
	}
	

	nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar-track-piece {
		background-color: rgba(0,0,0,0.7);
		border-left: 4px solid rgba(0,0,0,0.7);
	}
	nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar {
		width: 5px;
		height: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar-thumb {
		background-color: #007253;
		background-clip: padding-box;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		min-height: 10px;
	}
	nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar-thumb:hover {
		background-color: #007253;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.tempWrap{
		margin:0 auto;
		margin-top:15px;
	}
	
	.index_about {
		background-image:none;
		background-color:#fff;
		padding: 20px 0;
	}
	.index_title1 {
		width: 100%;
	}
	.index_title1 h2,
	.index_title1 span{
		text-align: center;
		margin-top:0;
	}
	.index_title1 p {
		line-height: 24px;
		margin-top: 10px;
	}
	.index_more a {
		margin:0 auto;
		margin-top: 20px;
	}
	.index_kjyf{
		padding:20px 0;
	}
	.index_kjyfl {
		float: none;
		width: 100%;
	}
	.index_kjyfl h2,
	.index_kjyfl span{
		text-align: center;
		margin-top:0;
	}
	.index_kjyfr {
		width:100%;
		float: none;
		height: auto;
		font-size: 14px;
		color: #333;
		line-height: 24px;
		text-indent: 33px;
		margin-top: 10px;
	}
	.index_kjyf_more {
		position:static;
	}
	.index_kjyf_pic {
		padding-top: 16px;
	}
	.index_cp {
		padding: 20px 0;
		background-image:none;
	}
	.index_cp_title {
		width: 100%;
		float:none;
	}
	.index_cp_title h2{
		margin-top: 0px;
		text-align: center;
	}
	.index_cp_title p{
		margin-top: 0px;
		text-align: center;
	}
	.index_cp_title span {
		margin-top: 10px;
		text-align: center;
	}
	.index_cp_lb {
		width: 100%;
		float: none;
		margin-top:16px;
	}
	.index_cp_more{
		position:static;
	}
	.owl-theme .owl-controls {
		display: block!important;
		text-align: center;
	}
	.index_news {
		padding: 20px 0;
	}
	.index_news_top {
		padding-top: 0px;
	}
	.index_news_top h2,
	.index_news_top span{
		margin-top: 0px;
		text-align: center;
	}
	.index_news_bottom {
		padding-top: 0px;
	}
	.index_news_a{
		position:static;
		margin:0 auto;
		margin-top:20px;
	}
	.index_news_list1{
		margin-top:20px;
	}
	.index_news_wz p{
		height:auto;
	}
	.index_news_list1_footf {
		margin-top: 0px;
	}
	
}
@media (max-width: 768px){
	.page span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page a {
		padding: 7px;
	}
	.ej_page_contant a{
		width:100%;
	}
	
	

}


/*首页*/

.index_sj_box1{
	display:none;
	width:100%;
	border-top:4px solid #efefef;
}
.index_an1{
	padding-top:20px;
}
.index_an1_row{
	margin-right: -6px;
    margin-left: -6px;
}
.index_an1_a{
	width:25%;
	float:left;
	padding:0 6px;
}
.index_an1_a a{
	display:block;
/*    border-radius: 20px;
    background-color: rgb(248, 246, 249);
    box-shadow: 0px 2px 6.3px 0.7px rgba(56, 51, 59, 0.15);*/
	text-align: center;
	padding:10px 0;
	margin-bottom:20px;
}
.index_an1_ad{
	margin:0 auto;    
	border-radius: 10px;
    background-color: rgb(248, 246, 249);
    box-shadow: 0px 2px 6.3px 0.7px rgba(56, 51, 59, 0.15);
	width:60px;
	height:60px;
	padding-top:7px;
}
.index_an1_a1 .index_an1_ad{
	margin:0 auto;    
	border-radius: 10px;
    background-color: transparent;
    box-shadow: none;
	width:60px;
	height:60px;
	padding-top:7px;
}
.index_an1_ad img{
	display:block;
	width:46px;
	margin:0 auto; 
}
.index_an1_a a p{
	margin-top:10px;
	font-size:12px;
	color:#000;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_an2_a{
	margin-bottom:20px;
	background-image: url(../images/index_sj_a7.png);
	background-position: top center;
	background-size: 100% 100%;
	padding:18px 12px;
}
.index_an2_a1{
	float:left;
	width:50px;
}
.index_an2_a1 img{
	display:block;
	width:100%;
}
.index_an2_a2{
	float:left;
	width:calc(100% - 50px - 30px);
	padding:0 10px;
}
.index_an2_a2 h2{
	font-size:20px;
	color:#000;
	line-height: 34px;
}
.index_an2_a2 p{
	font-size:12px;
	color:#9e9e9e;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_an2_a3{
	float:left;
	width:30px;
}
.index_an2_a3 i{
	display: block;
	font-size:20px;
	color:#2b9f71;
	line-height: 50px;
}
.index_news_sj{
	width:100%;
	display:none;
}
.index_news_sj img{
	display:block;
	width:100%;
}
@media(max-width:750px){
	.index_sj_box1{
		display:block;
	}
	.index_about,
	.index_kjyf,
	.index_news_box{
		display: none;
	}
	.index_news_sj{
		display:block;
	}
	.index_news {
		background-color:transparent;
	}
	/*.index_news_top a{
		display: block;
		background-image: url(../images/index_sj_n1.png);
		background-position: top center;
		background-size: cover;
		padding-top:40px;
		padding-bottom:100px;
	}
	.index_news_top h2 {
		font-size: 24px;
		color: #fff;
		text-shadow: 0px 2px 0.92px rgba(0, 0, 0, 0.004);
		-moz-transform: matrix( 1.015625,0,0,1.015625,0,0);
		-webkit-transform: matrix( 1.015625,0,0,1.015625,0,0);
		-ms-transform: matrix( 1.015625,0,0,1.015625,0,0);
	}
	.index_news_top span {
		font-size: 16px;
		margin-top: 10px;
		color: #fff;
		text-shadow: 0px 2px 0.92px rgba(0, 0, 0, 0.004);
		-moz-transform: matrix( 1.015625,0,0,1.015625,0,0);
		-webkit-transform: matrix( 1.015625,0,0,1.015625,0,0);
		-ms-transform: matrix( 1.015625,0,0,1.015625,0,0);
	}*/
	.index_cp {
		padding-top:0;/*新手机首页*/
		padding-bottom:0;/*新手机首页*/
	}
	.index_cp_title h2{
		font-size: 24px;/*新手机首页*/
		line-height: 30px;/*新手机首页*/
	}
	.index_cp_title p{
		font-size: 16px;/*新手机首页*/
	}
	.index_cp_title span {
		display:none;/*新手机首页*/
	}
	#owl-demo .item {
		padding: 0 12px;/*新手机首页*/
	}
	.index_cp_more {
		display:none;/*新手机首页*/
	}
	.foot_bg {
		background-color:#f8f6f9;
	}
}
