/*-----whole-----*/
@media (max-width:1280px) {
	body{width: 1280px;}
        
}
html {
	font-size:100%;
}

.Header-wrapper, .Container-wrapper,  .container, .banner-container, .index-container {
	
	
	MARGIN: 0px auto; WIDTH: 100%;
}
.contain {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.contain a:hover {
	color:#00B058;
}
/*clearfix*/
.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display:table;
	content:""
}
.clearfix:after {
	clear:both
}
/*初始化按钮*/
.btn {
	display:inline-block;
	text-align:center;
	padding:0px;
	border:0px;
	margin:0px;
	position:relative;
	cursor:pointer;
}
.btn span {
	display:inline-block;
}
/*通用img*/
img.rollover {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	filter:Alpha(opacity=0);
	z-index:2;
}
input.text {
	display:block;
	width:100%;
	height:100%;
	border:0px;
	background:none;
}
/*--- Header ---*/
.Header-wrapper {
	z-index:99;
}
.Header-wrapper .Header-cl {
	height:80px;
	position:relative;
}
header {
	width:100%;
	height:80px;
	background:#fff;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
}
.Hlogo {
	height:80px;
	line-height:80px;
	font-size:0px;
	float:left;
	overflow:hidden;
}
.Hlang {
	padding:0 0 0 33px;
	font:15px/80px "Open Sans";
	color:#888888;
	background:url(icon/icon-lang.png) no-repeat left center;
	float:right;
}
/*
.Hnav{float:right;margin:0 45px 0 0;}
.Hnav a{display:block;height:80px;font:17px/80px "Open Sans";color:#444444;margin-left:57px;float:left;}
.Hnav a:first-child{margin:0px;}
.Hnav a.cur{color:#00B058;border-bottom:3px solid #00B058;}
.Hnav a:hover{color:#00B058;}
*/

.Hnav {
	width:auto;
	float:right;
	margin:0 45px 0 0;
}
.Hnav>li {
	float:left;
	margin-left:57px;
}
.Hnav>li:first-child {
	margin:0px;
}
.Hnav a.Hname {
	display:block;
	height:80px;
	font:17px/80px "Open Sans";
	color:#444444;
}
.Hn2nd-box {
	width:170px;
	background:#fff;
	position:absolute;
	top:80px;
	left:0px;
	z-index:10;
	display:none;
}
.Hn2nd-box li {
	display:block;
	position:relative;
}
.Hn2nd-box li a {
	display:block;
	padding:0 10px;
	line-height:40px;
	font-size:14px;
}
.Hn3nd-box {
	background:#fff;
	position:absolute;
	left:170px;
	top:0px;
	z-index:20;
	display:none;
}
.Hn2nd-box a:hover {
	background:#00B058;
	color:#fff;
}
.Hnav>li.cur a.Hname {
	color:#00B058;
	border-bottom:3px solid #00B058;
}
.Hnav a.Hname:hover {
	color:#00B058;
}
.Hnav>li:hover .Hn2nd-box, .Hn2nd-box li:hover .Hn3nd-box {
	display:block;
}
/*--- Footer ---*/
.Footer-wrapper {
	background:#E3E3E3;
	z-index:98;
}
.fcr {
	padding:15px 0;
	line-height:43px;
	color:#c0c0c0;
}
.fshare a {
	display:inline-block;
	margin:0 0 0 10px;
}
.fshare a:first-child {
	margin:0px;
}
.footer {
WIDTH: 100%; 
background:#E3E3E3;
padding:30px 0 35px;
color:#000000;
border-bottom:1px solid #DDDDDD;
}
.fnav {
	width:26.25%;
	float:left;
}
.fnav dt {
	display:block;
	line-height:28px;
	font-size:18px;
	margin:0 0 14px;
}
.fnav dd {
	display:block;
}
.fnav dd a {
	display:block;
	padding:5px 0;
	line-heihgt:22px;
	opacity:.6;
}
.fnav dd a:hover {
	opacity:1;
}
.fct {
	text-align: center;
	float:right;
}

