@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font: 12px/140% "Microsoft YaHei", Arial, "宋体", Helvetica, sans-serif, Verdana;
	color: #5a5a5a;
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
* {
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}
.dis {
	display: block !important;
}
.dn {
	display: none;
}
.clear {
	clear: both;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999;
}
input, select, textarea {
	-webkit-appearance: none;
}
input[type=radio] {
	-webkit-appearance: radio;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
/*header*/
.thead {
	width: 100%;
	height: 45px;
	background-color: #f5f5f5;
}
.thead .box {
	width: 1200px;
	margin: auto;
}
.thead .box .left {
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	float: left;
}
.thead .box .right {
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	float: right;
}
.thead .box .right span {
	margin: 0 14px;
}
.header {
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.header .box {
	width: 1200px;
	margin: auto;
}
.header .box .logo {
	height: 60px;
	float: left;
	margin-top: 20px;
}
.header .box .logo img {
	display: block;
	height: 60px;
}
.header .box .logo01 {
	float: left;
	height: 60px;
	margin-left: 28px;
	border-left: 1px solid #b4b4b4;
	margin-top: 20px;
	padding-left: 28px;
}
.header .box .logo01 b {
	display: block;
	font-size: 26px;
	line-height: 36px;
	color: #5baa63;
	margin-top: -3px;
}
.header .box .logo01 p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
}
.header .box .tel {
	height: 60px;
	float: right;
	margin-top: 20px;
}
.header .box .tel span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
}
.header .box .tel span img {
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}
.header .box .tel b {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 26px;
	color: #5baa63;
}
/*nav*/
.nav {
	width: 100%;
	height: 60px;
	border-bottom: 4px solid #4b9953;
	background-color: #5baa63;
}
.nav ul {
	width: 1200px;
	display: block;
	margin: auto;
	height: 60px;
	overflow: hidden;
}
.nav ul li {
	display: block;
	float: left;
	text-align: center;
	width: 171px;
}
.nav ul li>a {
	display: block;
	width: 100%;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	color: #fff;
}
.nav ul li.ahover>a, .nav ul li:hover>a {
	background-color: #4b9953;
}
/*banner*/
.banner {
	width: 100%;
	height: 610px;
	position: relative;
	z-index: 1;
}
.banner .bd {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner .bd li {
	width: 100%;
	height: 610px;
	display: block;
	position: relative;
	overflow: hidden;
}
.banner .bd li .tu {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner .bd li .tu img {
	width: 1920px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.banner .bd li .wen {
	width: 860px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translateX(-600px) translateY(-50%);
}
.banner .bd li .wen .w01 {
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
.banner .bd li .wen .w02 {
	font-size: 45px;
	line-height: 55px;
	color: #000;
	margin-top: 20px;
	font-weight: bold;
}
.banner .bd li .wen .w03 {
	font-size: 32px;
	line-height: 42px;
	color: #000;
	margin-top: 25px;
}
.banner .bd li .wen .w03 span {
	color: #ff0000;
}
.banner .bd li .wen .w04 {
	width: 100%;
	margin-top: 30px;
}
.banner .bd li .wen .w04 p {
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	display: block;
	float: left;
	margin-right: 18px;
	margin-bottom: 5px;
	background-color: #f91c1c;
	min-width: 108px;
	text-align: center;
	padding: 0 20px;
}
.banner .hd {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.banner .hd ul {
	display: block;
	overflow: hidden;
}
.banner .hd ul li {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	border: solid 2px #5baa63;
	background: #fff;
	opacity: 0.4;
	border-radius: 8px;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
	margin: 0 4px;
	float: left;
}
.banner .hd ul li.on {
	background-color: #5baa63;
	opacity: 1;
}
/*搜索*/
.search {
	width: 100%;
	height: 60px;
	background-color: #eaeaea;
	position: relative;
	z-index: 1;
}
.search .box {
	width: 1200px;
	margin: auto;
}
.search .box .left {
	float: left;
}
.search .box .left .w01 {
	width: 100px;
	float: left;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	color: #5baa63;
	font-weight: bold;
}
.search .box .left .w02 {
	width: 650px;
	float: left;
	height: 60px;
}
.search .box .left .w02 li {
	display: block;
	float: left;
	margin: 0 12px;
	overflow: hidden;
	font-size: 14px;
	color: #434343;
	height: 60px;
	line-height: 60px;
}
.search .box .right {
	height: 32px;
	margin: 14px 0;
	float: right;
}
.search .box .right .searchbox_txt {
	width: 268px;
	height: 28px;
	border: #5baa63 2px solid;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	float: left;
	background-color: #fff;
}
.search .box .right .searchbox_txt input {
	width: 100%;
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 28px;
	height: 28px;
}
.search .box .right .searchbox_btn {
	width: 60px;
	height: 32px;
	float: left;
}
.search .box .right .searchbox_btn input {
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #5baa63;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}
.search .box .right .searchbox_btn input:hover {
	background-color: #ec0708;
}
/*产品*/
.abox {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.abox .title {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 3;
	text-align: center;
	padding-bottom: 30px;
	background-image: url(../images/title.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.abox .title .w01 {
	font-size: 18px;
	line-height: 28px;
	color: #5a5a5a;
}
.abox .title .w02 {
	font-size: 32px;
	line-height: 42px;
	color: #000;
	margin-top: 10px;
	font-weight: bold;
}
.abox .box {
	width: 1200px;
	margin: auto;
	padding-top: 7px;
	position: relative;
	z-index: 3;
}
.abox .box ul {
	width: 100%;
	display: block;
	overflow: hidden;
}
.abox .box ul li {
	display: block;
	float: left;
	margin-top: 13px;
	margin-left: 23px;
	width: 250px;
	border: 1px solid #eee;
	padding: 15px;
}
.abox .box ul li:hover {
	border: 1px solid #5baa63;
}
.abox .box ul li:nth-child(4n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.abox .box ul li .tu {
	width: 250px;
	height: 210px;
	display: flex;
	align-items: center;
}
.abox .box ul li .tu img {
	max-width: 100%;
	max-height: 210px;
	display: block;
	margin: auto;
}
.abox .box ul li .wen {
	padding-left: 6px;
	padding-right: 3px;
}
.abox .box ul li .wen span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.abox .box ul li .wen p {
	display: block;
	font-size: 12px;
	line-height: 18px;
}
/*解决方案*/
.bbox {
	width: 100%;
	padding-top: 40px;
	padding-bottom:50px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.bbox .bg {
	width: 100%;
	height: 276px;
	background-color: #5baa63;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.bbox .title {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 3;
	text-align: center;
}
.bbox .title .w01 {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.bbox .title .w02 {
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	margin-top: 10px;
}
.bbox .box {
	width: 1200px;
	margin: auto;
	padding-top: 40px;
	position: relative;
	z-index: 3;
}
.bbox .box ul {
	width: 100%;
	display: block;
	overflow: hidden;
}
.bbox .box ul li {
	display: block;
	float: left;
	margin-left: 26px;
	width: 280px;
	border-bottom: 1px solid #e2e2e2;
}
.bbox .box ul li:nth-child(4n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.bbox .box ul li .tu {
	width: 100%;
	height: 186px;
	display: flex;
	align-items: center;
}
.bbox .box ul li .tu img {
	width: 100%;
	display: block;
}
.bbox .box ul li .wen {
	width: 100%;
	margin-top: 14px;
	padding-bottom: 5px;
}
.bbox .box ul li .wen .w01 {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	color: #000;
}
.bbox .box ul li:hover .wen .w01{ color:#5baa63;}
.bbox .box ul li .wen .w02 {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #929292;
	margin-top: 2px;
}
.bbox .box ul li .wen .w03 {
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	color: #5a5a5a;
	margin-top: 2px;
}
.bbox .box .more {
	margin:auto;
	margin-top:30px;
	width: 120px;
	height: 44px;
}
.bbox .box .more a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #5baa63;
	overflow: hidden;
}
/*关于我们*/
.cbox {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
	background-color: #f0f0f0;
}
.cbox .box {
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
.cbox .box .left {
	width: 570px;
}
.cbox .box .left .w01 {
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	margin-top: -5px;
	font-weight: bold;
	color: #1a1a1a;
}
.cbox .box .left .w02 {
	font-size: 14px;
	line-height: 34px;
	margin-top: 15px;
}
.cbox .box .left .w03 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	margin-left: -5px;
}
.cbox .box .left .w03 li {
	width: 155px;
	background-color: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #fff;
	padding: 21px 15px;
	padding-top: 25px;
}
.cbox .box .left .w03 li strong {
	display: block;
	width: 100%;
	overflow: hidden;
}
.cbox .box .left .w03 li strong img {
	display: block;
	margin: auto;
	max-height: 52px;
}
.cbox .box .left .w03 li span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	font-size: 27px;
	color: #000;
}
.cbox .box .left .w03 li p {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	margin-top: 16px;
}
.cbox .box .right {
	width:580px;
}
.cbox .box .right img {
	width: 100%;
	display: block;
}
/*某某五金*/
.dbox {
	width: 100%;
	padding-top: 35px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.dbox .title {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 3;
	text-align: center;
	padding-bottom: 35px;
	background-image: url(../images/title.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.dbox .title .w01 {
	font-size: 18px;
	line-height: 28px;
	color: #5a5a5a;
}
.dbox .title .w02 {
	font-size: 32px;
	line-height: 42px;
	color: #000;
	margin-top: 5px;
	font-weight: bold;
}
.dbox .box {
	width: 1200px;
	margin: auto;
	padding-top: 35px;
	position: relative;
	z-index: 3;
	display: flex;
	min-height: 478px;
}
.dbox .box .left {
	width: 770px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dbox .box .left a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.dbox .box .right {
	flex: 1;
	background-color: #f5f5f5;
	padding: 65px 40px;
	padding-bottom: 57px;
	box-sizing: border-box;
}
.dbox .box .right .w01 {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #000;
}
.dbox .box .right .w02 {
	font-size: 14px;
	line-height: 22px;
	color: #434343;
	margin-top: 5px;
	text-transform: uppercase;
}
.dbox .box .right .w03 {
	width: 100px;
	height: 2px;
	margin-top: 15px;
	background-color: #5baa63;
}
.dbox .box .right .w04 {
	font-size: 12px;
	line-height: 28px;
	margin-top: 18px;
}
.dbox .box .right .w05 {
	margin-top: 16px;
	width: 120px;
	height: 44px;
}
.dbox .box .right .w05 a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #5baa63;
	overflow: hidden;
}
/*联系我们*/
.ebox {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
	background-color: #ececec;
}
.ebox .title {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 3;
	text-align: center;
}
.ebox .title .w01 {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #000;
}
.ebox .title .w02 {
	font-size: 18px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
}
.ebox .title .w03 {
	width: 36px;
	height: 2px;
	margin: auto;
	margin-top: 20px;
	background-color: #5baa63;
}
.ebox .box {
	width: 1200px;
	margin: auto;
	padding-top: 30px;
	position: relative;
	z-index: 3;
}
.ebox .box .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ebox .box .list li {
	margin-top: 20px;
	width: 250px;
	display: block;
	text-align: center;
}
.ebox .box .list li strong {
	width: 100%;
	display: block;
	overflow: hidden;
}
.ebox .box .list li strong img {
	display: block;
	margin: auto;
	height: 68px;
}
.ebox .box .list li span {
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-top: 15px;
}
.ebox .box .list li p {
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-top: 15px;
}
.ebox .box .map {
	width: 100%;
	display: block;
	margin-top: 60px;
	height: 400px;
	overflow: hidden;
}
/*footer*/
.footer {
	width: 100%;
	height: 190px;
	position: relative;
	z-index: 1;
	background-color: #022d64;
	background-image: url(../images/footbg.png);
	background-position: center bottom;
}
.footer .foot {
	width: 1200px;
	margin: auto;
	height: 170px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .foot .f01 {
	width: 202px;
}
.footer .foot .f01 img {
	width: 100%;
	display: block;
}
.footer .foot .f02 {
	flex: 1;
	margin: 0 50px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
.footer .foot .f02 * {
	color: #fff;
}
.footer .foot .f03 {
	width: 96px;
}
.footer .foot .f03 strong {
	width: 100%;
	display: block;
	padding: 5px 0;
}
.footer .foot .f03 strong img {
	width: 100%;
	display: block;
}
.footer .foot .f03 p {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.footer .bq {
	min-width: 244px;
	padding: 0 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	border-radius: 26px;
}
/*内页*/
.ban {
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*新闻资讯*/
.main {
	width: 1200px;
	margin: 45px auto;
	margin-bottom: 70px;
}
.main .lbar {
	width: 250px;
	float: left;
}
.main .lbar .bt {
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	background-color: #5baa63;
	color: #fff;
}
.main .lbar .list {
	padding: 21px 25px;
	padding-top: 5px;
	border: 1px solid #d9d9d9;
	border-top: none;
	margin-bottom: 25px;
}
.main .lbar .list a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 14px;
	background-color: #5baa63;
	color: #fff;
	display: block;
	margin-top: 16px;
	text-align: center;
	border-radius: 3px;
}
.main .lbar .list01 {
	display: block;
	padding: 17px 15px;
	padding-top: 23px;
	border: 1px solid #d9d9d9;
	border-top: none;
}
.main .lbar .list01 dt {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}
.main .lbar .list01 dt img {
	display: block;
	margin: auto;
}
.main .lbar .list01 dt b {
	display: block;
	font-size: 24px;
	line-height: 26px;
	margin-top: 30px;
	color: #000;
}
.main .lbar .list01 dd {
	padding-top: 6px;
}
.main .lbar .list01 dd p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
	display: block;
	overflow: hidden;
}
.main .rbar {
	width: 922px;
	float: right;
}
.main .rbar .wei {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height: 42px;
	line-height: 42px;
	padding-left: 24px;
	background-image: url(../images/logo_03.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.main .rbar .wei a:hover {
	text-decoration: underline;
}
.main .rbar .news {
	display: block;
	width: 100%;
	padding-top: 20px;
}
.main .rbar .news li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #d9d9d9;
}
.main .rbar .news li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
}
.main .rbar .news li span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 19px;
	height: 19px;
	color: #929292;
}
.main .rbar .news li p {
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
	margin-top: 3px;
}
.main .rbar .news li a:hover {
	color: #5baa63;
}
.main .rbar .fanye {
	width: 100%;
	margin-top: 8px;
	text-align: center;
}
.main .rbar .fanye li{ display: inline-block;}
.main .rbar .fanye .active {
	display: inline-block;
	border: 1px solid #000;
	padding: 2px 5px;
	font-weight: bold;
	margin: 2px;
	color: #FFF;
	background-color: #000;
}
.main .rbar .fanye a {
	display: inline-block;
	border: 1px solid #000;
	padding: 2px 5px;
	margin: 2px;
	color: #000;
}
.main .rbar .fanye a:hover {
	color: #FFF;
	background-color: #000;
}
.main .rbar .fanye .disabled {
	border: 1px solid #EEE;
	padding: 2px 5px;
	margin: 2px;
	color: #DDD;
}
/*新闻资讯内页*/
.main .rbar .ny {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #d9d9d9;
}
.main .rbar .ny .artdetail_title {
	padding: 3px 0;
	line-height: 1.7em;
	color: #426100;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.main .rbar .ny .artview_info {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 15px;
	line-height: 21px;
	overflow: hidden;
}
.main .rbar .ny .artview_info span {
	display: inline-block;
}
.main .rbar .ny .artview_info .text-source-left01 {
	color: transparent;
	padding: 0 15px;
}
.main .rbar .ny .artview_intro {
	padding:5px 10px;
	line-height: 1.7em;
	color: #868686;
	background-color: #F5F5F5;
	border: #E5E5E5 1px solid;
	margin-bottom: 10px;
}
.main .rbar .ny .artview_intro table{ width:100% !important; border-collapse:collapse; border:1px solid #999 !important;}
.main .rbar .ny .artview_intro table td,.main .rbar .ny .artview_intro table th{ padding:5px 10px; border:1px solid #999 !important;}
.main .rbar .ny .artview_intro p{ margin:0;}
.main .rbar .ny .artview_intro img {
	max-width: 100%;
	height: auto;
}
.main .rbar .ny .artview_content {
	clear: both;
	padding-top: 8px;
	line-height: 1.7em;
	min-height: 50px;
}
.main .rbar .ny .artview_content img {
	max-width: 100%;
	height: auto;
}
.main .rbar .ny .artview_prev_next {
	margin-top: 20px;
}
.main .rbar .ny .artview_prev_next p {
	display: block;
	overflow: hidden;
	line-height: 25px;
	height: 25px;
}
.main .rbar .ny .artview_prev_next p a:hover {
	color: #5baa63;
}
/*产品展示*/
.main .rbar .pro {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 17px;
}
.main .rbar .pro li {
	display: block;
	float: left;
	margin-top: 13px;
	margin-left: 23px;
	width: 260px;
	border: 1px solid #eee;
	padding: 15px;
}
.main .rbar .pro li:hover {
	border: 1px solid #5baa63;
}
.main .rbar .pro li:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.main .rbar .pro li .tu {
	width: 260px;
	height: 220px;
	display: flex;
	align-items: center;
}
.main .rbar .pro li .tu img {
	max-width: 100%;
	max-height: 220px;
	display: block;
	margin: auto;
}
.main .rbar .pro li .wen {
	padding-left: 6px;
	padding-right: 3px;
}
.main .rbar .pro li .wen span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.main .rbar .pro li .wen p {
	display: block;
	font-size: 12px;
	line-height: 18px;
}
/*产品内页*/
#preview {
	margin: auto;
	text-align: center;
	width: 350px;
}
.jqzoom {
	width: 350px;
	height: 350px;
	position: relative;
	overflow:hidden;
}
.jqzoom img{ width:100%; display:block;}
.zoomdiv {
	left: 859px;
	height: 100px;
	width: 100px;
}
.list-h li {
	float: left;
}
#spec-n5 {
	width: 350px;
	height: 68px;
	margin-top:9px;
	overflow: hidden;
}
#spec-left {
	width: 23px;
	height: 68px;
	float: left;
	cursor: pointer;
}
#spec-right {
	width: 23px;
	height: 68px;
	float: left;
	cursor: pointer;
}
#spec-left img,#spec-right img{ width:100%; display:block;}
#spec-list {
	width: 280px;
	float: left;
	overflow: hidden;
	height:64px;
	margin:2px -3px;
}
#spec-list ul li {
	float: left;
	display: block;
	width:70px;
	height: 64px;
	overflow:hidden;
}
#spec-list ul li img {
	padding: 1px;
	border: 1px solid #ccc;
	width: 60px;
	height: 60px;
	margin:auto;
	display:block;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 100px;
	height: 100px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}
.bigimg {
	width: 800px;
	height: 800px;
}

/*在线留言*/
.mess{ width:100%; padding-top:35px; padding-bottom:60px; position:relative; z-index:1; background-color:#fff;}
.mess .title{ width:1200px; margin:auto; position:relative; z-index:3; text-align:center; padding-bottom:30px; background-image:url(../images/title.jpg); background-position:bottom center; background-repeat:no-repeat;}
.mess .title .w02{ font-size:24px; line-height:34px; color:#000; margin-top:5px; font-weight:bold;}
.mess .box{ width:1200px; margin:auto; padding-top:15px; position:relative; z-index:3;}
.mess .box .m01{ width:100%; display:block;}
.mess .box .m01 dt{ display:block; float:left; margin-right:17px; width:462px; padding-top:10px;}
.mess .box .m01 dt span{ display:block; font-size:14px; line-height:24px; margin:10px 0;}
.mess .box .m01 dt p{ display:block; width:462px; border:1px solid #dedede; border-radius:3px; height:40px; overflow:hidden;}
.mess .box .m01 dt p input{ width:100%; padding:0 5px; box-sizing:border-box; display:block; height:40px; line-height:40px; font-size:14px; overflow:hidden;}
.mess .box .m01 dd{ clear:left; display:block; float:left; width:462px; padding-top:17px;}
.mess .box .m01 dd input{ width:100%; text-align:center; display:block; height:42px; line-height:42px; font-size:14px; overflow:hidden; background-color:#5baa63; color:#fff; cursor:pointer; border-radius:3px;}
.mess .box .m02{ width:100%; margin-top:90px;}
.mess .box .m02 .left{ width:470px; float:left;}
.mess .box .m02 .left .w01{ font-size:24px; line-height:34px; color:#000;}
.mess .box .m02 .left .w02{ font-size:14px; line-height:34px; margin-top:30px; color:#000;}
.mess .box .m02 .right{ float:right; display:block; width:400px;}
.mess .box .m02 .right li{ width:160px; display:block; float:left; margin-left:40px; overflow:hidden;}
.mess .box .m02 .right li strong{ width:100%; display:block; overflow:hidden;}
.mess .box .m02 .right li strong img{ width:100%; display:block;}
.mess .box .m02 .right li p{ width:100%; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#000; margin-top:5px;}

/*案例*/
.case {
	width: 100%;
	display: block;
	overflow: hidden;
}
.case li {
	display: block;
	float: left;
	margin-left: 41px;
	margin-top:30px;
	width: 280px;
	border-bottom: 1px solid #e2e2e2;
}
.case li:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.case li .tu {
	width: 100%;
	height: 186px;
	display: flex;
	align-items: center;
}
.case li .tu img {
	width: 100%;
	display: block;
}
.case li .wen {
	width: 100%;
	margin-top: 14px;
	padding-bottom: 5px;
}
.case li .wen .w01 {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	color: #000;
}
.case li:hover .wen .w01{ color:#5baa63;}
.case li .wen .w02 {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #929292;
	margin-top: 2px;
}
.case li .wen .w03 {
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	color: #5a5a5a;
	margin-top: 2px;
}