@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#000;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #84bf31;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	line-height:24px;
	overflow-x: hidden;
} 
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}

/*头部*/
header{	
	position: relative;
	z-index: 30;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
}
.header_left{
	float: left;
	margin-right: 100px;
}
.logo{
	display: block;
	margin-top: 20px;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
}

.w{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 77px;
	line-height: 77px;
	font-size: 16px;
	color:#000;
	padding:0px 32px;
}
.nav ul>li>a:hover{
	color: #00a13a;
	border-bottom: 3px solid #431708;
}
.nav ul>li.active>a{
	color: #00a13a;
	border-bottom: 3px solid #431708;
}
.sub_dl{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 77px;
	line-height: 39px;
	display: none;
	background: rgba(225,225,225,0.7);
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	font-size: 14px;
	display: block;
	height: 39px;
	padding: 0px 10px;
	line-height: 39px;
	color: #333333 !important;
}
.sub_dl dd a:hover{
	background: #00a13a !important;
	color: #FFFFFF !important;
}
.header_right{
	float: right;
	height: 44px;
	margin-top: 12px;
	padding-left: 50px;
	background: url(../images/dh.png) no-repeat left;
}
.header_right h3{
	font-size: 14px;
	color: #898989;
	margin-top: 5px;
}
.header_right h4{
	font-size: 24px;
	font-weight: bold;
	color: #00a13a;
}
@media only screen and (min-width:1200px ) {
	.w{
		width: 1200px;
	}
}
@media (max-width: 1199px) {
	.w{
		width: 970px;
	}
	.nav ul>li>a{
		padding: 0px 25px;
		font-size: 14px;
	}
	.heaer_left{
		margin-right: 20px;
	}
}
@media (max-width: 991px) {
	.header_right{
		display: none;
	}
}

/* 手机导航 */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 72px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto !important;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu{
	height: 559px;
	overflow-y: auto;
}
#mobileMenu .menu .iphone{
	border-bottom: 1px solid #E6E6E6;
	padding-left: 25px;
}
#mobileMenu .menu .iphone img{
	margin-top: 2px;
	margin-right: 5px;
}
#mobileMenu .menu .iphone>span{
	color: #00a13a;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu li:first-child a:hover{
	background: none;
	color: #00a13a;
}
#mobileMenu .menu a:hover{
	background-color: #00a13a;
    text-decoration: none;
    color:#fff;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
	header .nav{
		display: none;
	}
	.logo{
		margin: 15px 0px 0px 0px;
	}
	#navToggle{
		display: block;
	}
	.nav_wrap{
		border-top: none;
	}
}
@media(max-width: 480px){
	.logo{
		margin-top: 25px;
	}
}