.fct-btn {
	width:146px;
	height:36px;
	line-height:36px;
	font-size:16px;
	border-radius:36px;
	background:#757575;
}
.fct-btn span {
	padding:0 0 0 30px;
	background:url(icon/icon-msg.png) no-repeat left center;
}
.fct .tel {
	line-height:28px;
	font-size:28px;
	color:#00B058;
	margin:20px 0 0;
	font-family:"Arial";
}
.fct .mail {
	line-height:18px;
	font-size:18px;
	color:#c0c0c0;
	margin:10px 0 0;
}
/*--- Banner ---*/
.banner-container .bnr-img {
	display:block;
	width:100%;
	height:300px;
	background-position:center center;
}
#index-bnr .bnr-img {
	height:300px
}
#index-bnr .swiper-pagination {
}
#index-bnr .swiper-pagination-bullet {
}
#index-bnr .swiper-pagination-bullet-active {
}
.iBnrSwiper-prev, .iBnrSwiper-next {
	display:block;
	width:10.46875%;
	height:100%;
	position:absolute;
	top:0px;
	opacity:0;
	z-index:2;
}
.iBnrSwiper-prev {
	left:0;
	background:url(icon/swiper3-l.png) no-repeat center center;
}
.iBnrSwiper-next {
	right:0;
	background:url(icon/swiper3-r.png) no-repeat center center;
}
#index-bnr:hover .iBnrSwiper-prev, #index-bnr:hover .iBnrSwiper-next {
	opacity:.4;
}
.iBnrSwiper-prev:hover, .iBnrSwiper-next:hover {
	opacity:1 !important;
}
.bnr-img.page-bnr {
	height:300px;
}
.wBanner {
	display:none;
}
.wBanner img {
	width:100%;
	height:auto;
}
/*--- Container ---*/

