@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: #096c3b;
}
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;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.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{
	float: right;
}
.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color:#000000;
	padding:0px 15px;
}
.nav ul>li>a:hover{
	color: #FFFFFF;
	background: #096c3b;
}
.nav ul>li.active>a{
	color: #FFFFFF;
	background: #096c3b;
}
.sub_dl{
	position: absolute;
	width: 100%;
	top: 80px;
	line-height: 50px;
	background: #FFFFFF;
	display: none;
}
@media only screen and (max-width:1199px ) {
	.sub_dl{
		width: 100px;
	}
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	font-size: 14px;
	display: block;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
}
.sub_dl dd a:hover{
	color: #FFFFFF;
	background: #096c3b;
}
.header_right{
	float: right;
	margin-top: 30px;
}
.header_right h3{
	font-size: 18px;
	height: 37px;
	line-height: 50px;
	padding-left: 40px;
	background: url(../images/dh.png) no-repeat left;
}
.header_right h4{
	font-size: 30px;
	color: #82bf34;
}
@media only screen and (min-width:1200px ) {
	.w{
		width: 1200px;
	}
}
@media (max-width: 1199px) {
	.nav ul>li>a{
		padding: 0px 9px;
		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;
    -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 a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #096c3b;
    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 img{
		width: 180px;
	}
	.logo{
		margin-top: 10px;
	}
	#navToggle{
		display: block;
	}
	.nav_wrap{
		border-top: none;
	}
}
@media only screen and (max-width:991px ) {
	header.container{
		width: 100%;
	}
}


/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height:633px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:633px !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: #096c3b !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: 98px;
	height: 89px;
	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-leftarrow.large:hover{
	background: url(../images/jt_left2.png) no-repeat;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 98px;
	height: 89px;
	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;
}
.tp-rightarrow.large:hover{
	background: url(../images/jt_right2.png) no-repeat;
}
@media(max-width: 991px){
	.tp-leftarrow.large{
		background: url(../images/jt_left4.png) no-repeat;
	}
	.tp-leftarrow.large:hover{
		background: url(../images/jt_left3.png) no-repeat;
	}
	.tp-rightarrow.large{
		background: url(../images/jt_right4.png) no-repeat;
	}
	.tp-rightarrow.large:hover{
		background: url(../images/jt_right3.png) no-repeat;
	}
	.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;
}



