body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size:16px;
}
ul{
	list-style-type: none;
	padding-left: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
nav{
	display: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*状态栏*/
.nav-top{
	height: 40px;
	border-bottom: 1px solid #D8D8D8;
	min-width: 1200px;
}
.nav-top>div>div:first-of-type{
	float: left;
	line-height: 40px;
}
.nav-top>div>span:last-of-type{
	float: right;
}
.nav-top>div>span>a{
	margin-right: 14px;
	margin-left: 14px;
	line-height: 40px;
	color: #333333;
}
.nav-top>div>span>a:last-of-type{
	margin-right: 0;
}
/*logo栏*/
.logo-box{
	height: 105px;
	padding: 13px 0;
}
.logo-box>div>div{
	line-height: 28px;
}
.logo-box>div>div:first-of-type{
	float: left;
}
.logo-box>div>div:last-of-type{
	float: right;
}
.logo-box>div>div:last-of-type>div{
	font-size: 16px;
}
.logo-box>div>div:last-of-type>div>img{
	width: 20px;
	margin-bottom: 4px;
	margin-right: 8px;
}
.logo-box>div>div:last-of-type>div:last-of-type{
	font-style: italic;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #009B4C;
}
/*导航栏*/
.thenav-md{
	background-color: #017C3D;
	height: 50px;
	min-width: 1200px;
}
.thenav-md>div>ul>li{
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.thenav-md>div>ul>li>a{
	color: white;
	font-size: 16px;
	padding: 13px 35px;
}
.thenav-md-act{
    background: -webkit-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* 标准的语法 */
    border-radius: 5px;
}
.thenav-md>div>ul>li:hover{
	background: -webkit-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* 标准的语法 */
    border-radius: 5px;
}
.thenav-md>div>ul>li>ul{
	background: -webkit-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* 标准的语法 */
    border-radius: 5px;
    position: relative;
    z-index: 99;
	bottom: 1px;
}
.thenav-md>div>ul>li>ul>li:hover{
	background: -webkit-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* 标准的语法 */
    border-radius: 5px;
}
.thenav-md>div>ul>li>ul>li>a{
	color: white;
	font-size: 14px;	
}
.thenav-md>div>ul>li>.moveli {
    width: 546px;
    height: auto;
    background: -webkit-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(142,202,36,0.8),rgba(1,149,73,0.8)); /* 标准的语法 */
    border-radius: 5px;
    position: relative;
    z-index: 99;
    text-align: left;
    padding: 5px 35px;
    position: relative;
    left: -190px;
	bottom: 1px;
}
.thenav-md>div>ul>li>.moveli>li {
    width: 115px;
    height: 50px;
    text-align: center;
    display: inline-block;
}
.thenav-md>div>ul>li>ul{
	display: none;
}
.thenav-md>div>ul>li:hover ul{
	display: block;
}
/*轮播*/
.carousel-inner {
    min-width: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.carousel-control.right{
		display: none;
	}
	.carousel-control.left{
		display: none;
	}
	
}
/*视频板块*/
.theplay-box>div>div:first-of-type{
	text-align: center;
	background-image: url(../images/index/sp-til00.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 21px;
	width: 100%;
	padding-bottom: 45px;
	margin-top: 30px;
}

.theplay-box>div>div{
	font-size: 16px;
	color: #666666;
}
.theplay-box>div>div:first-of-type>div:first-of-type{
	font-size: 30px;
}
.theplay-text>div:first-of-type{
	float: left;
}
.theplay-text>div:last-of-type{
	float: right;
	width: 516px;
	margin-bottom: 20px;
}
.theplay-text>div:first-of-type>img{
	width: 620px;
	height: auto;
}
.theplay-text>div:last-of-type>div:nth-of-type(1){
	font-size: 20px;
	margin-bottom: 25px;
}
.theplay-text>div:last-of-type>div:nth-of-type(2){
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 27px;
	margin-bottom: 25px;
}
.theplay-text>div:last-of-type>div:nth-of-type(3){
	font-size: 16px;
	color: #009B4C;
	margin-bottom: 25px;
}
.theplay-text>div:last-of-type>div:nth-of-type(4)>div{
	width: 166px;
	height: 56px;
	font-size: 16px;
	background-image: url(../images/index/zaixianzx.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 14px;
    padding-left: 9px;
}
.theplay-text>div:last-of-type>div:nth-of-type(4)>div>a{
	color: white;
	padding: 7px 13px 7px 66px;
}
/*搜索产品板块*/
.thess-box{
	background-color: #F6F6F6;
	clear: both;
	height: auto;overflow: hidden;
}
.thess-box>div{
	padding-top: 30px;
	
}
.thess-top{
	background-color: #D7E7DF;
	height: 60px;
	line-height: 60px;
	margin-bottom: 35px;
}
.thess-top>span>a{
	color: #017C3D;
	margin-left: 20px;
	margin-right: 20px;
}
.thess-top>span>a:hover{
	text-decoration: underline;
}
.thess-top>form{
	float: right;
	height: 38px;
	line-height: 38px;
	position: relative;
	margin-right: 10px;
	margin-top: 11px;
}
.thess-top>form>input{
	height: 38px;
}
.thess-top>form>input[type=text]{
	width: 350px;
	border: 1px solid #009B4C;
	text-indent: 10px;
}
.dmor{    width: 205px;
    height: 40px;
    line-height: 40px;
    margin-top: 22px;
    background-color: #009B4C;
    color: white;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;    clear: both;
    text-align: center;
}
.thess-top>form>input[type=submit]{
	background-color: #009B4C;
	background-image: url(../images/index/ss.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 11px;
	width: 40px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
.thess-bottom>ul>li{
	float: left;
	margin-left: 21px;
	margin-bottom: 30px;
}
.thess-bottom>ul>li:nth-of-type(4n+1){
	margin-left: 0;
}
.thess-bottom>ul>li>a>div:first-of-type{
	border: 1px solid #E0DEDE;
	overflow:hidden;
}
.thess-bottom>ul>li>a>div:first-of-type>img{
	width: 282px;
	height: 212px;
	transition:all 1s;
}
.thess-bottom>ul>li>a>div:last-of-type{
	width: 100%;
	border: 1px solid #E0DEDE;
	background-color: white;
	padding: 12px 10px;
	margin-top: 8px;
	color: #333333;
	font-size: 14px;
}
.thess-bottom>ul>li>a>div:last-of-type>span{
	float: right;
	text-decoration: underline;
}
.thess-bottom>ul>li>a:hover div:first-of-type{
	border: 1px solid #009B4C;
}
.thess-bottom>ul>li>a:hover div:first-of-type>img{
	border: 1px solid #009B4C;
	transform:scale(1.1)
}
.thess-bottom>ul>li>a:hover div:last-of-type{
	background-color: #009B4C;
	border:1px solid #009B4C;
	color: white;
}
/*超麻烦的板块X4*/
.text2-box-til{
	display: none;
}
.thebig-box{
	padding-top: 20px;
	padding-bottom: 40px;
}
.thebig-box>div>div{
	margin-bottom: 20px;
}
.thebig-text2{
	background-image: url(../images/index/jiejue-bj.png);
	background-repeat: no-repeat;
	height: 1222px;
	background-size: contain;
	padding-left: 12px;
    padding-right: 12px;
}
.text2-box>div:nth-of-type(1){
	margin-top: 10px;
	margin-bottom: 20px;
}
.text2-box>div:nth-of-type(1)>div:first-of-type{
	font-size: 24px;
	color: #009B4C;
}
.text2-box>div:nth-of-type(1)>div:nth-of-type(2){
	font-size: 16px;
	color: #999999;
	font-family: arial; 

}
.text2-box2 div:nth-of-type(1) div:nth-of-type(2){   max-width: 45%;}
.text2-box>div:nth-of-type(2){
	font-size: 14px;
	color: #666666;
}
.text2-box1{
	margin-left: 628px;
	padding-top: 95px;
}
.text2-box1>div:nth-of-type(2){
	line-height: 25px;
}
.text2-box2{
	margin-left: 22px;
	margin-top: 60px;
}
.text2-box2>div:nth-of-type(2){
	line-height: 40px;
}
.text2-box3{
	float: left;
	margin-left: 22px;
	margin-top: 349px;
}
.text2-box3>div:nth-of-type(2){
	line-height: 30px;
}
.text2-box4{
	float: right;
	margin-right: 12px;
	margin-top: 57px;
}
.text2-box4>div:nth-of-type(2){
	line-height: 30px;
}
.thebig-text3{
	background-image: url(../images/index/youshebj.png);
	background-repeat: no-repeat;
	height: 1515px;
	background-size: contain;
	clear: both;
}
.thebig-text3{
	padding-left: 20px;
	padding-right: 20px;
}
.text3-til{
	font-size: 30px;
	color: white;
	text-align: center;
	line-height: 60px;
}
.thebig-text3-box1{
	margin-left: 545px;
	margin-top: 28px;
}
.text3-box>div{
	margin-bottom: 30px;
}
.text3-box>div>div:first-of-type{
	float: left;
}
.text3-box>div>div:last-of-type{
	margin-top: 10px;
	margin-left: 82px;
}
.text3-box>div>div:last-of-type>div:nth-of-type(1){
	font-size: 18px;
}
.text3-box>div>div:last-of-type>div:nth-of-type(1)>span{
	color: #009B4C;
	font-size: 24px;
	margin-right: 20px;
}
.text3-box>div>div:last-of-type>div:nth-of-type(2){
	font-size: 16px;
	color: #999999;
	font-family: arial;
	margin-bottom: 20px;
}
.text3-box>div>div:last-of-type>div:nth-of-type(3){
	color: #666666;
	font-size: 14px;
	font-family: "宋体";
}
.thebig-text3-box2{
	margin-left: auto;
	margin-top: 100px;
}
.thebig-text3-box2>div>div:last-of-type>div:nth-of-type(1){
	font-size: 24px;
}
.text3-box>div>div:last-of-type>ul>li{
	font-size:16px;
	color: #666666;
	line-height: 30px;
}
.text3-box>div>div:last-of-type>ul>li>img{
	width: 16px;
    margin-bottom: 3px;
    margin-right: 10px;
}
.thebig-text3-box3 {
    margin-top: 58px;
    margin-left: 680px;
}
.thebig-text3-box3>div>div:last-of-type>div:nth-of-type(1){
	font-size: 24px;
}
.thebig-text3-box3>div>div:last-of-type>ul>li{
	line-height: 28px;
}
.thebig-text4{
	background-image: url(../images/index/hezuobj.png);
	background-repeat: no-repeat;
	height: 870px;
	background-size: contain;
	clear: both;
}
.text4-text{
	text-align: center;
	padding-top: 335px;
}
.text4-text>div:first-of-type{
	margin-bottom: 40px;
}
.text4-text>div:first-of-type>div:first-of-type{
	font-size: 20px;
}
.text4-text>div:first-of-type>div:nth-of-type(2){
	font-size: 30px;
	font-family: "黑体";
}
.text4-text>div:last-of-type>div:first-of-type{
	font-size: 30px;
	color: white;
	margin-bottom: 5px;
}
.text4-text>div:last-of-type>div:last-of-type{
	font-size: 16px;
	color: white;
}
/*首页案例板块*/
.anli-til{
	text-align: center;
	background-image: url(../images/index/bottomtil.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 21px;
	width: 100%;
	padding-bottom: 45px;
	margin-top: 30px;
	font-size: 30px;
}
/*首页案例板块无缝滚动轮播*/

#wrapper {
	overflow: hidden;
	width: 1200px;
	height: 252px;
	position: relative;
}

#wrapper ul {
	position: absolute;
	left: 0;
	top: 0;
}

#wrapper li {
	float: left;
	list-style: none;
	height: 252px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 3px 3px 0 3px;
	border: 1px solid #E1E1E1;
}

#wrapper li a img {
	width: 274px;
	height: 204px;
}

#wrapper li a div {
	background-color: white;
	width: 280px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.anli-lunbo{
	padding-bottom: 40px;
}
/*新闻，问题，荣誉板块*/
.thebottom-box>div>div{
	float: left;
	margin-bottom: 35px;
}
.thebottom-box>div:not(:first-child){
	margin-left: 10px;
}
.thebot-news{
	width: 480px;
	border: 1px solid #BCBCBC;
	padding: 10px;
}
.botnew-til{
	height: 48px;
	padding-top: 15px;
	padding-bottom: 35px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 15px;
}
.botnew-til>div{
	display: inline-block;
	font-size: 18px;
}
.botnew-til>div>span{
	padding-bottom: 11px;
}
.botnew-til>div>span:hover{
	cursor: pointer;
}
.botnew-til>a{
	float: right;
}
.botnew-til>a>span{
	font-size: 14px;
	color: #666666;
	font-family: arial;
}
.botnew-text>div:first-of-type{
	width: 444px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 10px;
}
.botnew-text>div:first-of-type>a>img{
	width: 444px;
	height: 207px;
}
.botnew-text>div:first-of-type>a>div{
	font-size: 14px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: "宋体";
	color: white;
	background-color: rgba(0,155,76,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
}
.botnew-text>div:first-of-type>a>div>span{
	float: right;
}
.botnew-text>ul{
	width: 444px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.botnew-text>ul>li{
	font-size: 14px;
	font-family: "宋体";
	line-height: 32px;
}
.botnew-text>ul>li>a{
	color: #666666;
}
.botnew-text>ul>li>a>span:first-of-type{
	color: #009B4C;
	margin-right: 7px;
}
.botnew-text>ul>li>a>span:last-of-type{
	float: right;
}
.index-new-act>span:nth-of-type(1){
	color: #009B4C;
	border-bottom: 1px solid #009B4C;
}
.botnew-text2{
	display: none;
}
.thebot-que{
	width: 410px;
	border: 1px solid #BCBCBC;
	padding: 10px 15px 10px;
	margin-left: 10px;
}
.thebot-que>.botnew-til>div>span{
	color: #009B4C;
	border-bottom: 1px solid #009B4C;
}
.list_lh{ height:377px; overflow:hidden;}
.list_lh li{}
/*.list_lh li.lieven{ background:#F0F2F3;}*/
.list_lh li p{  padding:5px 10px;height:auto; line-height:24px;width: 100%;word-wrap:break-word;font-size: 14px;}
.list_lh li p a{ float:left;}
/*.list_lh li p em{ width:80px; font:normal 12px/24px Arial; color:#FF3300; float:right; display:inline-block;}
.list_lh li p span{ color:#999; float:right;}*/
.list_lh li p a.btn_lh{ background:#28BD19; height:17px; line-height:17px; color:#fff; padding:0 5px; margin-top:4px; display:inline-block; float:right;}
.btn_lh:hover{ color:#fff; text-decoration:none;}

.btm p{ font:normal 12px/24px 'Microsoft YaHei'; text-align:center;}
.list_lh li p:first-of-type{
	background-color: #EDEDED;
	color: #009B4C;
	margin-bottom: 2px;
}
.thebot-ry{
	width: 290px;
	border: 1px solid #BCBCBC;
	padding: 10px 0;
	margin-left: 10px;
}
.thebot-ry>.botnew-til{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
}
.thebot-ry>.botnew-til>div>span{
	color: #009B4C;
	border-bottom: 1px solid #009B4C;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.thebot-ry>.botry-text>div>.swiper-button-next{
    background-image: url(../images/index/right.png);
    background-repeat: no-repeat;
    background-size: 30px;
    right: 0;
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.thebot-ry>.botry-text>div>.swiper-button-prev {
    background-image: url(../images/index/left.png);
    background-repeat: no-repeat;
    background-size: 30px;
    left: 0;
    right: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 70px;
}
.thebot-ry>.botry-text>div>div>div>a>img{
	width: 203px;
	height: 290px;
	border: 1px solid #DEDDDD;
}
.thebot-ry>.botry-text>div>div>div>a>div{
	width: 205px;
	height: 40px;
	line-height: 40px;
	margin-top: 22px;
	background-color: #009B4C;
	color: white;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/*友情链接*/
.thelink-box{
	clear: both;
	background-color: #EDEDED;
	height: 118px;
	padding-top: 20px;
}
.thelink-box>div>div:first-of-type{
	float: left;
}
.thelink-box>div>div:last-of-type{
	float: right;
	width: 925px;
}
.thelink-box>div>div:first-of-type>img{
	margin-bottom: 10px;
}
.thelink-box>div>div:first-of-type>div>a>button{
	background-color: #017C3D;
	font-size: 16px;
	color: white;
	border: none;
	padding: 4px 17px;
}		
.thelink-box>div>div>ul>li{
	float: left;
	margin-right: 19px;
    margin-left: 19px;
    line-height: 35px;
}																				
.thelink-box>div>div>ul>li>a{
	color: #666666;
	font-size: 16px;
}
.thelink-box>div>div>ul>li>a:hover{
	text-decoration: none;
}

/*页尾*/
footer{
	min-width: 1200px;
	clear: both;
	padding-top: 42px;
	background-color: #161817;
	height: auto;
}
.foot-text{
	float:left;
	margin-right:100px;
}
.foot-text ul{ height: }
.foot-text>div:first-of-type{
	color: white;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 4px;
}
.foot-text>div:nth-of-type(2){
	margin-bottom: 34px;
}
.foot-text>ul>li{
	margin-bottom: 15px;
	padding-left: 4px;
	font-size: 14px;
	color: #CCCCCC;
}
.foot-text>ul>li>a{
	font-size: 14px;
	color: #CCCCCC;
}
.foot-text>ul>li>a:hover{
	font-size: 14px;
	color: #4ab336;
}
.foot-othtext{
	float: right;
	margin-right: 45px;
}
.foot-othtext>ul{
	width: 255px;
}
footer>div>div:nth-of-type(4){
	margin-right: 0;
}
.thefooter-bot{
	border-top: 1px solid #282828;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	clear: both;
}
.thefooter-bot>div>div{
	float: right;
}
.thefooter-bot>div>div>a{
	margin-left: 28px;
}
.thefooter-bot>div>div>a>img{
	width: 25px;
}
.thefooter-bot>div>a{color: #999999;}
/*返回顶部*/
.backtop{
	position: fixed;
	bottom: 20px;
	right: 50px;
}
.gotop{
	border-radius: 50%;
}
.gotop:hover{
	cursor: pointer;
}
.gotop>img{
	width: 60px;
}

/*标题与路径*/
.tilandluj-box{
	padding-top: 40px;
	padding-bottom: 50px;
	line-height: 40px;
}
.tilandluj-box>div>div:first-of-type{
	font-size: 34px;
	color: #009B4C;
	display: inline-block;
}
.tilandluj-box>div>div:first-of-type>span{
	font-size: 18px;
	font-family: arial;
	color: #666666;
	margin-left: 10px;
}
.tilandluj-box>div>div:nth-of-type(2){
	font-size: 16px;
	float: right;
	padding-top: 5px;
}
.tilandluj-box>div>div>img{
	width: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
}
a{
	color: #000;
}
.tilandluj-box>div>div>a:last-child{
	color: #009B4C;
}

/*关于我们页面*/
.about-box{
	clear: both;
}
.about-til{
	padding-bottom: 45px;
}
.about-til .div-item{
	float: left;
	margin-right: 30px;
	width: 154px;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 42px;
}
.about-til .div-item:hover{
	cursor: pointer;
}
.about-til .div-item.active{
	color: white;
	background-image: url(../images/about/xuanx.png);
	background-repeat: no-repeat;
}
.about-til .div-item{
	color: #333333;
	background-image: url(../images/about/xuanx02.png);
	background-repeat: no-repeat;
}
.about-text{
	margin-top: 50px;
	padding-bottom: 50px
}
.about-text>div:not(:first-child){
	font-size: 16px;
	text-align: justify;
	margin-bottom: 60px;
	color: #666666;
	line-height: 36px;
}
.ab-text-img{
	float: right;
	margin-left: 36px;
}
.ab-text-img>img{
	width: 569px;
}
.about-rongyu{
	display: none;
}
.about-rongyu>ul{
	padding-top: 50px;
}
#index>li{
	float: left;
	margin-left: 43px;
	margin-bottom: 30px;
}
#index>li:nth-of-type(5n+1){
	margin-left: 0;
}
#index>li>a>img{
	width: 205px;
	height: 292px;
	border: 1px solid #009B4C;
}
#index>li>a>div{
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background-color: #009B4C;
	color: white;
}

/*分页*/
.fenye{
	width: 490px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	clear: both;
	padding-top: 10px;
}
.fenye>ul{
	padding-left: 0;
	
}
#page_index>a{
	color:#000;
	float: left;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}
/*.fenye>ul>li:first-of-type{
	font-weight: bold;
}
.fenye>ul>li:last-of-type{
	font-weight: bold;
}
.fenye>ul>li:nth-of-type(2){
	width: 65px;
}
.fenye>ul>li:nth-of-type(9){
	width: 65px;
}
.fenye>ul>li>a{
	color: #333333;
	padding: 10px 10px;
}
.fenye>ul>li>a:hover{
	text-decoration: none;
}*/
#page_index>.fenye-act{
	background-color: #009B4C;
	color: white;
}
#page_index>.fenye-act>a{
	color: white;
}

/*分页*/
.fenye{
	width: 490px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	clear: both;
	padding-top: 10px;
   text-align: center;
}
.fenye>ul{
	padding-left: 0;
}
.fenye>ul>li{
	float: left;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}
/*.fenye>ul>li:first-of-type{
	font-weight: bold;
}
.fenye>ul>li:last-of-type{
	font-weight: bold;
}
.fenye>ul>li:nth-of-type(2){
	width: 65px;
}
.fenye>ul>li:nth-of-type(9){
	width: 65px;
}*/
.fenye>ul>li>a{
	color: #333333;
	padding: 10px 10px;
}
.fenye>ul>li>a:hover{
	text-decoration: none;
}
.fenye>ul>.fenye-act{
	background-color: #009B4C;
}
.fenye>ul>.fenye-act>a{
	color: white;
}

/*污水处理页面*/
/*污水处理页面*/
.sewage-box{
	/*padding-top: 50px;*/
}
.sewage-box>div>ul>li{
	float: left;
	margin-left: 21px;
	margin-bottom: 30px;
}
.sewage-box>div>ul>li:nth-of-type(4n+1){
	margin-left: 0;
}
.sewage-box>div>ul>li>a>div:first-of-type{
	width: 284px;
	height: 213px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #E0DEDE;
}
.sewage-box>div>ul>li>a>div>img{
	width: 284px;
	height: auto; 
	transition: all 1s;
}
.sewage-box>div>ul>li>a>div:nth-of-type(2){
	width: 100%;
	height: 44px;
	margin-top: 8px;
	border: 1px solid #E0DEDE;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 44px;
}
.sewage-box>div>ul>li>a:hover div{
	border-color: #009B4C;
}
.sewage-box>div>ul>li>a:hover div>img{
	transform: scale(1.2);
}
.sewage-box>div>ul>li>a:hover div:nth-of-type(2){
	background-color: #009B4C;
	border-color: #009B4C;
	color: white;
}
/*污水处理内页*/
.se-det-top{
	padding-bottom: 57px;
}
.se-det-top>div:first-of-type{
	float: left;
    margin-right: 45px;
}
.se-det-top>div:first-of-type>img{
	width: 510px;
	height: 383px;
	border: 1px solid #ABABAB;
}
.se-det-top>div:nth-of-type(2){
	display: inline-block;
	width: 645px;
}
.se-det-top>div:nth-of-type(2)>div:first-of-type{
	font-size: 30px;
	margin-bottom: 48px;
    text-indent: 15px;
}
.se-det-top>div:nth-of-type(2)>div:nth-of-type(2){
	font-size: 16px;
	background-color: #F7F6F6;
	height: 140px;
	line-height: 40px;
	padding: 25px 13px 10px;
	margin-bottom: 48px;
}
.se-det-top>div:nth-of-type(2)>div:nth-of-type(3){
	font-size: 16px;
	margin-bottom: 36px;
}
.se-det-top>div:nth-of-type(2)>div:nth-of-type(3)>span{
	font-size: 30px;
	color: #009B4C;
	font-family: arial;
}
.se-det-top>div:nth-of-type(2)>div:nth-of-type(4)>a{
	font-size: 16px;
	color: white;
	background-color: #009B4C;
	padding: 7px 105px;
}
.se-det-bottom>div:first-of-type{
	font-size: 20px;
	background-color: #EEEEEE;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	position: relative;
}
.se-det-bottom>div:first-of-type>span{
	height: 40px;
	width: 5px;
	background-color: #009B4C;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.se-bottom-text{
	padding: 45px 20px;
	border: 1px solid #E6E6E6;
	border-top: none;
	margin-bottom: 55px;
}
.se-bottom-text>div{
	margin-bottom: 55px;
}
.se-bot-text-til{
	font-size: 18px;
	color: #009B4C;
	padding-bottom: 24px;
}
.se-bottom-text>div>div:not(:first-child){
	color: #666666;
	font-size: 16px;
}
.se-bottom-text>div:first-of-type>div:nth-of-type(n+2){
	line-height: 35px;
	margin-bottom: 28px;
}
.se-bottom-text>div:nth-of-type(2)>div:nth-of-type(n+2){
	line-height: 40px;
}
.se-bottom-text>div:nth-of-type(3)>div:nth-of-type(n+2){
	line-height: 35px;
}

/*不锈钢水箱页面*/

/*上下滑动*/
.str_wrap{
	background-color: white;
}
.str_wrap.str_active{
	background-color: white;
}
.dowebok { width: 1200px; height: 558px; margin: 0 auto 50px; font-size: 14px;}
.dowebok ul { margin: 0; line-height: 30px;list-style-type: none;}
.dowebok ul li { float:left;padding-left: 12.5px; margin:0px;}
.dowebok a { color: #333; text-decoration: none;}
.dowebok a div img{
	width: 284px;
	height: 213px;
	display: block;
	border: 1px solid #E0DEDE;
}
.dowebok a div{
	/*text-align: center;*/
	width: 284px;
	display: inline-block;
	margin-bottom: 14px;
}
.dowebok a:hover { text-decoration: underline;}
.dowebok a div div{
	width: 100%;
	height: 44px;
	line-height: 43px;
	margin-top: 7px;
	background-color: white;
	border: 1px solid #E0DEDE;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.dowebok a:first-of-type{
	margin-left: 0;
}
.dowebok a div div span{
	float: right;
	text-decoration: underline;
}
.dowebok a:hover div div{
	background-color: #009B4C;
	border-color: #009B4C;
	color: white;
}
.dowebok a:hover div img{
	border-color: #009B4C;
}
/*四大优势*/
.ys-til{
	display: none;
}
.pro-body-ys{
	background: url(../images/product/bjtu.jpg) center center no-repeat;
	height: 1550px;
	min-width: 1200px;	
}
.ys-box>div:first-of-type{
	float: left;
}
.ys-box>div:nth-of-type(2){
	margin-left: 90px;
}
.ys-box>div:nth-of-type(2)>div:first-of-type{
	color: #784840;
	font-size: 24px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.ys-box>div:nth-of-type(2)>div:first-of-type>img{
	width: 31px;
    margin-left: 24px;
}
.ys-box>div:nth-of-type(2)>div:not(:first-child){
	font-size: 16px;
	line-height: 26px;
	margin-bottom:16px;
}
.ys-box>div:nth-of-type(2)>div:not(:first-child)>img{
	width: 16px;
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}
.ys-box>div:nth-of-type(2)>div:not(:first-child)>div{
	margin-left: 30px;
}
.ys-box1{
	padding-top: 250px;
	width: 608px;
}
.ys-box2{
	padding-top: 26px;
	margin-left: 655px;
	width: 540px;
}
.ys-box3{
	padding-top: 90px;
	width: 600px;
}
.ys-box3>div:nth-of-type(2)>div:not(:first-child){
	margin-bottom: 20px;
}
.ys-box4{
	margin-left: 650px;
	padding-top: 134px;
	width: 550px;
}

/*服务流程*/
.pro-body-lc{
	padding-top: 40px;
	padding-bottom: 80px;
}
.pro-body-lc>div{
	text-align: center;
}
.pro-body-lc>div>div:first-of-type{
	margin-bottom: 40px;
}
.pro-body-lc>div>div:first-of-type>div:first-of-type{
	color: #009B4C;
	font-size: 28px;
}
.pro-body-lc>div>div:first-of-type>div:nth-of-type(2){
	font-size: 14px;
	color: #666666;
	font-family: arial;
}
/*案例展示*/

.pro-anli-til{
	height: 50px;
	line-height: 49px;
	font-size: 24px;
	color: #009B4C;
	background-color: #F0F0F0;
	margin-bottom: 30px;
}
.pro-anli-til>div{
	border-bottom: 1px solid #009B4C;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.pro-bot-huadong .dowebok ul li a div{
	border: 1px solid #E1E1E1;
}
.pro-bot-huadong .dowebok ul li a div div{
	font-size: 16px;
	text-align: center;
	border: none;
	margin-top: 0;
	height: 43px;
	line-height: 43px;
	margin-bottom: 0;
}
.pro-bot-huadong .dowebok ul li a div img{
	border: none;
	width: 282px;
}
.pro-bot-huadong .dowebok ul li a:hover div{
	background-color: white;
	color: #009B4C;
	border-color: #009B4C;
}
/*新闻与动态*/
.pro-body-xd{
	height: 375px;
	background-color: #FBFBFB;
	min-width: 1200px;
	padding-top: 38px;
}
.pro-body-xd>div>div{
	width: 470px;
}
.pro-body-xd>div>div>div:first-of-type{
	background-color: #ECECEC;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	position: relative;
	padding-left: 12px;
	margin-bottom: 30px;
}
.pro-body-xd>div>div>div:first-of-type>span{
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 36px;
	background-color: #009B4C;
}
.pro-body-xd>div>div>ul>li{
	font-size: 16px;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 20px;
}
.pro-body-xd>div>div>ul>li>a{
	color: #666666;
}
.pro-body-xd>div>div>ul>li>a:hover{
	color: #26A25D;
}
.pro-body-xd>div>div>ul>li>a>span{
	float: right;
}
.pro-body-xd>div>div:first-of-type{
	float: left;
}
.pro-body-xd>div>div:last-of-type{
	float:right;
}

/*工程案例页面*/
.case-box{
	/*padding-top: 50px;*/
}
.case-box>div>ul>li{
	float: left;
	margin-left: 24px;
	margin-bottom: 30px;
	border: 1px solid #E0DEDE;
	padding: 3px;
}
.case-box>div>ul>li:nth-of-type(4n+1){
	margin-left: 0;
}
.case-box>div>ul>li>a>img{
	width: 274px;
	height: 205px;
}
.case-box>div>ul>li>a>div{
	width: 100%;
	height: 43px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 43px;
}
.case-box>div>ul>li>a:hover img{
	border-color: #009B4C;
}
.case-box>div>ul>li:hover{
	border-color: #009B4C;
}
.case-box>div>ul>li>a:hover div{
	color: #009B4C;
}

/*联系我们页面*/
.case-top>div:first-of-type{
	display: inline-block;
}
.case-top>div:first-of-type>div{
	font-size: 30px;
	margin-bottom: 50px;
}
.case-top>div:first-of-type>ul>li{
	font-size: 16px;
	margin-bottom: 30px;
}
.case-top>div:first-of-type>ul>li>img{
	width: 34px;
    margin-right: 10px;
}
.case-top>div:last-of-type{
	float: right;
	margin-right: 50px;
    margin-top: 95px;
}
.case-top>div:last-of-type>div{
	float: left;
	text-align: center;
}
.case-top>div:last-of-type>div:first-of-type{
	margin-right: 85px;
}
.case-top>div:last-of-type>div>div:first-of-type{
	font-size: 18px;
	margin-bottom: 20px;
}
.case-top>div:last-of-type>div>div:nth-of-type(3){
	color: #009B4C;
	font-size: 18px;
	margin-top: 14px;
}
.case-top>div:last-of-type>div:first-of-type>div:nth-of-type(3){
	font-size: 20px;
	margin-top: 20px;
}
.case-form{
	padding-bottom: 50px;
}
.case-form>div:first-of-type>div:first-of-type{
	font-size: 18px;
	color: #009B4C;
	margin-top: 40px;
	margin-bottom: 15px;
}
.case-form>div:first-of-type>div:nth-of-type(2){
	color: #666666;
	font-size: 14px;
	margin-bottom: 40px;
}
.case-form>form>div:first-of-type{
	float: left;
	width: 480px;
	margin-right: 50px;
}
.case-form>form>div:first-of-type>input{
	width: 480px;
	height: 44px;
	font-size: 14px;
	font-family: "宋体";
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: 16px;
	border: 1px solid #009B4C;
	text-indent: 45px;
	background-position: 17px;
}
.case-form>form>div:nth-of-type(2){
	width: 480px;
	display: inline-block;
}
.case-form>form>div:nth-of-type(2)>textarea{
	width: 480px;
	height: 138px;
	border: 1px solid #009B4C;
	font-size: 14px;
	font-family: "宋体";
	text-indent: 20px;
	padding-top: 10px;
	margin-bottom: 45px;
}
.case-form>form>div:nth-of-type(2)>div>input{
	width: 230px;
    background-color: #009B4C;
    color: white;
    font-size: 16px;
    border: none;
    height: 44px;
    letter-spacing: 5px;
}
.case-form>form>div:nth-of-type(2)>div>input:first-of-type{
	margin-right: 15px;
}
.case-map{
	padding-top: 40px;
	padding-bottom: 80px;
}
.case-map>div{
	width: 100%;
	border: 1px solid #E6E6E6;
}
.case-map>div>img{
	width: 100%;
}

/*新闻资讯页面*/
.news-dis{
/*	display: none;*/
}
.news-text{
	padding-top: 50px;
}
.news-text-top>div:first-of-type{
	float: left;
	margin-right: 60px;
}
.news-text-top>div:first-of-type>img{
	border: 1px solid #DDDBDB;
	width: 442px;
	height: 222px;
}
.news-text-top>div:nth-of-type(2)>div:first-of-type{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 35px;
}
.news-text-top>div:nth-of-type(2)>div:first-of-type>span{
	float: right;
	color: #666666;
	font-size: 14px;
}
.news-text-top>div:nth-of-type(2)>div:nth-of-type(2){
	font-size: 14px;
	color: #666666;
	line-height: 25px;
    margin-bottom: 35px;
}
.news-text-top>div:nth-of-type(2)>div>a{
	color: #333333;
	font-size: 14px;
	background-color: #EEEEEE;
	padding: 5px 30px;
}
.news-text-ul{
	padding-top: 80px;
}
.news-text-ul>ul>li{
	padding-left: 20px;
	padding-right: 20px;
}
.news-text-ul>ul>li:nth-of-type(2n+1){
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #F6F7F7;
}
.news-text-ul>ul>li:nth-of-type(2n){
	padding-bottom: 30px;
    padding-top: 30px;
}
.news-text-ul>ul>li>a{
	font-size: 16px;
	color: #333333;
}
.news-text-ul>ul>li>a>span:first-of-type{
	color: #009B4C;
}
.news-text-ul>ul>li>a>span:nth-of-type(2){
	color: #666666;
	float: right;
}
/*新闻内页*/
.news-de-til>div{
	text-align: center;
}
.news-de-til>div:first-of-type{
	font-size: 28px;
}
.news-de-til>div:nth-of-type(2){
	color: #999999;
	font-size: 15px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 40px;
}
.news-de-til>div:nth-of-type(2)>span{
	margin-left: 10px;
	margin-right: 10px;
}
.news-de-text>div{
	font-size: 16px;
	line-height: 35px;
	color: #666666;
	margin-bottom: 20px;
	text-indent: 15px;
	text-align: justify;
}
.news-de-text>.news-text-img{
	text-indent: 0;
	text-align: center;
}
.news-de-text>.news-text-img>img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.thebottom-jump{
	margin-top: 100px;
	border-top:1px solid gainsboro ;
	padding-bottom: 30px;
}
.thebottom-jump>div{
	font-size: 15px;
	color: #999999;
	line-height: 35px;
}


<!--手机-->


/* footer css style*/

.distraction{height:58px; width:100%;}
.footer{background:#017c3d; display:-webkit-box; width:100%; margin-top:6px; background-size:9px 128px; position: fixed; z-index: 110;bottom: 0;left: 0;}

.footer a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;}

.footer span{width:74px; display:block; margin:0 auto; text-align:right; font:100 16px/35px "微软雅黑"; color:#fff;height: 45px;line-height: 45px;font-weight: bolder;}

/*
.footer span.span1{background:url(../images/a1.png) 10px 6px no-repeat; background-size:23px 27px;}

.footer span.span2{background:url(../images/a2.png) 10px 4px no-repeat; background-size:23px 27px;}

.footer span.span3{background:url(../images/a3.png) 10px 6px no-repeat; background-size:23px 27px;}

.footer span.span0{background:url(../images/icon.png) 10px -75px no-repeat; background-size:110px 385px;}
*/

 

 

/*share css style*/

#mobile_share{position:fixed;right:0;bottom:90px;

width: 123px;z-index: 99999;background: #fff;padding: 0;overflow: hidden;-webkit-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;-webkit-transform: translateX(100%);}

#mobile_share h2.title{text-align:center;line-height:30px;height:30px;background: #017c3d;color: #fff;font-size:14px;}

#mobile_share .share_item{padding: 8px;background: #fff;border: 1px solid #f1f1f1;}

#mobile_share .share_item li{display: block;overflow:hidden;margin: 8px 0;border-bottom: 1px solid #f1f1f1;padding-bottom: 8px;}

.share-link {display: block;margin:0 auto;width: 105px;overflow: hidden;line-height: 32px;font-size: 12px;padding-left: inherit;}

.share-link i{/*background: url(../images/share_icon.png) no-repeat;*/background-size: 200px 32px;width:32px;height:32px;display: block;margin-right: 20px;float: left;}

.share-link span{display:inline-block;}

.share-weibo i{background-position:0 0;}

.share-renren i{background-position:-42px 0;}

.share-douban i{background-position:-84px 0;}

.share-qweibo i{background-position:-126px 0;}

.share-qzone i{background-position:-168px 0;}

body{width:100%; height:100%; overflow-x:hidden; position:relative;}
.ppp{
	display: none;
}

.ys-box2>div:nth-of-type(2)>div:nth-of-type(2){
margin-bottom: 0;
}
.ys-box3>div:nth-of-type(2)>div:nth-of-type(2){
margin-bottom: 0;
}
.ys-box4>div:nth-of-type(2)>div:nth-of-type(2){
margin-bottom: 0;
}

.logo-box .hewz{
    line-height: 75px;
    float: left;
    text-align: center;
    margin-left: 70px;
    font-size: 22px;
    color: #ff0000;
}
.carousel-inner img{margin:0 auto;}