/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#017431;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#017431}
::-webkit-scrollbar-thumb:vertical:hover{background:#017431}

body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"黑体";width:100%;min-width:320px;overflow-x: hidden;color:#333}
html,body{height:100%;}
em,i{font-style:normal}
a:hover{text-decoration:none}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{margin-top:0;margin-bottom:0;}
ul{margin:0;padding:0;}
ul,li{list-style: none;}
textarea{resize: none;}
a:focus, a:hover{text-decoration: none;}
a{display: block;color:#333;}
a:focus, a:hover{color:#333;}
img{display: block;}
.Animation{-webkit-transition:all 1s;transition:all 1s;opacity:0}
.fullpage{width:100%;overflow:hidden}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:60px;}
.img{width:100%;overflow:hidden;margin:0 auto;position:relative}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}

@media (min-width:1450px){
	.container{width:1230px;}
}
@media (min-width:1650px){
	.container{width:1430px;}
}
@media (min-width:1850px){
	.container{width:1630px;}
}

/*导航*/
.navbar-default{width:100%;background:#fff;border:none;border-radius:0;margin-bottom:0;box-shadow: 0 0 6px rgba(0,0,0,.2);transition: all 0.5s;}
.navbar-default .navbar-brand{padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:0;height:auto;transition: all 0.5s;}
.navbar-default .navbar-brand img{height:40px}
.navbar-default .navbar-toggle{border-color:#017431;margin-top:13px;}
.navbar-default .navbar-toggle .icon-bar{background-color:#017431}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#fff;}
.navbar-default .navbar-nav>li{transition: all 0.5s;}
.navbar-default .navbar-nav>li>a{color:#333;line-height:20px;transition: all 0.5s;}
.navbar-default .navbar-nav>li>a:hover{color:#017431;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#fff;background-color:#017431;}

.nav2 {}

.navbar-default .navbar-collapse{border-color:#017431;padding:0;}

.headerEffect .navbar-default{position: fixed;left:0;top:0;z-index: 1030;}

.navbar-other{margin-left:20px;}
.navbar-other .icon{display: flex;align-items: center;font-size:14px;}
.navbar-other .icon>img{width:20px;margin-right:6px;}
.navbar-other span{display: block;font-size:16px;color:#017431;line-height: 1;margin-top:5px;font-family:arial;font-weight: 700;}


@media (max-width:767px){
	/*PC端宽高设定*/
	#CuPlayer div.CuPc{ width:600px; height:375px; margin:0 auto; }		
	/*移动端宽高设定*/
	#CuPlayer div.CuMob{ width:100%; height:375px; margin:0 auto; position: relative; }
	#CuPlayer div.CuPad{ width:100%; height:375px; margin:0 auto; }		
	
	.navbar-default .navbar-nav{padding:0;margin:10px 0;}
	.navbar-default .navbar-nav>li{padding:0 15px;margin-bottom:5px;}
	.navbar-default .navbar-nav>li:last-child{margin-bottom:0;}
	.navbar-default .navbar-nav>li>a{padding:8px 15px;}
	
	.navbar-other{position: absolute;right:90px;top:7px;margin-left:0;}
	.navbar-other .icon{padding:10px;display: none;}
}
@media (max-width:479px){
	/*移动端宽高设定*/
	#CuPlayer div.CuMob{ width:100%; height:375px; margin:0 auto; position: relative; }
	#CuPlayer div.CuPad{ width:100%; height:375px; margin:0 auto; }	
	
	.navbar-other{right:75px}
	.navbar-other span{font-size:14px;}
}
@media (max-width:370px){
	/*移动端宽高设定*/
	#CuPlayer div.CuMob{ width:100%; height:200px; margin:0 auto; position: relative; }
	#CuPlayer div.CuPad{ width:100%; height:200px; margin:0 auto; }	
		
	.navbar-other{top:10px;}
	.navbar-other .icon>i,
	.navbar-other span{display: none;}
	.navbar-other .icon{display: block;}
	.navbar-other .icon>img{margin-right:0;}
}
@media (min-width:768px){
	/*PC端宽高设定*/
	#CuPlayer div.CuPc{ width:600px; height:375px; margin:0 auto; }	
	/*移动端宽高设定*/
	#CuPlayer div.CuMob{ width:100%; height:375px; margin:0 auto; position: relative; }
	#CuPlayer div.CuPad{ width:100%; height:375px; margin:0 auto; }		
	
	.navbar-other{display: none;}
	.navbar-default .navbar-brand{padding-top:20px;padding-bottom:20px;}
	.navbar-default .navbar-collapse{float:right;}
	.navbar-default .navbar-nav{margin-right:-12px;}
	.navbar-default .navbar-nav>li:first-child{border-left:1px solid rgba(205,211,206,0.2);}
	.navbar-default .navbar-nav>li{border-right:1px solid rgba(205,211,206,0.2);}
	.navbar-default .navbar-nav>li>a{padding:30px 6px;}
}
@media (min-width:992px){
	/*PC端宽高设定*/
	#CuPlayer div.CuPc{ width:800px; height:500px; margin:0 auto; }
	/*移动端宽高设定*/
	#CuPlayer div.CuMob{ width:100%; height:500px; margin:0 auto; position: relative; }
	#CuPlayer div.CuPad{ width:100%; height:500px; margin:0 auto; }	
	
	.navbar-other{float:right;display: block;padding:9px 0;margin-left:30px;}
	.navbar-default .navbar-nav{margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:30px 15px;}
}
@media (min-width:1200px){
	/*PC端宽高设定*/
	#CuPlayer div.CuPc{ width:1120px; height:700px; margin:0 auto; }
	/*移动端宽高设定*/
	#CuPlayer div.CuMob{ width:100%; height:700px; margin:0 auto; position: relative; }
	#CuPlayer div.CuPad{ width:100%; height:700px; margin:0 auto; }	
	
	.navbar-other{padding:22px 0;}
	.navbar-default .navbar-brand{padding-top:24px;padding-bottom:24px;}
	.navbar-default .navbar-brand img{height:58px}
	.navbar-default .navbar-nav>li>a{font-size:16px;padding:43px 18px;}
	
	.headerEffect .navbar-other{padding:14px 0;}
	.headerEffect .navbar-default .navbar-brand{padding-top:16px;padding-bottom:16px;}
	.headerEffect .navbar-default .navbar-nav>li>a{padding:35px 18px;}
}
@media (min-width:1450px){
	.foot_top_left{margin-left:-50px;margin-right:-50px;}
	.foot_top_left>div{padding-left:50px;padding-right:50px;}
	.foot_nav{max-width:450px; padding-top:20px !important;}	
	
	.navbar-other{margin-left:40px;}
	.navbar-default .navbar-nav>li>a{padding:43px 22px;}
	
	.headerEffect .navbar-default .navbar-nav>li>a{padding:35px 22px;}
}
@media (min-width:1650px){
	.navbar-other{margin-left:50px;}
	.navbar-default .navbar-nav>li>a{padding:43px 28px;}
	.headerEffect .navbar-default .navbar-nav>li>a{padding:35px 28px;}
}

/*footer*/
.gotop{position:fixed;width:40px;height:40px;background:url(../images/gotop1.png) no-repeat center;background-size:contain;right:5px;bottom:50px;z-index:9;cursor:pointer;transition:all .5s}
.gotop:hover{background:url(../images/gotop1.png) no-repeat center;background-size:contain;}

.footer{background:#026a39;color:#ffffff;font-size:12px;}
.footer a{color:#ffffff}
.footer a:hover{color:#fff;text-decoration: underline;}

.foot_top{padding:30px 0;overflow: hidden;justify-content: space-between;align-items: center;}
.foot_top_left{align-items: stretch;flex-flow: row wrap;}
.foot_top_left>div{margin-bottom:20px;}
.foot_top_left>.foot_nav{margin-bottom:10px;}
.foot_nav a{float:left;margin-bottom:10px;margin-right:15px;}
.foot_contact>p{display: flex;line-height:22px;margin-bottom:15px;}
.foot_contact>p>img{width:22px;height:22px;margin-right:8px;}
.fEwm>img{max-width:120px;margin:0 auto;}
.copyright{padding:15px 0;background:#006233;}
.copyright a{display:inline-block}
.copyright img{display:inline-block;vertical-align:middle}
.foot_logo{display: none;}
@media (max-width:767px){
	.gotop{width:30px;height:30px}
	.copyright{text-align: center;}
}
@media (min-width:768px){
	.foot_top,.foot_top_left{display: flex;flex-flow: row wrap;}
	.foot_top_left{float:left;margin-left:-20px;margin-right:-20px;}
	.foot_top_left>div{float:left;padding:15px 20px 0;margin-bottom:0;}
	.foot_top_left>.foot_nav{margin-bottom:0;}
	.foot_nav{max-width:320px;border-left:1px solid rgba(255,255,255,0.1);border-right:1px solid rgba(255,255,255,0.1);}
	.foot_nav a{padding:0 10px;width:25%;margin-bottom:15px;margin-right:0;}
	.foot_contact{max-width:300px;}
	.foot_top_right{float:right;}
}
@media (min-width:992px){
	.foot_logo {display:none;}
	.foot_top_left{margin-left:-40px;margin-right:-40px;}
	.foot_top_left>div{padding-left:40px;padding-right:40px;}
	.foot_nav{max-width:400px;}
	.foot_contact{max-width:340px;}
}
@media (min-width:1200px){
	.foot_logo {display:block;}
	.foot_top_left{margin-left:-30px;margin-right:-30px;}
	.foot_top_left>div{padding-left:30px;padding-right:30px;}
	.foot_nav{max-width:400px; padding-top:20px !important;}
	.foot_nav a{padding:0 10px;}
	.foot_contact{max-width:400px;}
}


/* 首页 - banner */
.banner{position:relative;width:100%;overflow: hidden;}
.banner img[onclick]{cursor: pointer;}
.banner .swiper-slide>img{width:100%;}
.banner_text{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.banner_text img{width:auto;max-width:100%;margin:0 auto;-webkit-transition:all 1s;transition:all 1s;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}
.banner .swiper-slide-active .banner_text img{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}

.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-bullet{background-color:#fff;opacity:0.8;}
.banner .swiper-pagination-bullet-active{background:#017431;opacity: 1;}
.banner .swiper-button{width:40px; height:40px; border-radius:50%; margin-top:-20px; outline:none; opacity:0; transition:all 0.5s;}
.banner .swiper-button-prev{left:0;background-image:url(../images/l.png); background-position:center; background-size:auto auto;}
.banner .swiper-button-next{right:0;background-image:url(../images/r.png); background-position:center; background-size:auto auto;}
.banner .swiper-button:hover{}
.banner:hover .swiper-button{opacity:1;}
.swiper-button-prev,.swiper-button-next{outline: none;}
.banner .nextPage{position:absolute;width:40px;height:40px;left:50%;margin-left:-20px;bottom:25px;border-radius: 50%;background-color:rgba(7,150,95,0.6);background-image:url(../images/j5.png);background-position: center;background-repeat: no-repeat;z-index:10;animation: mymove 1.5s alternate infinite;-webkit-animation: mymove 1.5s alternate infinite;cursor: pointer;}
.banner .nextPage:hover{background-color:rgba(7,150,95,0.9);}
@keyframes mymove{
	from{bottom:25px;}
	to{bottom:35px;}
}
@-webkit-keyframes mymove{
	from{bottom:25px;}
	to{bottom:35px;}
}

@media (max-width:767px){
	.PC_img{display:none}
	.banner .swiper-button{display: none;}
	.banner .nextPage{display: none;}
}
@media (min-width:768px){
	.banner .swiper-pagination,
	.min_img{display:none}
	.banner .swiper-button-prev{left:30px;}
	.banner .swiper-button-next{right:30px;}
}
@media (min-width:992px){
	.banner .swiper-button{width:50px;height:50px;margin-top:-25px;}
	.banner .swiper-pagination{bottom:20px;}
}
@media (min-width:1450px){
	.banner .swiper-button-prev{left:40px;}
	.banner .swiper-button-next{right:40px;}
}

/*标题*/
.padding_main{position: relative;width:100%;overflow: hidden;padding:35px 0;}
.index_title{text-align:center;margin-bottom:30px;}
.index_title .h2{font-size:20px;margin-top:5px;}
.index_title .h2:after{content: '';display: block;width:58px;height:10px;border:3px solid #b5b5b5;border-top:none;margin:15px auto 0;}
.index_title em{font-size:20px;display: block;font-family: arial;font-weight: lighter;}
.textColor,
.textColor .index_title{color:#fff;}
@media (max-width:767px){
	.index_title .h1{font-size:20px}
	.index_title p{font-size:12px}
}
@media (min-width:768px){
	.padding_main{padding:40px 0;}
	.index_title{margin-bottom:40px}
	.index_title .h2,
	.index_title em{font-size:24px}
}
@media (min-width:992px){
	.padding_main{padding:50px 0;}
	.index_title .h2,
	.index_title em{font-size:28px}
}
@media (min-width:1200px){
	.padding_main{padding:60px 0;}
	.index_title{margin-bottom:50px}
	.index_title .h2,
	.index_title em{font-size:32px}
}
@media (min-width:1450px){
	.index_title{margin-bottom:60px}
}

/*首页 - 公司业务*/
.product-swiper{position: relative;}
.product-swiper .swiper-container{position: static;}
.product-swiper .swiper-button{width:30px;height:30px;margin-top:-15px;background:url(../images/leftg.png) no-repeat center;background-size:100% 100%;}
.product-swiper .swiper-button-prev{left:-50px;}
.product-swiper .swiper-button-next{right:-50px;transform: rotate(-180deg);}
.product-swiper .swiper-button.swiper-button-disabled{background:url(../images/left.png) no-repeat center;background-size:100% 100%;}
@media (min-width:992px){
}
@media (min-width:1200px){
	.product-swiper .swiper-button{width:40px;height:40px;margin-top:-20px;}
	.product-swiper .swiper-button-prev{left:-70px;}
	.product-swiper .swiper-button-next{right:-70px;}
}
@media (min-width:1650px){
	.product-swiper .swiper-button-prev{left:-80px;}
	.product-swiper .swiper-button-next{right:-80px;}
}

/*首页 - 关于*/
.index_about{overflow: hidden;}
.index_about .right .h3{font-size:20px;color:#017431;}
.index_about .right .InfoContent{margin:10px 0;}
.index_about .right .InfoContent>p{margin-bottom:10px;}
.index_about .hrefs{overflow: hidden;}
.index_about .hrefs>a{float:left;width:110px;height:36px;line-height:36px;text-align: center;border:1px solid #aeaeae;border-radius: 18px;margin-bottom:10px;margin-right:15px;transition: all 0.5s;}
.index_about .hrefs>a:last-child{margin-right: 0;}
.index_about .hrefs>a:hover{background:#017431;color:#fff;border-color:#017431;}

.indexItem03{position: relative;width:100%;overflow: hidden;}
.indexItem03 .bg{position: absolute;width:100%;height:100%;background-size:cover;background-position: center;left:0;top:0;}
.in3_main{margin:0;display: flex;align-items: stretch;flex-flow: row wrap;}
.in3_main .column{padding:0;}
.in3_main .index_title{margin-bottom:25px;}
.in3_main .index_title .h2:after{display: none;}
.in3_main .right .text{text-align: center;padding:0 15px;}
.in3_main .right .p{line-height:28px;}
.in3_main .right .p br{display: none;}
.in3_main .left,
.in3_main .right{padding:35px 0;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.in3_main .right{background:rgba(0,0,0,0.6);}
.in3_main .right .href{width:40px;height:40px;border-radius: 50%;background-color:rgba(7,150,95,1);background-image:url(../images/j5.png);background-position: center;background-repeat: no-repeat;transform: rotate(-90deg);margin:20px auto 0;}
.in3_main .right .href:hover{background-color:rgba(7,150,95,0.8);}
.in3_logo>img{height:100px;}
@media (max-width:767px){
	.index_about .left{margin-bottom:20px;}
}
@media (min-width:768px){
	.index_about .left{width:45%;float:left; padding-left:20px; padding-right:10px;}
	.index_about .right{width:55%;float:left; padding-left:10px; padding-right:20px;}
	.index_about .right .h3{font-size:22px;}
	.index_about .right .InfoContent{margin:20px 0;}
	.index_about .hrefs>a{margin-right:15px;}
	
	.in3_main .right{padding:40px 0;}
	.in3_main .index_title .h2,
	.in3_main .index_title em{font-size:22px;}
	.in3_main .right .text{padding:0 25px;}
}
@media (min-width:992px){
	.index_about .right{ padding-left:10px; padding-right:20px;}
	.index_about .right .h3{font-size:24px;}
	.index_about .right .InfoContent{margin:25px 0;}
	.index_about .hrefs>a{width:105px;font-size:16px;margin-right:12px;}
	
	.in3_main .right{padding:50px 0;}
	.in3_logo>img{height:120px;}
	
	.in3_main .right .p br{display: block;}
	.in3_main .right .href{width:52px;height:52px;}
}
@media (min-width:1200px){
	.index_about .left{padding-left:30px; padding-right:10px;}	
	.index_about .right{ padding-left:20px; padding-right:30px;}	
	
	.index_about .right .InfoContent{margin:35px 0;}
	/* .index_about .hrefs>a{width:146px;} */
	.index_about .hrefs>a{width:105px;}
	
	.in3_main .right{padding:60px 0;}
	.in3_main .index_title .h2,
	.in3_main .index_title em{font-size:24px;}
	.in3_main .right .text{padding:0 40px}
}
@media (min-width:1650px){
	.index_about .right{ padding-left:50px; padding-right:50px;}	
	
	.in3_main .right .text{width:65%;}
}
/*首页 - 案例*/
.index_case{margin-left:-3px;margin-right:-3px;}
.index_case .column{padding:0 3px;margin-bottom:6px;}
.index_case a{position: relative;}
.index_case .mask{position:absolute; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.6); padding:6%; opacity:0; transition:all 0.5s;}
.index_case .text{width:100%; height:100%; display:flex; flex-direction:column; text-align:center; justify-content:center; color:#ffffff; border:1px solid #fff; padding:15px; transform:scale(0.5); transition:all 0.5s;}
.index_case .h5{font-size:16px;line-height: 1.2;}
.index_case a:hover .text{transform: scale(1);}
.index_case a:hover .mask{opacity: 1;}

/*首页 - 新闻*/
.index_news{margin-left:-20px;margin-right:-20px;}
.index_news .column{padding:0 20px;margin-bottom:25px;}
.index_news a{display:flex;}
.index_news .img{flex:0 0 auto;width:200px; height:150px; display:flex;flex-direction:column;justify-content:center}
.index_news .text{width:100%;overflow:hidden;padding-left:20px}
.index_news .h5{font-size:18px;}
.index_news .p{margin-top:10px;color:#666;line-height:28px;height:84px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.index_news a:hover .h5{color:#17872f}
.index_news a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:767px){
	.InfoContent { line-height:2.2; position:relative; overflow:visible !important; color:#666;}
	
}
@media (max-width:479px){
	.InfoContent { line-height:2.2; position:relative; overflow:visible !important; color:#666;}
	/*首页 - 案例*/
	.index_case .column{width:100%;}
	
	/*首页 - 新闻*/
	.index_news a{display:block}
	.index_news .img{width:100%;margin-bottom:15px}
	.index_news .text{padding-left:0}
}
@media (min-width:768px){
	.InfoContent { line-height:2.2; position:relative; overflow:visible !important; color:#666;}
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:30px;}
	.index_news .p{margin-top:15px;}
}
@media (min-width:992px){
	/*首页 - 案例*/
	.index_case .h5{font-size:18px;}
	.InfoContent { line-height:2.2; position:relative; overflow:visible!important; color:#666;}
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:40px;}
}
@media (min-width:1200px){
	.index_about .left{padding-left:30px; padding-right:10px;}	
	.index_about .right{ padding-left:20px; padding-right:30px;}		
	
	/*首页 - 案例*/
	.index_case .h5{font-size:20px;}
	
	/*首页 - 新闻*/
	.index_news .img{width:220px; height:155px;}
	.index_news .p{margin-top:20px;}
	.index_news .text{padding-left:30px}
}
@media (min-width:1450px){
	.index_about .left{padding-left:40px; padding-right:20px;}	
	.index_about .right{ padding-left:40px; padding-right:40px;}		
	
	/*首页 - 案例*/
	.index_case .h5{font-size:22px;}
	
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:50px;}
}
@media (min-width:1650px){
	/*首页 - 案例*/
	.index_case .h5{font-size:22px;}
	
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:60px;}
	.index_news .img{width:264px; height:156px;}
}

/*内页*/
.inside_main{padding:35px 0 60px;min-height:60vh;}
.inside_banner,.inside_main{position:relative;width:100%;overflow:hidden}
.inside_banner img{width:100%}
.inside_text{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;display: flex;justify-content: center;flex-direction: column;color:#fff;text-align: center;}
.inside_text .h1{font-size:36px; text-transform:uppercase; font-family:arial; font-weight:bold; letter-spacing:20px;}
.inside_text p{margin-top:10px;}
.inside_text p a{display: inline-block;color:#fff;}

.InfoContent{line-height:2.2;position:relative;overflow:hidden;color:#666}
.InfoContent p{margin:0}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;width:1000px;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}

.InfoTitle{margin-bottom:15px;border-bottom:1px #dad9d9 solid;padding-bottom:15px;text-align:center}
.InfoTitle .h4{font-size:18px;margin:0;line-height:1.4;text-transform:uppercase}
.InfoTitle .date{font-size:12px;color:#666;margin-top:10px}

.submenu{margin-bottom:20px;}
.submenu.nav-pills{text-align:center;margin-left:-10px;margin-right:-10px;}
.submenu.nav-pills>li{float:none;display:inline-block;padding:0 10px;margin-bottom:10px;}
.submenu.nav-pills>li>a{padding:0}
.submenu.nav-pills>li>a:after{content:"";display:block;width:0;height:2px;background:#017431;margin:5px 0 0;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s}
.submenu.nav-pills>li.active>a:after,.submenu.nav-pills>li>a:hover:after{width:100%}
.submenu.nav-pills>li.active>a,.submenu.nav-pills>li>a:focus,.submenu.nav-pills>li>a:hover{color:#017431;background-color:transparent}

.submenu.nav-pills2{text-align:center;margin-left:-10px;margin-right:-10px;}
.submenu.nav-pills2>li{float:none; display:inline-block; padding:0 10px; background-color:#eee; height:35px; line-height:35px;}
.submenu.nav-pills2>li:hover{float:none; display:inline-block; background-color:#017431; height:35px; line-height:35px;}
.submenu.nav-pills2>li:hover >a{color:#fff;}
.submenu.nav-pills2>li.active{float:none;display:inline-block; background-color:#017431; height:35px;line-height:35px;}
.submenu.nav-pills2>li.active>a{color:#fff;}

.submenu.nav-pills2>li>a{padding:0;}
.submenu.nav-pills2>li>a:after{display:block; width:0; padding:0 10px; height:2px; background:#017431; margin:5px 0 0; transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s}
.submenu.nav-pills2>li.active>a:after,.submenu.nav-pills2>li>a:hover:after{width:100%}
.submenu.nav-pills2>li.active>a,.submenu.nav-pills2>li>a:focus,.submenu.nav-pills2>li>a:hover{ color:#fff; background-color:transparent}



.pager{margin:30px 0 0}
.pager li>a,.pager li>span{border:1px #bfbfbf solid;color:#666;border-radius:0;padding:8px 18px;margin:0 5px;transition: all 0.5s;border-radius: 5px;}
.pager li>span{color:#999}
.pager li>a{border-color:#666}
.pager li>a:hover{color:#fff;border-color:#017431;background-color:#017431}

.pager .page-num-current {color:#fff; border-color:#017431; background-color:#017431; font-weight:bold; }


.info_previous_next_wrap{border-top:1px #dad9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400;text-transform:uppercase}
.info_previous_next_wrap a{color:#666;text-decoration:none;display: inline;}
.info_previous_next_wrap a:hover{color:#03346f}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.goBack{text-align:center;margin-top:30px;text-transform:uppercase}
.goBack a{width:130px;display:inline-block;color:#fff;line-height:20px;background-color:#333;padding:12px 10px;font-size:16px}
.goBack a:hover{background-color:#017431}

@media (max-width:767px){
	.info_previous_next_wrap{font-size:12px;margin-top:30px}
	
	.submenu.nav-pills{text-align:left}
	.submenu.nav-pills>li>a{font-size:16px}
	
	.submenu.nav-pills2{text-align:left}
	.submenu.nav-pills2>li>a{font-size:15px}
}
@media (min-width:768px){
	.inside_main{padding:50px 0 80px}
	.inside_text .h1{font-size:36px;}

	.submenu{margin-bottom:30px;}
	.submenu.nav-pills>li>a{font-size:18px}
	.submenu.nav-pills2>li>a{font-size:16px}
	
	.InfoTitle{margin-bottom:20px}
	.InfoTitle .h4{font-size:20px}
	
	.pager{margin-top:50px}
	.pager li>a,.pager li>span{padding:10px 20px;margin:0 15px}
	
	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;}
}
@media (min-width:992px){
	.inside_text .h1{font-size:42px;}
	
	.InfoTitle .h4{font-size:22px}
	.InfoTitle .date{font-size:14px;}
}
@media (min-width:1200px){
	.inside_main{padding:60px 0 100px}

}
@media (min-width:1450px){
	.inside_text .h1{font-size:60px;}
}
/*关于我们*/


/*公司业务*/
.product_list a{transition: all 0.5s;}
.product_list .img>img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.product_list .text{padding:20px 15px;text-align: center;}
.product_list .text>em{display: block;color:#b6b6b6;transition: all 0.5s;font-family:arial;}
.product_list .h5{font-size:18px;color:#017431;transition: all 0.5s;}
.product_list .p{margin-top:20px;line-height:20px;height:40px;overflow:hidden;color:#878787;transition: all 0.5s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.product_list a:hover{background:#017431;}
.product_list a:hover .h5{color:#ffffff;}
.product_list a:hover .p{color:#fefefe;}
.product_list a:hover .text>em{color:#e0e0e0;}
.product_list a:hover .img>img{transform: scale(1.1);-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: none;}

.product_list.row{margin:0 -10px;}
.product_list.row .column{padding:0 10px;margin-bottom:20px;}
.product_list.row a{background:#f7f7f7;}
.product_list.row a:hover{background:#017431;}
@media (max-width:479px){
	.product_list.row .column{width:100%;}
}
@media (min-width:768px){

}
@media (min-width:992px){
	.product_list .text{padding:25px;}
	.product_list .h5{font-size:20px;}
	.product_list .p{margin-top:30px;}
}
@media (min-width:1450px){
	.product_list .text{padding:30px;}
	.product_list .h5{font-size:22px;}
	.product_list .p{margin-top:45px;}
}

/*工程案例*/
.case_list{margin-left:-10px;margin-right:-10px;}
.case_list .column{margin:15px 0;padding:0 10px;}
.case_list a{-webkit-transition:all .5s;transition:all .5s}
.case_list .text{border:1px #f3f3f3 solid;padding:15px}
.case_list .h5{font-size:16px;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center;}
.case_list a:hover{-webkit-box-shadow:0 0 20px rgba(0,0,0,.3);box-shadow:0 0 20px rgba(0,0,0,.3)}
.case_list a:hover .h5{color:#017431;}
.case_list a:hover .img>img{transform: scale(1.1);}
@media (max-width:479px){
	.case_list .column{width:100%}
}
@media (min-width:768px){
	.case_list .text{padding:20px}
}
@media (min-width:992px){
	.case_list{margin-left:-15px;margin-right:-15px}
	.case_list .column{padding:0 15px}
}

/*新闻中心*/
.news_list{margin-top:-25px}
.news_list a{color:#333;display:flex;flex-direction:row;align-items:center;border-bottom:1px #ebebeb solid;padding:25px 0}
.news_list .img{flex:0 0 auto;width:200px;display:flex;flex-direction:column;justify-content:center}
.news_list .text{width:100%;overflow:hidden;padding-left:20px}
.news_list .h5{font-size:16px;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news_list .p{color:#666;line-height:26px;height:52px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:10px 0 0}
.news_list .text>span{display:block;color:#666;font-family:"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";margin-top:15px}
.news_list .text>span i{font-size:12px}
.news_list a:hover .h5{color:#17872f}
.news_list a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:479px){
	.news_list a{display:block}
	.news_list .img{width:100%;margin-bottom:15px}
	.news_list .text{padding-left:0}
}
@media (min-width:768px){
	.news_list .img{width:260px;max-height:160px}
	.news_list .h5{font-size:18px}
	.news_list .p{margin-top:20px}
	.news_list .text>span{margin-top:30px}
}
@media (min-width:992px){
	.news_list .img{width:300px;}
	.news_list .text>span{margin-top:40px}
}

/*联系方式*/
.contact_item{background-color:#fff;padding:30px 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.contact_item .column{padding:0 30px;border-right:1px #e7e7e7 dotted;font-family: arial;}
.contact_item .column:last-child{border:0}
.contact_item .column1 img{max-width:100%;height:50px;}
.contact_item .column1 h1{font-size:16px;margin:15px 0 5px}
.contact_item .column3{display:flex;justify-content:center;align-items:center}
.contact_item .column3 img{width:100%;max-width:160px}
.contact_item .column3 span{display:block;font-size:14px;font-weight:700;width:16px}
.map{height:300px;background-color:#fff;margin-top:20px}
.map #dituContent{width:100%;height:100%;border:1px #ddd solid}
.anchorBL{display: none;}
.BMap_bubble_title{color:#107030;font-weight:700;font-size:16px;margin-bottom:5px;}
@media (max-width:767px){
	.contact_item{padding:0 15px}
	.contact_item .column{border-right:0;border-bottom:1px #e7e7e7 dotted;padding:20px 0}
	
}

@media (min-width:768px){
	.contact_item{display:flex;padding:45px 0;}
	.contact_item .column{font-size:14px}
	.contact_item .column1{width:40%}
	.contact_item .column1 h1{font-size:18px}
	.contact_item .column2{width:60%;border-right:0}
	.contact_item .column3{display:none}
	.map{height:450px;margin-top:30px;}
}

@media (min-width:992px){
	.contact_item{padding:55px 0;}
	.contact_item .column1{width:33.33333%}
	.contact_item .column2{width:41.66667%;border-right:1px #e7e7e7 dotted}
	.contact_item .column3{width:25%;display:flex;justify-content:flex-end}
	.map{margin-top:40px;}
}

@media (min-width:1200px){
	.contact_item .column1 img{height:58px;}
	.contact_item{padding:60px 0;}
	.contact_item .column{padding:0 50px}
	.map{margin-top:50px;}
}

/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	padding-left: 50px;
    padding-right: 50px;
}



.n_content_right_m{width: 100%;height: auto;overflow: hidden;position: relative;}

.job_list{ width:90%; margin: 37px auto 77px auto;}
.job_list_tit{ width:40%; float:left; }
.job_list_tim{ width:25%; color:#fff; font-size:16px; float:left; font-weight:normal;}
.job_list_cle{ width:700px; height:27px; border-bottom:1px solid #ebebeb; }
.job_list_nb{width:35%; float:left; font-weight:normal;}
.job_list li{ margin-bottom:42px; }
#faqcon li .hrtop { font-weight:normal; cursor:pointer; font-size:16px; line-height:52px; color:#ffffff; padding-left:27px; height:52px; border:1px solid #017431; background:url(../images/hrtop.png) no-repeat 99% center #017431!important;}
#faqcon li .con{ display:none; width:100%; *+margin-top:-4px; line-height: 26px; padding:37px 28px 37px 28px; margin-bottom:23px;background: #f6f6f6;font-size: 14px;color: #4b4b4c;line-height: 20px;}
.njobs_yp2{width: 100%;height: 37px;line-height: 37px;margin-top: 20px;}
.njobs_yp2 a{color:#FFF; background:#017431; width:106px; height:37px;line-height: 37px; display:block; text-align:center;float: right;color: #ffffff;font-size: 14px;}
.njobs_yp2 a:hover{background: #5c9ac4;}
#faqcon li  .top_now{background: url(../images/top_now.png) no-repeat 99% center #017431!important;}