/* 关于我们 */
.about{
	padding: 74px 0px 47px;
	overflow: hidden;
}
.index_title{
	text-align: center;
	color: #333333;
	margin-bottom: 56px;
}
.index_title h3{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing:2px;
	padding-bottom: 18px;
	background: url(../images/index-bg.png) no-repeat center bottom;
}
.index_title h4{
	font-size: 30px;
	margin-top: -3px;
}
.about_box{
	overflow: hidden;
}
.about_xq{
	width: 28.5%;
	float: left;
	margin-right: 60px;
}
.about_xq:last-child{
	margin-right: 0;
}
.about_xq h5 a{
	background: url(../images/h5.png) no-repeat left;
	display: block;
	padding-left: 20px;
	color: #333333;
	font-size: 22px;
}
.about_more{
	padding-left: 20px;
	font-size: 14px;
	color: #555555;
	margin-top: 25px;
	max-height: 120px;
	overflow: hidden;
}
.index_link{
	display: block;
	font-size: 20px;
	text-align: center;
	width: 160px;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	background: #096c3b;
	margin: 60px auto 0px;
}
@media only screen and (max-width: 1199px){
	.about{
		padding: 50px 0px 26px;
	}
	.index_title{
		margin-bottom: 30px !important;
	}
}
@media only screen and (max-width: 991px) {
	.about{
		padding: 35px 0px 26px;
	}
	.about_xq{
		margin-right: 30px;
	}
}
@media only screen and (max-width: 767px){
	.index_title{
		width: 100%;
		text-align: center;
		margin: 0 auto 15px;
	}
	.index_title h3{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.index_title h4{
		font-size: 24px;
	}
	.about_xq{
		width: 50%;
		float: none;
		margin:0px auto 10px !important;
	}
	.about_link{
		width: 100px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 480px){
	.about{
		padding: 20px 0px 15px;
	}
	.index_title{
		margin-bottom: 20px !important;
	}
	.about_xq{
		width: 100%;
	}
	.about_more{
		margin-top: 10px;
	}
	.index_title h3{
		background: none;
	}
}

/* 服务项目 */
#service_wrap{
	background: url(../images/serve-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 74px 0px 74px;
	height: 100%;
	position: relative;
}
#service_wrap .index_title{
	color: #FFFFFF;
	margin-bottom: 98px;
}
#service_wrap .index_title h3{
	background: url(../images/index-bg2.png) no-repeat center bottom;
	padding-bottom: 12px;
}
.list_a{
	display: block;
}
.service_img{
	display: block;
	overflow: hidden;
}
.service_img img{
	width: 100%;
}
.service_list .list_a p{
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	background: #FFFFFF;
	width: 100%;
	text-align: center;
	color: #000000;
}
#service_wrap .index_link{
	border: 1px solid #FFFFFF;
	background: none;
	margin: 0px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: 79px;
	color: #FFFFFF;
}
@media only screen and (max-width:767px ) {
	#service_wrap .index_link{
		bottom: 10px;
	}
}
.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: 94px;
}
.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);
}
#service_scroll .item{
	margin: 0 5px;
}
.service_list{
	position: relative;
}
#service_scroll .owl-prev{
	text-indent: -9999px;
	width: 62px;
	height: 62px;
	background: url(../images/scroll_jt1.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 35%;
	bottom: 0;
}
#service_scroll .owl-prev:hover{
	background: url(../images/scroll_jt3.png) no-repeat;
}
#service_scroll .owl-next{
	text-indent: -9999px;
	width: 62px;
	height: 62px;
	background: url(../images/scroll_jt2.png) no-repeat;
	cursor: pointer;
	position: absolute;
	right: 35%;
	bottom: 0;
}
#service_scroll .owl-next:hover{
	background: url(../images/scroll_jt4.png) no-repeat;
}
@media only screen and (max-width:991px ) {
	#service_scroll .owl-prev{
		left: 25%;
	}
	#service_scroll .owl-next{
		right: 25%;
	}
}
.a_hover{
	background: rgba(0,0,0,0.53);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.fd{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -24px;
}
.service_list:hover .a_hover{
	opacity: 1;
}

/* 新闻中心 */
#news_wrap{
	background: #f5f5f5;
}
.index_news{
	padding: 73px 0px 60px;
}
.index_news .index_title{
	margin-bottom: 100px;
}
.index_news .index_title h3{
	background: url(../images/index-bg3.png) no-repeat center bottom;
	padding-bottom: 12px;
}
@media only screen and (max-width:767px ) {
	.index_news{
		padding: 35px 0px 30px;
	}
	.index_link{
		margin-top: 30px !important;
	}
}
.news_box{
	overflow: hidden;
}
.news_tj{
	width: 33%;
	float: left;
	height: 233px;
	max-width: 388px;
	overflow: hidden;
}
.news_tj>a{
	display: block;
}
.news_tj>a>img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.news_tj>a:hover>img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.news_list{
	background: #FFFFFF;
	padding:20px;
	height: 233px;
	position: relative;
	width: 32%;
	float: left;
	margin-right: 20px;
}
.news_list:first-child{
	padding-left: 40px !important;
}
.news_list:last-child{
	margin-right: 0;
}
.news_list a{
	display: block;
}
.news_list h4{
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.news_list a>span{
	display: inline-block;
	background: url(../images/span.png) no-repeat left;
	padding-left: 20px;
	margin-right: 8px;
	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: 22px;
	font-size: 12px;
}
.news_nr{
	color: #666666;
	line-height: 22px;
	max-height: 88px;
	overflow: hidden;
	margin-top: 10px;
}
.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;
}
.index_news .index_link{
	background: #f5f5f5;
	border: 1px solid #000000;
	color: #000000;
}
@media only screen and (max-width:1199px ){
	.news_list{
		margin-right: 15px;
	}
	.news_list h4{
		height: 24px;
	}
}
@media only screen and (max-width:991px ){
	.news_list{
		width: 31%;
	}
}
@media only screen and (max-width:767px ){
	.news_list,.news_tj{
		width: 100%;
		float: none;
		max-width: 380px;
		margin: 0px auto 15px !important;
	}
	.news_tj>a>img{
		width: 100%;
	}
}
@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: #096c3b;
	}
	.news_tj{
		height: auto !important; 
	}
}

/* 加入我们 */
#join{
	background: url(../images/join-bg.jpg) no-repeat left;
	background-size: cover;
	padding: 297px 0px 40px;
}
.join h3{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}
.join .join_link{
	display: block;
	width: 108px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 38px;
}
@media only screen and (max-width:1199px ) {
	#join{
		padding: 130px 0px 40px;
	}
}
@media only screen and (max-width:991px ) {
	#join{
		padding: 80px 0px 40px;
	}
}
@media only screen and (max-width:767px ) {
	#join{
		padding: 50px 0px 40px;
	}
	.join h3{
		font-size: 24px;
	}
}
/*底部内容*/
footer{
	width: 100%;
	background: #f5f5f5;
	padding: 72px 0px 0px;
}
.footer_left p{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}
.footer_left span{
	display: block;
	color: #096c3b;
	font-size: 30px;
	font-weight: bold;
}
@media only screen and (max-width:480px ) {
	.footer_left p{
		font-size: 20px;
		margin: 10px 0px;
	}
	.footer_left span{
		font-size: 20px;
	}
}
.ewm{
	text-align: center;
}
.footer_right{
	padding: 0;
}
.footer_right a{
	font-size: 16px;
	padding-right: 16px;
	padding-left: 10px;
	color: #333333;
	background: url(../images/a.png) no-repeat right;
}
.footer_con{
	margin-top: 28px;
}
.footer_con p{
	font-size: 16px;
	color: #333333;
	padding-left: 8px;
}
.copyright{
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 72px 0px 15px;
}
@media only screen and (max-width:767px ) {
	footer{
		padding: 50px 0px 0px;
	}
	.footer_left{
		text-align: center;
		margin-bottom: 10px;
	}
	.copyright{
		padding: 52px 0px 15px;
	}
}
@media only screen and (max-width:480px ){
	.col-xss-12{
		width: 100%;
	}
	.footer_right{
		text-align: center;
		margin-top: 15px;
	}
	.footer_con p{
		font-size: 15px;
	}
	.copyright{
		padding: 32px 0px 15px;
	}
}