/*- 首页 -*/
.i-title {
	margin-top: 10px;
	text-align:center;
	border-bottom:1px solid #dcdcdc;
	position:relative;
}
.i-title .t1 {
	display:block;
	line-height:28px;
	font-size:23px;
	color:#222;
	
}
.i-title .t5 {
	display:block;
	line-height:32px;
	font-size:22px;
	color:#222;
	text-transform:uppercase;
}
.i-title i {
	display:block;
	width:116px;
	height:3px;
	background:#00B058;
	margin:15px auto -2px;
}
/*产品*/
.index-pro {
	padding:10px 0 50px;
}
.Ipro-swiper {
	position:relative;
	margin:49px 0 0;
}
.Ipro-swiper .swiper-container {
	height:394px;
	overflow:hidden;
}
.Ipro-box {
	display:block;
	padding:0 0 2px;
	border:1px solid #e5e5e5;
	border-bottom:3px solid #d5d5d5;
	position:relative;
	width:263px;
}
.Ipro-box .Ipro-img {
	height:260px;
	width:260px;
	line-height:180px;
	font-size:0px;
	text-align:center;
	background:#ffffff;
	overflow:hidden;
}
.Ipro-img img {
	max-width:260px;
	max-height:260px;
	object-fit:cover;
}
.Ipro-box .name {
	width:94%;
	padding:0 0 15px;
	text-align:center;
	line-height:22px;
	font-size:20px;
	color:#444444;
	border-bottom:1px solid #e5e5e5;
	margin:25px auto 0;
}
.Ipro-box .con {
	width:94%;
	height:52px;
	line-height:26px;
	color:#666666;
	margin:13px auto 0;
}
.Ipro-box .btn {
	width:94%;
	padding:0 19px 0 0;
	line-height:19px;
	font-size:13px;
	color:#ff3300;
	text-transform:uppercase;
	text-align:right;
	background:url(icon/icon-go1.png) no-repeat right center;
	margin:20px auto 0;
}
.Ipro-box:hover {
	background:#00B058;
	border:1px solid #00B058;
	border-bottom:3px solid #0A4323;
}
.Ipro-box:hover .name, .Ipro-box:hover .con, .Ipro-box:hover .btn {
	color:#ffffff;
}
.Ipro-box:hover .con {
	opacity:.7;
}
.Ipro-box:hover .btn {
	background:url(icon/icon-go2.png) no-repeat right center;
}
.IproSwiper-prev, .IproSwiper-next {
	display:block;
	width:84px;
	height:100%;
	position:absolute;
	top:0px;
	z-index:10;
}
.IproSwiper-prev {
	left:-150px;
	background:url(icon/swiper2-l.png) no-repeat center center;
}
.IproSwiper-next {
	right:-150px;
	background:url(icon/swiper2-r.png) no-repeat center center;
}
 @media all and (max-width:1520px) {
 .IproSwiper-prev {
left:-100px;
}
 .IproSwiper-next {
right:-100px;
}
}
@media all and (max-width:1420px) {
 .IproSwiper-prev,  .IproSwiper-next {
display:none;
}
}
/*关于我们*/
.index-abUs {
	padding:30px 0 40px;
	background:#eeeeee;
}
.IabUs-top {
	width:1200px;
	font-size:16px;
	line-height:32px;
	color:#888888;
	text-align:left;
	margin:19px auto 0;
}
.IabUs-list {
	width:102.444%;
	margin:50px 0 0 -2.444%;
}
.IabUs-list li {
	width:25%;
	padding:0 0 0 2.444%;
	float:left;
}
.IabUs-img img {
	width:100%;
	height:auto;
}
.IabUs-list .split {
	height:4px;
	position:relative;
	overflow:hidden;
}
.IabUs-list .split i {
	display:block;
	height:100%;
	width:100%;
	background:#00B058;
	position:absolute;
	top:0px;
	left:-100%;
}
.IabUs-block {
	padding:25px 4% 32px;
	background:#fff;
}
.IabUs-block .name {
	line-height:24px;
	font-size:20px;
}
.IabUs-block .con {
	height:48px;
	line-height:24px;
	color:#888888;
	margin:10px 0 0;
}
.IabUs-list li a:hover .split i {
	left:0px;
}
/*新闻*/
.index-news {
	padding:75px 0 15px;
}
.index-news .i-title .t1 {
	text-align:left;
}
.index-news .i-title i {
	margin:15px 0 -2px;
}
.index-news .i-title .more {
	line-height:24px;
	color:#666666;
	text-transform:uppercase;
	padding:0 21px 0 0;
	background:url(icon/icon-go3.png) no-repeat right center;
	position:absolute;
	right:0px;
	top:5px;
}
.Inews-1st {
	display:block;
	width:46.6666%;
	float:left;
	margin:49px 0 0;
}
.Inews-1st img {
	width:100%;
	height:auto;
}
.Inews-1st .date {
	width:94px;
	padding:9px 0 6px;
	font-size:22px;
	font-family:'Lowvetica';
	line-height:23px;
	text-align:center;
	color:#fff;
	background:#00B058;
	position:absolute;
	top:0px;
	left:0px;
}
.Inews-1st .date .day {
	line-height:44px;
	font-size:62px;
}
.Inews-1st .name {
	line-height:24px;
	font-size:20px;
	margin:17px 0 0;
}
.Inews-1st .con {
	height:48px;
	line-height:24px;
	color:#888888;
	margin:10px 0 0;
}
.Inews-list {
	width:48.66666666666667%;
	float:right;
	margin:29px 0 0;
}
.Inews-list li {
	display:block;
	padding:17px 0 24px;
	border-bottom:1px dashed #a0a0a0;
}
.Inews-list li .date {
	width:85px;
	padding:2px 0 0;
	font-family:'Lowvetica';
	line-height:25px;
	font-size:22px;
	color:#9e9e9e;
	text-align:center;
	float:left;
}
.Inews-list li .date .day {
	line-height:47px;
	font-size:62px;
}
.Inews-list li .box {
	width:100%;
	float:right;
}
.Inews-list li .name {
	line-height:27px;
	font-size:16px;
}
.Inews-list li .con {
	height:48px;
	line-height:24px;
	color:#7b7b7b;
	margin:5px 0 0;
}
.Inews-list li:hover .con, .Inews-list li:hover .name, .Inews-1st:hover .name, .Inews-1st:hover .con, .Inews-list li:hover .date {
	color:#00B058;
}
/*- 内页 -*/

