@charset "utf-8";
/* CSS Document */
img {
	max-width: none;
}
.bgf5 {
	background: #f5f5f5;
	width: 100%;
	padding: 30px 0;
	margin-top: 40px;
}
.mob {
	display: none;
}
/*留言*/
.message {background-color: #f2f2f2; padding: 50px;  width:90%; margin: 0 auto; border-radius:10px;}
.message form {overflow: hidden;display: block;margin: -30px 0 0 -60px;}
.message .form2-group {float: left;margin: 30px 0 0 4%;width: 29%;}
.message .form2-label {display: block;margin-bottom: 10px;}
.message .form2-label span {color: red;}

.message .form2-content {border: 1px solid #ddd;background-color: #fff;padding: 10px 15px;}
.message .form2-control {border: 0;background-color: transparent;padding: 0;line-height: 30px;font-size: 14px;width: 100%;display: inline-block;vertical-align: middle;}
.message .form2-submit {display: block;background: #007c36; color: #fff;border: 0;padding: 0;cursor: pointer;outline: none;height: 54px;font-size: 16px;width: 280px;margin: 0 auto;}
.message .form2-group.full {float: none;width: auto;}
.message .form2-tips {text-align: center;color: #666;margin-top: 10px;}
.message .form2-tips span {color: red;}

/*.yzm-box {position: relative;}
.yzm-box .yzm-pic {position: absolute;right: 10px;top: 10px;height: 30px;line-height: 30px;}*/

.message .form2-tips {text-align: center;color: #666;margin-top: 10px;}
.message .form2-tips span {color: red;}

 @media(min-width:1441px) {
body, html {
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft yahei", simsun, sans-serif;
	-webkit-font-smoothing: antialiased;/*抗锯齿效果*/
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	overflow-x: hidden;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
* img {
	display: block;
	border: none;
}
.mban {
	display: none;
}
input, select, textarea {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: Arial;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
}
/*p{text-align:justify;text-justify:inter-ideograph;}*/
.mob {
	display: none;
}
.pc {
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right
}
.commen {
	width: 86%;
	margin: 0 auto;
}
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*滚动条样式*/
/*//	::-webkit-scrollbar-track-piece{width:8px;background-color:#f0f0f0;border-radius: 5px;}
//	::-webkit-scrollbar{width:8px;background-color:#007c36;border-radius: 5px;}
//	::-webkit-scrollbar-thumb{width:8px;background-color:#282828;border-radius: 5px;}
//	::-webkit-scrollbar-thumb:hover{width:8px;background-color:#007c36;border-radius: 5px;}
*/
 
/*banner*/
.ban {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 650px;
	position: relative;
}
.imgbox {
	width: 1920px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 650px;
}
.imgbox img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.boy {
	width: 1200px;
}
.bt-a {
	width: 47px;
	height: 47px;
	position: absolute;
	left: 6%;
	top: calc(50% - 23.5px);
	cursor: pointer;
	z-index: 15;
}
.bt-b {
	background: url(../images/yi07.png) no-repeat;
	width: 47px;
	height: 47px;
	opacity: 1;
	transition: all ease 0.3s;
}
.bt-b:hover {
	background: url(../images/yi09.png);
	opacity: 1;
}
.bt-k {
	width: 47px;
	height: 109px;
	position: absolute;
	right: 6%;
	top: calc(50% - 23.5px);
	cursor: pointer;
	z-index: 15;
}
.bt-f {
	background: url(../images/yi06.png) no-repeat;
	width: 47px;
	height: 47px;
	opacity: 1;
	transition: all ease 0.3s;
}
.bt-f:hover {
	background: url(../images/yi08.png);
	opacity: 1;
}
.keyword {
	width: 100%;
	border-bottom: 1px solid #c6c6c9;
	height: 40px;
	padding-top: 12px;
}
.keyword p {
	line-height: 15px;
	font-size: 14px;
	color: #4f4f4f;
	margin-left: 50px;
	font-family: Arial;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3%;
	padding-left: 40px;
}
.keyword p a {
	font-size: 14px;
	color: #4f4f4f;
	transition: all ease 0.3s;
	margin-right: 15px;
}
.keyword p a:hover {
	color: #c9191e;
}
.flip {
	margin-right: 40px;
}
.flip li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	float: left;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
}
.flip li.ppp {
	border-color: #007c36;
	transform: rotateY(180deg);
}
/*主营产品*/
.cp {
	width: 100%;
	overflow: hidden;
	margin-top: 16px;
}
.cp .commen {
	position: relative;
	width: 1200px;
}
.bt {
	background-image: url(../images/btbg.png);
	height: 132px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 141px 132px;
	padding-top: 34px;
}
.bt p {
	font-size: 50px;
	font-family: Arial;
	color: #2d2d2d;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.cpa {
	position: relative;
	width: 3315px;
	left: 50%;
	margin-left: -1657px;
	margin-top: 15px;
}
.cpa img {
	width: 1010px;
	margin: 0 auto;
	transition: all ease 0.3s;
	transform-origin: top;
}
.cpa img:hover {
	transform: scale(0.95);
}
#swiper-button-prev_cp {
	background-image: url(../images/y7.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	outline: none;
	left: 08px;
	top: 50%;
	margin-top: -30px;
}
#swiper-button-next_cp {
	background-image: url(../images/y8.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	outline: none;
	right: 08px;
	top: 50%;
	margin-top: -30px;
}
/*注塑加工*/
.zs {
	width: 100%;
	overflow: hidden;
	margin-top: 88px;
}
.zsa {
	width: 45%;
	margin-right: -13%;
}
.zsa .bt {
	background-position: left center;
	padding-left: 24px;
}
.zsa .bt p {
	text-align: left;
}
.zsaa {
	width: 100%;
	padding-left: 26px;
	margin-top: -5px;
}
.zsaa p {
	font-family: Arial;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 25px;
}
.zsab {
	width: 100%;
	padding-left: 42px;
	margin-top: 27px;
}
.zsab p {
	font-family: Arial;
	font-size: 16px;
	color: #4f4f4f;
	font-weight: bold;
	margin-top: 11px;
}
.zsab p span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	background-color: #007c36;
	color: #fff;
	margin-right: 31px;
}
.zsa_m {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 40px;
	border: 1px solid #007c36;
	text-align: center;
	text-transform: uppercase;
	margin-top: 60px;
	margin-left: 22px;
	transition: all ease 0.3s;
}
.zsa_m a {
	font-family: Arial;
	font-size: 16px;
	color: #007c36;
	display: block;
	transition: all ease 0.3s;
}
.zsa_m:hover {
	background-color: #007c36;
	transform: translateX(6px);
}
.zsa_m:hover a {
	color: #fff;
}
.zsb {
	width: 67.714%;
	margin-top: 54px;
}
.zsb img {
	width: 1209px;
}
/*产品*/
.pr {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.pr .index-tit {
	margin: 30px 0 45px;
}
.prb {
	width: 100%;
	margin-top: -5px;
}
.prb_a {
	width: 12.5%;
}
.prb_a img {
	width: 94px;
	margin: 0 auto;
	transition: all ease 0.3s;
}
.prb_a p {
	text-align: center;
	font-size: 18px;
	color: #2d2d2d;
	transition: all ease 0.3s;
}
.prb_a:hover img {
	transform: scale(0.95);
}
.prb_a:hover p {
	color: #007c36;
}
.prc {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.pre {
	float: left;
	width: 23%;
	margin: 1%;
}
.prea {
	width: 100%;
	margin: 0 auto;
}
.prea_t {
	width: 100%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.prea_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.prea p {
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #4f4f4f;
	margin-top: -1px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease 0.3s;
}
.prea:hover .prea_t img {
	transform: scale(1.05);
}
.prea:hover p {
	background-color: #007c36;
	border-color: #007c36;
	color: #fff;
}
.prx {
	display: table;
	margin: 0 auto;
	margin-top: 47px;
}
.prx img {
	width: 51px;
	cursor: pointer;
}
.prx_m {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #007c36;
	border-radius: 30px;
	margin: 0 16px;
	text-transform: uppercase;
	transition: all ease 0.3s;
}
.prx_m a {
	font-size: 16px;
	color: #007c36;
	display: block;
	transition: all ease 0.3s;
}
.prx_m:hover {
	background-color: #007c36;
}
.prx_m:hover a {
	color: #fff;
}
/*优势*/
.ys {
	width: 100%;
	overflow: hidden;
	margin-top: 85px;
	background-image: url(../images/y4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 56px 0 73px;
}
/*	.ys .bt{mix-blend-mode: multiply;}*/
.ysa {
	width: 100%;
	margin-top: -17px;
}
.ysaa {
	width: 36%;
}
.ysaa img {
	float: left;
	width: 68px;
}
.ysaa p {
	float: left;
	font-size: 16px;
	color: #4f4f4f;
	margin-left: 19px;
	width: calc(100% - 87px);
	line-height: 24px;
	margin-top: 3px;
	height: 171px;
}
.ysaa p span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 21px;
}
.ysaa:nth-child(3), .ysaa:nth-child(4) {
	margin-top: 116px;
}
.ysab img {
	float: right;
}
.ysab p {
	float: right;
	margin-left: 0;
	margin-right: 19px;
	text-align: right;
}
.ysax {
	width: 368px;
	height: 58px;
	line-height: 58px;
	background-color: #007c36;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: -13px;
}
.ysax img {
	float: left;
	margin-top: 11px;
	margin-left: 37px;
}
.ysax p {
	float: left;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	line-height: 58px;
	margin-left: 11px;
	text-shadow: 5px 5px 5px #a61317;
}
/*合作客户*/
.hz {
	width: 100%;
	margin-top: 40px;
}
.hza {
	width: 100%;
}
.hza_bt {
	background-image: url(../images/y23.png);
	background-repeat: no-repeat;
	background-size: 132px 71px;
	line-height: 71px;
	font-size: 26px;
	color: #2d2d2d;
	font-weight: bold;
	padding-left: 22px;
	margin-left: 14px;
	background-position: center left;
}
.hza p {
	float: right;
	line-height: 71px;
	opacity: 0.32;
	transition: all ease 0.3s;
}
.hza p a {
	font-size: 16px;
	color: #007c36;
	text-transform: uppercase;
}
.hza p:hover {
	opacity: 0.8;
	margin-right: 8px;
}
.hzb {
	width: 102.142%;
	margin-left: -1.071%;
	margin-top: 13px;
}
.hzb img {
	float: left;
	width: 18.321%;
	margin: 0 0.8395%;
	border: 6px solid #f1f4f7;
	transition: all ease 0.3s;
}
.hzb img:hover {
	border-color: #007c36;
}
/*关于我们*/
.gy {
	width: 100%;
	overflow: hidden;
	margin-top: 86px;
	background-image: url(../images/y13.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 58px 0 82px;
}
.gya {
	width: 45%;
	padding-left: 28px;
}
.gy_bt {
	background-image: url(../images/y24.png);
	background-size: 131px 131px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 131px;
}
.gy_bt p {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 37px;
	padding-top: 90px;
	padding-left: 3px;
}
.gya_w {
	width: 100%;
	margin-top: 39px;
}
.gya_w h6 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.gya_w p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	max-height: 192px;
	margin-top: 21px;
	overflow: hidden;
}
.gya_m {
	width: 200px;
	height: 50px;
	background-color: #007c36;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	margin-top: 57px;
	transition: all ease 0.3s;
}
.gya_m a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.gya_m:hover {
	margin-left: 8px;
}
.gyb {
	width: 49.214%;
	margin-top: 57px;
}
.gyba {
	width: 100%;
}
.gyba img {
	width: 100%;
}
.gybx {
	margin-top: 18px;
}
.gybx li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	float: left;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #ffffff;
}
.gybx li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
/*新闻资讯*/
.xw {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.xwa {
	display: table;
	margin: 0 auto;
	margin-top: 16px;
}
.xwa p {
	float: left;
	width: 258px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	background-color: #2d2d2d;
	margin: 0 22px;
	transition: all ease 0.3s;
}
.xwa p a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	transition: all ease 0.3s;
}
.xwa_m {
	float: left;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	background-color: #2d2d2d;
	margin: 0 22px;
	transition: all ease 0.3s;
}
.xwa_m a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	transition: all ease 0.3s;
}
.xwa p:hover {
	background-color: #007c36;
}
.xwa p.on {
	background-color: #007c36;
}
.xwa_m:hover {
	background-color: #007c36;
}
.xwb {
	width: 98.5%;
	margin: 0 auto;
	margin-top: 49px;
}
.xwc {
	width: 100%;
}
.xwca {
	width: 49.963%;
	position: relative;
	overflow: hidden;
}
.xwca img {
	width: 100%;
	transition: all ease 0.3s;
}
.xwca_w {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 32px 34px 35px 34px;
	background-color: rgba(0,0,0,0.8);
}
.xwca_w h6 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.xwca_w p {
	font-size: 16px;
	color: #007c36;
	line-height: 14px;
	margin-top: 20px;
}
.xwca:hover img {
	transform: scale(1.05);
}
.xwcb {
	width: 45.105%;
}
.xwcba {
	width: 100%;
	padding: 25px 60px 25px 39px;
	border-left: 7px solid #fff;
	transition: all ease 0.3s;
}
.xwcba h6 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwcba p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 14px;
}
.xwcba span {
	display: block;
	font-size: 16px;
	color: #007c36;
	line-height: 13px;
	margin-top: 18px;
}
.xwcba:hover {
	background-color: #f6f7f8;
	border-color: #007c36;
}
.cj {
	width: 98.5%;
	margin: 0 auto;
	background-color: #f6f7f8;
	margin-top: 50px;
	padding-bottom: 47px;
	position: relative;
}
.cja .bt {
	mix-blend-mode: multiply;
	padding-left: 42px;
}
.cja_m {
	line-height: 13px;
	text-transform: uppercase;
	margin-left: 49px;
	margin-top: 3px;
}
.cja_m a {
	font-size: 16px;
	color: #007c36;
}
.cjb {
	width: 79.767%;
	margin-top: 58px;
	margin-right: 1.74%;
}
.cjba {
	width: 50%;
	padding-right: 8%;
}
.cjba h6 {
	font-size: 18px;
	color: #2d2d2d;
	background-image: url(../images/q.png);
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 49px;
	transition: all ease 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cjba p {
	font-size: 14px;
	color: #4f4f4f;
	background-image: url(../images/r.png);
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 49px;
	height: 54px;
	overflow: hidden;
	margin-top: 18px;
}
.cjba:hover h6 {
	color: #007c36;
}
.cjx {
	width: 100%;
}
.cjul {
	position: absolute;
	right: 23px;
	bottom: 31px;
}
.cjul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin-top: 6px;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
}
.cjul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
/*联系我们*/
.lx {
	width: 100%;
	overflow: hidden;
	margin-top: 66px;
}
.lx .bt {
	padding-left: 26px;
	background-position: left center;
}
.lx .bt p {
	text-align: left;
}
.lxa {
	width: 100%;
	background-image: url(../images/y16.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 626px;
	margin-top: -104px;
	padding-top: 106px;
}
.lxb {
	margin-left: 70px;
	margin-top: 161px;
}
.lxba {
	margin-top: 15px;
}
.lxba img {
	float: left;
	width: 23px;
}
.lxba p {
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 23px;
	margin-left: 29px;
}
.lxb_m {
	width: 200px;
	height: 50px;
	background-color: #007c36;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	border-radius: 30px;
	transition: all ease 0.3s;
	margin-left: 52px;
}
.lxb_m a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.lxb_m:hover {
	margin-left: 58px;
}
.lxc {
	width: 516px;
	margin-right: 110px;
}
.lxc h5 {
	text-align: center;
	font-size: 50px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 37px;
	text-transform: uppercase;
}
.lxca {
	width: 83.914%;
	margin: 0 auto;
	margin-top: 35px;
}
.lxca .input1 {
	width: 48.267%;
	line-height: 50px;
	height: 50px;
	padding-left: 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	background-color: #fff;
}
.lxca textarea {
	height: 157px;
	background-color: #fff;
	padding: 16px 16px 16px 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	margin-top: 23px;
	width: 100%;
}
.yanz {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	margin-top: 20px;
	height: 50px;
}
.yanz input {
	line-height: 48px;
	font-size: 16px;
	color: #585858;
	border-radius: 30px;
	padding-left: 24px;
}
.yanz .t1 {
	width: 18px;
	margin-top: 17px;
	margin-right: 11px;
	cursor: pointer;
}
.yanz .t3 {
	width: 67px;
	margin-top: 10px;
	margin-right: 18px;
}
.tj {
	margin-top: 19px;
}
.tj input {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	background-color: #007c36;
	border-radius: 30px;
	display: block;
}
/*footer*/
.yj {
	width: 100%;
	overflow: hidden;
	background-color: #1a1a1a;
	padding: 76px 0 0 0;
}
.yja {
	margin-left: 24px;
	margin-top: 44px;
}
.yja > img {
	width: 258px;
	margin-bottom: 25px;
}
.yja_a {
	width: 50px;
	margin-right: 18px;
}
.yja_a img {
	width: 100%;
}
.yjb {
	margin-left: 43px;
}
.yjba {
	border-left: 1px dashed #4d4d4d;
	height: 226px;
	padding-top: 40px;
	padding-left: 66px;
}
.yjba h6 {
	line-height: 16px;
}
.yjba h6 a {
	font-size: 20px;
	color: #d1d1d1;
	text-transform: uppercase;
}
.yjba p {
	line-height: 32px;
	margin-top: 17px;
	float: left;
	min-width: 188px;
}
.yjba p a {
	font-size: 15px;
	color: #a9a9a9;
	display: block;
	transition: all ease 0.3s;
}
.yjba p a:hover {
	color: #fff;
}
.yjbax p {
	min-width: 0;
}
.yjc {
	border-left: 1px dashed #4d4d4d;
	height: 226px;
	padding-left: 56px;
	margin-right: 22px;
}
.yjca {
	width: 133px;
	margin-right: 34px;
	padding-top: 45px;
}
.yjca p {
	font-size: 20px;
	color: #d1d1d1;
	text-transform: uppercase;
	line-height: 16px;
}
.yjca img {
	width: 100%;
	margin-top: 25px;
}
.yjd {
	width: 100%;
	border-top: 1px solid #373941;
	margin-top: 80px;
}
.yjd .commen {
	padding: 0 66px 0 18px;
}
.yjd p {
	line-height: 52px;
	font-size: 15px;
	color: #636776;
}
.yjd p a {
	font-size: 15px;
	color: #636776;
	transition: all ease 0.3s;
}
.yjd p a:hover {
	color: #fff;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 290px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 14px/53px 'al1';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar ul li a {
	font: 15px/53px 'al1';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #007c36 url(../images/t1.png) no-repeat;
}
.yb_bar .yb_phone {
	background: #007c36 url(../images/t2.png) no-repeat;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #007c36 url(../images/t3.png) no-repeat;
}
.yb_bar .yb_ercode {
	background: #007c36 url(../images/t4.png) no-repeat;
}
.hd_qr {
	padding: 6px 37px 25px 37px;
	box-sizing: border-box;
	width: 180px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_QQ a:hover {
	color: #fff;
}
.zuoc {
	position: fixed;
	z-index: 9999999;
	bottom: 10%;
	left: -0;
	cursor: pointer;
	transition: all .3s ease;
	width: 255px;
	opacity: 0;
}
.zuoca {
	width: 100%;
	margin: 9.5px 0;
	margin-left: -160px;
	transition: all .3s ease;
}
.zuoca img {
	width: 100%;
}
.zuoca:hover {
	margin-left: 0;
}
/*****************************************内页开始******************************************/
	
/*产品列表页*/
.nban {
	width: 100%;
	overflow: hidden;
	display: block;
}
.nban img {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.mbx {
	line-height: 15px;
	font-size: 14px;
	color: #4f4f4f;
	font-family: Arial;
	margin-right: 10px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 6%;
	padding-left: 20px;
	box-sizing: border-box;
}
.mbx a {
	font-size: 14px;
	color: #4f4f4f;
	transition: all ease 0.3s;
}
.mbx a h1 {
	display: inline-block;
	transition: all ease 0.3s;
	font-size: 14px;
	color: #4f4f4f;
}
.mbx a:hover {
	color: #c9191e;
}
.mbx a h1:hover {
	color: #c9191e;
}
.cpl {
	width: 100%;
	overflow: hidden;
	margin-top: 28px;
}
.cplz {
	width: 25%;
}
.cplz_bt {
	background-image: url(../images/btbg.png);
	height: 101px;
	background-size: 134px 101px;
	background-repeat: no-repeat;
	padding: 40px 0 0 28px;
	float: left;
}
.cplz_bt p {
	font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft yahei", simsun, sans-serif;
	font-size: 36px;
	color: #2d2d2d;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.cplza {
	width: 100%;
	margin-top: 18px;
}
.cplza_a {
	width: 100%;
	border: 6px solid #f1f4f7;
	margin-bottom: -6px;
	padding: 15px 30px 25px 29px;
	transition: all ease 0.3s;
}
.cplza_a:last-child{ margin-bottom:0;}
.cplza_b {
	width: 100%;
}
.cplza_b img {
	width: 30px;
	float: left;
	margin-top: 20px;
}
.cplza_b p {
	float: left;
	font-size: 18px;
	color: #2d2d2d;
	line-height: 24px;
	font-weight: bold;
	margin-top: 23px;
	margin-left: 17px;
	width: calc(100% - 81px);
	margin-right: -30px;
}
.cplza_c {
	width: 100%;
	background-color: #f1f4f7;
	padding: 22px 10px 20px 20px;
	display: none;
	margin-top: 10px;
}
.cplza_c p {
	line-height: 24px;
	margin: 12px 0;
	transition: all ease 0.3s;
}
.cplza_c p a {
	font-size: 18px;
	color: #2d2d2d;
	display: block;
	transition: all ease 0.3s;
}
.cplza_c span {
	width: 0px;
	height: 2px;
	display: inline-block;
	background-color: #007c36;
	position: relative;
	top: -5px;
	margin-right: 6px;
	transition: all ease 0.3s;
}
.cplza_c p:hover a {
	color: #007c36;
}
.cplza_c p:hover span {
	width: 18px;
}
.cplza_c p.ona a {
	color: #007c36;
}
.cplza_c p.ona span {
	width: 18px;
}
.cplza_a:hover {
	border-color: #007c36;
	position: relative;
}
.cplza_a.on {
	border-color: #007c36;
	position: relative;
}
.cplza_a.on .cplza_c {
	display: block;
}
.cplzb {
	width: 100%;
	margin-top: 64px;
}
.cplzba {
	width: 100%;
	margin-top: 58px;
}
.cplzba img {
	width: 100%;
}
.cplzba_ul {
	margin-top: 20px;
	margin-left: 10px;
}
.cplzba_ul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	float: left;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
}
.cplzba_ul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
.cply {
	width: 71.4285%;
	margin-top: 39px;
}
.cply h5 {
	background-color: #f1f4f7;
	line-height: 36px;
	font-size: 18px;
	color: #2d2d2d;
	padding-left: 27px;
}
.cply h1 {
	background-color: #f1f4f7;
	line-height: 40px;
	font-size: 20px;
	color: #2d2d2d;
	padding-left: 0;
}
.cplya {
	width: 100%;
}
.cplyb {
	width: 100%;
	padding: 43px 40px 43px 17px;
	border-bottom: 1px solid #d4d5d6;
}
.cplyb_t {
	width: 34.368%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.cplyb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.cplyb_w {
	width: 60.278%;
	margin-top: 24px;
}
.cplyb_w h6 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cplyb_w table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 23px;
}
.cplyb_w table td {
	background-color: #f6f7f8;
	border: 7px solid #fff;
	height: 43px;
	color: #4f4f4f;
	font-size: 16px;
	padding-left: 13px;
}
.cplyb_m {
	width: 114px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #007c36;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 17px;
	transition: all ease 0.3s;
}
.cplyb:hover .cplyb_t img {
	transform: scale(1.05);
}
.cplyb:hover .cplyb_m {
	transform: translateX(-6px);
}
.ym {
	margin-top: 27px;
	margin-right: 38px;
}
.ym p {
	width: 43px;
	height: 42px;
	border: 1px solid #060606;
	float: left;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	margin: 0 6px;
	transition: all ease 0.3s;
}
.ym p a {
	font-size: 16px;
	color: #000000;
	display: block;
	transition: all ease 0.3s;
}
.ym p.on {
	background-color: #007c36;
	border-color: #007c36;
}
.ym p.on a {
	color: #fff;
}
.ym p:hover {
	background-color: #007c36;
	border-color: #007c36;
}
.ym p:hover a {
	color: #fff;
}
.cj_nei {
	padding-bottom: 0;
	margin-top: 66px;
}
.cj_nei .cjba {
	margin-bottom: 56px;
}
/*产品内页*/
.cpn {
	width: 100%;
}
.cpna {
	width: 100%;
	padding: 25px 10px 0 10px;
}
.box {
	width: 490px;
	position: relative;
	z-index: 100;
}
.left-pro {
	width: 100%;
	text-align: left;
}
.left-pro .t1 {
	width: 80px;
	float: right
}
.left-pro .t2 {
	width: 400px;
	text-indent: 0;
	float: left;
	border: 1px solid #e5e5e5;
}
.left-pro .t2 img {
	text-indent: 0;
}
#showArea img {
	cursor: pointer;
	display: block;
	margin-bottom: 9px;
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #e5e5e5;
}
#main_img {
	cursor: pointer;
	display: block
}
#gotop {
	cursor: pointer;
	display: block;
	width: 100%;
}
#gobottom {
	cursor: pointer;
	display: block;
	width: 100%;
}
#showArea {
	height: 347px;
	overflow: hidden;
	margin: 9px 0;
}
.MagicZoomBigImageCont {
	border: 1px solid #007c36;
	overflow: hidden;
}
.MagicZoomBigImageCont img {
	width: 800px;
	height: 800px
}
.MagicZoomBigImageCont iframe {
	width: 300px;
	height: 300px
}
.MagicZoomHeader {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background: #91b817;
	text-align: center !important
}
.MagicZoomPup {
	border: 1px solid #aaa;
	background: #fff;
	cursor: hand;
	left: 0
}
.MagicZoomLoading {
	text-align: center;
	background: #fff;
	color: #444;
	opacity: 0.8;
	padding: 3px 3px 3px 3px !important;
	display: none
}
.MagicZoomLoading img {
	padding-top: 3px !important
}
/*	.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}*/
.MagicThumb-zoomed {
	cursor: default
}
.MagicThumb span {
	display: none
}
.MagicThumb-image {
	border: 1px solid #ccc;
	outline: none
}
/*	.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}*/
.MagicThumb-caption {
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	padding: 8px 16px
}
.MagicThumb-controlbar {
	display: block;
	height: 18px
}
.MagicThumb-controlbar a {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden
}
.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;/*background:transparent url(graphics/controlbar.png) no-repeat 0 0*/
	;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px
}
.MagicThumb-loading {
	border: 1px solid #000;/*background:#fff url(graphics/loader.gif) no-repeat 2px 50%;*/
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}
#showArea img:hover {
	border: 1px solid #007c36;
}
.cpnaa {
	width: 53.41%;
	margin-top: 12px;
}
.cpnaa h1 {
	float: left;
	font-size: 24px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 36px;
	width: 100%;
	margin-right: -20%;
	background-color: #ffffff;
}
.cpnaa h4 {
	float: right;
	font-size: 18px;
	color: #e8ecf0;
	font-weight: bold;
	line-height: 27px;
	text-transform: capitalize;
}
.cpnaaw {
	width: 100%;
	background-color: #f6f7f8;
	margin-top: 17px;
	min-height: 300px;
	position: relative;
	padding: 62px 26px 20px 26px;
}
.cpnaaw h6 {
	width: 131px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #007c36;
	font-size: 18px;
	color: #fff;
	border-bottom-right-radius: 20px;
}
.cpnaaw p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 32px;
}
.cpnaaw p span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 4px;
	position: relative;
	top: 6px;
}
.cpnaaw p img {
	display: inline-block;
	position: relative;
	top: 8px;
	margin: 0 5px;
}
.cpnaaw p m {
	font-size: 14px;
}
.cpnaaw_dh {
	width: 100%;
	max-width: 280px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	background-color: #f08200;
	border-radius: 20px;
	margin-top: 35px;
	font-size: 14px;
	color: #fff;
}
.cpnaaw_dh b {
	font-size: 16px;
	margin-left: 5px;
}
.cpnb {
	width: 99%;
	margin-left: 1%;
	margin-top: 49px;
	border-bottom: 2px solid #e2e3e4;
	padding-bottom: 60px;
}
.cpnba {
	width: 100%;
	border-top: 1px solid #d4d5d6;
}
.cpn_h4 {
	min-width: 186px;
	height: 38px;
	line-height: 38px;
	background-color: #007c36;
	font-size: 18px;
	color: #fff;
	border-bottom-right-radius: 20px;
	padding: 0 20px 0 25px;
	display: inline-block;
	text-transform: capitalize;
}
.cpnba video {
	display: block;
	max-width: 545px;
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
}
.cpnba_w {
	width: 86.26%;
	margin: 0 auto;
	margin-top: 39px;
}
.cpnba_w p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 27px;
	width: 45%;
}
.cpnba_w p span {
	display: block;
	background-image: url(../images/y37.png);
	background-repeat: no-repeat;
	background-position: left top 8px;
	padding-left: 33px;
}
.cpnbb {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 44px;
}
.cpn_table {
	width: 89.9%;
	margin: 0 auto;
	margin-top: 34px;
	overflow-x: auto;
	padding-bottom: 30px;
}
 .cpn_table::-webkit-scrollbar-track-piece {
height:8px;
background-color:#f1f4f7;
border-radius: 10px;
}
 .cpn_table::-webkit-scrollbar {
height:8px;
border-radius: 10px;
}
 .cpn_table::-webkit-scrollbar-thumb {
height:8px;
background-color:#ccd3d9;
border-radius: 10px;
}
.cpn_table table {
	width: 100%;
	border-collapse: collapse;
}
.cpn_table table th {
	height: 36px;
	background-color: #f1f4f7;
	border: 1px solid #eeeeee;
	font-size: 16px;
	color: #4f4f4f;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}
.cpn_table table td {
	height: 36px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	color: #4f4f4f;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}
.cpn_table table tr:hover td {
	background-color: #f9e9e9;
}
.cpn_table table tr.tr1 td {
	background-color: #f9e9e9;
}
.cpnbb p {
	text-align: right;
	font-size: 16px;
	color: #ccd3d9;
	line-height: 12px;
	margin-top: 11px;
	padding-right: 5%;
}
.cpnbc {
	width: 100%;
	margin-top: 53px;
	border-top: 1px solid #d4d5d6;
}
.cpnbca {
	width: 90.2%;
	margin: 0 auto;
}
.cpnbcb {
	width: 47.595%;
	margin-top: 37px;
}
.cpnbcb img {
	width: 198px;
	border: 6px solid #f1f4f7;
	border-radius: 50%;
	float: left;
}
.cpnbcb_w {
	width: 49%;
	margin-top: 29px;
	height: 171px;
}
.cpnbcb_w h6 {
	font-size: 16px;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 26px;
}
.cpnbcb_w h6 span {
	display: block;
	color: #007c36;
}
.cpnbcb_w p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 24px;
	margin-top: 11px;
	width: 105%;
}
.cpnbd {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 54px;
}
.cpnbd_t {
	width: 90.9%;
	margin: 0 auto;
	margin-top: 40px;
}
.cpnbd_t img {
	width: 100%;
}
.cpnbe {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 53px;
}
.cpnbea {
	width: 100%;
	margin: 0 auto;
	margin-top: 29px;
}
.cpnbea .prea {
	width: 23%;
	margin: 0 1%;
}
.fhlb {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #007c36;
	border-radius: 30px;
	margin-top: 30px;
	text-transform: uppercase;
	margin-right: 4.5%;
	transition: all ease 0.3s;
}
.fhlb a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.fhlb:hover {
	transform: translateX(-6px);
}
/*产品内页-周转箱*/
.cpnbf {
	width: 100%;
	margin-top:25px;
	border-top: 1px solid #d4d5d6;
}
.cpnbf_t {
	max-width: 534px;
	margin: 0 auto;
	margin-top: 22px;
}
.cpnbf_t img {
	width: 100%;
}
.cpnbf_w {
	width: 96%;
	margin: 0 auto;
	margin-top: 28px;
}
.cpnbf_w p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 26px;
	overflow: auto;
}
.cpnbf_w p span {
	float: left;
}
.cpnbf_w p span.span1 {
	font-size: 14px;
	color: #007c36;
	width: 34px;
}
.cpnbf_w p span.span2 {
	width: calc(100% - 34px);
}
.cpnbcc {
	max-width: 846px;
	width: 100%;
	margin: 0 auto;
	margin-top: 69px;
}
.cpnbcc img {
	width: 100%;
}
/*注塑加工页*/
.zsya {
	width: 98.928%;
	margin: 0 auto;
}
.zsyaa {
	width: 15.09%;
	margin: 0 2.455%;
}
.zsyaa_t {
	width: 100%;
	overflow: hidden;
	border: 6px solid #f1f4f7;
	border-radius: 50%;
}
.zsyaa_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.zsyaa:hover .zsyaa_t img {
	transform: scale(1.05);
}
.zsyaa p {
	text-align: center;
	font-size: 22px;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 24px;
	margin-top: 18px;
	text-transform: uppercase;
	width: 120%;
	margin-left: -10%;
}
.zsyb {
	width: 94.285%;
	margin: 0 auto;
	margin-top: 61px;
}
.zsyba {
	width: 42.878%;
	margin-top: 11px;
}
.zsyba p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 25px;
}
.zsyba img {
	width: 111%;
	margin-top: 60px;
}
.zsybb {
	width: 50.984%;
}
.zsybb img {
	width: 100%;
}
.zsyc {
	width: 91.857%;
	margin: 0 auto;
	margin-top: 80px;
}
.zsyc h3 {
	font-size: 50px;
	color: #2d2d2d;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: bold;
}
.zsyca {
	width: 100%;
	margin-top: 51px;
}
.zsycb {
	width: 27.527%;
}
.zsycb h5 {
	font-size: 30px;
	color: #007c36;
	font-weight: bold;
	line-height: 23px;
	transform: skewX(-10deg);
	position: relative;
}
.zsycb h5::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background-color: #f1f4f7;
	border-radius: 50%;
	left: 11px;
	top: -17px;
	transform: skewX(10deg);
	z-index: -1;
}
.zsycb h6 {
	font-size: 22px;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 30px;
	margin-top: 16px;
}
.zsycb p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 18px;
	margin-top: 4px;
	min-height: 103px;
}
.zsycb:nth-child(3n+2) {
	width: 44.946%;
	padding: 0 118px 0 110px;
}
.zsycc {
	width: 100%;
}
.zsycc_ul {
}
.zsycc_ul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
	float: left;
}
.zsycc_ul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
.zsycd {
	width: 101%;
	margin-left: -0.5%;
	margin-top: 20px;
}
.zsycd img {
	width: 32.33%;
	margin: 0 0.501%;
	float: left;
}
.zsyce {
	width: 100%;
}
.zsyce_ul {
}
.zsyce_ul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
	float: left;
}
.zsyce_ul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
.zsycead {
	width: 101%;
	margin-left: -0.5%;
	margin-top: 0px;
}
.zsyceb {
	width: 32.33%;
	margin: 0 0.501%;
	margin-top: 18px;
}
.zsyceb_t {
	width: 100%;
	overflow: hidden;
}
.zsyceb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.zsyceb p {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #4f4f4f;
	text-align: center;
	line-height: 68px;
	border-top: none;
}
.zsyceb:hover .zsyceb_t img {
	transform: scale(1.05);
}
.cj_zs {
	background-color: #fff;
	padding-bottom: 0px;
}
.zsycz {
	margin-top: 0px;
}
/*合作客户页*/
.hzya {
	margin-top: 42px;
}
.hzya p {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	margin: 0 0px 0 40px;
	background-color: #2d2d2d;
	float: left;
	text-transform: uppercase;
	transition: all ease 0.3s;
}
.hzya p a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.hzya p.on {
	background-color: #007c36;
}
.hzya p:hover {
	background-color: #007c36;
}
.hzyb {
	width: 98.857%;
	margin: 0 auto;
	margin-top: 17px;
}
.hzyb img {
	width: 21.387%;
	margin: 0 1.8065%;
	border: 6px solid #f1f4f7;
	float: left;
	margin-top: 35px;
}
.hz_cj {
	background-color: #f6f7f8;
}
.hz_cj .cj_zs {
	background-color: #f6f7f8;
}
/*评价列表页*/
.pjl {
	width: 96%;
	margin: 0 auto;
}
.pjla {
	width: 100%;
	margin-top: 25px;
}
.pjlb {
	width: 100%;
	border: 6px solid #f1f4f7;
	padding: 44px 65px 60px 56px;
	transition: all ease 0.3s;
}
.pjlb_t {
	background-image: url(../images/y66.png);
	width: 70px;
	height: 67px;
	background-size: 100% 100%;
	transition: all ease 0.3s;
}
.pjlb_w {
	width: 70%;
	margin-left: 52px;
	margin-top: 5px;
}
.pjlb_w h6 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
.pjlb_w p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 15px;
}
.pjlb_m {
	width: 114px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #007c36;
	border-radius: 50px;
	font-size: 16px;
	color: #007c36;
	text-transform: uppercase;
	margin-top: 19px;
	transition: all ease 0.3s;
}
.pjlb:hover {
	border-color: #007c36;
}
.pjlb:hover .pjlb_t {
	background-image: url(../images/y67.png);
	transform: rotateY(180deg);
}
.pjlb:hover .pjlb_m {
	transform: translateX(-6px);
}
.ym_pj {
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
/*评价内页*/
.pjn {
	width: 96%;
	margin: 0 auto;
	border: 6px solid #f1f4f7;
	margin-top: 25px;
	padding: 44px 69px 53px 68px;
}
.pjna {
	width: 100%;
}
.pjna_a {
	background-image: url(../images/y66.png);
	width: 70px;
	height: 67px;
	background-size: 100% 100%;
}
.pjna_b {
	width: 90%;
	margin-top: 6px;
}
.pjna_b h1 {
	font-size: 26px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
}
.pjna_b p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 26px;
	margin-top: 10px;
}
.pjna_b img {
	display: block;
	max-width: 100%;
	margin-top: 24px;
}
.pjnb {
	width: 100%;
	margin-top: 46px;
}
.pjnb img {
	width: 100%;
}
.fhlb_pj {
	margin: 0 auto;
	margin-top: 39px;
}
/*新闻列表页*/
.xwla {
	width: 100%;
	margin-top: 25px;
}
.xwlb {
	width: 100%;
	border: 6px solid #f1f4f7;
	padding: 31px 33px 32px 34px;
	transition: ease 0.3s;
}
.xwlb_t {
	width: 47.8%;
	overflow: hidden;
}
.xwlb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.xwlb_w {
	width: 47.8%;
	margin-top: 16px;
}
.xwlb_w h6 {
	font-size: 22px;
	color: #007c36;
	font-weight: bold;
	line-height: 20px;
}
.xwlb_w h5 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 30px;
	margin-top: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 60px;
	text-overflow: ellipsis;
	white-space: normal;
	text-transform: capitalize;
}
.xwlb_wp {
	width: 100%;
	padding: 31px 23px 47px 24px;
	background-color: #f1f4f7;
	margin-top: 19px;
}
.xwlb_w p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}
.xwlb_w span {
	display: block;
	width: 114px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #007c36;
	margin-top: 24px;
	font-size: 16px;
	color: #007c36;
	border-radius: 30px;
	text-transform: uppercase;
}
.xwlb:hover {
	border-color: #007c36;
}
.xwlb:hover .xwlb_t img {
	transform: scale(1.05);
}
.xwlc {
	width: 100%;
	margin-top: 25px;
}
.xwlc_a {
	font-size: 20px;
	color: #007c36;
	font-weight: bold;
	line-height: 40px;
}
.xwlc .pjlb_w {
	margin-left: 93px;
	width: 72%;
}
.xwlc .pjlb_w h6 {
	font-size: 18px;
	color: #2d2d2d;
	line-height: 27px;
}
.xwlc .pjlb_w p {
	font-size: 16px;
	height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*新闻内页*/
.xwn {
	width: 96%;
	margin: 0 auto;
	border: 6px solid #f1f4f7;
	margin-top: 25px;
	padding: 47px 66px 68px 66px;
}
.xwna {
	width: 100%;
}
.xwna h1 {
	text-align: center;
	font-size: 26px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 32px;
	text-transform: capitalize;
}
.xwna p {
	width: 100%;
	text-align: center;
	background-color: #f1f4f7;
	line-height: 37px;
	margin-top: 18px;
	font-size: 16px;
	color: #888;
}
.xwna p span {
	display: inline-block;
	width: 142px;
}
.xwnb {
	width: 100%;
	margin-top: 30px;
	padding: 0 18px 0 11px;
}
.xwnb p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 32px;
}
.xwnb img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.xwnb strong {
	font-size: 16px;
	color: #909090;
	display: block;
	font-weight: normal;
	margin-top: 50px;
}
.xwnb strong a {
	font-size: 16px;
	color: #909090;
	font-weight: normal;
}
.xwnb strong a:hover {
	color: #007c36;
}
/*常见列表页*/
.cjla {
	width: 100%;
}
.cjlb {
	width: 100%;
	border: 6px solid #f1f4f7;
	margin-top: 25px;
	transition: all ease 0.3s;
	padding: 47px 85px 58px 57px;
}
.cjlb_w {
	width: 80%;
}
.cjlb_w h6 {
	font-size: 22px;
	color: #2d2d2d;
	background-image: url(../images/q.png);
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 49px;
	transition: all ease 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
}
.cjlb_w p {
	font-size: 16px;
	color: #4f4f4f;
	background-image: url(../images/r.png);
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 49px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cjlb_a {
	background-image: url(../images/rfq.png);
	width: 50px;
	height: 51px;
	background-size: 100% 100%;
	margin-top: 13px;
	transition: all ease 0.3s;
}
.cjla:hover .cjlb {
	border-color: #007c36;
}
.cjla:hover .cjlb_a {
	transform: rotate(180deg);
}
/*关于我们页*/
.gyya {
	width: 98.285%;
	margin: 0 auto;
	margin-top: 25px;
}
.gyya_a {
	width: 25%;
	border-left: 1px dashed #e1e4e9;
	height: 136px;
	padding-top: 15px;
}
.gyya_a:nth-child(1) {
	border: none;
}
.gyya_a h6 {
	text-align: center;
	font-size: 40px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 30px;
}
.gyya_a > span {
	display: block;
	width: 23px;
	height: 2px;
	background-color: #007c36;
	margin: 0 auto;
	margin-top: 18px;
}
.gyya_a p {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 18px;
	margin-top: 10px;
	width: 56%;
}
.gyyb {
	width: 96%;
	margin: 0 auto;
	margin-top: 38px;
}
.gyyba_t {
	width: 49.153%;
}
.gyyba_t img {
	width: 100%;
}
.gyyba_w {
	width: 46.153%;
	margin-top: 30px;
}
.gyyba_w h6 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
}
.gyyba_w p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 32px;
	margin-top: 30px;
}
.gyybb {
	margin-top: 30px;
}
.gyybb .gyyba_t img {
	margin-left: 0;
}
.gyybb .gyyba_w {
	margin-top: 26px;
}
.gyybb .gyyba_w p {
	margin-top: 30px;
}
.gyyc {
	width: 100%;
	margin-top: 35px;
}
.gy_h3 {
	font-size: 36px;
	color: #2d2d2d;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}
.gyyca {
	width: 89.4285%;
	margin: 0 auto;
	margin-top: 37px;
	position: relative;
}
.gyycb {
	width: 100%;
	overflow: hidden;
}
.gyyce {
	width: 90.734%;
	margin: 0 auto;
}
.gyyce img {
	width: 100%;
	border: 6px solid #f1f4f7;
	transition: all ease 0.3s;
}
.gyyce p {
	text-align: center;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 22px;
	margin-top: 9px;
}
.gyyce:hover img {
	border-color: #007c36;
}
.gyyca_z {
	position: absolute;
	width: 51px;
	left: -19px;
	top: 50%;
	margin-top: -25px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.gyyca_y {
	position: absolute;
	width: 51px;
	right: -19px;
	top: 50%;
	margin-top: -25px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.gyyd {
	margin-top: 73px;
}
.gyyda {
	width: 87.142%;
	margin: 0 auto;
	margin-top: 44px;
	position: relative;
}
.gyyda_t {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gyyda_t img {
	width: 100%;
}
.gyyda_t p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -100px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
	padding: 22px 32px;
	background-color: rgba(0,124,54,0.9);
	transition: all ease 0.3s;
}
#swiper-button-prev_gya {
	background-image: url(../images/y7.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
	left: -34px;
}
#swiper-button-next_gya {
	background-image: url(../images/y8.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
	right: -34px;
}
#swiper_gya .swiper-slide-active .gyyda_t p {
	bottom: 0;
}
.gyye {
	margin-top: 79px;
}
.gyyea {
	width: 92.857%;
	margin: 0 auto;
	margin-top: 67px;
	position: relative;
}
.gyyea::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 50%;
	border-left: 1px dashed #e1e4e9;
	top: 0;
}
.gyyeab {
	width: 47%;
}
.gyyeab > img {
	width: 80px;
	float: left;
}
.gyyeab_w {
	width: calc(100% - 106px);
	margin-top: -5px;
}
.gyyeab_w h6 {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 24px;
	font-weight: bold;
}
.gyyeab_w img {
	width: 59px;
	margin-top: 10px;
}
.gyyeab_w p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 24px;
	margin-top: 24px;
}
.gyyf {
	width: 100%;
	background-image: url(../images/y78.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 64px;
	padding: 80px 0 72px;
}
.gyyfa {
	width: 96.4285%;
	margin: 0 auto;
}
.gyyfa_a {
	width: 15.777%;
	margin: 0 0.4448%;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid #f1f4f7;
}
.gyyfa_a img {
	width: 100%;
	transition: all ease 0.3s;
}
.gyyfa_a:hover img {
	transform: scale(1.05);
}
/*联系我们页*/
.lxya {
	width: 95.357%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #f1f4f7;
}
.lxya_t {
	width: 47.067%;
	background:url(../images/lx.jpg) no-repeat right center;
	background-size:cover;
	min-height:360px;
}
.lxya_t img {
	width: 100%;
	height:100%;
}
.lxya_w {
	width: 50.318%;
	padding-top: 20px;
	padding-bottom:20px;
}
.lxya_w p {
	font-size: 16px;
	color: #2d2d2d;
	margin-top: 20px;
	line-height:24px;
	padding-right:15px;
}
.lxya_w p img {
	width: 23px;
	display: block;
	position: relative;
	float:left;
	margin-right: 28px;
}
.lxyb {
	width: 95.357%;
	margin: 0 auto;
	margin-top: 80px;
	background-image: url(../images/y87.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 384px;
	padding: 12px 135px 0 0;
	margin-bottom: 134px;
}
.lxyb_bt {
	background-image: url(../images/y92.png);
	height: 130px;
	background-size: 132px 130px;
	background-repeat: no-repeat;
	padding: 52px 0 0 33px;
}
.lxyb_bt p {
	font-family: Arial;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.lxyb_a {
	width: 36.1%;
	margin-left: 5.85%;
	margin-top: 46px;
}
.lxyb_a .input1 {
	width: 100%;
	line-height: 50px;
	height: 50px;
	padding-left: 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	background-color: #fff;
	margin-bottom: 16px;
}
.lxyb_a .yanz {
	margin-top: 0;
}
.lxyb_a .tj input {
	margin-left: 0;
}
.lxyb_b {
	width: 35.251%;
	margin-top: 46px;
}
.lxyb_b textarea {
	height: 250px;
	background-color: #fff;
	padding: 16px 16px 16px 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	width: 100%;
}
/*网站地图*/
.wzdt2 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.wzdt_a {
	border: solid 2px #e5e5e5;
	margin-top: 22px;
}
.wzdt_a h6 {
	width: 1144px;
	margin: 0 auto;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 5px;
}
.wzdt_a h6 a {
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	line-height: 45px;
}
.wzdt_a p {
	margin: 0 25px;
}
.wzdt_a p a {
	color: #505050;
	line-height: 42px;
	margin-right: 15px;
}
.wzdt_a p a:hover {
	color: #0665d0
}
/*404*/
.fzfbox {
	width: 100%;
	margin: 0 auto;
	background: #f9f9f9;
	padding: 100px 30px;
	margin-bottom: -30px;
}
.fzf1 {
	width: 1011px;
	margin: 20px auto;
}
.fzf1 img {
	width: 100%;
	margin: 0 auto;
}
.fzf2 {
	width: 100%;
	margin: 0 auto;
}
.fzf2 p {
	font-size: 36px;
	color: #434343;
	text-align: center;
	line-height: 50px;
}
.fzf2-1 {
	width: 100%;
	margin: 0 auto;
}
.fzf2-1 p {
	font-size: 26px;
	color: #434343;
	text-align: center;
	line-height: 50px;
}
.fzf2-1 p span {
	color: #333;
}
.fzf3 {
	width: 430px;
	margin: 20px auto;
	margin-top: 40px;
}
.fzf3z {
	float: left;
}
.fzf3z img {
	width: 100%;
	margin: 0 auto;
}
.fzf3y {
	float: right;
}
.fzf3y img {
	width: 100%;
	margin: 0 auto;
}
/*404*/

.pagination-wrapper {
	text-align: center;
}
.pagination {
	position: relative;
	margin-top: 30px;
}
.pagination li {
	display: inline-block;
	margin: 0px 3px;
 *display: inline; /*主要用于激活IE中的hasLayout属性，兼容IE67*/
 *zoom:1; /*主要用于激活IE中的hasLayout属性，兼容IE67*/
}
.pagination li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	height: 75px;
	width: 75px;
	line-height: 75px;
	background: #f4f4f4;
	text-align: center;
	color: #757575;
	z-index: 1;
	transition: all 500ms ease;
	border: none;
}
.pagination li a:hover, .pagination li a.current {
	color: #fff;
	background: #007c36;
	border-color: #007c36;
}
.pagination li:first-child a:hover, .pagination li:last-child a:hover {
	background: #f08200;
	border-color: #f08200;
}
}
 @media screen and (min-width:1000px) and (max-width:1440px) {
body, html {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;/*抗锯齿效果*/
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	overflow-x: hidden;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
a, ul, li, ol, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #292929;
	font-family: Arial;
}
* img {
	display: block;
	border: none;
}
input, select, textarea {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: Arial;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
}
/*p{text-align:justify;text-justify:inter-ideograph;}*/
.mob {
	display: none;
}
.pc {
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right
}
.commen {
	width:86%;
	margin: 0 auto;
}
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*滚动条样式*/
/*	::-webkit-scrollbar-track-piece{width:8px;background-color:#f0f0f0;border-radius: 5px;}
	::-webkit-scrollbar{width:8px;background-color:#2b3b95;border-radius: 5px;}
	::-webkit-scrollbar-thumb{width:8px;background-color:#282828;border-radius: 5px;}
	::-webkit-scrollbar-thumb:hover{width:8px;background-color:#2b3b95;border-radius: 5px;}

 */
/*banner*/
.index-tit{ margin-top:20px;}
.pre{ float:left; width: 23%; margin: 1%;}
.ban {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 474px;
	position: relative;
}
.imgbox {
	width: 1400px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -700px;
	height: 474px;
}
.imgbox img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.boy {
	width: 1200px;
}
.bt-a {
	width: 47px;
	height: 47px;
	position: absolute;
	left: 6%;
	top: calc(50% - 23.5px);
	cursor: pointer;
	z-index: 15;
}
.bt-b {
	background: url(../images/yi07.png) no-repeat;
	width: 47px;
	height: 47px;
	opacity: 1;
	transition: all ease 0.3s;
}
.bt-b:hover {
	background: url(../images/yi09.png);
	opacity: 1;
}
.bt-k {
	width: 47px;
	height: 109px;
	position: absolute;
	right: 6%;
	top: calc(50% - 23.5px);
	cursor: pointer;
	z-index: 15;
}
.bt-f {
	background: url(../images/yi06.png) no-repeat;
	width: 47px;
	height: 47px;
	opacity: 1;
	transition: all ease 0.3s;
}
.bt-f:hover {
	background: url(../images/yi08.png);
	opacity: 1;
}
.keyword {
	width: 100%;
	border-bottom: 1px solid #c6c6c9;
	height: 40px;
	padding-top: 12px;
}
.keyword p {
	line-height: 15px;
	font-size: 14px;
	color: #4f4f4f;
	margin-left: 1%;
	font-family: Arial;
	background-image: url(../images/y5.png);
	background-repeat: no-repeat;
	background-position: left 12px bottom;
	padding-left: 40px;
}
.keyword p a {
	font-size: 14px;
	color: #4f4f4f;
	transition: all ease 0.3s;
	margin-right: 15px;
}
.keyword p a:hover {
	color: #c9191e;
}
.flip {
	margin-right: 1%;
}
.flip li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	float: left;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
}
.flip li.ppp {
	border-color: #007c36;
	transform: rotateY(180deg);
}
/*主营产品*/
.cp {
	width: 100%;
	overflow: hidden;
	margin-top: 16px;
}
.cp .commen {
	position: relative;
	width: 100%;
}
.bt {
	background-image: url(../images/y6.png);
	height: 132px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 130px 120px;
	padding-top: 30px;
}
.bt p {
	font-size: 45px;
	font-family: Arial;
	color: #2d2d2d;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.cpa {
	position: relative;
	width: 240%;
	left: -70%;
	margin-top: 15px;
}
.cpa img {
	width: 92%;
	margin: 0 auto;
	transition: all ease 0.3s;
	transform-origin: top;
}
.cpa img:hover {
	transform: scale(0.95);
}
#swiper-button-prev_cp {
	background-image: url(../images/y7.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	outline: none;
	left: 7.5%;
	top: 50%;
	margin-top: -30px;
}
#swiper-button-next_cp {
	background-image: url(../images/y8.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	outline: none;
	right: 7.5%;
	top: 50%;
	margin-top: -30px;
}
/*注塑加工*/
.zs {
	width: 100%;
	overflow: hidden;
	margin-top: 88px;
}
.zsa {
	width: 45%;
	margin-right: -13%;
}
.zsa .bt {
	background-position: left center;
	padding-left: 24px;
}
.zsa .bt p {
	text-align: left;
}
.zsaa {
	width: 100%;
	padding-left: 26px;
	margin-top: -5px;
}
.zsaa p {
	font-family: Arial;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 24px;
}
.zsab {
	width: 100%;
	padding-left: 42px;
	margin-top: 22px;
}
.zsab p {
	font-family: Arial;
	font-size: 16px;
	color: #4f4f4f;
	font-weight: bold;
	margin-top: 6px;
}
.zsab p span {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	background-color: #007c36;
	color: #fff;
	margin-right: 30px;
}
.zsa_m {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 40px;
	border: 1px solid #007c36;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	margin-left: 22px;
	transition: all ease 0.3s;
}
.zsa_m a {
	font-family: Arial;
	font-size: 16px;
	color: #007c36;
	display: block;
	transition: all ease 0.3s;
}
.zsa_m:hover {
	background-color: #007c36;
	transform: translateX(6px);
}
.zsa_m:hover a {
	color: #fff;
}
.zsb {
	width: 67.714%;
	margin-top: 54px;
}
.zsb img {
	width: 1050px;
}
/*产品*/
.pr {
	width: 100%;
	overflow: hidden;
	margin-top: 68px;
}
.prb {
	width: 100%;
	margin-top: -5px;
}
.prb_a {
	width: 12.5%;
}
.prb_a img {
	width: 90px;
	margin: 0 auto;
	transition: all ease 0.3s;
}
.prb_a p {
	text-align: center;
	font-size: 16px;
	color: #2d2d2d;
	transition: all ease 0.3s;
	margin-top: 3px;
}
.prb_a:hover img {
	transform: scale(0.95);
}
.prb_a:hover p {
	color: #007c36;
}
.prc {
	width: 102.857%;
	margin-left: -1.4285%;
	margin-top: 37px;
	overflow: hidden;
}
.prea {
	width: 100%;
	margin: 0 auto;
}
.prea_t {
	width: 100%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.prea_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.prea p {
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #4f4f4f;
	margin-top: -1px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease 0.3s;
}
.prea:hover .prea_t img {
	transform: scale(1.05);
}
.prea:hover p {
	background-color: #007c36;
	border-color: #007c36;
	color: #fff;
}
.prx {
	display: table;
	margin: 0 auto;
	margin-top: 47px;
}
.prx img {
	width: 51px;
	cursor: pointer;
}
.prx_m {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #007c36;
	border-radius: 30px;
	margin: 0 16px;
	text-transform: uppercase;
	transition: all ease 0.3s;
}
.prx_m a {
	font-size: 16px;
	color: #007c36;
	display: block;
	transition: all ease 0.3s;
}
.prx_m:hover {
	background-color: #007c36;
}
.prx_m:hover a {
	color: #fff;
}
/*优势*/
.ys {
	width: 100%;
	overflow: hidden;
	margin-top: 85px;
	background-image: url(../images/y4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 56px 0 73px;
}
/*	.ys .bt{mix-blend-mode: multiply;}*/
.ysa {
	width: 100%;
	margin-top: -17px;
}
.ysaa {
	width: 40%;
}
.ysaa img {
	float: left;
	width: 68px;
}
.ysaa p {
	float: left;
	font-size: 15px;
	color: #4f4f4f;
	margin-left: 19px;
	width: calc(100% - 87px);
	line-height: 24px;
	margin-top: 3px;
	height: 171px;
}
.ysaa p span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 21px;
}
.ysaa:nth-child(3), .ysaa:nth-child(4) {
	margin-top: 116px;
}
.ysab img {
	float: right;
}
.ysab p {
	float: right;
	margin-left: 0;
	margin-right: 19px;
	text-align: right;
}
.ysax {
	width: 360px;
	height: 58px;
	line-height: 58px;
	background-color: #007c36;
	margin: 0 auto;
	border-radius: 30px;
}
.ysax img {
	float: left;
	margin-top: 11px;
	margin-left: 37px;
}
.ysax p {
	float: left;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 58px;
	margin-left: 11px;
	text-shadow: 5px 5px 5px #a61317;
}
/*合作客户*/
.hz {
	width: 100%;
	margin-top: 40px;
}
.hza {
	width: 100%;
}
.hza_bt {
	background-image: url(../images/y23.png);
	background-repeat: no-repeat;
	background-size: 132px 71px;
	line-height: 71px;
	font-size: 26px;
	color: #2d2d2d;
	font-weight: bold;
	padding-left: 22px;
	margin-left: 14px;
	background-position: center left;
}
.hza p {
	float: right;
	line-height: 71px;
	opacity: 0.32;
	transition: all ease 0.3s;
}
.hza p a {
	font-size: 16px;
	color: #007c36;
	text-transform: uppercase;
}
.hza p:hover {
	opacity: 0.8;
	margin-right: 8px;
}
.hzb {
	width: 102.142%;
	margin-left: -1.071%;
	margin-top: 13px;
}
.hzb img {
	float: left;
	width: 18.321%;
	margin: 0 0.8395%;
	border: 6px solid #f1f4f7;
	transition: all ease 0.3s;
}
.hzb img:hover {
	border-color: #007c36;
}
/*关于我们*/
.gy {
	width: 100%;
	overflow: hidden;
	margin-top: 86px;
	background-image: url(../images/y13.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 58px 0 82px;
}
.gya {
	width: 45%;
	padding-left: 28px;
}
.gy_bt {
	background-image: url(../images/y24.png);
	background-size: 120px 120px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 120px;
}
.gy_bt p {
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 37px;
	padding-top: 90px;
	padding-left: 3px;
}
.gya_w {
	width: 100%;
	margin-top: 39px;
}
.gya_w h6 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.gya_w p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	max-height: 192px;
	margin-top: 21px;
	overflow: hidden;
}
.gya_m {
	width: 200px;
	height: 50px;
	background-color: #007c36;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	margin-top: 57px;
	transition: all ease 0.3s;
}
.gya_m a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.gya_m:hover {
	margin-left: 8px;
}
.gyb {
	width: 49.214%;
	margin-top: 57px;
}
.gyba {
	width: 100%;
}
.gyba img {
	width: 100%;
}
.gybx {
	margin-top: 18px;
}
.gybx li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	float: left;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #ffffff;
}
.gybx li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
/*新闻资讯*/
.xw {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.xwa {
	display: table;
	margin: 0 auto;
	margin-top: 16px;
}
.xwa p {
	float: left;
	width: 258px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	background-color: #2d2d2d;
	margin: 0 22px;
	transition: all ease 0.3s;
}
.xwa p a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	transition: all ease 0.3s;
}
.xwa_m {
	float: left;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	background-color: #2d2d2d;
	margin: 0 22px;
	transition: all ease 0.3s;
}
.xwa_m a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	transition: all ease 0.3s;
}
.xwa p:hover {
	background-color: #007c36;
}
.xwa p.on {
	background-color: #007c36;
}
.xwa_m:hover {
	background-color: #007c36;
}
.xwb {
	width: 98.5%;
	margin: 0 auto;
	margin-top: 49px;
}
.xwc {
	width: 100%;
}
.xwca {
	width: 49.963%;
	position: relative;
	overflow: hidden;
}
.xwca img {
	width: 100%;
	transition: all ease 0.3s;
}
.xwca_w {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5%;
	background-color: rgba(0,0,0,0.8);
}
.xwca_w h6 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.xwca_w p {
	font-size: 16px;
	color: #007c36;
	line-height: 14px;
	margin-top: 20px;
}
.xwca:hover img {
	transform: scale(1.05);
}
.xwcb {
	width: 47%;
}
.xwcba {
	width: 100%;
	padding: 25px 5% 25px 4%;
	border-left: 7px solid #fff;
	transition: all ease 0.3s;
}
.xwcba h6 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwcba p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 14px;
}
.xwcba span {
	display: block;
	font-size: 16px;
	color: #007c36;
	line-height: 13px;
	margin-top: 18px;
}
.xwcba:hover {
	background-color: #f6f7f8;
	border-color: #007c36;
}
.cj {
	width: 98.5%;
	margin: 0 auto;
	background-color: #f6f7f8;
	margin-top: 50px;
	padding-bottom: 47px;
	position: relative;
}
.cja .bt {
	mix-blend-mode: multiply;
	padding-left: 42px;
}
.cja_m {
	line-height: 13px;
	text-transform: uppercase;
	margin-left: 49px;
	margin-top: 3px;
}
.cja_m a {
	font-size: 16px;
	color: #007c36;
}
.cjb {
	width: 79.767%;
	margin-top: 58px;
	margin-right: 1.74%;
}
.cjba {
	width: 50%;
	padding-right: 8%;
}
.cjba h6 {
	font-size: 18px;
	color: #2d2d2d;
	background-image: url(../images/q.png);
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 49px;
	transition: all ease 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cjba p {
	font-size: 14px;
	color: #4f4f4f;
	background-image: url(../images/r.png);
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 49px;
	height: 54px;
	overflow: hidden;
	margin-top: 18px;
}
.cjba:hover h6 {
	color: #007c36;
}
.cjx {
	width: 100%;
}
.cjul {
	position: absolute;
	right: 23px;
	bottom: 31px;
}
.cjul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin-top: 6px;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
}
.cjul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
/*联系我们*/
.lx {
	width: 100%;
	overflow: hidden;
	margin-top: 66px;
}
.lx .bt {
	padding-left: 26px;
	background-position: left center;
}
.lx .bt p {
	text-align: left;
}
.lxa {
	width: 100%;
	background-image: url(../images/y16.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 626px;
	margin-top: -104px;
	padding-top: 106px;
}
.lxb {
	margin-left: 70px;
	margin-top: 161px;
}
.lxba {
	margin-top: 15px;
}
.lxba img {
	float: left;
	width: 23px;
}
.lxba p {
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 23px;
	margin-left: 29px;
}
.lxb_m {
	width: 200px;
	height: 50px;
	background-color: #007c36;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	border-radius: 30px;
	transition: all ease 0.3s;
	margin-left: 52px;
}
.lxb_m a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.lxb_m:hover {
	margin-left: 58px;
}
.lxc {
	width: 42%;
	margin-right: 1%;
}
.lxc h5 {
	text-align: center;
	font-size: 50px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 37px;
	text-transform: uppercase;
}
.lxca {
	width: 83.914%;
	margin: 0 auto;
	margin-top: 35px;
}
.lxca .input1 {
	width: 48.267%;
	line-height: 50px;
	height: 50px;
	padding-left: 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	background-color: #fff;
}
.lxca textarea {
	height: 157px;
	background-color: #fff;
	padding: 16px 16px 16px 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	margin-top: 23px;
	width: 100%;
}
.yanz {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	margin-top: 20px;
	height: 50px;
}
.yanz input {
	line-height: 48px;
	font-size: 16px;
	color: #585858;
	border-radius: 30px;
	padding-left: 24px;
}
.yanz .t1 {
	width: 18px;
	margin-top: 17px;
	margin-right: 11px;
	cursor: pointer;
}
.yanz .t3 {
	width: 67px;
	margin-top: 10px;
	margin-right: 18px;
}
.tj {
	margin-top: 19px;
}
.tj input {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	background-color: #007c36;
	border-radius: 30px;
	display: block;
}
/*footer*/
.yj {
	width: 100%;
	overflow: hidden;
	background-color: #1a1a1a;
	padding: 76px 0 0 0;
}
.yja {
	margin-left: 1%;
	margin-top: 44px;
}
.yja > img {
	width: 240px;
	margin-bottom: 25px;
}
.yja_a {
	width: 50px;
	margin-right: 18px;
}
.yja_a img {
	width: 100%;
}
.yjb {
	margin-left: 4%;
}
.yjba {
	border-left: 1px dashed #4d4d4d;
	height: 226px;
	padding-top: 40px;
	padding-left: 30px;
}
.yjba h6 {
	line-height: 16px;
}
.yjba h6 a {
	font-size: 18px;
	color: #d1d1d1;
	text-transform: uppercase;
}
.yjba p {
	line-height: 32px;
	margin-top: 17px;
	float: left;
	min-width: 128px;
}
.yjba p a {
	font-size: 13px;
	color: #a9a9a9;
	display: block;
	transition: all ease 0.3s;
}
.yjba p a:hover {
	color: #fff;
}
.yjbax p {
	min-width: 0;
}
.yjc {
	border-left: 1px dashed #4d4d4d;
	height: 226px;
	padding-left: 30px;
}
.yjca {
	width: 110px;
	margin-right: 20px;
	padding-top: 45px;
}
.yjca p {
	font-size: 18px;
	color: #d1d1d1;
	text-transform: uppercase;
	line-height: 16px;
}
.yjca img {
	width: 100%;
	margin-top: 25px;
}
.yjd {
	width: 100%;
	border-top: 1px solid #373941;
	margin-top: 80px;
}
.yjd .commen {
	padding: 0 66px 0 18px;
}
.yjd p {
	line-height: 52px;
	font-size: 15px;
	color: #636776;
}
.yjd p a {
	font-size: 15px;
	color: #636776;
	transition: all ease 0.3s;
}
.yjd p a:hover {
	color: #fff;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 290px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 14px/53px 'al1';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar ul li a {
	font: 15px/53px 'al1';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #007c36 url(../images/t1.png) no-repeat;
}
.yb_bar .yb_phone {
	background: #007c36 url(../images/t2.png) no-repeat;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #007c36 url(../images/t3.png) no-repeat;
}
.yb_bar .yb_ercode {
	background: #007c36 url(../images/t4.png) no-repeat;
}
.hd_qr {
	padding: 6px 37px 25px 37px;
	box-sizing: border-box;
	width: 180px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_QQ a:hover {
	color: #fff;
}
.zuoc {
	position: fixed;
	z-index: 9999999;
	bottom: 10%;
	left: -0;
	cursor: pointer;
	transition: all .3s ease;
	width: 255px;
	opacity: 0;
}
.zuoca {
	width: 100%;
	margin: 9.5px 0;
	margin-left: -160px;
	transition: all .3s ease;
}
.zuoca img {
	width: 100%;
}
.zuoca:hover {
	margin-left: 0;
}
/*****************************************内页开始******************************************/
	
/*产品列表页*/

.mbx {
	line-height: 15px;
	font-size: 14px;
	color: #4f4f4f;
	font-family: Arial;
	margin-right: 10px;
}
.mbx a {
	font-size: 14px;
	color: #4f4f4f;
	transition: all ease 0.3s;
}
.mbx a h1 {
	display: inline-block;
	transition: all ease 0.3s;
	font-size: 14px;
	color: #4f4f4f;
}
.mbx a:hover {
	color: #c9191e;
}
.mbx a h1:hover {
	color: #c9191e;
}
.cpl {
	width: 100%;
	overflow: hidden;
	margin-top: 28px;
}
.cplz {
	width: 25%;
}
.cplz_bt {
	background-image: url(../images/btbg.png);
	height: 101px;
	background-size: 134px 101px;
	background-repeat: no-repeat;
	padding: 50px 0 0 28px;
	float:left;
	margin-right:50px;
}
.cplz_bt p {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.cplza {
	width: 100%;
	margin-top: 18px;
}
.cplza_a {
	width: 100%;
	border: 3px solid #f1f4f7;
	margin-bottom: -3px;
	padding: 18px 25px 20px 25px;
	transition: all ease 0.3s;
}
.cplza_b {
	width: 100%;
}
.cplza_b img {
	width: 30px;
	float: left;
}
.cplza_b p {
	float: left;
	font-size: 16px;
	color: #2d2d2d;
	line-height: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 8px;
	width: calc(100% - 55px);
	margin-right: -30px;
}
.cplza_c {
	width: 100%;
	background-color: #f1f4f7;
	padding: 22px 10px 20px 20px;
	display: none;
}
.cplza_c p {
	line-height: 24px;
	margin: 12px 0;
	transition: all ease 0.3s;
}
.cplza_c p a {
	font-size: 16px;
	color: #2d2d2d;
	display: block;
	transition: all ease 0.3s;
}
.cplza_c span {
	width: 0px;
	height: 2px;
	display: inline-block;
	background-color: #007c36;
	position: relative;
	top: -5px;
	margin-right: 6px;
	transition: all ease 0.3s;
}
.cplza_c p:hover a {
	color: #007c36;
}
.cplza_c p:hover span {
	width: 18px;
}
.cplza_c p.ona a {
	color: #007c36;
}
.cplza_c p.ona span {
	width: 18px;
}
.cplza_a:hover {
	border-color: #007c36;
	position: relative;
}
.cplza_a.on {
	border-color: #007c36;
	position: relative;
}
.cplza_a.on .cplza_c {
	display: block;
}
.cplzb {
	width: 100%;
	margin-top: 64px;
}
.cplzba {
	width: 100%;
	margin-top: 58px;
}
.cplzba img {
	width: 100%;
}
.cplzba_ul {
	margin-top: 20px;
	margin-left: 10px;
}
.cplzba_ul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	float: left;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
}
.cplzba_ul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
.cply {
	width: 71.4285%;
}
.cply h5 {
	background-color: #f1f4f7;
	line-height: 36px;
	font-size: 18px;
	color: #2d2d2d;
	padding-left: 27px;
}
.cply h1 {
	background-color: #f1f4f7;
	line-height: 36px;
	font-size: 18px;
	font-weight:bold;
	color: #2d2d2d;
	padding-left:10px;
}
.cplya {
	width: 100%;
}
.cplyb {
	width: 100%;
	padding: 43px 40px 43px 17px;
	border-bottom: 1px solid #d4d5d6;
}
.cplyb_t {
	width: 34.368%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.cplyb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.cplyb_w {
	width: 60.278%;
	margin-top: 2%;
}
.cplyb_w h6 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cplyb_w table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3%;
}
.cplyb_w table td {
	background-color: #f6f7f8;
	border: 7px solid #fff;
	height: 43px;
	color: #4f4f4f;
	font-size: 14px;
	padding-left: 11px;
}
.cplyb_m {
	width: 114px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #007c36;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 17px;
	transition: all ease 0.3s;
}
.cplyb:hover .cplyb_t img {
	transform: scale(1.05);
}
.cplyb:hover .cplyb_m {
	transform: translateX(-6px);
}
.ym {
	margin-top: 27px;
	margin-right: 38px;
}
.ym p {
	width: 43px;
	height: 42px;
	border: 1px solid #060606;
	float: left;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	margin: 0 6px;
	transition: all ease 0.3s;
}
.ym p a {
	font-size: 16px;
	color: #000000;
	display: block;
	transition: all ease 0.3s;
}
.ym p.on {
	background-color: #007c36;
	border-color: #007c36;
}
.ym p.on a {
	color: #fff;
}
.ym p:hover {
	background-color: #007c36;
	border-color: #007c36;
}
.ym p:hover a {
	color: #fff;
}
.cj_nei {
	padding-bottom: 0;
	margin-top: 66px;
}
.cj_nei .cjba {
	margin-bottom: 56px;
}
/*产品内页*/
.cpn {
	width: 100%;
}
.cpna {
	width: 100%;
	padding: 20px 10px 0 10px;
}
.box {
	width: 450px;
	position: relative;
	z-index: 100;
}
.left-pro {
	width: 100%;
	text-align: left;
}
.left-pro .t1 {
	width: 71px;
	float: right
}
.left-pro .t2 {
	width: 360px;
	text-indent: 0;
	float: left;
	border: 1px solid #e5e5e5;
}
.left-pro .t2 img {
	text-indent: 0;
}
#showArea img {
	cursor: pointer;
	display: block;
	margin-bottom: 9px;
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #e5e5e5;
}
#main_img {
	cursor: pointer;
	display: block
}
#gotop {
	cursor: pointer;
	display: block;
	width: 100%;
}
#gobottom {
	cursor: pointer;
	display: block;
	width: 100%;
}
#showArea {
	height: 312px;
	overflow: hidden;
	margin: 9px 0;
}
.MagicZoomBigImageCont {
	border: 1px solid #007c36;
	overflow: hidden;
}
.MagicZoomBigImageCont img {
	width: 800px;
	height: 800px
}
.MagicZoomBigImageCont iframe {
	width: 300px;
	height: 300px
}
.MagicZoomHeader {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background: #91b817;
	text-align: center !important
}
.MagicZoomPup {
	border: 1px solid #aaa;
	background: #fff;
	cursor: hand;
	left: 0
}
.MagicZoomLoading {
	text-align: center;
	background: #fff;
	color: #444;
	opacity: 0.8;
	padding: 3px 3px 3px 3px !important;
	display: none
}
.MagicZoomLoading img {
	padding-top: 3px !important
}
/*	.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}*/
.MagicThumb-zoomed {
	cursor: default
}
.MagicThumb span {
	display: none
}
.MagicThumb-image {
	border: 1px solid #ccc;
	outline: none
}
/*	.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}*/
.MagicThumb-caption {
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	padding: 8px 16px
}
.MagicThumb-controlbar {
	display: block;
	height: 18px
}
.MagicThumb-controlbar a {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden
}
.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;/*background:transparent url(graphics/controlbar.png) no-repeat 0 0*/
	;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px
}
.MagicThumb-loading {
	border: 1px solid #000;/*background:#fff url(graphics/loader.gif) no-repeat 2px 50%;*/
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}
#showArea img:hover {
	border: 2px solid #007c36;
}
.cpnaa {
	width: 46%;
 }