/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 939px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 939px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #82bf34 !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* 关于我们 */
.w2{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width:1200px ) {
	.w2{
		width: 100%;
		max-width: 1558px;
	}
}
.about{
	padding: 50px 15px;
	overflow: hidden;
}
.index_title{
	text-align: center;
	margin-bottom: 40px;
}
.index_title h3{
	font-size: 30px;
	color: #000000;
	padding-bottom: 22px;
	background: url(../images/h3.png) no-repeat center bottom;
}
.index_title p{
	margin-top: 19px;
	color: #451808;
}
.about_box{
	box-shadow: 6px 6px 6px #e1dad7;
	overflow: hidden;
	max-width: 488px;
	margin: 0 auto;
}
.about_box a{
	display: block;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.about_img{
	overflow: hidden;
	width: 100%;
}
.about_img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.about_nr{
	padding: 50px 0px 76px;
	text-align: center;
	background: #eeeeee;
}
@media only screen and (max-width:1199px ) {
	.about_nr{
		padding: 40px 0px 66px;
	}
}
@media only screen and (max-width:767px ) {
	.about_box{
		margin-bottom: 25px;
	}
	.about_nr{
		padding: 20px 0px 36px;
	}
}
.about_nr h4{
	font-size: 30px;
	color: #000000;
	padding-bottom: 34px;
	margin-bottom: 40px;
	background: url(../images/h4.png) no-repeat center bottom;
}
.about_text{
	padding: 0px 50px 0px 54px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #666666;
}
@media only screen and (max-width:767px ) {
	.about_text{
		max-height: 40px;
	}
}
.about_box a:hover .about_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_box a:hover .about_nr{
	background: #00a13a;
}
.about_box a:hover .about_nr .about_text{
	color: #FFFFFF;
}
.about_box a:hover .about_nr h4{
	color: #FFFFFF;
	background: url(../images/h4-hover.png) no-repeat center bottom;
}



/*产品展示*/

.products{
	padding: 0px 0px 50px;
}
.sort_img{
	width: 50%;
	float: left;
	overflow: hidden;
}
.sort_img a{
	display: block;
}
.sort_img img{
	display: block;
	width: 100%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.sort_img a:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.protext_right{
	width: 38%;
	padding: 70px 50px 0px;
	overflow: hidden;
	float: left;
}
.protext_right h5 a,.protext_left h5 a{
	display: block;
	color: #FFFFFF;
	font-size: 30px;
	padding-bottom: 13px;
	margin-bottom: 25px;
	background: url(../images/h5-a.png) no-repeat left bottom;
}
.sort_ul{
	margin-right: 86px;
}
.sort_ul li{
	float: left;
}
.sort_ul li a{
	display: block;
	color: #FFFFFF;
	padding-right: 12px;
	background: url(../images/a.png) no-repeat calc(100% - 5px);
	background: url(../images/a.png) no-repeat -webkit-calc(100% - 5px);
	background: url(../images/a.png) no-repeat -moz-calc(100% - 5px);
}
.sort_ul li:last-child a{
	background: none;
}
.sort_top,.sort_bottom{
	width: 100%;
	background: #00a13a;
	overflow: hidden;
}
.sort_nr{
	margin-top: 33px;
	color: #FFFFFF;
	font-size: 13.5px;
	max-height: 72px;
	overflow: hidden;
}
.sort_link{
	display: block;
	width: 117px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF !important;
	background: #431708;
	border-radius: 10px;
	margin-top: 61px;
}
.protext_left{
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 70px 60px 0px 360px;
}
.protext_left h5 a{
	background: url(../images/h5-a2.png) no-repeat left bottom; 
}
@media only screen and (max-width:1400px) and (min-width:1300px ) {
	.protext_right{
		padding: 40px 30px 0px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.protext_right{
		padding: 20px 30px 0px;
	}
	.sort_link{
		margin-top: 30px;
	}
}
@media only screen and (max-width:1199px ) {
	.protext_right h5 a, .protext_left h5 a{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.protext_right{
		padding: 20px 15px 0px;
	}
	.sort_link{
		margin-top: 20px;
	}
	.sort_nr{
		margin-top: 20px;
		max-height: 52px;
	}
}
@media only screen and (max-width:991px ) {
 	.sort_img{
 	width: 100%;
 	float: none;
 	}
 	.protext_right{
 		width: 100%;
 		padding: 20px;
 	}
}
@media only screen and (max-width:480px ){
	.sort_ul{
		margin-right: 0;
	}
	.protext_right{
		padding: 10px;
	}
	.sort_ul li{
		text-align: center;
	}
	.sort_ul li a{
		background: none;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1470px) {
	.protext_left{
		padding: 45px 50px 0px 200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){
	.protext_left{
		padding: 45px 50px 0px 180px;
	}
}
@media only screen and (max-width:1199px ) {
	.protext_left{
		padding: 30px 50px 0px 80px;
	}
}
@media only screen and (max-width:991px ) {
	.protext_left{
		width: 100%;
		float: none;
		padding: 20px;
	}
}
/* 产品优势 */
.superiority{
	overflow: hidden;
	padding-top: 50px;
}
.superiority .index_title{
	margin-bottom: 0;
}
@media only screen and (max-width:1199px ) {
	.superiority_img{
		display: none;
	}
	.superiority{
		padding-bottom: 35px;
	}
}
.superiority_img{
	width: 100%;
}
.superiority_img img{
	display: block;
	width: 100%;
}

.superiority_left{
	display: none;
}
@media only screen and (max-width:1199px ){
	.superiority_left{
		display: block;
		margin-top: 25px;
	}
}
.superiority_left h4{
	text-align: center;
	width: 180px;
	margin: 0 auto;
	line-height: 40px;
	background: #34374a;
	border-radius: 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.superiority_left ul li{
	margin-bottom: 15px;
}
.superiority_left ul li h5{
	border-bottom: 2px solid #00a13a;
	font-size: 30px;
	font-family: "宋体";
	color: #000000;
	padding-bottom: 15px;
}
.superiority_left ul li p{
	color: #666666;
	padding-top: 5px;
}
@media only screen and (max-width:991px ) {
	.superiority_left{
		text-align: center;
	}
	.superiority_left ul li h5{
		font-size: 26px;
	}
}
@media only screen and (max-width:767px ){
	.superiority_left ul li h5{
		font-size: 20px;
	}
}
/* 新闻中心 */
.news_wrap{
	background: #f5f5f5;
}
.index_news{
	padding: 51px 15px;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.index_news{
		padding: 41px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.index_news{
		padding: 31px 15px;
	}
	.index_title h3{
		font-size: 20px;
	}
}
.news_list{
	background: #FFFFFF;
	padding:75px 45px 15px;
	height: 300px;
	position: relative;
	max-width: 502px;
	margin: 0 auto;
}
.news_list a{
	display: block;
}
.news_list h4{
	font-size: 18px;
	height: 18px;
	overflow: hidden;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.news_list span{
	display: inline-block;
	background: url(../images/span.png) no-repeat left;
	padding-left: 14px;
	color: #b1b1b1;
	font-size: 12px;
}
.news_list em{
	display: inline-block;
	font-style: normal;
	color: #b1b1b1;
	background: url(../images/em.png) no-repeat left;
	padding-left: 18px;
	font-size: 12px;
}
.news_nr{
	color: #666666;
	line-height: 22px;
	max-height: 88px;
	overflow: hidden;
	margin-top: 23px;
}
.hover_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.hover_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_list a:hover .hover_img{
	opacity: 1;
}
@media only screen and (max-width:767px ){
	.news_list{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:480px ) {
	.news_list{
		padding: 15px;
		height: 200px;
	}
	.news_list a:hover .hover_img{
		display: none;
	}
	.news_list a:hover h4{
		font-weight: bold;
		color: #00a13a;
	}
}


/* 工程案例*/
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
	padding-bottom: 25px;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#case_scroll .owl-controls .owl-page{
	display:inline-block;
	width: 13px;
	height: 13px;
	border-radius:50%;
	background: #431708;
	margin: 0px 6px;
}
#case_scroll .owl-pagination{
	text-align: center;
}
#case_scroll .owl-page.active{
	background: #00a13a;
}
.case{
	padding: 50px 15px;
}
@media only screen and (max-width:767px ) {
	.case{
		padding: 30px 15px;
	}
}
#case_scroll .item{
	margin: 0 10px;
}
.list_a{
	display: block;
}
.case_img{
	display: block;
	overflow: hidden;
}
.case_img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.a_hover{
	background: #e5e5e5;
	padding: 50px 0px 64px;
	text-align: center;	
}
.a_hover>span{
	font-size: 18px;
	color: #333333;
}
.case_list a:hover .a_hover{
	background: #00a13a;
}
.case_list a:hover .a_hover>span{
	color: #FFFFFF;
}
.case_list a:hover .case_img img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/*底部内容*/
footer{
	width: 100%;
	background: #4b1b0b;
	color: #FFFFFF;
}
.copyright{
	text-align: center;
	padding: 20px 10px;
}
@media only screen and (max-width:480px ){
	.col-xss-12{
		width: 100%;
	}
}



/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 45px auto;
	overflow: hidden;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}
.inside{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 1200px){
	.inside{
		max-width: 1270px;
		overflow: hidden;
	}
	
}

.main_wrap{
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
@media only screen and (max-width:480px ) {
	.main_wrap{
		border-bottom: none;
	}
}
.main_title{
	line-height: 44px;
}
.pro_list{
	float: left;
	position: relative;
}
.pro_list a:first-child{
	border-left: 1px solid #e7e7e7;
}
.pro_list a{
	display: block;
	padding: 0px 10px;
	float: left;
	color: #666666;
	text-align: center;
	border-right: 1px solid #e7e7e7;
}
.pro_list a:hover{
	background: #00a13a;
	color: #FFFFFF;
}
.pro_list .pro_link{
	background: #00a13a;
	color: #FFFFFF;
}
.wz{
	float: right;
	color: #666666;
	font-size: 12px;
}
.wz>a{
	color: #666666;
	font-size: 12px;
}
@media only screen and (max-width:991px ) {
	.pro_list{
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.pro_list a{
		border-bottom: 1px solid #e7e7e7;
	}
}
@media only screen and (max-width:480px ) {
	.wz{
		float: left;
		margin-left: 8px;
	}
	.pro_list a{
		padding: 0px 5px;
	}
}
/*左侧*/
.main_left{
	position: relative;
}
.left_title{
	color: #fff;
	background: #80bf26;
	position: relative;
	text-align: center;
	padding: 17px 10px;
	border-right: 3px solid #000000;
}
.left_title h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.left_title h4{
	font-size: 20px;
	text-transform: uppercase;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media only screen and (max-width:991px ) {
	.left_title h3{
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}
	.left_title h4{
		display: none;
	}
}
.left_ul{
	float: left;
}
.left_ul li{
	margin-bottom: 5px;
}
.left_ul li a{
	padding-left: 11px;
	display: block;
	height: 39px;
	line-height: 39px;
	text-align: left;
	color: #fff;
	background: url(../images/left_ul-a2.png) no-repeat right #000000;
	font-size: 16px;
	border-right: 3px solid #000000;
}
.left_ul .active a{
	background: url(../images/left_ul-a.png) no-repeat right #80bf26;
}
.left_ul li a:hover{
	background: url(../images/left_ul-a.png) no-repeat right #80bf26;
}
.left_ul li.producttype2 a{
	height: 33px;
	line-height: 33px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	background: none;
	border-bottom: 1px solid #e8e8e8;
	border-right: 0;
}
.left_ul li.producttype2 a:hover{
	color: #80bf26;
}
.left_ul li.hover a{
	color: #80bf26;
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
	}
	.left_ul{
		display: none;
		margin-top: 10px;
	}
	.left_contact{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.left_title{
		padding:0px 0px 0px 20px;
		font-size: 18px;
	}
	.left_title h3{
		line-height: 56px;
	}
	.left_ul li{
		margin-bottom: 5px;
	}
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
}

/* 右侧 */
.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	margin-bottom: 38px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	max-width: 279px;
	overflow: hidden;
}
.pro_image{
	display: block;
	overflow: hidden;
}
.pro_image img{
	display: block;
	width: 100%;
	border: 1px solid #431708;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pro_text{
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	background: #431708;
}
.pro_ul li a:hover .pro_image img{
	border: 1px solid #00a13a;
}
.pro_ul li a:hover .pro_text{
	background: url(../images/left_ul-a2.png) no-repeat calc(100% - 18px) #00a13a;
	background: url(../images/left_ul-a2.png) no-repeat -webkit-calc(100% - 18px) #00a13a;
	background: url(../images/left_ul-a2.png) no-repeat -moz-calc(100% - 18px) #00a13a;
}
@media only screen and (max-width:991px ) {
	.main_right{
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
	
}
.inside_title{
	text-align: center;
	font-weight: bold;
}
/* 产品分页 */
.page_box{
	text-align: center;
	margin-top: 30px;
}
.page_box a,.page_box span{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box span.current{
	color:#fff;
	background:#00a13a;
	border: 1px solid #00a13a;
}

/* 新闻 */
.news_ul{
	overflow: hidden;
}
.news_ul li{
	padding: 0 7px;
	margin-bottom: 40px;
}
.news_ul li a{
	display: block;
}
.news_ul li  .news_list2{
	background: #eeeeee;
	padding: 45px 45px 35px;
	position: relative;
}
.news_ul li  .news_list2 h4{
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	overflow: hidden;
	color: #333333;
	font-family: "微软雅黑";
}
.news_ul li  .news_list2 span{
	font-size: 10px;
	color: #b1b1b1;
}
.news_ul li  .news_list2 em{
	display: inline-block;
	font-style: normal;
	font-size: 10px;
	color: #b1b1b1;
	background: url(../images/em.png) no-repeat left;
	padding-left: 20px;
}
.news_ul li  .news_list2 .news_xq{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	max-height: 80px;
	overflow: hidden;
}
.news_ul li .news_list2 .news_img2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.news_ul li .news_list2 .news_img2 img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_ul li .news_list2 a:hover .news_img2{
	opacity: 1;
}
@media only screen and (max-width:480px ) {
	.news_ul li{
		margin-bottom: 20px;
	}
	.news_ul li .news_list2{
		padding: 10px;
	}
	.news_ul li .news_list2 a:hover h4{
		font-weight: bold;
		color: #00a13a;
	}
	.news_ul li .news_list2 a:hover .news_img2{
		display: none;
	}
}
/* 新闻内页 */
.news_title {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #181616;
    margin-top: 20px;
}
.news_content{
    margin: 20px 0px;
    font-size: 14px;
    min-height: 150px;
}

/* 新闻内页分页 */
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

/* 关于我们 */
@media only screen and (max-width:767px ) {
	.main_xq img{
		display: block;
		width: 100%;
	}
}
.nyabout_img{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 35px;
}



.message{
	margin-top:35px;
	margin-bottom:95px;
}
.message_title{
	position:relative;
	margin-bottom:30px;
}
.message_title>h3{
	font-size:36px;
	line-height:36px;
	color:#000000;
	position:relative;
	z-index:1;
	font-weight:normal;
}
.message_title>span{
	font-size:40px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dadada;
	display:block;
	position:absolute;
	top:-15px;
	left:78px;
}
form{
	overflow:hidden
}
.form-feed{

}
.form-feed>input[type=text]{
	border:1px solid #cecece;
	width:90%;
	/*height:40px;*/
	padding:16px 0px 14px 14px;
	margin-right:27px;
	margin-bottom:32px;

}
.form-feed>textarea{
	border:1px solid #cecece;
	width:90%;
	height:109px;
	padding:10px 0px 0px 14px;
}
.form-feed>input[type=submit]{
	display:block;
	width:280px;
	height:45px;
	background:#0061AE;
	color:#ffffff;
	border:none;
	margin:24px auto 0px;
	cursor:pointer;
}