﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("./gaode_main.css");/*高德地图*/

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
/*通用样式*/
body {
	overflow-x: hidden;
	overflow-y:hidden;
}
.container {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}
/*头部样式*/
.header {
	width: 100%;
	position: relative;
}
.hd_top {
	width: 100%;
	height:38px;
	border-bottom: 1px solid #ebebeb;
}
.hd_bottom {
	width: 100%;
}
.header .hd_top ul.hd_top_cont {
	float: right;
	font-size: 0;
}
.header .hd_top ul.hd_top_cont li {
	display: inline-block;
	/*padding:0 5px;*/
	/*line-height: 40px;*/
	border-left: 1px solid #ebebeb;
}
.header .hd_top ul.hd_top_cont li.tp_tel{
	border-right: 1px solid #ebebeb;
}
.header .hd_top ul.hd_top_cont li a {
	background:#fff;
	font-size: 14px;
	color: #999;
	font-family: "微软雅黑";
	/*padding:15px;*/
	padding: 9px 10px;
	display: block;
}
.header .hd_top ul.hd_top_cont li a:hover {
	color: #009742;
	text-decoration: none;
}
.header .hd_top ul.hd_top_cont .tp_brand {
	position: relative;
	text-align: center;
}
.header .hd_top ul.hd_top_cont .tp_brand .hd_tp_sub {
	display: none;
	/* width: 100px; */
	position: absolute;
	left: 0px;
	top: 40px;
	/* float: left; */
    /* line-height: 30px; */
	overflow: visible;
	_width: 500%;
	_border-bottom: none;
	z-index: 999;
}
.header .hd_top ul.hd_top_cont .tp_brand .hd_tp_sub li {
	text-align: center;/*border:solid 1px #ebebeb;
	width:70px;*/
}
.header .hd_top ul.hd_top_cont .tp_brand .hd_tp_sub li a {
	padding: 10px 27px;
}
.header .hd_top ul.hd_top_cont .tp_brand .hd_tp_sub li a:hover {
	color: #fff;
	background: #009742;
}
.header .hd_top ul.hd_top_cont li.tp_brand a i {
	background: url(../img/dropdown_icon01.png) no-repeat;
	width: 11px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
}
.header .hd_top ul.hd_top_cont li.tp_brand a:hover i{
	background: url(../img/dropdown_icon02.png) no-repeat;
}
.header .hd_top ul.hd_top_cont li.tp_tel {
	display: inline-block;
	font-size: 14px;
	padding: 7px 10px;
	line-height: 23px;
}
.header .hd_top ul.hd_top_cont li.tp_tel p {
	font-size: 14px;
	color: #999;
}
.header .hd_top ul.hd_top_cont li.tp_tel span {
	font-size: 18px;
	font-weight: bold;
	color: #e5141e;
}
.header .hd_bottom .logo {
	width: 15%;
	float: left;
}
.header .hd_bottom .logo img {
	max-width: 240px;
	transition: all 0.5s 0s ease-in-out;
	width: 100%;
}
.animate {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome and Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;/* Internet Explorer */
}
/*底部样式*/
.footer {
	width: 100%;
	position: relative;
}
.footer .ft_top {
	width: 100%;
	background: url(../img/ft_nav_bg.jpg) repeat;
}
.footer .ft_top .ft_navBar {
	width: 75%;
	position: relative;
	z-index: 1;
	float: left;
	box-sizing: border-box;
}
.footer .ft_top .ft_nav {
	text-align: left;
	/*margin: 0 auto;*/
	padding: 50px 0 60px 0;
}
.footer .ft_top .ft_nav h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 18px;
}
.footer .ft_top .ft_nav .m {
	position: relative;
	display: inline-block;
	/*margin: 0 0.5%;*/
	text-align: center;
	width:12%;
}
.footer .ft_top .ft_nav h3 a:link, .footer .ft_top .ft_nav h3 a:visited {
	zoom: 1;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #1c1c1c;
	text-align: left;
	font-size: 18px;
	font-family: "微软雅黑";
	/*padding-left: 10px;*/
	padding-right: 40px;
	text-decoration: none;
}
.footer .ft_top .ft_nav h3 a:hover {
	color: #009742;
}
/*当前状态*/
.footer .ft_top .ft_nav .cur h3 a:link, .footer .ft_top .ft_nav .cur h3 a:visited {
	color: #009742;
	border-bottom: 3px solid #009742;
	text-decoration: none;
}
.footer .ft_top .ft_nav .on h3 a:link, .footer .ft_top .ft_nav .on h3 a:visited {
	color: #009742;
	border-bottom: 3px solid #009742;
	text-decoration: none;
}
.ft_nav .ft_sub {
	position: relative;
	/*left: 0px;
	top: 40px;*/
	float: left;
	line-height: 30px;
	overflow: visible;
	_width: 500%;
	_border-bottom: none;
	color: #666;
}
.ft_nav .ft_sub li {
	text-align: left;
}
.ft_nav .ft_sub li a:link, .ft_nav .ft_sub li a:visited {
	color: #666;
	display: block;
	zoom: 1;
	border-top: none;
	border-bottom: none;
	_width: 100px;
	_float: left;
	_display: inline-block;
	font-size: 16px;
	text-decoration: none;
	padding-right: 18px;
}
.ft_nav .ft_sub li a:hover {
	color: #009742;
	text-decoration: none;
}
.footer .ft_top .ft_erweima {
	width: 25%;
	position: relative;
	box-sizing: border-box;
	float: right;
}
.footer .ft_top .ft_erweima ul li {
	float: left;
	/*padding:65px 5px;*/
	padding: 18% 3%;
	width: 100%;
	max-width: 140px;
	text-align: center;
}
.footer .ft_top .ft_erweima ul li a {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.footer .ft_top .ft_erweima ul li a img {
	width: 100%;
	max-width: 140px;
}
.footer .ft_bottom {
	width: 100%;
	background: #333;
}
.footer .ft_bottom .copy_right {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
.footer .ft_bottom .copy_right p {
	font-size: 14px;
	color: #fff;
}
.footer .ft_bottom .copy_right p a {
	color: #fff;
	line-height: 60px;
}
/*首页板块01*/
.part01 {
	width: 100%;
	position: relative;
}
.part01 ul.ind_four {
	box-sizing: border-box;
	width: 100%;
	padding: 80px 0;
}
.part01 ul.ind_four li {
	width: 24%;
	float: left;
	padding-left: 0.5%;
	padding-right: 0.5%;/*text-align: center;*/
}
.part01 ul.ind_four li .ind_four_pic {
	position: relative;
}
.part01 ul.ind_four li .ind_four_pic a {
	font-size: 22px;
	color: #fff;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s cubic-bezier(0.41, 0.14, 0.6, 0.84);
	-moz-transition: all .4s cubic-bezier(0.41, 0.14, 0.6, 0.84);
	-ms-transition: all .4s cubic-bezier(0.41, 0.14, 0.6, 0.84);
	-ms-transition: all .4s cubic-bezier(0.41, 0.14, 0.6, 0.84);
	transition: all .4s cubic-bezier(0.41, 0.14, 0.6, 0.84);
}
.part01 ul.ind_four li .ind_four_pic a:hover{
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
}
.part01 ul.ind_four li .ind_four_pic a img {
	width: 100%;
	max-width: 385px;
	padding: 0 3.2%;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.part01 ul.ind_four li .ind_four_pic a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.part01 ul.ind_four li .ind_four_pic a h2 {
	font-size: 22px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	font-weight: normal;
	line-height: 60px;
	border-bottom: 3px solid #fff;
	margin-left: 12%;
}
.part01 ul.ind_four li .ind_four_txt {
	box-sizing: border-box;
	padding-left: 12%;
	padding-right: 12%;
}
.part01 ul.ind_four li .ind_four_txt p {
	font-size: 16px;
	color: #333;
	line-height: 60px;
	font-family: '微软雅黑';
}
/*首页板块02--新闻*/
.part02 {
	width: 100%;
	position: relative;
	background: #f9f9f9;
}
.part02 .ind_news {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.part02 .ind_news_title {
	padding-top: 100px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.part02 .ind_news_title h1 {
	font-size: 30px;
	font-weight: normal;
	color: #009742;
}
.part02 .ind_news_title h1 span.txt_01 {
	font-size: 30px;
	color: #333;
}
.part02 .ind_news_title h1 span.txt_02 {
	font-size: 30px;
	color: #999;
}
.part02 .ind_news_title .ind_more {
	float: right;
	margin-bottom: 10px;
}
.part02 .ind_news_title .ind_more a {
	font-size: 14px;
	color: #666;
	/*line-height: 40px;*/
	border: 1px solid #ddd;
	padding: 10px 40px;
}
.part02 .ind_news_title .ind_more a:hover {
	text-decoration: none;
	border: 1px solid #009742;
	color: #009742;
}
.part02 .ind_news ul.ind_news_list {
	width: 100%;
	padding: 30px 0 100px 0;
	position: relative;
	box-sizing: border-box;
}
.part02 .ind_news ul.ind_news_list li {
	float: left;
	width: 48%;
	margin: 1%;
	display: block;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.part02 .ind_news ul.ind_news_list li:hover {
	-webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
}
.part02 .ind_news ul.ind_news_list li .news_left {
	width: 35%;
	max-width: 280px;
	float: left;
}
.part02 .ind_news ul.ind_news_list li .news_left a {
	display: block;
	overflow: hidden;
}
.part02 .ind_news ul.ind_news_list li .news_left a img {
	width: 100%;
	max-width: 280px;
        height: 188px;
	display: block;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.part02 .ind_news ul.ind_news_list li .news_left a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.part02 .ind_news ul.ind_news_list li .news_right {
	width: 65%;
	float: left;
	box-sizing: border-box;
	padding: 3% 5%;
}
.part02 .ind_news ul.ind_news_list li .news_right h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-bottom: 20px;
}
.part02 .ind_news ul.ind_news_list li .news_right h3 a {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.part02 .ind_news ul.ind_news_list li .news_right h3 a:hover {
	text-decoration: none;
	color: #009742;
}
.part02 .ind_news ul.ind_news_list li .news_right p {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	height: 40px;
	overflow: hidden;
}
.part02 .ind_news ul.ind_news_list li .news_right span {
	font-size: 14px;
	color: #999;
	float: right;
}
/*内页 关于我们*/
.main.public_1col {
	background: #f8f8f8;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.main .ny_nav {
	width: 100%;
	position: relative;
}
.main .ny_nav ul {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}
.main .ny_nav ul li {
	float: left;
	color: #333;
	font-size: 16px;
	height: 80px;
	padding-left: 30px;/*padding-right: 30px;*/
}
.main .ny_nav ul li.cur a:link, .main .ny_nav ul li.cur a:visited {
	color: #009742;
	border-bottom: 2px solid #009742;
}
.main .ny_nav ul li a {
	color: #333;
	font-size: 16px;
	line-height: 80px;
	padding: 28px 0;
	border-bottom: 2px solid #fff;
}
.main .ny_nav ul li a:hover {
	text-decoration: none;
	color: #009742;
	border-bottom: 2px solid #009742;
}
.main .ny_nav ul li i {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #aaa;
	display: inline-block;
	margin-right: 30px;
}
.main .ny_nav ul li.circle_last i {
	display: none;
}
.main .ny_cont {
	width: 100%;
	position: relative;
}
.main .ny_cont .ny_main_cont {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	margin-top: 60px;
	margin-bottom: 60px;
}
.main .ny_cont .ny_main_cont .ny_title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
.main .ny_cont .ny_main_cont .ny_title h2 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 50px;
}
.main .ny_main_cont .about_txt {
	font-size: 16px;
	color: #333;
	width: 100%;
}
.main .ny_main_cont .about_txt p {
	font-size: 16px;
	color: #333;
}
/*内页 画册*/
.main .ny_main_cont .album_list {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 40px;
}
.main .ny_main_cont .album_list ul li {
	width: 30.3333%;
	position: relative;
	float: left;
	margin: 1.4%;
	display: block;
	border: 1px solid #ddd;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.main .ny_main_cont .album_list ul li .album_left {
	width: 64%;
	float: left;
}
.main .ny_main_cont .album_list ul li .album_left a {
	position: relative;
	display: block;
	overflow: hidden;
}
.main .ny_main_cont .album_list ul li .album_left a img {
	width: 100%;
	max-width: 320px;
	display: block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.main .ny_main_cont .album_list ul li .album_left a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.main .ny_main_cont .album_list ul li .album_right {
	width: 36%;
	float: left;
	box-sizing: border-box;
	padding: 3% 5%;
}
.main .ny_main_cont .album_list ul li .album_right h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding: 15px 0;
}
.main .ny_main_cont .album_list ul li .album_right h3 a {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 30px;
}
.main .ny_main_cont .album_list ul li .album_right h3 a:hover {
	text-decoration: none;
	color: #009742;
}
.main .ny_main_cont .album_list ul li .album_right i {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 30px;
	background: url(../img/album_icon01.png) no-repeat;
}
.main .ny_main_cont .album_list ul li .album_right h3 a:hover i {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 30px;
	background: url(../img/album_icon02.png) no-repeat;
}
.main .ny_cont .ny_page {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.main .ny_cont.pro_dt_cont .pro_dt{
	margin-bottom:0px;
}
.main .ny_cont.pro_dt_cont .ny_page{
	background:#f9f9f9;
}
.main .ny_cont .ny_page .ny_page_icon {
	display: block;
	padding-top: 20px;
	padding-bottom: 70px;
}
.main .ny_cont.pro_dt_cont .ny_page .ny_page_icon{
	padding-top:70px;
}
.main .ny_cont .ny_page .ny_page_icon a {
	display: inline-block;
	padding: 10px 40px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.main .ny_cont .ny_page .ny_page_icon a:hover {
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
}
/*内页 案例列表页*/
.main .ny_cont .case_list {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.main .ny_cont .case_list .scrollBox {
	/*width: 1440px;*/
	width: 1540px;
	position: relative;
}
.main .ny_cont .case_list .scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
}
.main .ny_cont .case_list .scrollBox .ohbox {
	overflow: hidden;
	position: relative;
	width: 100%;
	left: 60px;
	height:520px;
}
.main .ny_cont .case_list .scrollBox {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.main .ny_cont .case_list .scrollBox .piclist li {
	float: left;
	display: inline;
	width: 370px;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
	padding: 50px;
	position: relative;
	/*text-align: center;*/
}
.main .ny_cont .case_list .scrollBox .piclist li .case_pic a {
	display: block;
	background: #000;
}
.main .ny_cont .case_list .scrollBox .piclist li .case_pic a img {
	width: 370px;
	max-width: 100%;
}
.main .ny_cont .case_list .scrollBox .piclist li:hover .case_pic a img {
	opacity: 0.5;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 {
	font-size: 18px;
	font-weight: normal;
	top: -140px;
	position: relative;
	text-align: center;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 a {
	color: #fff;
	font-size: 18px;
	display: block;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 a:hover {
	text-decoration: none;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 a i {
	width: 26px;
	height: 16px;
	background: url(../img/case_arrow.png) no-repeat;
	display: block;
	position: relative;
	left: 48%;
	top: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 a:hover i {
	left: 50%;
}
.main .ny_cont .case_list .scrollBox .piclist li span {
	height: 50px;
	line-height: 25px;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #333;
	overflow:hidden;
}
.main .ny_cont .case_list .scrollBox .piclist li .more_btn {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 50px;/*margin-bottom: 20px;*/
}
.main .ny_cont .case_list .scrollBox .piclist li .more_btn a {
	font-size: 14px;
	color: #333;
	padding: 10px 50px;
	border: 1px solid #ddd;
	border-radius: 25px;
	font-size: 16px;
	color: #333;
}
.main .ny_cont .case_list .scrollBox .piclist li .more_btn a:hover {
	text-decoration: none;
	color: #009742;
	border: 1px solid #009742;
}
.main .ny_cont .case_list .scrollBox .pageBtn span {
	background: url(../img/btnBg.png) no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 44%;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}
.main .ny_cont .case_list .scrollBox .pageBtn .prev {
	left: 0;
}
.main .ny_cont .case_list .scrollBox .pageBtn .next {
	/*right: 13px;*/
	right: 0;
	background-position: 0px -48px;
}
.main .ny_cont .case_list .scrollBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 413px;
}
.main .ny_cont .case_list .scrollBox .pageBtn .list li {
	background: url(images/bntBg.png);
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	background-position: -86px -57px;
	cursor: pointer;
	margin-left: 10px;
	line-height: 10000px;
	overflow: hidden;
}
.main .ny_cont .case_list .scrollBox .pageBtn .list li.on {
	background-position: -114px -57px
}
.main .ny_cont .case_list_recommend {
	/* display: block; */
	position: relative;
	width: 100%;
}
.main .ny_cont .case_list_recommend ul {
	box-sizing: border-box;
}
.main .ny_cont .case_list_recommend ul li {
	width: 100%;
	display: block;
	padding: 50px;
	background: #fff;
	box-sizing: border-box;
	margin: 60px 0;
}
.main .ny_cont .case_list_recommend ul li .case_left {
	width: 53%;
	float: left;
	margin-right: 3%;
}
.main .ny_cont .case_list_recommend ul li .case_left h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 40px;
}
.main .ny_cont .case_list_recommend ul li .case_left h1 a {
	font-size: 22px;
	font-weight: normal;
	color: #333;
}
.main .ny_cont .case_list_recommend ul li .case_left h1 a:hover {
	text-decoration: none;
	color:#009742;
}
.main .ny_cont .case_list_recommend ul li .case_left span.case_lf_dt {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.main .ny_cont .case_list_recommend ul li .case_left .more_btn {
	position: relative;
	display: block;
	margin-top: 60px;/*margin-bottom: 20px;*/
}
.main .ny_cont .case_list_recommend ul li .case_left .more_btn a {
	font-size: 14px;
	color: #333;
	padding: 10px 50px;
	border: 1px solid #ddd;
	border-radius: 25px;
	font-size: 16px;
	color: #333;
}
.main .ny_cont .case_list_recommend ul li .case_left .more_btn a:hover {
	text-decoration: none;
	color: #009742;
	border: 1px solid #009742;
}
.main .ny_cont .case_list_recommend ul li .case_right {
	width: 44%;
	float: left;
}
.main .ny_cont .case_list_recommend ul li .case_right a {
	display: block;
	overflow: hidden;
}
.main .ny_cont .case_list_recommend ul li .case_right a img {
	width: 100%;
	max-width: 700px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.main .ny_cont .case_list_recommend ul li .case_right a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
/*案例详情*/
.main .ny_cont .case_dt_top {
	position: relative;
}
.main .ny_cont .case_dt_top .w3cFocus {
	width: 100%;
	position: relative;
	/*height: 250px;*/
	padding-top: 10px;
	padding-bottom: 50px;
}
.main .ny_cont .case_dt_top .w3cFocus .bd{
	height:530px;}
.main .ny_cont .case_dt_top .w3cFocus .prev, .w3cFocus .next {
	position: absolute;
	display: block;
	left: 10px;
	top: 34%;
	width: 48px;
	height: 48px;
	background: url(../img/btnBg.png) no-repeat;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.main .ny_cont .case_dt_top .w3cFocus .next {
	left: auto;
	right: 10px;
	background-position: center bottom;
}
.main .ny_cont .case_dt_top .w3cFocus .prev:hover, .w3cFocus .next:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}
.main .ny_cont .case_dt_top .w3cFocusIn {
	width: 900px;
	/*height: 250px;*/
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.main .ny_cont .case_dt_top .w3cFocusIn .bd li {
	vertical-align: middle;
}
.main .ny_cont .case_dt_top .w3cFocusIn .bd li img {
	width: 900px;
	/*height: 250px;*/
	display: block;
}
.main .ny_cont .case_dt_top .w3cFocusIn .hd {
	/*position: absolute;
	right: 4px;
	bottom: 6px;*/
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.main .ny_cont .case_dt_top .w3cFocusIn .hd ul {
	vertical-align: middle;
	display: inline-block;
*display:inline;
	overflow: hidden;
	zoom: 1;
}
.main .ny_cont .case_dt_top .w3cFocusIn .hd ul li {
	position: relative;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
}
.main .ny_cont .case_dt_top .w3cFocusIn .hd ul li img {
	/*width: 76px;
	height: 46px;*/
	width: 200px;
	/*border: 2px solid #fff;*/
	display: block;
}
.main .ny_cont .case_dt_top .w3cFocusIn .hd ul li.on {
	filter: alpha(opacity=100);
	opacity: 1;
	background: url(images/focusArrow.png) center 0 no-repeat;
}
.main .ny_cont .case_dt_top .w3cFocusIn .hd ul li.on img {
/*border: 2px solid #3499EA;
	border-bottom-width: 4px;*/
}
.main .ny_cont .case_dt_bottom {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main .ny_cont .case_dt_bottom .ny_dt_title {
	display: block;
	border-bottom: 1px solid #ddd;
}
.main .ny_cont .case_dt_bottom .ny_dt_title h5 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	/*line-height: 30px;*/
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #e5141e;
}
.main .ny_cont .case_dt_bottom .ny_dt {
	padding-top: 30px;
}
.main .ny_cont .case_dt_bottom .ny_dt p {
	font-size: 16px;
	color: #333;
}
/*联系我们*/
.main .ny_cont .contact_dt {
	width: 100;
	position: relative;
}
.main .ny_cont .contact_dt ul li {
	width: 100%;
	display: block;
	background: #fff;
	box-sizing: border-box;
	margin: 60px 0;
}
.main .ny_cont .contact_dt .contact_txt {
	width: 50%;
	float: left;
	padding-bottom: 36.1%;
	position: relative;
}
.main .ny_cont .contact_dt .contact_txt .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	align-items: center;
	display: -webkit-flex;
}
.main .ny_cont .contact_dt .contact_txt .txt {
	margin: 0 auto;
}
.main .ny_cont .contact_dt .contact_txt p {
	font-size: 16px;
	color: #333;
}
.main .ny_cont .contact_dt .contact_pic {
	width: 50%;
	float: left;
	overflow:hidden;
}
.main .ny_cont .contact_dt .contact_pic img{
	width:100%;
}
.main .ny_cont .contact_dt .contact_pic a {
	display: block;
	overflow: hidden;
}
.main .ny_cont .contact_dt .contact_pic a img {
	width: 100%;
	max-width: 860px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.main .ny_cont .contact_dt .contact_pic a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
/*地图*/
.main .ny_cont .map_dt {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 80px;
}
/*在线留言*/
.main .ny_cont .msg_dt {
	width: 100%;
	display: block;
	background: #fff;
	box-sizing: border-box;
	margin: 60px 0;
}
.main .ny_cont .msg_dt .msg_pic {
	width: 56%;
	float: left;
}
.main .ny_cont .msg_dt .msg_pic a {
	display: block;
	overflow: hidden;
}
.main .ny_cont .msg_dt .msg_pic a img {
	width: 100%;
	max-width: 960px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.main .ny_cont .msg_dt .msg_pic a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.main .ny_cont .msg_dt .msg_txt {
	width: 44%;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 3%;
}
.main .ny_cont .msg_dt .msg_txt .messages {
	float: right;
	margin-bottom: 30px;
	/*width:600px;*/
	width: 100%;
}
.main .ny_cont .msg_dt .msg_txt .messages ul span {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li {
	margin-bottom: 40px;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li.mb00 {
	margin-bottom: 0;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li input {
	line-height: 60px;
	height: 60px;
	border: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
	outline: none;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li .textarea {
	height: 115px;
	line-height: 60px;
	border: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
	outline: none;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li .button_1_b {
	height: 60px;
	line-height: 60px;
	/*width: 600px;*/
	width: 100%;
	background: #009742;
	font-size: 16px;
	font-weight: normal;
	border: none;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li .button_1_b:hover {
/*color: #009742;
	background-color: #fff;
	border:1px solid #224295;*/
}
.main .ny_cont .msg_dt .msg_txt .messages ul li .txt_ind10 {
	padding-left: 10px;
	box-sizing: border-box;
}
/*荣誉证书*/
.main .ny_cont .honor_list {
	width: 100%;
	box-sizing: border-box;
}
.main .ny_cont .honor_list .honor {
	width: 100%;
	position: relative;
}
.main .ny_cont .honor_list .honor ul li {
	float: left;
	width: 22%;
	box-sizing: border-box;
	/* padding: 1%;*/
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	text-align: center;
}
.main .ny_cont .honor_list .honor ul li .hr_pic {
	width: 100%;
	padding: 4%;
	box-sizing: border-box;
	text-align: center;
	background: #eee;
}
.main .ny_cont .honor_list .honor ul li .hr_pic a {
	display: block;
	overflow: hidden;
}
.main .ny_cont .honor_list .honor ul li .hr_pic a img {
	width: 100%;
	max-width: 330px;
}
.main .ny_cont .honor_list .honor ul li h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.main .ny_cont .honor_list .honor ul li h3 a {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
}
.main .ny_cont .honor_list .honor ul li h3 a:hover {
	color: #009742;
	text-decoration: none;
}
/*新闻列表页*/
.main .ny_cont .ny_news_main_cont {
	width: 100;
	box-sizing: border-box;
	position: relative;
	margin: 60px 0;
}
.main .ny_cont .ny_news_main_cont .ny_title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
.main .ny_cont .ny_news_main_cont .ny_title h2 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 50px;
}
.main .ny_cont .news_list ul.ny_news_list {
	width: 100%;
	/*padding: 30px 0 100px 0;*/
	position: relative;
	box-sizing: border-box;
}
.main .ny_cont .news_list ul.ny_news_list li {
	background: #fff;
	float: left;
	width: 48%;
	margin: 1%;
	display: block;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.main .ny_cont .news_list ul.ny_news_list li:hover {
	-webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
}
.main .ny_cont .news_list ul.ny_news_list li .news_left {
	width: 35%;
	max-width: 280px;
	float: left;
}
.main .ny_cont .news_list ul.ny_news_list li .news_left a {
	display: block;
	overflow: hidden;
}
.main .ny_cont .news_list ul.ny_news_list li .news_left a img {
	width: 100%;
	max-width: 280px;
	height:156px;
	display: block;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.main .ny_cont .news_list ul.ny_news_list li .news_left a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right {
	width: 65%;
	float: left;
	box-sizing: border-box;
	padding: 3% 5%;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-bottom: 20px;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right h3 a {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right h3 a:hover {
	text-decoration: none;
	color: #009742;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right p {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	height: 40px;
	overflow: hidden;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right span {
	font-size: 14px;
	color: #999;
	float: right;
}
/*新闻详情页*/
.main .ny_cont .ny_main_cont .ny_title.ny_news_dt_title h2 {
	padding-bottom: 25px;
}
.main .ny_cont .news_dt_txt {
	width: 100%;
}
.main .ny_cont .news_dt_txt p {
	font-size: 16px;
	color: #333;
}

div#news_1036 .ny_nav {
    display: none;
}

div#news_1036 .ny_cont.news_dt_cont .container {
    padding:0;
}
div#news_1036 .ny_cont.news_dt_cont .ny_main_cont .ny_title{
    display:none;
}
div#news_1036 .ny_cont.news_dt_cont .ny_page .ny_page_icon{
    display:none;
}

/*视频中心列表页*/
.main .ny_cont .ny_vedio_main_cont {
	width: 100;
	box-sizing: border-box;
	position: relative;
	margin: 60px 0;
}
.main .ny_cont .ny_vedio_main_cont .ny_title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
.main .ny_cont .ny_vedio_main_cont .ny_title h2 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 50px;
}
.main .ny_cont .vedio_list {
	width: 100%;
	position: relative;
}
.main .ny_cont .vedio_list ul li {
	width: 29.3333%;
	position: relative;
	float: left;
	margin: 1% 2%;
	box-sizing: border-box;
	background: #fff;
	padding: 1%;
}
.main .ny_cont .vedio_list ul li .vedio_list_pic {
	width: 100%;
	position: relative;
}
.main .ny_cont .vedio_list ul li .vedio_list_pic a {
	display: block;
	overflow: hidden;
	background: #000;
}
.main .ny_cont .vedio_list ul li .vedio_list_pic a img {
	width: 100%;
	max-width: 470px;
	opacity: 1;
}
.main .ny_cont .vedio_list ul li .vedio_list_pic a:hover img {
	opacity: 0.6;
}
.main .ny_cont .vedio_list ul li i.vedio_list_icon {
	background: url(../img/vedio_icon.png);
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 38%;
	left: 45%;
}
.main .ny_cont .vedio_list ul li h3 {
	font-size: 16px;
	font-weight: normal;
}
.main .ny_cont .vedio_list ul li h3 a {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 50px;
}
.main .ny_cont .vedio_list ul li h3 a:hover {
	text-decoration: none;
	color: #009742;
}
/*视频中心详情页*/
.main .ny_cont.vedio_dt_txt {
	width: 100%;
}
.main .ny_cont.vedio_dt_txt p {
	font-size: 16px;
	color: #333;
}
/*产品列表页*/
.main .ny_cont .pro_list {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.main .ny_cont .pro_list ul li {
	float: left;
	width: 22%;
	box-sizing: border-box;
	/* padding: 1%;*/
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	text-align: center;
}
.main .ny_cont .pro_list ul li .pro_pic {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
        position: relative;
        padding-bottom: 100%;
	border: 1px solid #ddd;
}
.main .ny_cont .pro_list ul li .pro_pic a {
	display: block;
	overflow: hidden;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
	display: flex;
    	justify-content: center;
    	align-items: center;
}
.main .ny_cont .pro_list ul li .pro_pic a:hover {
	border: 1px solid #009742;
}
.main .ny_cont .pro_list ul li .pro_pic a img {
	width: 100%;
	/*height:212px;*/
	/*max-width: 360px;*/
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.main .ny_cont .pro_list ul li .pro_pic a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.main .ny_cont .pro_list ul li h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	width: 100%;
	background: #eee;
	box-sizing: border-box;
	margin-top: 20px;
}
.main .ny_cont .pro_list ul li h3 a {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
}
.main .ny_cont .pro_list ul li h3 a:hover {
	color: #fff;
	text-decoration: none;
}
.main .ny_cont .pro_list ul li:hover h3 {
	background: #009742;
	color: #fff;
}
.main .ny_cont .pro_list ul li:hover h3 a {
	color: #fff;
	background: #009742;
}
.main .ny_cont .pro_list ul li:hover h3 a:hover {
	color: #fff;
}
/*产品详情*/

.main .ny_cont .pro_dt {
	width: 100%;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
	background: #fff;
}
.main .ny_cont .pro_dt .pro_dt_left {
	width: 45%;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.main .ny_cont .pro_dt .pro_dt_left.fix-div {
    position: fixed;
    top: 0px;max-width: 780px;}

.main .ny_cont .pro_dt .pro_dt_left .focusBox {
	position: relative;
	width: 100%;
	/* height: 780px; */
	overflow: hidden;
	max-width: 780px;
}
.main .ny_cont .pro_dt .pro_dt_left .focusBox .pic img {
	width: 100%;
	max-width: 780px;
	display: block;
}
.main .ny_cont .pro_dt .pro_dt_left .focusBox .prev, .main .ny_cont .pro_dt .pro_dt_left .focusBox .next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 47%;
	z-index: 3;
	/*filter: alpha(opacity=20);
	-moz-opacity: .2;
	opacity: .2;*/
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}
.main .ny_cont .pro_dt .pro_dt_left .focusBox .prev {
	background-image: url(../img/pro_dt_lf_icon.png);
	background-position: -100px 0;
	left: 2%;
}
.main .ny_cont .pro_dt .pro_dt_left .focusBox .next {
	background-image: url(../img/pro_dt_lf_icon.png);
	background-position: -50px 0;
	right: 2%;
}
.main .ny_cont .pro_dt .pro_dt_left .focusBox .prev:hover, .main .ny_cont .pro_dt .pro_dt_left .focusBox .next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8
}

.main .ny_cont .pro_dt .fix-div .focusBox .next{ right: 3%;}

.main .ny_cont .pro_dt .pro_dt_right{float: right!important;}
@media (max-width:1900px){
.main .ny_cont .pro_dt .pro_dt_right{ width: 50% !important;}
}

@media (max-width:1870px){
.main .ny_cont .pro_dt .pro_dt_right{ width: 52% !important;}
}
@media (max-width:1770px){
.main .ny_cont .pro_dt .pro_dt_right{ width: 50% !important;}
}
@media (max-width:1440px){
.main .ny_cont .pro_dt .pro_dt_right{ width: 52% !important;}
}


/*产品详情2*/
.main .ny_cont .pro_dt .pro_dt_right {
	width: 55%;
	float: left;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}
.productInfoText {
	position: relative;
	width: 100%;
	float: left;
	padding: 5%;
	box-sizing: border-box;
}
.productInfoText h2 {
	font-size: 30px;
	width: 100%;
	font-weight: normal;
	color: #009742;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-bottom: dashed 1px #5E5E5E;
}
.productInfoText .pro-infoText {
	position: relative;
	width: 100%;
	/*height: 500px;*/
	margin-top: 26px;
	overflow: hidden;
	margin-bottom: 40px;
}
.productInfoText .pro-infoText .pro-infotextWrap {
	position: relative;
}
.productInfoText .pro-infoText .pro-infotextWrap  img{
	width:100%;
}
.productInfoText .pro-infoText .pro-infotextWrap table{
	width:100%;
}
.productInfoText .pro-infoText p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.productInfoText .clickButtonBox {
	position: relative;
	display:none;
}
.productInfoText .clickButton {
	width: 40px;
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: solid 1px #CCC;
}
.productInfoText .clickButton:hover {
	background: #009742;
	border: solid 1px #009742;
}
.productInfoText .clickButton.clickPrev {
	margin-right: 5px;
	cursor: pointer;
}
.productInfoText .clickButton.clickPrev:before {
	position: absolute;
	display: block;
	top: 0px;
	left: 12px;
	line-height: 40px;
	text-align: center;
	content: "\e260";
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	color: #8E8E8E;
	-webkit-transition: all .5s ease;
}
.productInfoText .clickButton.clickPrev:hover:before {
	color: #FFF;
}
.productInfoText .clickButton.clickNext {
	cursor: pointer;
}
.productInfoText .clickButton.clickNext:before {
	position: absolute;
	display: block;
	top: 0px;
	left: 12px;
	line-height: 40px;
	text-align: center;
	content: "\e259";
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	color: #8E8E8E;
}
.productInfoText .clickButton.clickNext:hover:before {
	color: #FFF;
}
/*产品详情推荐产品*/

.main .ny_cont.pro_dt_cont .ny_main_cont{
	margin-bottom:0;
}
.main .ny_cont .ny_main_cont.pro_recomm_cont {
	position:relative;
	margin-top: 0;	
}
.main .ny_cont .ny_main_cont .ny_title.ny_pro_recomm_title {
	padding: 0;
	margin-bottom: 0;
	border: none;
}
.main .ny_cont .pro_recomm {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.main .ny_cont .pro_recomm ul li {
	float: left;
	width: 22%;
	box-sizing: border-box;
	/* padding: 1%;*/
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	text-align: center;
}
.main .ny_cont .pro_recomm ul li .pro_pic {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.main .ny_cont .pro_recomm ul li .pro_pic a {
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
.main .ny_cont .pro_recomm ul li .pro_pic a:hover {
	border: 1px solid #009742;
}
.main .ny_cont .pro_recomm ul li .pro_pic a img {
	width: 100%;
	max-width: 360px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.main .ny_cont .pro_recomm ul li .pro_pic a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.main .ny_cont .pro_recomm ul li h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	width: 100%;
	background: #eee;
	box-sizing: border-box;
	margin-top: 20px;
}
.main .ny_cont .pro_recomm ul li h3 a {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
}
.main .ny_cont .pro_recomm ul li h3 a:hover {
	color: #fff;
	text-decoration: none;
}
.main .ny_cont .pro_recomm ul li:hover h3 {
	background: #009742;
	color: #fff;
}
.main .ny_cont .pro_recomm ul li:hover h3 a {
	color: #fff;
	background: #009742;
}
.main .ny_cont .pro_recomm ul li:hover h3 a:hover {
	color: #fff;
}

/*媒体查询*/

@media (max-width:1780px){
.main .ny_cont .case_list .scrollBox {
	width: 1300px;
}
.main .ny_cont .case_list .scrollBox .ohbox{
	height:480px;
}
.main .ny_cont .case_list .scrollBox .piclist li {
	width: 310px;
	padding:40px;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 {
	top: -110px;
}

}

@media (max-width:1600px){
.main .ny_cont .case_list .scrollBox {
	width: 1200px;
}
.main .ny_cont .case_list .scrollBox .ohbox{
	height:440px;
}
.main .ny_cont .case_list .scrollBox .piclist li {
	width: 300px;
	padding:30px;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 {
	top: -110px;
}

}

@media (max-width:1440px) {
/*header*/
.container {
	padding-left: 2%;
	padding-right: 2%;
}
.navBar {
	width: 75%;
	padding-top: 28px;
}
.nav h3 a:link, .nav h3 a:visited {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
}
.nav h3 {
	font-size: 16px;
}
.search {
	width: 10%;
	margin: 32px 0;
}
.search input {
	width: 70%;
}
/*footer*/
.footer .ft_top .ft_navBar {
	width: 72%;
}
.footer .ft_top .ft_nav h3 {
	font-size: 16px;
}
.footer .ft_top .ft_nav h3 a:link, .footer .ft_top .ft_nav h3 a:visited {
	font-size: 16px;
	padding-right: 25px;
}
.ft_nav .ft_sub li a:link, .ft_nav .ft_sub li a:visited {
	font-size: 14px;
}
.footer .ft_top .ft_erweima ul li a {
	font-size: 14px;
}
.footer .ft_top .ft_erweima {
	width: 28%;
}
/*首页 part01*/
.part01 ul.ind_four li .ind_four_pic a h2 {
	font-size: 20px;
}
.part01 ul.ind_four li .ind_four_txt p {
	font-size: 14px;
}
/*首页 part02*/
.part02 .ind_news ul.ind_news_list li .news_right h3 {
	font-size: 16px;
}
.part02 .ind_news ul.ind_news_list li .news_right h3 a {
	font-size: 16px;
}
.part02 .ind_news ul.ind_news_list li .news_right {
	padding: 1% 2%;
}
/*案例中心*/	
.main .ny_cont .case_list .scrollBox {
	width: 1210px;
}
.main .ny_cont .case_list .scrollBox .ohbox{
	height:400px;
}
.main .ny_cont .case_list .scrollBox .piclist li {
	width: 300px;
	padding:30px;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 {
	top: -110px;
}
/*留言信息*/
.main .ny_cont .msg_dt .msg_txt .messages ul li {
	margin-bottom: 20px;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li.mb00 {
	margin-bottom: 0;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li input {
	line-height: 50px;
	height: 50px;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li .textarea {
	height: 90px;
	line-height: 50px;
}
.main .ny_cont .msg_dt .msg_txt .messages ul li .button_1_b {
	height: 50px;
	line-height: 50px;
}
/*新闻列表页*/
.main .ny_cont .news_list ul.ny_news_list li .news_right h3 {
	font-size: 16px;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right h3 a {
	font-size: 16px;
}
.main .ny_cont .news_list ul.ny_news_list li .news_right {
	padding: 1% 2%;
}
}

@media (max-width:1366px){
.main .ny_cont .case_list .scrollBox {
	width:1100px;
	
}
.main .ny_cont .case_list .scrollBox .ohbox{
	height:400px;
}
.main .ny_cont .case_list .scrollBox .piclist li {
	width: 270px;
	padding:25px;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 {
	top: -110px;
}

}


@media (max-width:1280px){
.main .ny_cont .case_list .scrollBox {
	width: 1000px;
}
.main .ny_cont .case_list .scrollBox .ohbox{
	height:380px;
}
.main .ny_cont .case_list .scrollBox .piclist li {
	width: 250px;
	padding:20px;
}
.main .ny_cont .case_list .scrollBox .piclist li h3 {
	top: -110px;
}

}

/*表格样式*/
table{margin: 0 auto;}

.ny_cont.news_dt_cont .ny_main_cont {
    margin-top: 0;
}

.ny_cont.news_dt_cont .ny_main_cont img {
    margin-left: -30px;
    margin-right: -30px;
}

.ft_erweima li:nth-child(2){
    display:none;

}