/*当前位置*/
.page-locate {
	line-height:40px;
	font-size:12px;
	text-align:right;
	background:#eeeeef;
}
.page-locate a:first-child {
	display:inline-block;
	padding:0 0 0 25px;
	background:url(icon/icon-home.png) no-repeat left 11px;
}
.page-locate span {
	font-family:'宋体';
	margin:0 4px;
}
/*二级导航*/
.page-nav {
	padding:15px 0 15px;
	text-align:center;
	font-size:0px;
	border-bottom:1px solid #e5e5e5;
}
.page-nav a {
	display:inline-block;
	width:160px;
	height:35px;
	line-height:34px;
	color:#666666;
	font-size:14px;
	border:1px solid #cecece;
	border-radius:36px;
	background:#f6f6f6;
	margin:5px 0.6510416666666667%;
}
.page-nav a.cur, .page-nav a:hover {
	color:#fff;
	background:#00B058;
	border-color:#00B058;
}
/*公司介绍*/
.com-pro {
width:1200px;	
margin:0 auto; width:1200px;
padding:12px 0 10px;
font-size:16px;
background:#FFFFFF;
}
.com-pro p{
line-height:35px;
}
.cPro-img {
	width:100%;
	height:auto;
}
.com-pro .t1 {
	line-height:26px;
	font-size:22px;
	margin:39px 0 0;
}
.com-pro .comPro-con {
	line-height:32px;
	color:#666666;
	margin:15px 0 0;
}
.com-pro .comPro-con.con2 {
	margin:32px 0 0;
}
.comPro-list {
	padding:0 2%;
	margin:36px 0 0;
}
.comPro-list li {
	width:25%;
	padding:0 2%;
	text-align:center;
	float:left;
}
.comPro-list .cPlist-img {
	width:159px;
	height:159px;
	line-height:157px;
	font-size:0px;
	border:1px solid #d6d6d6;
	border-radius:100%;
	margin:0 auto;
}
.comPro-list .num {
	font:lighter 60px/58px 'Arial';
	color:#00B058;
	margin:15px 0 0;
}
.comPro-list .con {
	height:44px;
	line-height:22px;
	color:#666666;
}
.com-hist {
	margin:87px 0 0;
}
.comHist-list {
	border-bottom:3px solid #00B058;
	background:url(bg/comHist-bg.png) no-repeat 99.91666666666667% bottom;
	position:relative;
	margin:30px 0 0;
}
.comHist-list li {
	display:block;
	width:27%;
	padding:6px 0 55px 20px;
	border-left:3px solid #00B058;
	float:left;
}
.comHist-list .con {
	width:70%;
	line-height:24px;
	color:#666;
}
.comHist-list .date {
	line-height:32px;
	font-size:32px;
	margin:20px 0 0;
}
.comHist-list i {
	display:block;
	width:15px;
	height:15px;
	border:3px solid #00B058;
	border-radius:100%;
	background:#fff;
	position:absolute;
	top:-15px;
	left:-9px;
}
.comHist-list li:first-child {
	margin-left:11.25%;
}


/*荣誉资质*/


.honor-list li {
	width:390px;
	padding-left: 5px;
	padding:10px 5px 15px 10px; 
	float:left;
}
.honor-list .honor-box {
	display:block;
	width:380px;
	height:330px;
	text-align:center;
	border:1px solid #dcdcdc;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.honor-img IMG {
	height:280px;
	width:375px;
	padding:4px 2px 2px 2px; 
	overflow:hidden;
}