.cpnaa h1 {
	float: left;
	font-size:18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 27px;
	width: 100%;
 
	background-color: #ffffff;
}
.cpnaa h4 {
	float: right;
	font-size: 18px;
	color: #e8ecf0;
	font-weight: bold;
	line-height: 27px;
	text-transform: capitalize;
}
.cpnaaw {
	width: 100%;
	background-color: #f6f7f8;
	margin-top: 10px;
	min-height: 300px;
	position: relative;
	padding: 55px 26px 20px 26px;
}
.cpnaaw h6 {
	width: 131px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #007c36;
	font-size: 18px;
	color: #fff;
	border-bottom-right-radius: 20px;
}
.cpnaaw p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 32px;
}
.cpnaaw p span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 4px;
	position: relative;
	top: 6px;
}
.cpnaaw p img {
	display: inline-block;
	position: relative;
	top: 8px;
	margin: 0 5px;
}
.cpnaaw p m {
	font-size: 14px;
}
.cpnaaw_dh {
	width: 100%;
	max-width: 300px;
	line-height: 42px;
	text-align: center;
	height: 42px;
	background-color: #f08200;
	border-radius: 20px;
	margin-top: 35px;
	font-size: 14px;
	color: #fff;
}
.cpnaaw_dh b {
	font-size: 16px;
	margin-left: 5px;
}
.cpnb {
	width: 99%;
	margin-left: 1%;
	margin-top: 25px;
	border-bottom: 2px solid #e2e3e4;
	padding-bottom: 50px;
}
.cpnba {
	width: 100%;
	border-top: 1px solid #d4d5d6;
}
.cpn_h4 {
	min-width: 186px;
	height: 38px;
	line-height: 38px;
	background-color: #007c36;
	font-size: 18px;
	color: #fff;
	border-bottom-right-radius: 20px;
	padding: 0 20px 0 25px;
	display: inline-block;
	text-transform: capitalize;
}
.cpnba video {
	display: block;
	max-width: 545px;
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
}
.cpnba_w {
	width: 90%;
	margin: 0 auto;
	margin-top: 39px;
}
.cpnba_w p {
	font-size: 15px;
	color: #4f4f4f;
	line-height: 27px;
	width: 45%;
}
.cpnba_w p span {
	display: block;
	background-image: url(../images/y37.png);
	background-repeat: no-repeat;
	background-position: left top 8px;
	padding-left: 33px;
}
.cpnbb {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 44px;
}
.cpn_table {
	width: 90%;
	margin: 0 auto;
	margin-top: 34px;
	overflow-x: auto;
	padding-bottom: 30px;
}
 .cpn_table::-webkit-scrollbar-track-piece {
height:8px;
background-color:#f1f4f7;
border-radius: 10px;
}
 .cpn_table::-webkit-scrollbar {
height:8px;
border-radius: 10px;
}
 .cpn_table::-webkit-scrollbar-thumb {
height:8px;
background-color:#ccd3d9;
border-radius: 10px;
}
.cpn_table table {
	width: 100%;
	border-collapse: collapse;
}
.cpn_table table th {
	height: 36px;
	background-color: #f1f4f7;
	border: 1px solid #eeeeee;
	font-size: 15px;
	color: #4f4f4f;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}
.cpn_table table td {
	height: 36px;
	border: 1px solid #eeeeee;
	font-size: 15px;
	color: #4f4f4f;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}
.cpn_table table tr:hover td {
	background-color: #f9e9e9;
}
.cpn_table table tr.tr1 td {
	background-color: #f9e9e9;
}
.cpnbb p {
	text-align: right;
	font-size: 16px;
	color: #ccd3d9;
	line-height: 12px;
	margin-top: 11px;
	padding-right: 5%;
}
.cpnbc {
	width: 100%;
	margin-top: 53px;
	border-top: 1px solid #d4d5d6;
}
.cpnbca {
	width: 90.2%;
	margin: 0 auto;
}
.cpnbcb {
	width: 100%;
	margin-top: 37px;
}
.cpnbcb img {
	width: 170px;
	border: 6px solid #f1f4f7;
	border-radius: 50%;
	float: left;
}
.cpnbcb_w {
	width: calc(95% - 170px);
	margin-top: 29px;
	height: 140px;
}
.cpnbcb_w h6 {
	font-size: 16px;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 26px;
}
.cpnbcb_w h6 span {
	display: block;
	color: #007c36;
}
.cpnbcb_w p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 23px;
	margin-top: 11px;
	width: 105%;
}
.cpnbd {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 54px;
}
.cpnbd_t {
	width: 90.9%;
	margin: 0 auto;
	margin-top: 40px;
}
.cpnbd_t img {
	width: 100%;
}
.cpnbe {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 53px;
}
.cpnbea {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
}
.cpnbea .prea {
	width: 23%;
	margin: 0 1%;
}
.fhlb {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #007c36;
	border-radius: 30px;
	margin-top: 30px;
	text-transform: uppercase;
	margin-right: 4.5%;
	transition: all ease 0.3s;
}
.fhlb a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.fhlb:hover {
	transform: translateX(-6px);
}
/*产品内页-周转箱*/
.cpnbf {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #d4d5d6;
}
.cpnbf_t {
	max-width: 534px;
	margin: 0 auto;
	margin-top: 22px;
}
.cpnbf_t img {
	width: 100%;
}
.cpnbf_w {
	width:98%;
	margin: 0 auto;
	margin-top: 28px;
}
.cpnbf_w img{ display:block; max-width:100%;}
.cpnbf_w p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 26px;
	overflow: auto;
}
.cpnbf_w p span {
	float: left;
}
.cpnbf_w p span.span1 {
	font-size: 14px;
	color: #007c36;
	width: 34px;
}
.cpnbf_w p span.span2 {
	width: calc(100% - 34px);
}
.cpnbcc {
	max-width: 846px;
	width: 100%;
	margin: 0 auto;
	margin-top: 69px;
}
.cpnbcc img {
	width: 100%;
}
/*注塑加工页*/
.zsya {
	width: 98.928%;
	margin: 0 auto;
}
.zsyaa {
	width: 15.09%;
	margin: 0 2.455%;
}
.zsyaa_t {
	width: 100%;
	overflow: hidden;
	border: 6px solid #f1f4f7;
	border-radius: 50%;
}
.zsyaa_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.zsyaa:hover .zsyaa_t img {
	transform: scale(1.05);
}
.zsyaa p {
	text-align: center;
	font-size: 20px;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 24px;
	margin-top: 18px;
	text-transform: uppercase;
	width: 120%;
	margin-left: -10%;
}
.zsyb {
	width: 94.285%;
	margin: 0 auto;
	margin-top: 61px;
}
.zsyba {
	width: 42.878%;
	margin-top: 11px;
}
.zsyba p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 25px;
}
.zsyba img {
	width: 110%;
	margin-top: 6%;
}
.zsybb {
	width: 50.984%;
}
.zsybb img {
	width: 100%;
}
.zsyc {
	width: 91.857%;
	margin: 0 auto;
	margin-top: 80px;
}
.zsyc h3 {
	font-size: 40px;
	color: #2d2d2d;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
.zsyca {
	width: 100%;
	margin-top: 51px;
}
.zsycb {
	width: 27.527%;
	height: 205px;
}
.zsycb h5 {
	font-size: 30px;
	color: #007c36;
	font-weight: bold;
	line-height: 23px;
	transform: skewX(-10deg);
	position: relative;
}
.zsycb h5::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background-color: #f1f4f7;
	border-radius: 50%;
	left: 11px;
	top: -17px;
	transform: skewX(10deg);
	z-index: -1;
}
.zsycb h6 {
	font-size: 20px;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 30px;
	margin-top: 16px;
}
.zsycb p {
	font-size: 15px;
	color: #4f4f4f;
	line-height: 18px;
	margin-top: 4px;
}
.zsycb:nth-child(3n+2) {
	width: 44.946%;
	padding: 0 5% 0 5%;
}
.zsycc {
	width: 100%;
}
.zsycc_ul {
}
.zsycc_ul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
	float: left;
}
.zsycc_ul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
.zsycd {
	width: 101%;
	margin-left: -0.5%;
	margin-top: 20px;
}
.zsycd img {
	width: 32.33%;
	margin: 0 0.501%;
	float: left;
}
.zsyce {
	width: 100%;
}
.zsyce_ul {
}
.zsyce_ul li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	position: relative;
	transition: all ease 0.35s;
	border-radius: 50%;
	border: 2px solid #2d2d2d;
	float: left;
}
.zsyce_ul li.on {
	border-color: #007c36;
	transform: rotateY(180deg);
}
.zsycead {
	width: 101%;
	margin-left: -0.5%;
	margin-top: 0px;
}
.zsyceb {
	width: 32.33%;
	margin: 0 0.501%;
	margin-top: 18px;
}
.zsyceb_t {
	width: 100%;
	overflow: hidden;
}
.zsyceb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.zsyceb p {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #4f4f4f;
	text-align: center;
	line-height: 68px;
	border-top: none;
}
.zsyceb:hover .zsyceb_t img {
	transform: scale(1.05);
}
.cj_zs {
	background-color: #fff;
	padding-bottom: 0px;
}
.zsycz {
	margin-top: 0px;
}
/*合作客户页*/
.hzya {
	margin-top: 42px;
}
.hzya p {
	width: 190px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 30px;
	margin: 0 6px;
	background-color: #2d2d2d;
	float: left;
	text-transform: uppercase;
	transition: all ease 0.3s;
}
.hzya p a {
	font-size: 14px;
	color: #fff;
	display: block;
}
.hzya p.on {
	background-color: #007c36;
}
.hzya p:hover {
	background-color: #007c36;
}
.hzyb {
	width: 98.857%;
	margin: 0 auto;
	margin-top: 17px;
}
.hzyb img {
	width: 21.387%;
	margin: 0 1.8065%;
	border: 6px solid #f1f4f7;
	float: left;
	margin-top: 35px;
}
.hz_cj {
	background-color: #f6f7f8;
}
.hz_cj .cj_zs {
	background-color: #f6f7f8;
}
/*评价列表页*/
.pjl {
	width: 96%;
	margin: 0 auto;
}
.pjla {
	width: 100%;
	margin-top: 25px;
}
.pjlb {
	width: 100%;
	border: 6px solid #f1f4f7;
	padding: 44px 65px 60px 56px;
	transition: all ease 0.3s;
}
.pjlb_t {
	background-image: url(../images/y66.png);
	width: 70px;
	height: 67px;
	background-size: 100% 100%;
	transition: all ease 0.3s;
}
.pjlb_w {
	width: 68%;
	margin-left: 5%;
	margin-top: 5px;
}
.pjlb_w h6 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
.pjlb_w p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 15px;
}
.pjlb_m {
	width: 114px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #007c36;
	border-radius: 50px;
	font-size: 14px;
	color: #007c36;
	text-transform: uppercase;
	margin-top: 19px;
	transition: all ease 0.3s;
}
.pjlb:hover {
	border-color: #007c36;
}
.pjlb:hover .pjlb_t {
	background-image: url(../images/y67.png);
	transform: rotateY(180deg);
}
.pjlb:hover .pjlb_m {
	transform: translateX(-6px);
}
.ym_pj {
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
/*评价内页*/
.pjn {
	width: 96%;
	margin: 0 auto;
	border: 6px solid #f1f4f7;
	margin-top: 25px;
	padding: 44px 69px 53px 68px;
}
.pjna {
	width: 100%;
}
.pjna_a {
	background-image: url(../images/y66.png);
	width: 70px;
	height: 67px;
	background-size: 100% 100%;
}
.pjna_b {
	width: 88%;
	margin-top: 6px;
}
.pjna_b h1 {
	font-size: 26px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
}
.pjna_b p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 26px;
	margin-top: 10px;
}
.pjna_b img {
	display: block;
	max-width: 100%;
	margin-top: 24px;
}
.pjnb {
	width: 100%;
	margin-top: 46px;
}
.pjnb img {
	width: 100%;
}
.fhlb_pj {
	margin: 0 auto;
	margin-top: 39px;
}
/*新闻列表页*/
.xwla {
	width: 100%;
	margin-top: 25px;
}
.xwlb {
	width: 100%;
	border: 6px solid #f1f4f7;
	padding: 20px;
	transition: ease 0.3s;
}
.xwlb_t {
	width: 47.8%;
	overflow: hidden;
}
.xwlb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.xwlb_w {
	width: 47.8%;
	margin-top: 16px;
}
.xwlb_w h6 {
	font-size: 20px;
	color: #007c36;
	font-weight: bold;
	line-height: 20px;
}
.xwlb_w h5 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
	margin-top: 8px;
	text-transform: capitalize;
}
.xwlb_wp {
	width: 100%;
	padding: 31px 23px 47px 24px;
	background-color: #f1f4f7;
	margin-top: 19px;
}
.xwlb_w p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 32px;
	height: 128px;
	overflow: hidden;
}
.xwlb_w span {
	display: block;
	width: 114px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #007c36;
	margin-top: 24px;
	font-size: 14px;
	color: #007c36;
	border-radius: 30px;
	text-transform: uppercase;
}
.xwlb:hover {
	border-color: #007c36;
}
.xwlb:hover .xwlb_t img {
	transform: scale(1.05);
}
.xwlc {
	width: 100%;
	margin-top: 25px;
}
.xwlc_a {
	font-size: 20px;
	color: #007c36;
	line-height:30px;
	font-weight: bold;
}
.xwlc .pjlb_w {
	margin-left: 6%;
	width: 65%;
}
.xwlc .pjlb_w h6 {
	font-size:18px;
	color: #2d2d2d;
	line-height: 27px;
}
.xwlc .pjlb_w p {
	font-size: 14px;
	height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*新闻内页*/
.xwn {
	width: 96%;
	margin: 0 auto;
	border: 6px solid #f1f4f7;
	margin-top: 25px;
	padding: 47px 6% 68px 6%;
}
.xwna {
	width: 100%;
}
.xwna h1 {
	text-align: center;
	font-size: 20px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
}
.xwna p {
	width: 100%;
	text-align: center;
	background-color: #f1f4f7;
	line-height: 32px;
	margin-top: 18px;
	font-size: 16px;
	color: #888;
}
.xwna p span {
	display: inline-block;
	width: 142px;
}
.xwnb {
	width: 100%;
	margin-top: 30px;
	padding: 0 18px 0 11px;
}
.xwnb p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 32px;
}
.xwnb img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.xwnb strong {
	font-size: 16px;
	color: #909090;
	display: block;
	font-weight: normal;
	margin-top: 50px;
}
.xwnb strong a {
	font-size: 16px;
	color: #909090;
	font-weight: normal;
}
.xwnb strong a:hover {
	color: #007c36;
}
/*常见列表页*/
.cjla {
	width: 100%;
}
.cjlb {
	width: 100%;
	border: 6px solid #f1f4f7;
	margin-top: 25px;
	transition: all ease 0.3s;
	padding: 47px 85px 58px 57px;
}
.cjlb_w {
	width: 80%;
}
.cjlb_w h6 {
	font-size: 18px;
	color: #2d2d2d;
	background-image: url(../images/q.png);
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 49px;
	transition: all ease 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
}
.cjlb_w p {
	font-size: 16px;
	color: #4f4f4f;
	background-image: url(../images/r.png);
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 49px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cjlb_a {
	background-image: url(../images/rfq.png);
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	margin-top: 13px;
	transition: all ease 0.3s;
}
.cjla:hover .cjlb {
	border-color: #007c36;
}
.cjla:hover .cjlb_a {
	transform: rotate(180deg);
}
/*关于我们页*/
.gyya {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
}
.gyya_a {
	width: 25%;
	border-left: 1px dashed #e1e4e9;
	height: 136px;
	padding-top: 15px;
}
.gyya_a:nth-child(1) {
	border: none;
}
.gyya_a h6 {
	text-align: center;
	font-size: 40px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 30px;
}
.gyya_a > span {
	display: block;
	width: 23px;
	height: 2px;
	background-color: #007c36;
	margin: 0 auto;
	margin-top: 18px;
}
.gyya_a p {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 18px;
	margin-top: 10px;
	width: 66%;
}
.gyyb {
	width: 92.857%;
	margin: 0 auto;
	margin-top: 38px;
}
.gyyba_t {
	width: 49.153%;
}
.gyyba_t img {
	width: 100%;

}
.gyyba_w {
	width: 46.153%;
	margin-top: 20px;
}
.gyyba_w h6 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
.gyyba_w p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 32px;
	margin-top: 30px;
}
.gyybb {
	margin-top: 30px;
}
.gyybb .gyyba_t img {
	margin-left: 0;
}
.gyybb .gyyba_w {
	margin-top: 26px;
}
.gyybb .gyyba_w p {
	margin-top: 0;
}
.gyyc {
	width: 100%;
	margin-top: 85px;
}
.gy_h3 {
	font-size: 30px;
	color: #2d2d2d;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}
.gyyca {
	width: 89.4285%;
	margin: 0 auto;
	margin-top: 37px;
	position: relative;
}
.gyycb {
	width: 100%;
	overflow: hidden;
}
.gyyce {
	width: 90.734%;
	margin: 0 auto;
}
.gyyce img {
	width: 100%;
	border: 6px solid #f1f4f7;
	transition: all ease 0.3s;
}
.gyyce p {
	text-align: center;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 22px;
	margin-top: 9px;
}
.gyyce:hover img {
	border-color: #007c36;
}
.gyyca_z {
	position: absolute;
	width: 51px;
	left: -19px;
	top: 50%;
	margin-top: -25px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.gyyca_y {
	position: absolute;
	width: 51px;
	right: -19px;
	top: 50%;
	margin-top: -25px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.gyyd {
	margin-top: 73px;
}
.gyyda {
	width: 87.142%;
	margin: 0 auto;
	margin-top: 44px;
	position: relative;
}
.gyyda_t {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gyyda_t img {
	width: 100%;
}
.gyyda_t p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -100px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	padding: 22px 32px;
	background-color: rgba(0,0,0,0.8);
	transition: all ease 0.3s;
}
#swiper-button-prev_gya {
	background-image: url(../images/y7.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
	left: -34px;
}
#swiper-button-next_gya {
	background-image: url(../images/y8.png);
	width: 51px;
	height: 50px;
	background-size: 100% 100%;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
	right: -34px;
}
#swiper_gya .swiper-slide-active .gyyda_t p {
	bottom: 0;
}
.gyye {
	margin-top: 79px;
}
.gyyea {
	width: 92.857%;
	margin: 0 auto;
	margin-top: 67px;
	position: relative;
}
.gyyea::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 50%;
	border-left: 1px dashed #e1e4e9;
	top: 0;
}
.gyyeab {
	width: 47%;
}
.gyyeab > img {
	width: 80px;
	float: left;
}
.gyyeab_w {
	width: calc(100% - 106px);
	margin-top: -5px;
}
.gyyeab_w h6 {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 24px;
	font-weight: bold;
}
.gyyeab_w img {
	width: 59px;
	margin-top: 10px;
}
.gyyeab_w p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 24px;
	margin-top: 24px;
}
.gyyf {
	width: 100%;
	background-image: url(../images/y78.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 64px;
	padding: 80px 0 72px;
}
.gyyfa {
	width: 96.4285%;
	margin: 0 auto;
}
.gyyfa_a {
	width: 15.777%;
	margin: 0 0.4448%;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid #f1f4f7;
}
.gyyfa_a img {
	width: 100%;
	transition: all ease 0.3s;
}
.gyyfa_a:hover img {
	transform: scale(1.05);
}
/*联系我们页*/
.lxya {
	width: 95.357%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #f1f4f7;
}
.lxya_t {
	width: 46.067%;
	min-height:300px;
	background:url(../images/lx.jpg) no-repeat right center;
	background-size:cover;
}
.lxya_t img {
	width: 100%;
}
.lxya_w {
	width: 49%;
	padding-top: 3%;
}
.lxya_w p {
	font-size: 16px;
	color: #2d2d2d;
	margin-top: 3%;
}
.lxya_w p img {
	width: 23px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 22px;
}
.lxyb {
	width: 95.357%;
	margin: 0 auto;
	margin-top: 80px;
	background-image: url(../images/y87.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 384px;
	padding: 12px 4% 0 0;
	margin-bottom: 134px;
}
.lxyb_bt {
	background-image: url(../images/y92.png);
	height: 130px;
	background-size: 132px 130px;
	background-repeat: no-repeat;
	padding: 52px 0 0 33px;
}
.lxyb_bt p {
	font-family: Arial;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.lxyb_a {
	width: 37%;
	margin-left: 4%;
	margin-top: 46px;
}
.lxyb_a .input1 {
	width: 100%;
	line-height: 50px;
	height: 50px;
	padding-left: 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	background-color: #fff;
	margin-bottom: 16px;
}
.lxyb_a .yanz {
	margin-top: 0;
}
.lxyb_a .tj input {
	margin-left: 0;
}
.lxyb_b {
	width: 32%;
	margin-top: 46px;
}
.lxyb_b textarea {
	height: 250px;
	background-color: #fff;
	padding: 16px 16px 16px 24px;
	border-radius: 30px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #585858;
	width: 100%;
}
/*网站地图*/
.wzdt2 {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.wzdt_a {
	border: solid 2px #e5e5e5;
	margin-top: 22px;
}
.wzdt_a h6 {
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 5px;
}
.wzdt_a h6 a {
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	line-height: 45px;
}
.wzdt_a p {
	margin: 0 25px;
}
.wzdt_a p a {
	color: #505050;
	line-height: 42px;
	margin-right: 15px;
}
.wzdt_a p a:hover {
	color: #0665d0
}
/*网站地图*/
	/*404*/
.fzfbox {
	width: 100%;
	margin: 0 auto;
	background: #f9f9f9;
	padding: 30px;
	margin-bottom: 20px;
}
.fzf1 {
	width: 90%;
	margin: 15px auto;
}
.fzf1 img {
	width: 100%;
	margin: 0 auto;
}
.fzf2 {
	width: 100%;
	margin: 0 auto;
}
.fzf2 p {
	font-size: 18px;
	color: #434343;
	text-align: center;
	line-height: 30px;
}
.fzf2-1 {
	width: 100%;
	margin: 0 auto;
}
.fzf2-1 p {
	font-size: 16px;
	color: #434343;
	text-align: center;
	line-height: 30px;
}
.fzf2-1 p span {
	color: #333;
}
.fzf3 {
	width: 310px;
	margin: 30px auto;
}
.fzf3z {
	float: left;
}
.fzf3z img {
	width: 100%;
	margin: 0 auto;
}
.fzf3y {
	float: right;
}
.fzf3y img {
	width: 100%;
	margin: 0 auto;
}
/*404*/
.mban {
	display: none;
}
.pagination-wrapper {
	text-align: center;
}
.pagination {
	position: relative;
	margin-top: 30px;
}
.pagination li {
	display: inline-block;
	margin: 0px 3px;
 *display: inline; /*主要用于激活IE中的hasLayout属性，兼容IE67*/
 *zoom:1; /*主要用于激活IE中的hasLayout属性，兼容IE67*/
}
.pagination li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	height: 55px;
	width: 55px;
	line-height: 55px;
	background: #f4f4f4;
	text-align: center;
	color: #757575;
	z-index: 1;
	transition: all 500ms ease;
	border: none;
}
.pagination li a:hover, .pagination li a.current {
	color: #fff;
	background: #007c36;
	border-color: #007c36;
}
.pagination li:first-child a:hover, .pagination li:last-child a:hover {
	background: #f08200;
	border-color: #f08200;
}
}
@media (max-width: 960px) {
.nban {
	display: none;
}
.mban {
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0 auto;
}
.mban img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.commen {
	width: 94%;
	margin: 0 auto;
}
.cplz_bt {
	background-image: url(../images/btbg.png);
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px 70px;
	padding-top: 22px;
	float: none;
	margin-top: 10px;
}
.cplz_bt p {
	font-size: 0.6rem;
	font-family: Arial;
	color: #2d2d2d;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.hzya {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.hzya p {
	width: 31%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	margin: 0 1%;
	background-color: #2d2d2d;
	float: left;
	text-transform: uppercase;
	transition: all ease 0.3s;
}
.hzya p a {
	font-size: 14px;
	color: #fff;
	display: block;
}
.hzya p.on {
	background-color: #007c36;
}
.hzya p:hover {
	background-color: #007c36;
}
.gyyb {
	width: 94%;
	margin: 0 auto;
	margin-top: 20px;
}
.gyyba_t img {
	display: block;
	margin: 0 auto;
	width: 100%;
	clear: both;
	margin-top: 15px;
}
.gyyba_w {
	width: 100%;
	margin: 0 auto;
	clear: both;
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
.gyyba_w h6 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 40px;
	margin: 5px 0;
	text-transform: uppercase;
	text-align: center;
}
.gy_h3 {
	font-size: 20px;
	color: #2d2d2d;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	margin: 5px 0;
	text-align: center;
}
.mob {
	display: block;
}
.pc {
	display: none;
}
.gyyce {
	width: 100%;
	margin: 0 auto;
}
.gyyce img {
	width: 100%;
	border: 4px solid #f1f4f7;
	transition: all ease 0.3s;
}
.gyyce p {
	text-align: center;
	font-size: 0.85rem;
	color: #4f4f4f;
	line-height: 22px;
	margin-top: 6px;
}
.gyyce:hover img {
	border-color: #007c36;
}
.gyyda {
	width: 100%;
	margin: 0 auto;
	margin-top: 5%;
	position: relative;
}
.gyyda_t {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gyyda_t img {
	width: 100%;
}
.gyyda_t p {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: -100px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	padding: 4% 5%;
	background-color: rgba(0,124,54,0.8);
	transition: all ease 0.3s;
}
#swiper-button-prev_gya {
	display: none;
}
#swiper-button-next_gya {
	display: none;
}
#swiper_gya .swiper-slide-active .gyyda_t p {
	bottom: 0;
}
.keyword {
	width: 100%;
	background: #f8f8f8;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.mbx {
	font-size: 12px;
	color: #666;
	/* font-family: Arial; */
	margin-right: 10px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
}
.mbx a {
	color: #666;
}
.pagination-wrapper {
	text-align: center;
}
.pagination {
	position: relative;
	margin-top: 30px;
}
.pagination li {
	display: inline-block;
	margin: 0px 3px;
 *display: inline; /*主要用于激活IE中的hasLayout属性，兼容IE67*/
 *zoom:1; /*主要用于激活IE中的hasLayout属性，兼容IE67*/
}
.pagination li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: #f4f4f4;
	text-align: center;
	color: #757575;
	z-index: 1;
	transition: all 500ms ease;
	border: none;
}
.pagination li a:hover, .pagination li a.current {
	color: #fff;
	background: #007c36;
	border-color: #007c36;
}
.pagination li:first-child a:hover, .pagination li:last-child a:hover {
	background: #f08200;
	border-color: #f08200;
}
/*评价列表页*/
.pjl {
	width: 100%;
	margin: 0 auto;
}
.pjla {
	width: 100%;
	margin-top: 5%;
}
.pjlb {
	width: 100%;
	border: 4px solid #f1f4f7;
	padding: 6%;
	transition: all ease 0.3s;
}
.pjlb_t {
	background-image: url(../images/y66.png);
	width: 50px;
	height: 48px;
	background-size: 100% 100%;
	transition: all ease 0.3s;
}
.pjlb_w {
	width: calc(95% - 50px);
	margin-left: 5%;
	margin-top: 2px;
}
.pjlb_w h6 {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
.pjlb_w p {
	font-size: 12px;
	color: #4f4f4f;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 5px;
}
.pjlb_m {
	display: none;
}
.pjlb:hover {
	border-color: #007c36;
}
.pjlb:hover .pjlb_t {
	background-image: url(../images/y67.png);
	transform: rotateY(180deg);
}
.ym_pj {
	display: table;
	margin: 0 auto;
	margin-top: 8%;
}
/*评价内页*/
.pjn {
	width: 96%;
	margin: 0 auto;
	border: 4px solid #f1f4f7;
	margin-top: 6%;
	padding: 6%
}
.pjna {
	width: 100%;
}
.pjna_a {
	background-image: url(../images/y66.png);
	width: 50px;
	height: 48px;
	background-size: 100% 100%;
}
.pjna_b {
	width: calc(95% - 50px);
	margin-top: 6px;
}
.pjna_b h1 {
	font-size: 1rem;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
.pjna_b p {
	font-size: 0.85rem;
	color: #4f4f4f;
	line-height: 23px;
	margin-top: 3px;
}
.pjna_b img {
	display: block;
	max-width: 100%;
	margin-top: 24px;
}
.pjnb {
	width: 100%;
	margin-top: 6%;
}
.pjnb img {
	width: 100%;
}
/*新闻列表页*/
.xwla {
	width: 100%;
	margin-top: 10px;
}
.xwlb {
	width: 100%;
	border: 4px solid #f1f4f7;
	padding: 5%;
	transition: ease 0.3s;
}
.xwlb_t {
	width: 100%;
	overflow: hidden;
}
.xwlb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.xwlb_w {
	width: 100%;
	margin-top: 5%;
}
.xwlb_w h6 {
	font-size: 14px;
	color: #007c36;
	font-weight: bold;
	line-height: 28px;
}
.xwlb_w h5 {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 48px;
	text-overflow: ellipsis;
	white-space: normal;
	margin-top: 3px;
	text-transform: capitalize;
}
.xwlb_wp {
	width: 100%;
	padding: 4%;
	background-color: #f1f4f7;
	margin-top: 4%;
}
.xwlb_w p {
	font-size: 12px;
	color: #4f4f4f;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}
.xwlb_w span {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #007c36;
	margin-top: 24px;
	font-size: 14px;
	color: #007c36;
	border-radius: 30px;
	text-transform: uppercase;
}
.xwlb:hover {
	border-color: #007c36;
}
.xwlb:hover .xwlb_t img {
	transform: scale(1.05);
}
.xwlc {
	width: 100%;
	margin-top: 25px;
}
.xwlc_a {
	font-size: 14px;
	color: #007c36;
	font-weight: bold;
	line-height: 21px;
}
.xwlc .pjlb_w {
	margin-left: 6%;
	width: 70%;
}
/*新闻内页*/
.xwn {
	width: 96%;
	margin: 0 auto;
	border: 4px solid #f1f4f7;
	margin-top: 25px;
	padding: 2% 1%;
}
.xwna {
	width: 100%;
}
.xwna h1 {
	text-align: center;
	font-size: 16px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 26px;
	text-transform: capitalize;
}
.xwna p {
	width: 100%;
	text-align: center;
	background-color: #f1f4f7;
	line-height: 28px;
	margin-top: 12px;
	font-size: 14px;
	color: #888;
}
.xwna p span {
	display: inline-block;
	width: 22px;
}
.xwnb {
	width: 100%;
	margin-top: 30px;
	padding: 0 2%;
}
.xwnb p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 28px;
}
.xwnb img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 5%;
}
.xwnb strong {
	font-size: 0.85rem;
	color: #909090;
	display: block;
	font-weight: normal;
	margin-top: 9%;
}
.xwnb strong a {
	font-size: 0.85rem;
	color: #909090;
	font-weight: normal;
}
.xwnb strong a:hover {
	color: #007c36;
}
/*常见列表页*/
.cjla {
	width: 100%;
}
.cjlb {
	width: 100%;
	border: 4px solid #f1f4f7;
	margin-top: 25px;
	transition: all ease 0.3s;
	padding: 6%;
}
.cjlb_w {
	width: 80%;
}
.cjlb_w h6 {
	font-size: 14px;
	color: #2d2d2d;
	background-image: url(../images/q.png);
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 39px;
	transition: all ease 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
}
.cjlb_w p {
	font-size: 14px;
	color: #4f4f4f;
	background-image: url(../images/r.png);
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 39px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cjlb_a {
	background-image: url(../images/rfq.png);
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	margin-top: 8px;
	transition: all ease 0.3s;
}
.cjla:hover .cjlb {
	border-color: #007c36;
}
.cjla:hover .cjlb_a {
	transform: rotate(180deg);
}
/*产品列表页*/
.sjdhgd_n {
	box-shadow: 0 -2px 18px -2px #007c36;
}
.cpl {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.cplz {
	width: 100%;
}
.cplza {
	width: 100%;
	margin-top: 18px;
}
.cplza_a {
	width: 48%;
	border: 2px solid #f1f4f7;
	margin: 1%;
	float: left;
	padding: 2% 1%;
	transition: all ease 0.3s;
}
.cplza_b {
	width: 100%;
}
.cplza_b img {
	width: 20px;
	float: left;
}
.cplza_b p {
	float: left;
	font-size: 14px;
	color: #2d2d2d;
	line-height: 26px;
	margin-top: 0px;
	margin-left: 5px;
	width: calc(100% - 50px);
	margin-right: -30px;
}
.cplza_c {
	width: 100%;
	background-color: #f1f4f7;
	padding: 4%;
	display: none;
	margin-top: 2%;
}
.cplza_c p {
	line-height: 22px;
	margin: 6px 0;
	transition: all ease 0.3s;
}
.cplza_c p a {
	font-size: 0.9rem;
	color: #2d2d2d;
	display: block;
	transition: all ease 0.3s;
}
.cplza_c span {
	width: 0px;
	height: 2px;
	display: inline-block;
	background-color: #007c36;
	position: relative;
	top: -5px;
	margin-right: 6px;
	transition: all ease 0.3s;
}
.cplza_c p:hover a {
	color: #007c36;
}
.cplza_c p:hover span {
	width: 18px;
}
.cplza_c p.ona a {
	color: #007c36;
}
.cplza_c p.ona span {
	width: 18px;
}
.cplza_a:hover {
	border-color: #007c36;
	position: relative;
}
.cplza_a.on {
	border-color: #007c36;
	position: relative;
}
.cplza_a.on .cplza_c {
	display: block;
}
.cply {
	width: 100%;
	margin-top: 4%;
}
.cply h5 {
	background-color: #f1f4f7;
	line-height: 26px;
	font-size: 18px;
	color: #2d2d2d;
	padding: 10px;
}
.cply h1 {
	line-height: 26px;
	font-size: 18px;
	color: #2d2d2d;
	padding: 10px;
	text-align: center;
	background: #007c36;
	color: #fff;
}
.cplya {
	width: 100%;
}
.cplyb {
	width: 100%;
	padding: 5% 1%;
	border-bottom: 1px solid #d4d5d6;
}
.cplyb_t {
	width: 100%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.cplyb_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.cplyb_w {
	width: 100%;
	margin-top: 6%;
}
.cplyb_w h6 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cplyb_w table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3%;
}
.cplyb_w table td {
	background-color: #f6f7f8;
	border: 5px solid #fff;
	height: 43px;
	color: #4f4f4f;
	font-size: 14px;
	padding-left: 11px;
}
.cplyb_m {
	width: 114px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #007c36;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 17px;
	transition: all ease 0.3s;
}
.cplyb:hover .cplyb_t img {
	transform: scale(1.05);
}
.cplyb:hover .cplyb_m {
	transform: translateX(-6px);
}
.ym {
	margin: 0 auto;
	margin-top: 8%;
	float: none;
	display: table;
}
.ym p {
	width: 38px;
	height: 38px;
	border: 1px solid #060606;
	float: left;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	margin: 0 4px;
	transition: all ease 0.3s;
}
.ym p a {
	font-size: 1rem;
	color: #000000;
	display: block;
	transition: all ease 0.3s;
}
.ym p.on {
	background-color: #007c36;
	border-color: #007c36;
}
.ym p.on a {
	color: #fff;
}
.ym p:hover {
	background-color: #007c36;
	border-color: #007c36;
}
.ym p:hover a {
	color: #fff;
}
/*产品内页*/
.cpn {
	width: 100%;
}
.cpna {
	width: 100%;
	padding: 6% 0% 0 0;
}
.box {
	width: 100%;
	position: relative;
}
.left-pro {
	width: 100%;
	text-align: left;
}
.left-pro .t1 {
	width: 16%;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
}
.left-pro .t2 {
	width: 80.5%;
	text-indent: 0;
	float: left;
	border: 1px solid #e5e5e5;
}
.left-pro .t2 img {
	text-indent: 0;
}
#showArea img {
	cursor: pointer;
	display: block;
	margin-bottom: 6px;
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #e5e5e5;
}
#showArea img:hover {
	border: 2px solid #007c36;
}
#main_img {
	cursor: pointer;
	display: block
}
#gotop {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#gobottom {
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#showArea {
	height: 86%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 7%;
	left: 0;
}
.MagicZoomBigImageCont {
	border: 1px solid #004c97;
	overflow: hidden;
	opacity: 0;
}
.MagicZoomBigImageCont img {
	width: 800px;
	height: 800px
}
.MagicZoomBigImageCont iframe {
	width: 300px;
	height: 300px
}
.MagicZoomHeader {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background: #91b817;
	text-align: center !important
}
.MagicZoomPup {
	border: 1px solid #aaa;
	background: #fff;
	cursor: hand;
	left: 0;
	display: none;
}
.MagicZoomLoading {
	text-align: center;
	background: #fff;
	color: #444;
	opacity: 0.8;
	padding: 3px 3px 3px 3px !important;
	display: none
}
.MagicZoomLoading img {
	padding-top: 3px !important
}
/*	.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}*/
.MagicThumb-zoomed {
	cursor: default
}
.MagicThumb span {
	display: none
}
.MagicThumb-image {
	border: 1px solid #ccc;
	outline: none
}
/*	.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}*/
.MagicThumb-caption {
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	padding: 8px 16px
}
.MagicThumb-controlbar {
	display: block;
	height: 18px
}
.MagicThumb-controlbar a {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden
}
.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;/*background:transparent url(graphics/controlbar.png) no-repeat 0 0*/
	;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px
}
.MagicThumb-loading {
	border: 1px solid #000;/*background:#fff url(graphics/loader.gif) no-repeat 2px 50%;*/
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}
.cpnaa {
	width: 100%;
	margin-top: 7%;
}
.cpnaa h1 {
	float: left;
	font-size:16px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 24px;
	width:100%;
	padding:0;
	text-align:left;
	background-color: #ffffff;
}
.cpnaa h4 {
	float: right;
	font-size: 0.9rem;
	color: #e8ecf0;
	font-weight: bold;
	line-height: 24px;
	text-transform: capitalize;
}
.cpnaaw {
	width: 100%;
	background-color: #f6f7f8;
	margin-top: 4%;
	position: relative;
	padding: 48px 6% 6% 6%;
}
.cpnaaw h6 {
	width: 131px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #007c36;
	font-size: 18px;
	color: #fff;
	border-bottom-right-radius: 20px;
}
.cpnaaw p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 28px;
}
.cpnaaw p span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 4px;
	position: relative;
	top: 4px;
}
.cpnaaw p img {
	display: inline-block;
	position: relative;
	top: 8px;
	margin: 0 5px;
}
.cpnaaw p m {
	font-size: 14px;
}
.cpnaaw_dh {
	width: 100%;
	max-width: 371px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	background-color: #f08200;
	border-radius: 20px;
	margin-top: 6%;
	font-size:14px;
	color: #fff;
}
.cpnaaw_dh b {
	font-size: 16px;
	margin-left: 5px;
}
.cpnb {
	width: 100%;
	margin-top: 2%;
	border-bottom: 2px solid #e2e3e4;
	padding-bottom: 8%;
}
.cpnba {
	width: 100%;
	border-top: 1px solid #d4d5d6;
}
.cpn_h4 {
	min-width: 180px;
	height: 35px;
	line-height: 35px;
	background-color: #007c36;
	font-size: 16px;
	color: #fff;
	border-bottom-right-radius: 20px;
	padding: 0 20px 0 25px;
	display: inline-block;
	text-transform: capitalize;
}
.cpnba video {
	display: block;
	max-width: 545px;
	margin: 0 auto;
	margin-top: 5%;
	width: 92%;
}
.cpnba_w {
	width: 90%;
	margin: 0 auto;
	margin-top: 6%;
}
.cpnba_w p {
	font-size: 0.85rem;
	color: #4f4f4f;
	line-height: 26px;
	width: 100%;
}
.cpnba_w p span {
	display: block;
	background-image: url(../images/y37.png);
	background-repeat: no-repeat;
	background-position: left top 7px;
	padding-left: 28px;
}
.cpnbb {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 8%;
}
.cpn_table {
	width: 90%;
	margin: 0 auto;
	margin-top: 6%;
	overflow-x: auto;
	padding-bottom: 20px;
}
 .cpn_table::-webkit-scrollbar-track-piece {
height:6px;
background-color:#f1f4f7;
border-radius: 10px;
}
 .cpn_table::-webkit-scrollbar {
height:6px;
border-radius: 10px;
}
 .cpn_table::-webkit-scrollbar-thumb {
height:6px;
background-color:#ccd3d9;
border-radius: 10px;
}
.cpn_table table {
	width: 100%;
	border-collapse: collapse;
}
.cpn_table table th {
	height: 34px;
	background-color: #f1f4f7;
	border: 1px solid #eeeeee;
	font-size: 0.8rem;
	color: #4f4f4f;
	font-weight: normal;
	text-align: left;
	padding-left: 12px;
}
.cpn_table table td {
	height: 34px;
	border: 1px solid #eeeeee;
	font-size: 0.8rem;
	color: #4f4f4f;
	font-weight: normal;
	text-align: left;
	padding-left: 12px;
}
.cpn_table table tr.tr1 td {
	background-color: #f9e9e9;
}
.cpnbb p {
	text-align: right;
	font-size: 0.9rem;
	color: #ccd3d9;
	line-height: 12px;
	margin-top: 12px;
	padding-right: 5%;
}
.cpnbc {
	width: 100%;
	margin-top: 8%;
	border-top: 1px solid #d4d5d6;
}
.cpnbca {
	width: 90%;
	margin: 0 auto;
}
.cpnbcb {
	width: 100%;
	margin-top: 5%;
}
.cpnbcb img {
	width: 120px;
	border: 4px solid #f1f4f7;
	border-radius: 50%;
	float: left;
}
.cpnbcb_w {
	width: calc(95% - 120px);
	margin-top: 2px;
}
.cpnbcb_w h6 {
	font-size: 0.95rem;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 24px;
}
.cpnbcb_w h6 span {
	display: block;
	color: #007c36;
}
.cpnbcb_w p {
	font-size: 0.85rem;
	color: #4f4f4f;
	line-height: 22px;
	margin-top: 5px;
	width: 108%;
}
.cpnbd {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 8%;
}
.cpnbd_t {
	width: 90%;
	margin: 0 auto;
	margin-top: 6%;
}
.cpnbd_t img {
	width: 100%;
}
.cpnbe {
	width: 100%;
	border-top: 1px solid #d4d5d6;
	margin-top: 3%;
}
.cpnbea {
	width: 90%;
	margin: 0 auto;
	margin-top: 6%;
}
.cpnbea .prea {
	width: 31.475%;
	margin: 0 0.929%;
}
.fhlb {
	width: 160px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #007c36;
	border-radius: 30px;
	margin-top: 8%;
	text-transform: uppercase;
	transition: all ease 0.3s;
	float: none;
}
.fhlb a {
	font-size: 14px;
	color: #fff;
	display: block;
}
.fhlb:hover {
	transform: translateX(-6px);
}
/*产品内页-周转箱*/
.cpnbf {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #d4d5d6;
}
.cpnbf_t {
	max-width: 534px;
	margin: 0 auto;
	margin-top: 22px;
}
.cpnbf_t img {
	width: 100%;
}
.cpnbf_w {
	width: 96%;
	margin: 0 auto;
	margin-top: 4%;
}
.cpnbf_w p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 28px;
	overflow: auto;
}
.cpnbf_w img{ display:block; max-width:100%;}
.cpnbf_w p span {
	float: left;
}
.cpnbf_w p span.span1 {
	font-size: 14px;
	color: #007c36;
	width: 34px;
}
.cpnbf_w p span.span2 {
	width: calc(100% - 34px);
}
.cpnbcc {
	max-width: 846px;
	width: 100%;
	margin: 0 auto;
	margin-top: 69px;
}
.cpnbcc img {
	width: 100%;
}
.prc {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.pre {
	float: left;
	width: 48%;
	margin: 1%;
}
.prea {
	width: 100%;
	margin: 0 auto;
}
.prea_t {
	width: 100%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.prea_t img {
	width: 100%;
	transition: all ease 0.3s;
}
.prea p {
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #4f4f4f;
	margin-top: -1px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease 0.3s;
}
.prea:hover .prea_t img {
	transform: scale(1.05);
}
.prea:hover p {
	background-color: #007c36;
	border-color: #007c36;
	color: #fff;
}
/*留言*/
.message {background:none; padding:0 5% 5% 5%; width:100%; max-width:100%; margin: 0 auto; box-sizing:border-box; border-radius:0;}
.message form {overflow: hidden;display: block;margin: 0 auto;}
.message .form2-group {  margin:0 auto; margin-top: 30px; width: 100%; clear:both;}
.message .form2-label {display: block;margin-bottom: 10px;}
.message .form2-label span {color: red;}

.message .form2-content {border: 1px solid #ddd;background-color: #fff;padding: 10px 15px;}
.message .form2-control {border: 0;background-color: transparent;padding: 0;line-height: 30px;font-size: 14px;width: 100%;display: inline-block;vertical-align: middle;}
.message .form2-submit {display: block;background: #007c36; color: #fff;border: 0;padding: 0;cursor: pointer;outline: none;height: 54px;font-size: 16px;width: 280px;margin: 0 auto;}
.message .form2-group.full {float: none;width: auto;}
.message .form2-tips {text-align: center;color: #666;margin-top: 10px;}
.message .form2-tips span {color: red;}

/*.yzm-box {position: relative;}
.yzm-box .yzm-pic {position: absolute;right: 10px;top: 10px;height: 30px;line-height: 30px;}*/

.message .form2-tips {text-align: center;color: #666;margin-top: 10px;}
.message .form2-tips span {color: red;}
.lxya {
	width: 95.357%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #f1f4f7;
}
.lxya_t {
	width: 100%;
	min-height:180px;
	background:url(../images/lx.jpg) no-repeat right bottom;
	background-size:cover;
}
.lxya_t img {
	width: 100%;
}
.lxya_w {
	width: 96%;
	padding-top: 3%;
	padding-bottom:8%;
}
.lxya_w p {
	font-size: 14px;
	color: #2d2d2d;
	margin-top: 3%;
	margin-bottom:5%;
	height:36px; line-height:36px;
}
.lxya_w p img {
	width: 20px;
	display: block;
	position: relative;
	float:left;
	margin-top:8px;
	margin-right: 15px;
}
.header-top {
    display: none;
}
}
