* {
	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: medium;
	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
}

.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;
}  
/*在ie8/ie9时，input 的placeholder值 也显示      结束*/
.mt60{margin-top: 60px;}
.mb60{margin-bottom: 60px;}
/*nav*/
.navbar-nav>li a{display: block;width: 100%;}
.active{color: #fff !important;display: block;width: 100%;background-color: #00bd97 !important;}
/*pc banner*/
.banner {
	width: 100%;
	height: 600px;
	background-color: aqua;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.imgbox {
	width: 100%;
	height: 600px;
	position: relative;
	background-color: #222222;
	overflow: hidden;
}
.img {
	position: absolute;
	display: none;
	left: 50%;
	margin-left: -960px;
}
.im {
	display: block;
}
.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.change:hover {
	opacity: 1;
}
.pre {
	left: 1%;
}
.next {
	right: 1%;
}
.cirbox {
	width: 100%;
	position: absolute;
	bottom: 40px;
	z-index: 10;
	cursor: pointer;
	text-align: center;
}
.cir {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 5px 0 5px;
	display: inline-block;
	cursor: pointer;
	behavior: url(PIE.htc);
}

.cr {
	background: #e6d0aa;
	border-radius: 20px;
	width: 50px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*pc banner end*/
/*手机banner*/
.lunbo1{
	overflow:hidden;
	
}
.lunbo1>a>img{
	/*position:relative;
	left:50%;
	margin-left:-496px;*/
	width: 100%;
}
.xuanxiang1{
	margin-top:-34px;
	width:100%;
	text-align: center;
	z-index: 1;
	position: relative;
}
.xuanxiang1>li{
	display: inline-block;
	background-color:#fff;
	width:20px;
	height:4px;
	margin-left:10px;
}
/*手机banner end*/
/*About*/
.about{
	width: 100%;
	height: auto;
}
.about>p{
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #10957a;
}
.about h2{
	line-height: 36px;
	padding: 20px 0 ;
	font-size: 20px;
	color: #1ca483;
	float: left;
	cursor:hand;
}
.about h2 span{
	float: left;
}
.about h2 img{
	height: 36px;
	margin-left: 10px;
	float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    transform: rotate(0deg);
    
}
.about h2:hover img{
	transform: rotate(360deg);
}

.about_nr{
	margin-top: 10px;
	width: 100%;
	height: auto;
}
.about_nr p{
	line-height: 30px;
	height: auto;
	color: #000;
	font-size: 15px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 7;
  	-webkit-box-orient: vertical;

}
.about_nr a{
	line-height: 32px;
	font-size: 14px;
	display: block;
	color: #fff;
	width: 18%;
	text-align: center;
	background-color: #10957a;
	margin-top: 50px;
}
.about_nr a:hover{background-color: #fff;border: 1px solid #10957A;color: #10957A;}
.about_video{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	
}
.about_video img{
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 20px #cbc8c8;
	behavior: url(PIE.htc);
}
.video_bg1{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ppbh2 1.5s forwards;
    -webkit-animation-play-state: paused;
    animation: ppbh2 1.5s forwards;
    animation-play-state: paused;
}
.video_bg2{
	display: block;
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-animation: ppbh3 2s forwards;
    -webkit-animation-play-state: paused;
    animation: ppbh3 2s forwards;
    animation-play-state: paused;
}
.video{
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 80px;
}
@media(min-width: 1200px) {
	.about_video:hover .video_bg1{
	-webkit-animation-play-state: running;
    animation-play-state: running;
	}
	.about_video:hover .video_bg2{
		-webkit-animation-play-state: running;
	    animation-play-state: running;
	}
}

.index_top_hyn{width: 100%;float: left;height: auto;line-height: 30px;background-color: #10957a;color: #fff;}
@keyframes ppbh2{
	0%{
		top:0;left:0;
	}100%{
		top:40px;left:152px;
	}
}
@-webkit-keyframes ppbh2{
	0%{
		top:0;left:0;
	}100%{
		top:40px;left:152px;
	}
}

@keyframes ppbh3{
	0%{
		top:40px;right: 0;
	}100%{
		top:0;right: 152px;
	}
}
@-webkit-keyframes ppbh3{
	0%{
		top:40px;right: 0;
	}100%{
		top:0;right: 152px;
	}
}


#border-radius {-webkit-animation:border-radius 1s ease 0s alternate none infinite;}
#border-radius {-moz-animation:border-radius 1s ease 0s alternate none infinite;}
#border-radius {animation:border-radius 1s ease 0s alternate none infinite;}
@-webkit-keyframes border-radius { from{border-radius: 0; } to{border-radius: 50%; } }
@-moz-keyframes border-radius { from{border-radius: 0; } to{border-radius: 50%; } }
@keyframes border-radius { from{border-radius: 0; } to{border-radius: 50%; } }




@media (max-width: 500px) {
	.about_video img{
	width: 240px;
	height: 180px;
	}
	.video{
	margin-left: -120px;
	}
	.about_video{
		/*height: 260px;*/
	}
}
/*Product*/
.product_bg{
	width: 100%;
	height: auto;
    background-color: rgba(0,0,0,0.6);
	background-size: cover;
}
.product_title{
	width: 100%;
	height: auto;
	margin: 40px auto;
	text-align: center;
	cursor:hand;
}
.product_title p{
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #10957a;
}
.product_title h2{
	line-height: 76px;
	color: #fff;
	font-size: 36px;
}
.product_title h2 img{
	height: 36px;
	margin-left: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    transform: rotate(0deg);
}
.product_title:hover img{
	transform: rotate(360deg);
}


.pro{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 114px;
}
.pro_left{
	float: left;
	width: 25.44%;
	height: auto;
}
.pro_left a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.pro_left img{
	width: 100%;
	height: auto;
}

.pro_zz{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
    
}
.pro_left a:hover .pro_zz{
	display: block;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000,endColorstr=#77000000);
    
    transition: all 0.3s ease-out;
}
.pro_right a:hover .pro_zz{
	display: block;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000,endColorstr=#77000000);    
    transition: all 0.3s ease-out;
}
.btn-1{
  	position: relative;
  	
  	opacity: 0;
  	display: block;
  	width: 86%;
  	height: 52px;
  	line-height: 52px;
  	
  	margin: 0 auto;
  	margin-top: 80px;
  	font-size: 18px;
  	text-align: center;
  	color: #fff;
  	text-transform: uppercase;
  	border: 0px solid currentColor;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-ms-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.pro_right a:hover .btn-1{opacity: 1;}
.pro_left a:hover .btn-1{opacity: 1;}
.line{
	display:inline-block;
	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;
}
/*左上*/
.line_top{height:2px;width:0;left:-30%;top:0px;background: #10957a;}
.pro_left a:hover .line_top{width:40px;left:-10px;}
.pro_right a:hover .line_top{width:40px;left:-10px;}
/*右上*/
.line_right{height:0;width:2px;top:-50%;right:0px;background: #10957a;}
.pro_left a:hover .line_right{height:40px;top:23px;}
.pro_right a:hover .line_right{height:40px;top:23px;}
/*左下*/
.line_bottom{width:2px;height:0;bottom:-50%;left:0px;background: #10957a;}
.pro_left a:hover .line_bottom{height:40px;bottom:20px;}
.pro_right a:hover .line_bottom{height:40px;bottom:20px;}
/*右下*/
.line_left{height:2px;width:0;right:-30%;bottom:0px;background: #10957a;}
.pro_left a:hover .line_left{width:40px;right:-10px;}
.pro_right a:hover .line_left{width:40px;right:-10px;}
.pro_right{
	float: left;
	width: 74.56%;
	height: auto;
	position: relative;
}
.pro_right img{
	float: left;
	width: 100%;
}
.pro_right a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
@media(max-width:768px){
	.pro_left,.pro_right{width: 100%;}
	.pro_right>div{width: 100% !important;}
	.pro{margin-bottom: 40px;}
	.btn-1{display: none;}
}
/*新闻资讯*/
/*tab*/
.tab{width:100%;}
.tab ul.menu{text-align:right;height:38px;position:relative;margin: 65px 0;}
.tab ul.menu li{display:inline-block;margin-left:40px;height:36px;line-height:36px;list-style:none;font-size:18px;cursor:pointer;color: #666;}
.tab ul.menu li.active{color:#10957a !important;border-bottom: 2px solid #10957a;}
.con1,.con2{height:auto;}
.con2{display:none;}
/*end tab*/

.news_title{
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 99;
	width: auto;
}
@media(max-width:768px){
	.news_title{position: relative;}
	.tab ul.menu{text-align: center;}
	.tab ul.menu li{margin-left: 20px;margin-right: 20px;}
}
.news_ul{
	width: 100%;
	height: auto;
	position: relative;
}
.news_ul li{
	float: left;
	width: 32%;
	padding: 16px 1.5% 20px 1.5%;
	background: #fff;
	box-shadow: 0px 0px 20px #cbc8c8;
	margin-top: 20px;
	position: relative;
	behavior: url(PIE.htc);
}
.mr2{
	margin-right: 2%;
}
.news_ul_title{
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_ul_date{
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_ul_nr{
	width: 100%;
	height: 72px;
	line-height: 24px;
	color: #666;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.con1>p,.con2>p{
	width: 100%;
	text-align: right;
	height: 55px;
	line-height: 55px;
}
.con1>p a,.con2>p a{
	color: #10957a;
	font-size: 14px;
}
.news_ul a:hover .news_ul_title{
	color: #10957a;
}

.news_ul_title:after{
	position: absolute;
	bottom:0; left:0;
	width:0; height:2px;
	background:#10957a;
	content:"";
	transition:all 0.8s;
}
.news_ul a:hover .news_ul_title:after{
	width:100%;left:0;
}
@media (max-width: 768px) {
	.news_ul li{width: 100%;margin-right: 0 !important;}
}
/*友情链接*/
#marquee1{
	width:100%;
	height:63px;
	overflow:hidden;
}

#marquee1 ul li{
	float:left;
	margin-right: 22px;
}

#marquee1 ul li img{
	display:block;
}
		
/*footer*/
.footer_bg{
	
	height: auto;
	width: 100%;
	background-color: #26d6b3;
}
.footer_nav{
	width: 100%;
	padding: 20px 0;
	height: auto;
	float: left;
}
.footer_nav li{
	float: left;
	line-height: 14px;
}
.footer_nav li a{
	font-size: 14px;
	color: #fff;
}
.footer_nav li a:hover{
	color: #e6d0aa;
}
.footer_nav span{
	float: left;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
	margin: 0 4.1%;
}
.footer_nav_bg{
	width: 100%;
	height: auto;
	
}
@media (max-width: 1200px) {
	.footer_nav span{margin: 0 3.5%;}
}
@media (max-width: 992px) {
	.footer_nav span{display: none;}
	.footer_nav li{margin-bottom: 20px;width: 25%;text-align: center;}
}
.footer_bot_bg{
	width: 100%;
	height: auto;
	background-color: #10957a;
}
.footer_bot{
	line-height: 56px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.footer_bot a{
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}

.ewm{
	text-align: right;
	margin-top: 25px;
}
.ewm img{
	width: 100px;
	height: 100px;
	margin-left: 10%;
}
.footer_logo{
	text-align: center;
}
.footer_logo img{
	margin-top: 25px;
}
.footer_logo p{
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}
.footer_left h2{
	line-height: 41px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
.footer_left p{
	line-height: 43px;
	color: #fff;
	font-size: 14px;
}
@media(max-width:992px){
	.ewm{text-align: center;}
	.footer_bot_bg{margin-top: 10px;}
}
@media(max-width:364px){
	.footer_left h2{font-size: 16px;}
}
@media(max-width:768px){
	.footer_bot span{
		display: block;
	}
}
/*二级页面banner*/
.ej_banner{
	width: 100%;
	height: auto;
}
.banner_pc{
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.banner_pc img{
	width: 1920px;
	height: 460px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.banner_sj{
	width: 100%;
	/*height: 180px;*/
	overflow: hidden;
	position: relative;
	display: none;
}
.banner_sj img{
	/*width: 992px;
	height: 180px;
	position: absolute;
	left: 50%;
	margin-left: -496px;*/
	width: 100%;
}
@media (max-width: 992px) {
	.banner_sj{display: block;}
	.banner_pc{display: none;}
}
.ej_bg{
	width: 96%;
	max-width: 1440px;
	background: #fff;
	box-shadow: 0px 0px 20px #cbc8c8;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
}
.ej_nr{
	width: 100%;	
}
.ej_title{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #e2e2e2;
}
.ej_title_left{
	line-height: 99px;
	float: left;
}

.ej_title_left li{
	float: left;
	line-height: 99px;
	margin-right: 28px;
	
}
.ej_title_left li a{
	color: #666;
	font-size: 16px;
	line-height: 97px;
	display: block;
}
.ej_title_left li a:hover{
	color: #10957a !important;
	font-weight: bold;
	border-bottom: 2px solid #10957a;
}
.ac{
	color: #10957a !important;
	font-weight: bold;
	border-bottom: 2px solid #10957a;
}
.ej_content{
	width: 100%;
	height: auto;
	float: left;
}
.ej_title_right{
	line-height: 99px;
	height: 99px;
	float: right;
	font-size: 14px;
	color: #999;
}
.ej_title_right a{
	font-size: 14px;
	color: #999;
}
.ej_title_right span{
	font-size: 14px;
	color: #10957a;
}
.ej_content_title{
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 20px 0;
}
.ej_content_title h2{
	height: 60px;
	line-height: 60px;
	color: #10957a;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.ej_content_title p{
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
@media(max-width:992px){
	.ej_title_left{line-height: 50px;}
	.ej_title_left li{height: 50px;}
	.ej_title_left li a{line-height: 48px;}
	.ej_title_right{height: 50px;line-height: 50px;display: none;}
	.ej_bg{margin-top: 0;}
}
/*荣誉资质*/
.honour{
	width: 100%;
	height: auto;
	float: left;
}
.honour li{
	float: left;
	width: 23.5%;
	border: 1px solid #eee;
	margin-right: 2%;
	margin-top: 40px;
	box-shadow: 0px 0px 20px #e3e3e3;
}
.honour_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.honour li a:hover .honour_img>img{
	transform: scale(1.1);
}
.honour_img>img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.honour_hover{
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border-top: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.honour_hover:after{
	position:absolute;
	content:"";
	right:0;top:0;
	width:0;height:100%;
	background-color:#10957a;
	z-index: -1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.honour li a:hover .honour_hover{
	color:#fff;
}
.honour li a:hover .honour_hover:after{
	width:100%;left:0;right:auto;
}
@media(max-width:992px){
	.honour li{width: 46%;margin-left: 2%;margin-right: 2%;}
}
@media(max-width:415px){
	.honour li{width: 100%;margin-left: 0;margin-right:0;}
}
.ej_content_nr img{
	max-width: 100%;
}
/*page*/
.page{
	width: 100%;
	margin: 40px 0;
	text-align: center;
	height: auto;
	float: left;
	line-height: 30px;
	color: #999;
	font-size: 14px;	
}
.page a{
	font-size: 14px;
	color: #999;
	padding: 7px 17px;
	margin: 0 5px;
	border: 1px solid #eee;
}
.page span,.page a:hover{
	font-size: 14px;
	color: #fff;
	padding: 7px 17px;
	margin: 0 5px;
	border: 1px solid #10957a;
	background: #10957a;
}
.page font{
	margin-right: 28px;
}
#AspNetPager1>div
{
    float:none !important;display:contents;
    margin-top:0!important;
    margin-bottom:0!important}
@media(max-width:768px)
{
    .fyydd{display:none!important;}
	.page a{padding: 7px;}
	.page font{display: block;margin-right: 0;margin-bottom: 10px;display: none;}
}
/*上一篇下一篇*/
.sx{
	width: 100%;
	height: auto;
	
}
.sx a{
	display: block;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
	text-align: left;
	padding: 0 1%;
	font-size: 14px;
	color: #999;
	border: 1px solid #eee;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-ms-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	position: relative;
	margin: 20px 0;
}
.sx a:after{
	position:absolute;
	content:"";
	right:0;top:0;
	width:0;height:100%;
	background-color:#10957a;
	z-index: -1;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-ms-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.sx a:hover{
	color:#fff;
}
.sx a:hover:after{
	width:100%;left:0;right:auto;
}
@media(max-width:992px){
	.sx a{width: 100%;}
}

/*news*/
.news{
	width: 100%;
	height: auto;
	float: left;
}
.news li{
	float: left;
	height: auto;
	width: 100%;
	background: #fcfcfc;
	margin-top: 40px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-ms-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.news_img{
	float: left;
	padding: 5px;
	width: 25%;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-ms-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.news_img img{
	width: 100%;
	height: auto;
}
.news_nr{
	width: 63%;
	float: left;
	padding: 15px;
}
.news_nr h2{
	width: 100%;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 18px;
	color: #333;
}
.news_nr p{
	line-height: 26px;
	height: 104px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
  	color: #666;
  	font-size: 16px;
}
.news_date{
	padding: 15px;
	float: right;
	width: 10%;
}
.news_date h2{
	color: #9999a5;
	font-size: 24px;
	margin-top: 35px;
}
.news_date p{
	color: #9999a5;
	font-size: 14px;
}
.more_img2{
	display: block;
	margin: 5px auto;
}
.more_img1{
	display: block;
	margin: 5px auto;
}
.more_img2{
	display: none;
	position: relative;
	z-index: 2;
	margin: 5px auto;
}
.news_more{
	width: 63px;
	height: 18px;
	text-align: center;
	border: 1px solid #10957a;
	border-radius: 10px;
	margin-top: 60px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	position: relative;
	z-index: 2;
}
.news_more:after{
	position:absolute;
	content:"";
	right:0;top:0;
	width:0;height:100%;
	border-radius: 10px;
	background-color:#10957a;
	z-index: 1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news li a:hover .news_more{
	color:#fff;
}
.news li a:hover .news_more:after{
	width:100%;left:0;right:auto;
}
.news li:hover .news_img{
	background: #10957a;
}
.news li:hover .news_nr h2{
	color: #10957a;
}
.news li:hover{
	box-shadow: 0px 5px 20px #cbc8c8;
	behavior: url(PIE.htc);
}
.news li:hover .more_img2{
	display: block;
}
.news li:hover .more_img1{
	display: none;
}
@media (max-width: 1200px) {
	.news_date{display: none;}
	.news_nr{width: 73%;}
}
@media (max-width: 992px) {
	.news_date,.news_img{display: none;}
	.news_nr{width: 100%;}
	
}
/*在线留言*/
.online_bg{
	width: 100%;
	height: auto;
	margin: 20px 0;
	border: 1px solid #10957a;
	float: left;
}
.online_form{
	width: 50%;
	margin: 0 auto;
}
.online_child{
	width: 100%;
	height: auto;
	float: left;
}
.online_inp1{
	width: 45%;
	float: left;	
	height: auto;
	margin-top: 20px;
}
.online_inp2{
	width: 100%;
	float: left;	
	height: auto;
	margin-top: 20px;
}
.online_inp1:first-child{
	margin-right: 10%;
}
.online_inp1 p,.online_inp2 p{
	line-height: 56px;
	width: 100%;
	text-align: left;
	color: #e6d0aa;
	font-size: 16px;
	font-weight: bold;
}
.online_inp1 input,.online_inp2 input{
	width: 100%;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #eee;
}
.online_inp2 textarea{
	width: 100%;
	padding: 0 10px;
	height: 200px;
	line-height: 44px;
	border: 1px solid #eee;
	resize:none;
}
.online_inp2 .yzm{
	width: 30%;
	margin-right: 10%;
}
.online_inp2 .yzm img{
	width: 141px;
	height: 46px;
}
.online_bot{
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.online_bot a{
	padding: 14px 45px;
	font-size: 18px;
	margin: 0 15px;
}
.online_bot .a1{
	color: #fff;
	background: #e6d0aa;
}
.online_bot .a2{
	color: #666;
	background: #eee;
}
@media(max-width:992px){
	.online_form{width: 90%;}
}
@media(max-width:768px){
	
}
@media(max-width:500px){
	.online_inp1{width: 100%;}
	.online_bot a{padding: 15px 20px;font-size: 16px;    margin: 0 5px;}
}
.online_inp1 input::-webkit-input-placeholder ,.online_inp2 input::-webkit-input-placeholder, .online_inp2 textarea::-webkit-input-placeholder { 
    color:    #666;
}
.online_inp1 input:-moz-placeholder, .online_inp2 input::-webkit-input-placeholder, .online_inp2 textarea:-moz-placeholder { 
    color:    #666;
}
.online_inp1 input::-moz-placeholder, .online_inp2 input::-webkit-input-placeholder, .online_inp2 textarea::-moz-placeholder { 
    color:    #666;
}
.online_inp1 input:-ms-input-placeholder, .online_inp2 input::-webkit-input-placeholder, .online_inp2 textarea:-ms-input-placeholder { 
    color:    #666;
}
/*联系我们*/
.contact{
	width: 100%;
	height: auto;
}
.contact_map{
	width: 100%;
	padding: 10px;
	border: 1px solid #eeeeee;
	margin: 20px 0;
}
.contact_map img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.contact_lx{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.contact_lx h2{
	line-height: 74px;
	font-size: 26px;
	color: #10957a;
}
.contact_lx p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
@media (max-width: 400px) {
	.contact_lx h2{font-size: 18px;line-height: 30px !important;}
	.contact_lx p{font-size: 12px;line-height: 20px;}
}

/*job*/
.job{
	width: 100%;
	padding: 15px;
	border: 1px solid #10957a;
	margin-top: 40px;
}
.job p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.job span{
	display: block;
	position: relative;
	margin: 20px auto;
	width: 300px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #10957a;
}
@media(max-width:768px){
	.job span{width: 80%;}
}
.job span:after{
	position: absolute;
	bottom:0; left:0;
	width:0; height:100%;
	background:#10957a;
	content:"";
	z-index: -1;
	transition:all 0.8s;
}
.job a:hover span{color: #fff;}
.job a:hover span:after{
	width:100%;left:0;
}
.job:hover{
	box-shadow: 0px 5px 20px #cbc8c8;
}
/*job_page*/
.job_xq{
	width: 100%;
	height: auto;
	border: 1px solid #10957a;
	margin: 20px 0;
}
.job_xq h2{
	line-height: 40px;
	height: 40px;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #10957a;
	display: block;
	border-bottom: 1px solid #10957a;
}
.job_xq_div{
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px solid #10957a;
}
.job_xq_div_child{
	width: 100%;
	height: 30px;
	margin: 10px 0;
}
.job_xq_div_child>span{
	width: 7%;
	float: left;
	line-height: 30px;
	display: block;
	color: #666;
	font-size: 16px;
}
.job_xq_div_child p{
	height: 28px;
	line-height: 28px;
	border: 1px solid #eee;
	width: 15%;
	padding: 0 10px;
	text-align: left;
	display: block;
	float: left;
}
.job_xq_div_child input{
	height: 28px;
	line-height: 28px;
	border: 1px solid #eee;
	width: 15%;
	padding: 0 10px;
	float: left;	
}
.job_xq_div_child input[type="radio"]{
	width: 15px;
	height: 15px;
	
}
.job_xq_div_child font{
	float: left;
	line-height: 30px;
	padding: 0 10px;
}
.job_text{
	width: 100%;
	padding: 0 10px;
}
.job_text textarea{
	resize:none;
	width: 100%;
	height: 150px;
	line-height: 25px;
	border: 1px solid #eee;
	margin: 10px 0;
}
.job_xq_div_child img{
	margin-left: 20px;
}
.job_a{
	display: block;
	margin: 40px auto;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #10957a;
	position: relative;
	
}
.job_a:hover{
	color: #fff;
}
.job_xq_div_child img{height: 30px;}
@media(max-width:1200px){
	.job_xq_div_child>span{width: 15%;}
	.job_xq_div_child input{width: 25%;}
	.job_xq_div_child p{width: 25%;}
}
@media(max-width:768px){
	.job_xq_div_child>span{width: 30%;}
	.job_xq_div_child input{width: 50%;}
	.job_xq_div_child p{width: 50%;}
	.yzm_input{width: 25% !important;height: 28px;}
	.job_a{width: 80%;}
}



/*right*/
@media(max-width:768px){
	.right{display: none;}
}
.right{
	width: 150px;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 10%;
}
.right_close{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.right_img{
	display: block;
	width: 148px;
	border: 1px solid #eee;
}
.right_img img{
	width: 148px;
	height: 148px;
}

/*模板添加*/
.navbar-brand>img {
   
}
.navbar-brand{
	height:auto;
	padding-bottom:0;
	padding-top:25px;
}
.footer_logo img {
    width:170px;
}
@media(max-width:992px){
	.navbar-brand>img {
		/*height: 25px;*/
		width: 60%;
		display: block;
		margin: auto;
	}
	nav.navbar.bootsnav .navbar-brand{
		padding-bottom:0;
		padding-top:10px;
		width: 90%;
	}
}
.about_us_title{width: 100%;float: left;height: auto;text-align: center;margin-bottom: 60px;}
.about_us_title a{display: block;float: left;height: auto;width: 100%;}
.about_us_title i{text-align: center;font-size: 26px;color: #157c67;position: relative;}
.about_us_title i:after{content: ""; position: absolute;width: 54px;height: 2px;background-color: #a29fa0;bottom: -10px;left: 50%;margin-left: -27px;}

.about_us_title span{display: block;width: 100%;float: left;color: #858787;margin-top: 12px;}
.index_tslf{width: 100%;float: left;height: auto;background-image: url(../images/cpbg.jpg);background-repeat: no-repeat;background-size: 100% 100%;}
.index_tslf_con{width: 100%;float: left;height: auto;}
.index_news_con{width: 100%;float: left;height: auto;margin-top: 60px;}
.index_news_ul{width: 100%;float: left;height: auto;}
.index_news_ul_li{width: 49%;float: left;height: auto;background-color: #f9f9f9;margin-bottom: 20px;}
.index_news_ul_li a{width: 100%;float: left;height: auto;display: block;}
.index_news_ul_libox{width: 96%;float: left;height: auto;margin: 0 2%;padding: 30px 0;}
.index_news_ul_fl{width: 30%;float: left;height: auto;}
.index_news_ul_fl img{width: 100%;}
.index_news_ul_fr{width: 68%;float: left;margin-left: 2%;}
.index_news_ul_fr_foot{width: 100%;float: left;height: auto;margin-top: 10px;}
.index_news_ul_fr_foot_fl{width: 50%;float: left;height: auto;font-size: 12px;color: #626564;}
.index_news_ul_fr_foot_fr{width: 50%;float: left;height: auto;}
.index_news_ul_fr_foot_fr span{width: 50%;background-color: #e4e2e0;border-radius: 10px;line-height: 25px;text-align: center;display: block;float: right;color: #10957a;}
.index_news_ul_frsp{display: block; color:#626564;width: 100%;float: left;height: auto;line-height: 30px;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index_news_ul_frp{width: 100%;float: left;height: auto;color: #000;font-size: 16px;;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.indexliywo{margin-left: 2%;}
.index_news_ul_li a:hover .index_news_ul_fr_foot_fr span{background-color: #26866f;color: #fff;}
.index_news_ul_li a:hover .index_news_ul_frp{color: #26866f;}
.indec_foot_logo{width: 100%;float: left;height: auto;}
.indec_foot_logo img{display: block;margin: auto;margin-top: 30px;margin-bottom: 30px;}
.indec_foot_tel{width: 100%;float: left;height: auto;text-align: center;color: #fff;padding-bottom: 20px;}
.idnexfooticon{display: inline-block;margin-right: 5px;}
.fa-search{color: #4e4d4d;}




.index_tslf_fl{width: 100%;float: left;height: auto;}
.index_tslf_fl_li{width: 100%;float: left;height: auto;}
.tslf_y1_yy{width: 131px;height: 131px;border-radius: 50%;margin: auto;}
.tslf_y1_yy img{border-radius: 50%;}
.tslf_y1 p{width: 100%;float: left;height: auto;text-align: center;color: #fff;margin-top: 0.5rem;}
.tslf_y1{width: 100%;float: left;height: auto;}
.index_yy02{}
.index_yy05{}
.index_yy03{}

.index_tslf_fr{width: 100%;float: left;height: auto;margin-top: 40px;transition:all 0.4s; }
.index_tslf_fr_box{width: 80%;padding: 10px 0;margin-left: 5%;height: auto;float: left;background-image: url(../images/dbxbg.png);background-repeat: no-repeat;background-size: 100% 100%;transition:all 0.4s;}
.index_tslf_fr_box a{display: block;width: 97%;float: left;height: auto;margin-left: 3%;transition:all 0.4s;}
.index_tslf_fr_boxtitle{width: 100%;float: left;height: auto;text-align: center;color: #010101;margin-top: 10px;}
.index_tslf_fr_box_ce{width: 80%;float: left;height: auto;margin:0 10%;}
.index_tslf_fr_boxtext{width: 100%;float: left;height: auto;line-height: 25px;margin-top: 15px;color: #333;}
.index_tslf_fr_box_ceul{width: 100%;float: left;height: auto;margin-top: 20px;margin-bottom: 20px;}
.index_tslf_fr_box_ceulli{width: 46%;float: left;height: auto;margin: 0 2%;}
.index_tslf_fr_box_ceulli img{width: 100%;}
.index_yy01 a{display: block;width: 100%;float: left;height: auto;}
.index_tslf_fr:hover{
             transition-duration: 0.5s;}
.index_tslf_fr_box a:hover{
	-webkit-transition:all 1.0s ease-in-out;
    -moz-transition:all 1.0s ease-in-out;
    -o-transition:all 1.0s ease-in-out;
    -ms-transition:all 1.0s ease-in-out;
    transition:all 1.0s ease-in-out;
}

.about_lunbo{width: 100%;float: left;height: 350px;position: relative;}
.footdzswpic{width: 5%;margin-left: 5px;padding: 8px 0;}
.logo{margin-top: 1px;width: 100%;}
.navbar-nav{float: left;width: 74%;}
.navbar-header{width: 15%;}
.topdhhm{width: 13%;position: absolute;right: 0px;top: 0;display: block;padding: 30px 0;font-size: 16px;text-align: right;color: #3f3e3e;}
.topdhhm img{display: block;
    float: right;
    margin-top: 3px;}
.topdhhm span{display: block;float: right;margin-left: 5px;}
.ej_ystd{width: 100%;float: left;height: auto;margin-top: 20px;}
.ej_tw1_li{
	border:1px solid #eee;
	padding:15px;
	width:48%;
	float:left;
	margin: 0 1%;
	margin-bottom:20px;
	
}
.ej_tw1_li>a{
	display:block;
}
.ej_tw1_lil{
	width:180px;
	float:left;
}
.ej_tw1_lil>img{
	display:block;
	width:100%;
}
.ej_tw1_lir{
	width:75%;
	width:calc(100% - 200px);
	float:left;
	margin-left:20px;
	padding-top:60px;
}
.ej_tw1_lir>h2{
	font-size:16px;
	color:#333;
	font-weight: bold;
	line-height: 30px;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.ej_tw1_lir>p{
	font-size:14px;
	color:#333;
	line-height: 24px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;*/
	margin-top:15px;
}

/* tab */
.tab66{width:100%;height: auto;float: left;position: relative;}
.tab66 ul.menu{width: 50%;float: left;height: auto;position: relative;}
.tab66 ul.menu li{cursor:pointer;height: auto;width: 40%;float: left;}
/*.tab ul.menu li.active{background:#848484;color:#fff;}*/
.con1,.con2,.con3,.con4,.con5{width: 50%;float: left;height: auto;}
.con2,.con3,.con4,.con5{display:none;}
.con1 ul,.con2 ul,.con3 ul,.con4 ul,.con5 ul{}
.con1 ul li,.con2 ul li,.con3 ul li,.con4 ul li,.con5 ul li{background:url(images/point.png) no-repeat left center;padding:0 0 0 10px;font-size:14px;line-height:180%;color:#252525;}
/*.con1 ul li:hover,.con2 ul li:hover{color:#ba2636;cursor:pointer;text-decoration:underline;}*/
.line{height:2px;width:300px;background:red;position:absolute;bottom:-2px;}
.con1 ul li font,.con2 ul li font{ float:right; display:inline}
.index_yy02{}

.index_yy05{float: right !important;}

.index_yy04{margin-top: 60px;}
.index_yy05{margin-top: 60px;}
.index_menu_3{position: absolute;z-index: 999;left: 30%;top: 25%;}
/*cplb*/
.turn{ width:100%; height:350px; float: left; position:relative; overflow:hidden;}
.turn-loading{ width:100%; height:134px; position:absolute; z-index:4; overflow:hidden; background:#202f42;}
.turn-loading img{ width:32px; height:32px; margin:51px 0 0 135px;}
.turn-pic li{ position:absolute; top:0px; right:0px; filter:alpha(opacity=0); opacity:0;}
.turn-pic li img{ width:100%; height:auto; overflow:hidden;} 
.turn-bg{ width:302px; height:32px; overflow:hidden;  position:absolute; z-index:2; bottom:0; filter:alpha(opacity=70); opacity:0.7;display: none;}
.turn-tit{ font-size:12px;}
/*.turn-tit a{ color:#afafaf; text-decoration:none;}
.turn-tit a:hover{ color:#ffb02b; text-decoration:none;}*/
.turn-tit li{ position:absolute; z-index:3; bottom:-20px; left:5px;}
.turn-btn{ position:absolute; z-index:3; font-size:12px; color:#afafaf; bottom:0px; left:60px;}
.turn-btn .lb{ width:27px; height:28px; background:url(../images/jtz.png) no-repeat; overflow:hidden; position:absolute; top:0; left:-40px; cursor:pointer;}
.turn-btn .rb{ left:71px;}
.turn-btn .rb{width:27px; height:28px; background:url(../images/jty.png) no-repeat; overflow:hidden; position:absolute; top:0; left:70px; cursor:pointer;background-size: 100% 100%;}
.turn-btn span{ text-align:center;width: 60px;height: 28px;line-height: 28px;background-color: #10957A;color: #fff;display: block;}
.index_cplb_bg{width: 170px;height: 40px;position: absolute;bottom: -1px;left: 0;background-color: #fff;z-index: 1;}
.index_cplb_bg2{width: 170px;height: 40px;position: absolute;top: 0;right: 0;z-index: 999;}
.index_cplb_bg2 img{width: 100%;}



#banner { position: relative; width: 100%; height:350px;overflow: hidden;}

#banner_list img { border: 0px;width: 100%; }

#banner_bg { position: absolute; bottom: 0; background-color: #000; height: 30px; filter: Alpha(Opacity=30); opacity: 0.3; z-index: 1000; cursor: pointer; width: 478px; }

#banner_info { position: absolute; bottom: 0; left: 5px; height: 22px; color: #fff; z-index: 1001; cursor: pointer }

#banner_text { position: absolute; width: 120px; z-index: 1002; right: 3px; bottom: 3px; }

#banner ul { position: absolute; list-style-type: none; filter: Alpha(Opacity=80);z-index: 1002; margin: 0; padding: 0; bottom:0px; left: 0; }

#banner ul li { padding: 3px 12px; float: left; display: block; color: #FFF; background: #eafaf7; cursor: pointer; color: #10957a;}

#banner ul li.on { background-color: #10957a; color: #fff;}

#banner_list a { position: absolute; }
/*cplb*/
@media(max-width:992px){
	.index_top_hyn{display: none;}
	.mt60{margin-top: 20px;}
	.about_us_title i{font-size: 22px;}
	.about_us_title span{font-size: 14px;}
	.about_us_title{margin-bottom: 20px;}
	.about h2{display: none;width: 100%;float: left;height: auto;}
	.about h2 span{text-align: center;padding: 5px;display: block;width: 100%;height: auto;float: left;}
	.about_nr a{width: 40%;margin: auto;display: block;margin-top: 20px;}
	.about_video{margin-top: 20px;}
	.mb60 {margin-bottom: 20px;}
	.index_news_con{margin-top: 20px;}
	.index_news_ul_li{width: 100%;}
	.indexliywo{margin-left: 0;}
	.index_news_ul_fl{width: 100%;}
	.index_news_ul_fr{width: 100%;margin-left: 0%;margin-top: 10px;}
	.index_news_ul_libox{padding: 10px 0;}
	.ej_tw1_li{width: 100%;}
	.ej_tw1_lil {
		width: 70px;
	}
	.ej_tw1_lir {
		width: calc(100% - 80px);
		margin-left: 10px;
		padding-top: 6px;
	}
	.ej_tw1_li {
		padding: 6px;
	}
	.ej_tw1_lir>h2 {
		font-size: 14px;
		line-height: 18px;
	}
	.ej_tw1_lir>p {
		font-size: 12px;
		line-height: 14px;
		margin-top: 4px;
	}
	.footer_bot{line-height: 25px;padding-top: 8px;}
	.indec_foot_logo img{width: 80%;margin-bottom: 10px;}
	.indec_foot_tel span{display: block;width: 100%;}
	.indec_foot_tel{padding-bottom: 0;}
	.footdzswpic{width: 10%;}
	.footer_bg {background-color: #10957a;}
	.topdhhm  {display: none;}
	nav.navbar.bootsnav.navbar-fixed{background-color: #00BD97 !important;}
	.navbar-nav{margin: 0 !important;}
	.news li{margin-top: 0;}
	.page{margin-top: 15px;margin-bottom: 20px;}
	.tslf_y1_yy{width: 100px;height: 100px;}
	.tslf_y1_yy img{width: 100%;}
	.index_news_ul_fl img{width: 65%;display: block;margin: auto;}
	
	.tab66 ul.menu{width: 100%;}
	.con1, .con2, .con3, .con4, .con5{width: 100%;}
	.index_tslf_fr_box{width: 90%;}
	.index_tslf{background-size: cover;}
	.about_lunbo{margin-top: 20px;}
	.index_cplb_bg2{display: none;}
	.contact_map{margin-bottom: 10px;}
	.contact_lx h2{font-size: 20px;line-height: 30px !important;}
	.contact_lx p{font-size: 14px;line-height: 25px;}
	#banner{height: 220px;}
	.about_lunbo{height: 220px;}
}
.fyfy_right{float:none !important;display:contents;}