.honor-box .name {
	height:45px;
	line-height:45px;
	color:#666666;
	font-weight:bold;
}
.honor-box:hover {
	border-color:#00B058;
}
.honor-box:hover .name {
	background:#00B058;
	color:#fff;
}
/*生产部门*/
.pro-div {
	padding:10px 0 120px;
}
.pDiv-box {
	background:#f6f6f6;
	position:relative;
	overflow:hidden;
	margin:30px 0 0;
}
.pDiv-box img {
	width:600PX;
	
	object-fit:cover;
}
.pDiv-block {
	width:600PX;
	padding:45px 3.333333333333333% 0;
}
.pDiv-block .name {
	line-height:33px;
	font-size:24px;
}
.pDiv-block .con {
	line-height:28px;
	color:#666666;
	margin:10px 0 0;
}
/*实验室*/
.com-LAB {/*padding:60px 0 110px;*/
}
.com-LAB img {
	max-width:100%;
}
.com-LAB .con1 {
	line-height:36px;
	font-size:22px;
	margin:30px 0 0;
}
.com-LAB .con2 {
	line-height:32px;
	color:#666666;
	margin:10px 0 0;
}
/*联系我们*/
.contact-us {
	padding:55px 0 120px;
}
.ctUs-box {
	width:43.75%;
	float:left;
	margin:22px 0 0;
}
.ctUs-box .name {
	color:#000000;
	font:23px/28px 'Arial';
	margin:0 0 10px;
}
.ctUs-box .con {
	line-height:42px;
	color:#666666;
	padding:0 0 0 35px;
}
.ctUs-box .con.tel {
	background:url(../images/icon-tel.png) no-repeat left top;
}
.ctUs-box .con.mail {
	background:url(../images/icon-mail.png) no-repeat left top;
}
.ctUs-box .con.fax {
	background:url(../images/icon-fax.png) no-repeat left top;
}
.ctUs-box .con.adr {
	background:url(../images/icon-adr.png) no-repeat left top;
}
.ctUs-map {
	width:50%;
	
	position:relative;
	overflow:hidden;
	float:right;
}
/*在线客服*/
.online-msg {
	padding:55px 0 0;
	border-top:1px solid #e5e5e5;
	margin:70px 0 0;
}
.oMsg-top {
	text-align:center;
	line-height:18px;
	color:#666666;
}
.oMsg-top .t1 {
	text-transform:uppercase;
	font-weight:normal;
	font:30px/42px 'Arial';
	color:#333333;
}
.oMsg-top .split {
	display:block;
	width:55px;
	height:4px;
	background:#00B058;
	margin:10px auto 15px;
}
.oMsg-form {
	margin:44px 0 0;
}
.oMsg-form li {
	width:50%;
	padding:12px 0;
	overflow:hidden;
	float:left;
}
.oMsg-form li.w100 {
	width:100%;
}
.oMsg-form .type {
	display:block;
	width:90px;
	height:36px;
	line-height:36px;
	color:#666666;
}
.oMsg-form .text {
	width:83%;
	padding:0 10px;
	height:36px;
	line-height:34px;
	border:1px solid #dcdcdc;
}
.oMsg-form li.w100 .type {
	width:100%;
}
.oMsg-form textarea.text {
	width:100%;
	height:232px;
	resize:none;
}
.oMsg-sub {
	display:block;
	width:200px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:18px;
	background:#00B058;
	margin:24px auto 0;
}