/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 72px 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: 1246px;
		width: 100%;
		overflow: hidden;
	}
	
}

.inside_title{
	text-align: center;
	color: #000000;
	position: relative;
	margin: 0px 0px 44px 0px;
}


/*左侧*/
.main_left{
	float: left;
	width: 302px;
}
.left_title{
	color: #fff;
	background: #f2f2f2;
	position: relative;
	text-align: right;
	padding: 36px 27px 39px 0px;
}
.left_title h3{
	font-size: 24px;
	color: #cccccc;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.left_title h4{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.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 li{
	margin-bottom: 3px;
}
.left_ul li a{
	padding-left: 11px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: right;
	color: #333333;
	background: #f2f2f2;
	font-size: 14px;
	padding-right: 25px;
}
.left_ul .active a{
	background: #096c3b;
	color: #FFFFFF;
}
.left_ul li a:hover{
	background: #096c3b;
	color: #FFFFFF;
}
@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;
		text-align: left;
	}
}
@media (max-width: 767px){
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		font-size: 15px;
	}
	.left_title h3{
		font-size: 18px;
	}
}

/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 334px);
	width: -webkit-calc(100% - 334px);
	width: -moz-calc(100% - 334px);
}	
.serve_ul{
	overflow: hidden;
}
.serve_ul li{
	padding: 0px 4.5px;
	margin-bottom: 9px;
}
.serve_a{
	display: block;
	margin: 0 auto;
	max-width: 298px;
	overflow: hidden;
}
.serve_image{
	display: block;
	overflow: hidden;
	position: relative;
}
.serve_image img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.serve_image p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
}
.serve_ul li a:hover .serve_image p{
	font-weight: bold;
}
@media only screen and (max-width:991px ) {
	.main_right{
		float: none;
		width: 100%;
	}
	.main_right img{
		display: block;
		width: 100%;
	}
}

/* 产品分页 */
.page_box{
	/*height: 32px;*/
	text-align: center;
	margin-top: 30px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box a.on{
	color:#fff;
	background:#096c3b;
	border: 1px solid #096c3b;
}

/* 内页底部版权 */
.nyfooter{
	padding: 0;
}
.nyfooter .copyright{
	padding: 30px 0px;
}
/* 新闻 */
.news_ul{
	overflow: hidden;
}
.list_news{
	overflow: hidden;
	margin-bottom: 25px;
	background: #F2F2F2;
}
.list_news .list_right a:hover{
	color: #096c3b;
}
.list_news .list_right .list_more:hover{
	color: #FFFFFF;
	background: #096c3b;
	border: 1px solid #096c3b;
}
.list_date{
	float: right;
	text-align: center;
	margin-right: 18px;
	margin-top: -10px;
}
.list_date h3{
	font-size: 36px;
	color: #333333;
}
.list_date h4{
	font-size: 18px;
	color: #666666;
}
.news_img{
	display: block;
	height: 182px;
	width: 290px;
	overflow: hidden;
	float: left;
}
.news_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.list_right{
	float: right;
    overflow: hidden;
    width: calc(100% - 332px);
    width: -webkit-calc(100% - 332px);
    width: -moz-calc(100% - 332px);
    padding-top: 35px;
}
.code_ul .list_right{
	width: 100%;
	float: none;
	padding: 20px;
}
.code_ul .list_right .list_ms{
	max-width: 705px;
}
.list_right h4{
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
.list_right h5{
	display: none;
}
.list_right .list_ms{
	line-height: 22px;
	font-size: 14px;
	max-height: 66px;
	overflow: hidden;
	max-width: 380px;
	float: left;
	color: #666666;
}
@media only screen and (max-width:1220px ) {
	.list_date{
		display: none;
	}
	.list_right h5{
		display: block;
		margin-bottom: 8px;
	}
	.list_right .list_ms,.code_ul .list_right .list_ms{
		max-width: none;
		width: 100% !important; 
	}
}
@media only screen and (max-width:1199px ){
	.list_right{
		padding: 25px 10px 0px 0px;
	}
	.list_right h4 a{
		font-size: 18px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width:767px ){
	.list_right{
		padding: 10px;
	}
	.list_date{
		display: none;
	}
	.news_img{
		display: none;
	}
	.list_right{
		width: 100%;
	}
	.list_right h4 a{
		font-size: 16px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:480px ){
	.list_right h4 a{
		font-size: 15px;
		margin-bottom: 8px;
	}
}

/* 新闻内页 */
.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;
}

/* 关于我们 */
.about_img{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 35px;
}

@media only screen and (max-width:991px ) {
	.news_content img{
		width: 100%;
		display: block;
	}
}