/*企业文化*/
.com-culture {
	padding:60px 0 120px;
}
.cCulSwiper-man ul, .cCulSwiper-min .num ul, .pInfoSwiper-man ul, .pInfoSwiper-min .num ul {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
.cCulSwiper-man {
	width:1200px;
	height:622px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.cCulSwiper-man ul li {
	width:1200px;
	height:622px;
	float:left;
	position:relative;
}
.cCulSwiper-man ul li img {
	width:1200px;
	height:622px;
	object-fit:cover;
}
.cCulSwiper-man ul li .name, .cCul-web .name {
	width:100%;
	padding:0 2%;
	line-height:66px;
	text-align:left;
	font-size:16px;
	color:#fff;
	background:rgba(0, 0, 0, .7);
	position:absolute;
	bottom:0px;
	left:0px;
}
.cCulSwiper-min {
	height:118px;
	padding:0 30px 0 40px;
	position:relative;
	overflow:hidden;
	margin-top:20px;
}
.cCulSwiper-min .num {
	width:1130px;
	height:118px;
	position:relative;
	overflow:hidden;
	float:left;
}
.cCulSwiper-min .num li {
	padding:6px 0 0;
	margin:0 10px 0 0;
	float:left;
}
.cCulSwiper-min .num li a {
	display:block;
	position:relative;
}
.cCulSwiper-min .num li img {
	width:216px;
	height:112px;
	object-fit:cover;
}
.cCulSwiper-min .num li.on {
	display:block;
	background:url(icon/icon-dd2.png) no-repeat center 0px;
}
.cCulSwiper-min .num li.on a {
	border:3px solid #00B058;
}
.cCulSwiper-min .num li.on img {
	width:210px;
	height:106px;
}
.cCulSwiper-prev, .cCulSwiper-next {
	display:block;
	width:30px;
	height:112px;
	font:bold 18px/112px '宋体';
	color:#fff;
	text-align:center;
	background:#00B058;
	position:absolute;
	top:6px;
}
.cCulSwiper-prev {
	left:0px;
}
.cCulSwiper-next {
	right:0px;
}
.cCul-web {
	display:none;
}
.cCul-web .name {
	height:40px;
	line-height:40px;
	font-size:14px;
}
.cCul-web img {
	width:100%;
	height:auto;
}
/*新闻*/
.news {
	padding:0 0 75px;
}
.news-list li {
	display:block;
}
.news-list li .date {
	padding:26px 0 110px;
	width:120px;
	line-height:20px;
	font-size:13px;
	color:#999999;
	text-align:center;
	border-bottom:1px solid #e2e2e2;
	float:left;
}
.news-list li .date .day {
	font:bold 44px/44px 'Arial';
}
.news-list li .news-box {
	width:86.5%;
	padding:30px 0 45px;
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
	float:right;
}
.news-box .news-img {
	display:block;
	width:26.6859344894027%;
	overflow:hidden;
	float:left;
}
.news-img img {
	width:100%;
	height:125px;
	object-fit:cover;
}
.news-box .name, .news-box .con {
	display:block;
	width:67.91907514450867%;
	line-height:26px;
	float:left;
	margin-left:2.083333333333333%;
}
.news-box .name {
	font-size:20px;
}
.news-box .con {
	height:52px;
	font-size:15px;
	color:#7b7b7b;
	margin-top:10px;
}
.news-box .btn {
	padding:0 21px 0 0;
	height:14px;
	line-height:14px;
	color:#00B058;
	background:url(icon/icon-go1.png) no-repeat right center;
	margin:23px 0 0;
	float:left;
	margin-left:2.083333333333333%;
}
.news-list li .new {
	display:block;
	width:51px;
	height:51px;
	background:url(content/new.png) no-repeat left top;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
/*详细*/
.news-info {
	padding:40px 0 20px;
}
.nInfo-top {
	padding:0 0 30px;
	text-align:center;
	border-bottom:1px solid #dcdcdc;
}
.nInfo-top .name {
	font-size:26px;
	line-height:30px;
	font-weight:normal;
}
.nInfo-top .date {
	display:inline-block;
	padding:0 0 0 24px;
	height:17px;
	line-height:17px;
	font-size:15px;
	color:#888888;
	background:url(icon/icon-date.png) no-repeat left center;
	margin:20px 0 0;
}
.nInfo-con {
	padding:30px 0 20px;
	line-height:28px;
	color:#666666;
	word-break:break-all;
	position:relative;
	overflow:hidden;
}
.nInfo-con P{
	
	line-height:32px;
	font-size:16px;
	
}
.nInfo-share a {
	display:inline-block;
	width:47px;
	height:47px;
	line-height:47px;
	font-size:0px;
	border-radius:100%;
	background:#3a3a3a;
	margin:0 5px;
}
.nInfo-share a img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.nInfo-share a:hover {
	background:#00B058;
}
.nInfo-page {
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	overflow:hidden;
	margin:47px 0 0;
}
.nInfo-page a {
	display:block;
	width:50%;
	height:50px;
	line-height:50px;
	font-size:0px;
}
/*- 产品 -*/







.pro-wrap {
	margin:40px 0 0;
}
.pro-wrap .pro-type {
	text-align:center;
	line-height:28px;
	font-size:24px;
}
.pro-wrap .pro-list li {
	margin:32px 0 0;
}
/*详细*/
.pro-info {
	padding:70px 0 120px;
}
.pInfo-swiper {
	width:600px;
	overflow:hidden;
	float:left;
}
.pInfoSwiper-min {
	width:89px;
	height:375px;
	padding:0 0 25px;
	position:relative;
	overflow:hidden;
	float:left;
}
.pInfoSwiper-min .num {
	width:89px;
	height:375px;
	position:relative;
	overflow:hidden;
	float:left;
}
.pInfoSwiper-min .num li {
	width:89px;
	padding:0 5px 0 0;
	margin:0 0 10px;
	float:left;
}
.pInfoSwiper-min .num li a {
	display:block;
	border:1px solid #dcdcdc;
	position:relative;
}
.pInfoSwiper-min .num li img {
	width:82px;
	height:58px;
	object-fit:cover;
}
.pInfoSwiper-min .num li.on {
	display:block;
	background:url(icon/icon-dd3.png) no-repeat right center;
}
.pInfoSwiper-min .num li.on a {
	border-color:#00B058;
}
.pInfo-page {
	width:84px;
	height:25px;
	border:1px solid #dcdcdc;
	background:#fff;
	position:absolute;
	bottom:0px;
	left:0px;
}
.pInfo-page a {
	display:block;
	width:50%;
	text-align:center;
	font:bold 18px/23px '宋体';
	color:#858585;
	float:left;
}
.pInfo-page a span {
	display:block;
	transform:rotate(90deg);
}
.pInfo-page a:hover {
	color:#00B058;
}
.pInfoSwiper-man {
	width:505px;
	height:375px;
	border:1px solid #dcdcdc;
	text-align:center;
	position:relative;
	overflow:hidden;
	float:right;
}
.pInfoSwiper-man ul li {
	width:503px;
	height:373px;
	position:relative;
}
.pInfoSwiper-man ul li img {
	width:503px;
	height:373px;
	object-fit:cover;
}
.pInfo-box {
	width:47.5%;
	float:right;
	margin:7px 0 0;
}
.pInfo-box .name {
	line-height:28px;
	font-size:24px;
	margin:0 0 10px;
}
.pInfo-box .con {
	padding:0 0 0 12px;
	line-height:32px;
	color:#666666;
	background:url(icon/icon-l1.png) no-repeat left 14px;
}
.pInfo-web {
	display:none;
	text-align:center;
}
.Inquiry-btn {
	display:block;
	width:154px;
	height:40px;
	line-height:38px;
	font-size:16px;
	color:#00B058;
	border:1px solid #00B058;
	margin:34px 0 0;
}
.Inquiry-btn span {
	padding:0 0 0 35px;
	background:url(icon/icon-mailto.png) no-repeat left center;
}
/*规格*/
.pro-spec {
	margin:70px 0 0;
}
.pro-spec .title {
	line-height:24px;
	font-size:20px;
}
.pSpec-box {
	position:relative;
	overflow:hidden;
	margin:25px 0 0;
}
.pSpec-box table {
	width:100%;
	border-collapse:collapse;
}
.pSpec-box table th, .pSpec-box table tr td {
	height:40px;
	color:#444444;
	vertical-align:middle;
	text-align:center;
}
.pSpec-box table th {
	height:50px;
	background:#a6a6a6;
	color:#fff;
}
.pSpec-box table tr td {
	border-bottom:1px solid #e5e5e5;
}
/*详细*/
.pro-dtl {
	padding:45px 0 0;
}
.pro-dtl dl {
	margin:25px 0 0;
}
.pro-dtl dl dt {
	display:block;
	padding:0 2%;
	height:50px;
	line-height:50px;
	font-size:18px;
	background:#f6f6f6;
	position:relative;
	cursor:pointer;
}
.pro-dtl dl dt i {
	display:block;
	height:100%;
	width:22px;
	background:url(icon/icon-dd1.png) no-repeat center center / 100% auto;
	position:absolute;
	right:2%;
	top:0px;
}
.pro-dtl dl dd {
	display:block;
	padding:10px 0;
	color:#444444;
	line-height:28px;
	position:relative;
	overflow:hidden;
	display:none;
}
.pro-dtl dl dd img {
	max-width:100%;
}
.pro-dtl dl dt.cur {
	background:#00B058;
	color:#fff;
}
.pro-dtl dl dt.cur i {
	background-image:url(icon/icon-dd1-2.png);
}
.wtabojt {
	display: block;
	padding-right: 16px;
	font: 15px/80px "Microsoft YaHei";
	color: #888;
	float: right;
}
.wtabojt-mb {
	width: 100%;
	display: none;
	color: #000;
	padding: 13px 8%;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e7;
}
 @media all and (max-width:1000px) {
 .wtabojt {
display: none;
}
 .wtabojt-mb {
display: block;
}



/*ok公司照片*/



