﻿@charset "utf-8";
/* CSS Document */
body {margin:0px; padding:0px; color:#555; font-family:Arial, Helvetica, sans-serif; font-size:0.75em;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%; font-style:normal;}
@font-face {
    font-family: 'ProximaSansRegular';
    src: url('../fonts/ProximaSansRegular.eot');
    src: url('../fonts/ProximaSansRegular.eot') format('embedded-opentype'),
         url('../fonts/ProximaSansRegular.woff2') format('woff2'),
         url('../fonts/ProximaSansRegular.woff') format('woff'),
         url('../fonts/ProximaSansRegular.ttf') format('truetype'),
         url('../fonts/ProximaSansRegular.svg#ProximaSansRegular') format('svg');font-display:optional;
}
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, tr ,span,a ,input,select{margin:0px;padding:0px; font-family:Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%; }
input,select ,textarea{ font-family: Arial, sans-serif; outline:none;-webkit-font-smoothing:none;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%; }
ul,li { list-style:none;}
a { text-decoration:none; color:#555;}
a,area{blr:expression(this.onFocus=this.blur());}/*For IE*/
:focus{-moz-outline-style:none;}/*For Firefox*/
a:hover {color:#454545; text-decoration:underline;}
::selection {background:#2784f5;color:#fff;}    
::-moz-selection {background:#2784f5;color:#fff;}    
::-webkit-selection {background:#2784f5;color:#fff;}
img, object {-ms-interpolation-mode: bicubic; border:none;height: auto; width: auto; max-width:100%; }
.pad {padding-top:12px;}
.overf {overflow:hidden;}
.wrap {	max-width:1200px; padding:0px;margin:0px auto;}
.fl {float:left;}
.fr {float:right;}
.clear { clear:both; font-size:0px;}

.jrhead { padding-top:10px;}
.pmtop {background:#fff; width:100%;}
.pmtdh { border-bottom:solid 1px #ddd; padding:5px 0; position:fixed; top:0; left:0; width:100%; background:#fff;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.25)!important;
    box-shadow: 0 0 7px rgba(0,0,0,0.25)!important; margin-bottom:5px; z-index:9999;}
#pmtdhl { font-size:1.05em; line-height:1.5em;}
#pmtdhr { line-height:0; margin-top:15px; margin-right:1%;}
#pmtdhr a { margin:0 6px; display:inline-block;}
#pmtdhr img { max-height:18px;}
.pmtop { padding-top:10px; margin-top:30px;}
#pmlogo {width:21%;}
#pmlogo img { display:block;}
#pmtlx { margin-top:1px;}
#pmtlx ul { overflow:hidden;}
#pmtlx ul li { float:right; margin-left:3em; padding-left:28px; font-size:1.05em; font-family:Arial, Helvetica, sans-serif;}
#pmtlx ul li a { font-family:Arial, Helvetica, sans-serif;}
#pmtlx ul li.tel {background:url(../images/pmtel.png) left center no-repeat;}
#pmtlx ul li.ema {background:url(../images/pmema.png) left center no-repeat;}
#pmtlx ul li.sky {background:url(../images/pmsky.png) left center no-repeat;}
#pmtsear { background:#fff; border:solid 1px #ddd; padding:0; margin:0 1%; margin-top:7px; width:42%;overflow:hidden;-webkit-border-radius: 26px; -moz-border-radius: 26px; border-radius: 26px;}
.tsinput {width:87%; height:32px; line-height:32px; padding:0px; text-indent:16px;outline:none; border:none;float:left; background:none; vertical-align:middle;border-radius: 25px 0 0 25px;}
.tsbtn { background:url(../images/pmsear.png) center center no-repeat; width:11%; height:32px;border:none;float:right; vertical-align:middle; cursor:pointer;}
.pmgrey { background:#eee;-webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;border:solid 1px #ddd; }
#pmmenu {position:relative;font-size:1.15em;/* background:#eee;text-transform:uppercase; */font-weight:bold; height:36px; margin-top:30px;}
@charset "utf-8";
/* CSS Document */
.genm-menu{
	width:100%;
	margin:0;
	padding:0;
	/*position:relative;
	float:left;
	font-family:'Open Sans', sans-serif;
	list-style:none;
	background:#fff;
	box-shadow:0 1px 3px #dedede;*/
}
.genm-menu > li {float:left;position:relative;}
.genm-menu > li.moreitem { position:static;}
.genm-menu > li > a{
	padding:0 1.5em; line-height:35px;-webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px; border:solid 1px #ddd; border-bottom:none; margin-left:3px;
	text-decoration:none;
	display:block; 
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.genm-menu > li:hover > a, .genm-menu > li.active > a{background:#ef1f05; color:#fff;}
.genm-menu > li > a i{	color:#bababa;}
.genm-menu > li:hover > a i, .genm-menu li.active a i{	color:#fff;}
.genm-menu > li:last-child { background-image:none;}
.genm-menu ul, .genm-menu ul li ul{ background:#fff;
	padding:10px 0;
	display:none;
	position:absolute;
	z-index:99;
	width:200px;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.genm-menu ul{
	top:50px;
	left:5px;
}
.genm-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:48px;
	left:45%;
	margin-left:-48px;
	width:0;
	height:0;
	/*border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #8ECB8D;*/
}
.genm-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:16px;
	left:45%;
	margin-left:-71px;
	width:0;
	height:0;/*
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #8ECB8D;
	border-bottom:8px solid rgba(255, 255, 255, 0);*/
}
.genm-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.genm-menu ul li{
	clear:both;
	width:100%; font-weight:normal;
	border:none; font-size:0.95em;
}
.genm-menu ul li a{
	padding:8px 15px;
	width:100%;
	color:#424242; border:none;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both; text-transform:none;
	background:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.genm-menu ul li:hover > a{
	color:#2099db; background:none; border:none;
}
.genm-menu > li > ul > li:first-child:hover a:before{
	color:#2099db;background:none;
}
.genm-menu > li > ul > li ul li:first-child:hover a:before{
	color:#2099db;background:none;
}
.genm-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:19px;
	right:8px;
	font-size:20px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.genm-menu > li:hover > .indicator{
	color:#fff;
}
.genm-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}
.genm-menu i{
	line-height:20px !important;
	margin-right:6px;
	font-size:20px;
	float:left;
}
.genm-menu > li.showhide{
	display:none;
	width:100%;
	height:32px;
	cursor:pointer; background:#eee;
	color:#ef1f05; /*margin-bottom:10px;*/
	/*background:#fff;*/
}
.genm-menu > li.showhide span.title{
	margin:9px 0 0 10px;
	float:left; color:#ef1f05;
}
.genm-menu > li.showhide span.icon{
	margin:8px 10px;
	float:right;
}
.genm-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ef1f05;
}

.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@media screen and ( max-width: 1280px )  {
.genm-menu > li > a {padding:0 1.75em; }

}
@media screen and ( max-width: 1120px )  {
.genm-menu > li > a {padding:0 1.35em;}
}
@media screen and ( max-width: 1024px )  {
	
.genm-menu > li > a {padding:0 12px;}
}
@media screen and ( max-width: 860px )  {
.genm-menu > li > a { font-size:0.85em; font-weight:normal;}
}

@media screen and ( max-width: 720px )  {
.genm-menu > li > a { font-size:0.75em; padding:0 6px;}
}


@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@media screen and (max-width:640px){
	
.jrdh { height:36px;}
	
.genm-menu { position:absolute; right:0; top:0; z-index:99999; background:#f3f3f3; }
	.genm-menu li,.genm-menu > li.moreitem{
		display:none;
		width:100%; position:relative;
	}
	.genm-menu > li > a{
		padding:6px 0;margin:0 0; line-height:24px; text-align:center; color:#333; border-bottom: solid 1px #eee; font-size:14px;
		
	}
	.genm-menu > li { background:none;}
	.genm-menu > li:hover > a, .genm-menu > li.active > a { background:none; color:#ef1f05;}
	.genm-menu div.dropdown { top:44px; max-height:300px; overflow:scroll;}
	.genm-menu li.moreitem div.dropdown .dropbycate1,.genm-menu li.moreitem div.dropdown .dropbycate2, .genm-menu li.moreitem div.dropdown .dropbycate3, .genm-menu li.moreitem div.dropdown .dropbycate4 { width:98%; padding:5px 1%;}
	.dropbybox .dropbystylelist ul li img { display: none;}
	.dropbybox .dropbytit { text-align:left; padding:5px 0;}
	.dropbybox .dropbystylelist ul li a.bystyleitem:before { background:none;}
	.genm-menu li.moreitem div.dropdown .colmenu { display:block; width:98%; padding:5px 1%;}
	.dropbybox .dropbystylelist ul li,.dropbybox .dropbycatelist ul li { width:98%; padding:5px 1%; text-align:left;}
	.dropbybox .dropbycatelist { padding-left:0;}
.by-style-horizontal::before, .by-style-horizontal::after,.by-style-singleh::before,.by-style-singleh::after,.by-style-doubleh::before,.by-style-doubleh::after,.by-style-casemsec::before,.by-style-casemsec::after,.by-style-awnsec::before,.by-style-awnsec::after,.by-style-pictsec::before,.by-style-pictsec::after,.by-style-speciasec::before,.by-style-speciasec::after {background-image:none; display:none;}
	.genm-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.genm-menu ul, .genm-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.genm-menu > li > ul > li:first-child a:before, .genm-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.genm-menu ul li{
		border-left:none;
		border-right:none;
	}
	.genm-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.genm-menu ul > li > a ,.dropbybox .dropbystylelist ul li a{
		padding-left:0px ; text-align:left;
	}
	.genm-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.genm-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	
	.genm-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.genm-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.genm-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}

.pmtopcate { float:left; width:240px; position:relative;}
.pmtopcate h4 {font-weight:bold; padding:12px 10px; line-height:24px;text-transform:uppercase; cursor:pointer; border-right:solid 1px #ddd;}
.pmtopcate h4 span { display:inline-block;}
.pmtopcate h4 span.cicon { margin:0 5px;}
.pmtopcate h4 span.cicon i {width: 15px;height: 0;border-top: 2px solid #ef1f05;display: block;margin-top: 3px;}
.pmtopcate h4 span.ctit { font-size:16px; line-height:16px;}
.pmtopcatebox { background:#fff;width:239px; padding-top:5px; padding-bottom:10px; position:absolute; left:-1px; top:48px; z-index:999;/*box-shadow: 0px 0px 2px rgba(0,0,0,0.08);*/ border:solid 1px #ddd; border-top:none;}
.pmtopcatebox ul li { padding:0px 13px;}
.pmtopcatebox ul li a { font-size:1.15em; line-height:1.5em; padding:10px 3px; border-bottom:solid 1px #e9e9e9; display:block;}
.pmtopcatebox ul li a:hover { text-decoration:none; color:#ef1f05;}

#flbox { padding-top:1em;}
.pmbanner { margin-left:255px;}
.flexslider{position:relative;width:100%;height:auto;overflow:hidden;zoom:1; max-height:445px;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flexslider .slides li { text-align:center;}
/*.flexslider .slides li div { position:absolute;opacity:0.3;filter:alpha(opacity=30); background:#000; color:#fff; top:15%; right:10%; width:25%; padding:5%;}
.flexslider .slides li div a { color:#fff;}*/
.flex-direction-nav a{width:30px;height:45px;line-height:99em;overflow:hidden;margin:-30px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -45px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:1em;text-align:center; z-index:999; padding-top:10px;}
.flex-control-nav li{margin:0 1px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{display:block;height:12px;overflow:hidden;text-indent:-99em;width:12px; background:#555;margin-right:5px; cursor:pointer;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.flex-control-paging li a.flex-active{ background:#ef1f05;}

.pmflright { width:18%;}
.pmflright ul li { line-height:0; padding-bottom:10px;}
.pmflright ul li:last-child { padding:0;}
#inmain { padding-top:1.5em;}
#pmincate { padding:1em 0;}
.pmincatelist { }
.pmincatelist ul { }
.pmincatelist ul li {display:inline-block; vertical-align:top;*display:inline;*zoom:1; background:#f8f8f8; box-shadow: 0px 0px 1px 1px rgba(100,100,100,0.15);width:22.5%; padding:1.5em 0.5%; margin:1em 1.75% 1em 0; vertical-align:top; text-align:center;}
.pmincatelist ul li.lcalast { margin-right:0;}
.pmincatelist ul li span { display:block;}
.pmincatelist ul li span img { max-width:135px; margin:0 auto; display:block;-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.pmincatelist ul li span.lpcatit { font-size:1.5em; line-height:1.5em; margin-top:1em; font-weight:bold;}
.pmincatelist ul li span  a:hover { text-decoration:none; color:#ef1f05;}

.pminabout {  margin:2.5em 0;border-top:solid 1px #ccc;padding-top:1.5em; padding-bottom:5px;}
.pminabout h4 { font-size:1.75em; line-height:1.5em; text-align:center; margin-bottom:1em;}
.pminabtext { font-size:1.25em; line-height:1.75em; padding-top:5px;}
.pminabtext img { display:inline-block; max-width:13.05%; border:solid 1px #eee; margin:0 5px;}
.pminabtext a.ablx { color:#ef1f05; font-weight:bold;}

.pminprod { margin:2.5em 0; /*background:#f8f8f8; box-shadow: 0px 0px 1px 1px rgba(100,100,100,0.15);*/  border-top:solid 1px #ccc;padding-top:1.5em; padding-bottom:5px;}
.pminprod h4，.pminprod h1 { font-size:1.75em; line-height:1.5em; text-align:center}
.pminprodlist { padding-top:1em;}
.pminprodlist ul { overflow:hidden;}
.pminprodlist ul li  {display:inline-block;width:18.75%; margin:10px 1% 10px 0; vertical-align:top;*display:inline;*zoom:1; text-align:left; }
.pminprodlist ul li.lplast { margin-right:0;}
.pminprodlist ul li img { border:solid 1px #e7e6e6;}
.pminprodlist ul li span {display:block; padding:5px 0px;}
.pminprodlist ul li span.lptit { font-size:1.25em; line-height:1.35em;  padding-top:10px; font-weight:bold; min-height:40px;}
.pminprodlist ul li span.lptext { font-size:1.05em; line-height:1.5em; padding-top:2px; color:#666;}
.pminprodlist ul li a:hover { color:#ef1f05; text-decoration:none;}

.pminnews{ margin:2.5em 0;  border-top:solid 1px #ccc;padding:1.5em 0;}
.pminnews h4 { font-size:1.75em; line-height:1.5em; text-align:center}
.pminbnewsbox {}
.pminbnewslist {display:inline-block; width:48%; margin:0 3% 0 0; padding-top:20px; vertical-align:top;*display:inline;*zoom:1; overflow:hidden;}
.pminbnewslist:last-child { margin-right:0;} 
.pminbnewspic {width:41%; float:left;}
.pminbnewspic img { border:solid 1px #eee;}
.pminbnewsr { width:55%; float:right; }
.pminbnewstit { font-weight:bold; padding:2px 0px; line-height:1.35em; font-size:1.25em;}
.pminbnewstit a {}
.pminbnewstext { padding-top:2px; line-height:1.65em; font-size:1.15em; color:#6b6b6b;}
.pminbnewsmore { padding-top:5px; line-height:2em; text-align:left;} 
.pminbnewsmore a { font-weight:bold; color:#173ea9; text-decoration:underline; font-size:1.05em;}
.pminbnewsother { padding:3px 0; display:block;  color:#aaa;font-size:1.05em;}
.pminbnewslist span { display:block;}


.pminwhy{ margin:2.5em 0;  border-top:solid 1px #ccc;padding:1.5em 0;}
.pminwhy h4 { font-size:1.75em; line-height:1.5em; text-align:center}
.pmwhybox {}
.pmwhybox .inwhyitem { display:inline-block; vertical-align:top;*display:inline;*zoom:1;width:22%; margin:2em 3.5% 1em 0;}
.pmwhybox .inwhyitem .inwhypic span { display:block; margin:0 auto; padding:5px;width:50px; height:50px; line-height:50px;border-radius: 50%; background:#eee; overflow:hidden; font-size:18px; font-weight:bold;transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s; text-align:center; font-family:Arial, Helvetica, sans-serif; cursor:pointer;}
.pmwhybox .inwhypic span:hover { background:#f00; color:#fff;}
.pmwhybox .inwhyitem:last-child { margin-right:0;}
.pmwhybox .inwhyitem h5 { display:block; font-size:1.35em; text-transform:uppercase; line-height:1.5em; font-weight:bold; padding:8px 0; text-align:center; margin-top:5px;}
.pmwhybox .inwhyitem .inwhytext {line-height:1.75em; font-size:1.15em; color:#787878; text-align:center;}


#bottom { padding:2.5em 0;background:#e6e6e6;clear:both;}
#bottom h4 { font-size:1.5em;  padding:3px 0px; line-height:2em; text-transform:uppercase;}
#botab { width:37%; padding-left:0.5%; padding-right:5%;}
.botabtext { padding:2px 0px; line-height:2em; font-size:1.15em;}
.botcate {width:18%; padding-right:5%;}
.botcate1 { width:39%; padding-right:4%;}
.botcatelist {}
.botcatelist ul { overflow:hidden;}
.botcatelist ul li {padding:5px 0px; font-size:1.15em; line-height:1.5em;}
.botcate1 .botcatelist ul li {display:inline-block; width:46%; margin:0 3% 0 0; vertical-align:top;*display:inline;*zoom:1;}
.botcatelist ul li a { padding-left:1px;}

#botlx { width:27%; padding-right:5%;}
.botlxlist li { line-height:2em; padding:5px 0px 3px 26px; font-size:1.15em; line-height:24px; background-position:left 6px; background-repeat:no-repeat;}
.botlxlist li.cname { padding-left:0;font-weight:bold; color:#fff;}
.botlxlist li.cadd { background-image:url(../images/pmb1.png); line-height:22px;}
.botlxlist li.cema { background-image:url(../images/pmb4.png);}
.botlxlist li.cfax { background-image:url(../images/pmb3a.png);}
.botlxlist li.ctel { background-image:url(../images/pmb2.png);}
.botlxlist li.cmob { background-image:url(../images/pmb3.png);}

#botproj { width:25%;}
.botprojlist {}
.botprojlist ul { overflow:hidden;}
.botprojlist ul li { float:left; width:32.3%; margin-right:1%;}
#botsign { width:22%;}
.botsignbox { padding:5px 0;}
.botsignbox span { display:block; font-size:1.15em;  line-height:22px; padding-bottom:10px;}
#signbright { width:63%;}
#signbright span { display:block;padding:3px 0px; overflow:hidden;}
.botsignbox .bsinput { background:#fff; height:28px; line-height:28px; text-indent:3px;padding:1px 0px; border:solid 1px #ddd; outline: none;display:block;vertical-align:middle; margin-bottom:10px; width:98%;}
.botsignbox .bsbtn { background:#ef1f05; color:#fff; width:40%; height:33px;font-size:1.15em;  text-align:center; border:none; cursor:pointer; outline:none;vertical-align:middle;}

#footer { padding: 1.5em 0px; font-size:1.15em; background:#f2f2f2;}
#copy {line-height:2.25em; text-align:center;}
.botkey { display:block; padding:3px 0; font-size:0.95em;color:#888;}
.botkey a { color:#888;}

#copy a { color:#aaa;}
#botdh {text-align:left;}
#botdh a { color:#fff;}
#botsoc { padding-top:5px;}
#botsoc a { margin:0 6px; }

.bmessbox{ width:220px; padding:5px 0; background:#0057e9; position:fixed; bottom:0; right:0px; color:#fff; text-align:center; font-size:14px; line-height:20px; border-top-left-radius:5px; border-top-right-radius:5px; cursor:pointer; z-index:10000;}
.bmessbox i{ background: url(../images/sinat_87.png) no-repeat center center; width:30px; height:30px; background-size:cover; display:inline-block; position:relative; top:5px; color:#fff; margin-right:6px;}
.bmessbox span{ position:relative; top:-5px; color:#fff;}
.bmessbox:hover{ background:#0e63f0;}

.messboxnr{ width:220px; height:auto; padding:35px 0 10px 0; position:fixed; bottom:0; right:0px; background:#0057e9; text-align:center; display:block; z-index:10001; border-top-left-radius:3px; border-top-right-radius:3px;}
.messboxnr h2{ font-size:15px; color:#fff; position:absolute;top: 8px;left: 12px; font-weight: normal;}
.messboxnr span{ position:absolute; right:11px; top:10px; width:16px; height:16px; background: url(../images/messclo.png) no-repeat center center; display:inline-block; cursor:pointer;}
.messboxlist ul li { padding:0 10px; overflow:hidden;}
.messboxnr input { width:100%; margin:0 auto; padding:5px 0;background:#fff; border-radius:3px; margin-bottom:5px; border:none;color:#666; text-indent:5px; outline:none; box-shadow:none; line-height:20px;}
.messboxnr textarea{ width:100%; margin:0 auto; height:50px; background:#fff; border-radius:3px; padding:5px 0; border:none;color:#666; text-indent:5px; outline:none; box-shadow:none;}
.messboxnr input.btns{ width:40%; padding:5px 0;margin-top:10px; text-align:center; background:none; border:1px solid #fff; border-radius:2px; color:#fff; cursor:pointer;line-height:20px; margin:0; float:left;}
.messboxnr input.btns:hover{ background:#fff; color:#004098;}

.messboxnr .col-lg-6{ width:100%;}
.messboxnr .submit{ margin-right:15px; margin-top:10px;}

.topadv { text-align:center; width:100%; margin:0px auto; position:relative; line-height:0;}
.locatitle {  padding: 10px; margin-top:8%;font-size:2em; text-transform:uppercase; color:#fff; font-weight:bold; display:inline-block;text-shadow:2px 2px 1px #666;}
#locatit { font-size:1.15em; line-height:32px; padding:7px 10px;}
.locanr a { color:#555;}
.locabox { padding:6px 0; width:100%;}

#main { padding-top:2em; padding-bottom:3em; overflow:hidden;}

.topcate { padding: 0; margin-bottom:2em;}
.topcate ul { overflow:hidden;}
.topcate ul li { float:left;padding:0; margin-right:2em; padding-right:1em;}
.topcate ul li a { display:block; line-height:2em; padding:5px 3px; font-size:1.35em; border-bottom:solid 2px #fff;}
.topcate ul li.cur a,.topcate ul li a:hover {border-bottom:solid 2px #0db26d; text-decoration:none;}


#left { width:18.5%; }
.pmlcate { box-shadow: 0px 0px 2px rgba(0,0,0,0.08); }
.pmlcate h4 {font-weight:bold; padding:10px 10px;text-transform:uppercase; cursor:pointer; background:#eee;-webkit-border-top-left-radius: 5px;    -moz-border-top-left-radius: 5px; border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; border-top-right-radius: 5px;}
.pmlcate h4 span { display:inline-block;}
.pmlcate h4 span.cicon { margin:0 5px;}
.pmlcate h4 span.cicon i {width: 15px;height: 0;border-top: 2px solid #ef1f05;display: block;margin-top: 3px;}
.pmlcate h4 span.ctit { font-size:16px; line-height:16px;}
.pmlcatebox { background:#fff; padding-top:5px; padding-bottom:16px;border:solid 1px #eee; border-top:none;}
.pmlcatebox ul li { padding:0px 13px;}
.pmlcatebox ul li a { font-size:1.15em; line-height:1.5em; padding:10px 3px; border-bottom:solid 1px #e9e9e9; display:block;}
.pmlcatebox ul li a:hover { text-decoration:none; color:#ef1f05;}

.pmlprod { margin-top:3em;}
.pmlprod h4 { font-size:1.5em; line-height:1.5em; border-bottom:solid 1px #ddd; position:relative; padding:8px 0; margin-bottom:10px;}
.pmlprod h4 span:after {border-bottom: 2px solid #ef1f05;bottom: -1px;content: " ";display: block;position: absolute;width: 80px;}
.pmlprolist { padding:0px 0px;}
.pmlprolist ul li {padding:10px 0px; overflow:hidden;}
.pmlprolist ul li div.lppic { width:35%;}
.pmlprolist ul li div.lppwz { width:60%;}
.pmlprolist ul li img { border:solid 1px #e3e3e3;}
.pmlprolist ul li span.lpbtit { font-size:1.05em; line-height:1.5em; display:block; padding-top:3px;}
.pmlprolist ul li span.lpbtit a { }
.pmlprolist ul li span.lpbtext { line-height:1.5em; font-size:1.05em; color:#777; padding-top:6px; display:block;}

#right { width:77.5%;}

.rbox {padding: 0;}
.rbox h4,.rbox h1 { font-size:1.5em; line-height:1.5em; border-bottom:solid 1px #ddd; position:relative; padding:8px 0; margin-bottom:10px;}
.rbox h4 span:after,.rbox h1 span:after {border-bottom: 2px solid #ef1f05;bottom: -1px;content: " ";display: block;position: absolute;width: 80px;}
.protext { padding:0 2px;line-height:1.5em; font-size:1.15em; color:#676767;}
.procatebg { background:#eee; padding:3em 0; width:100%;}
#procatelist {padding:0 ;}
#procatelist ul { overflow:hidden;}
#procatelist ul li {display:inline-block;vertical-align:top;*display:inline;*zoom:1; width:14.35%; margin:0 1%; text-align:center;}
#procatelist ul li span { display: block; font-size:1.25em; line-height:1.5em; padding-top:10px;}
#procatelist ul li a:hover { text-decoration:none; color:#2099db;}
#procatelist ul li.cur a {color:#2099db;}



.pmprodlist { padding:5px 0;}
.pmprodlist ul { overflow:hidden;}
.pmprodlist ul li {display:inline-block; *display:inline;*zoom:1; background:#fff;width:23%; margin:10px 2.25% 15px 0; vertical-align:top; text-align:left;}
.pmprodlist ul li a { display:block;}
.pmprodlist ul li.lplast { margin-right:0;}
.pmprodlist ul li span { display:block; padding:3px 0px;}
.pmprodlist ul li span.lptit { font-size:1.15em; line-height:1.5em; font-weight:bold; padding-top:10px;}
.pmprodlist ul li span.lptext { color:#575757; font-size:1.05em; line-height:1.75em; padding-bottom:10px;}
.pmprodlist ul li span a:hover {color:#00779d}

#pvtop {overflow:hidden; }
#pvtleft {width:46%;}
.bpic {width:100%; border:solid 1px #f1f1f1;}
.rbpvtitle { font-size:1.5em; border-bottom:solid 1px #eee; line-height:2em; padding:5px; margin-bottom:1em;}

#pvtright {width:49%;}
#pvtright h5,#pvtright h1 {font-size:1.35em;padding:3px 1px; line-height:1.5em;}
#vcbtn {padding:1em 1px; overflow:hidden; border-bottom:solid 1px #e5e5e5;}
#vcbtn a { display:inline-block; padding:5px 1.5em; line-height:1.75em; font-size:1.35em; color:#fff; background:#ef1f05;}
#vcbtn a:hover { text-decoration:none;}
.vcdownl { margin-top:1em; padding:1em 1px; overflow:hidden; border-top:solid 1px #d6d6d6; line-height:25px; font-weight:bold; font-size:1.15em;}
.vcdownl img { float:left; margin-right:10px;}
.vcdownl a { text-decoration:underline;}
#vcform {padding: 5px 1px;  margin-bottom:10px; line-height:2.15em; font-size:1.15em; color:#666;}
#vcform ul li {overflow:hidden; padding:1px 0px; line-height:2em; font-size:1.05em;}
#vcform ul li span.tpri { color:#ff6000; font-weight:bold;}
.vpsel {border:solid 1px #ccc; font-size:11px;}
#vcform li b {width:60px; color:#333; padding-right:4px;}

.share { display:block; padding-top:15px;}

.jydlbox {}
.jydllist { padding:10px 15px; margin-top:5px; margin-bottom:2em; background:#f6f7f7;}
.jydllist div.dltit { padding:5px 0px; line-height:1.5em; font-size:1.25em; font-weight:bold; border-bottom:dotted 1px #ccc;}
.jydllist div.dltext { font-size:1.15em; line-height:1.5em; color:#555; padding-top:8px;}
.jydllist div.dlmore { padding-top:5px; font-size:1.15em; line-height:2em;}
.jydllist div.dlmore a { font-weight:bold; text-decoration:underline; color:#0757ba;}

.faq_body {
	DISPLAY: none; padding:8px; line-height:1.85em; color:#777; padding-top:0px;
}

.bmnewsbox { padding-top:10px;}
.bmnewsbox .bmnewslist {display:inline-block; vertical-align:top;*display:inline;*zoom:1; width:31%; margin-right:2.5%; margin-bottom:1.5em; }
.bmnewsbox .bmnewslast { margin-right:0;}
.bmnewspic { display:block;}
.bmnewspic img {border:solid 1px #ddd;}
.bmnewsr { display:block; padding:10px 1px;}
.bmnewstit { font-weight:bold; padding:0px; line-height:1.35em; font-size:1.35em;}
.bmnewstit a { }
.bmnewstext { padding-top:0; line-height:1.65em; font-size:1.15em; color:#8f8f8f;}
.bmnewsmore { padding-top:5px; line-height:2em; text-align:left;} 
.bmnewsmore a { font-weight:bold; color:#173ea9; text-decoration:underline; font-size:1.05em;}
.bmnewsother { padding:8px 0; color:#555;font-size:1.05em;}
.bmnewslist span { display:block;}


.facshow { padding:1em 0;}
.facshow h5{ font-size:1.25em; line-height:1.5em;}
.facshowbox { padding:1em 0; clear:both;}
.facshowbox ul { overflow:hidden;}
.facshowbox ul li  {display:inline-block;width:24%; margin:7px 1% 0 0; vertical-align:top;*display:inline;*zoom:1; text-align:center;}
.facshowbox ul li img { border:solid 1px #e5e5e5;}
.facshowbox ul li.faclast { margin-right:0;}
.facshowbox ul li span { display:block; padding-top:10px; text-align:center; font-size:1.15em; line-height:1.5em;}

.pagecont { padding:0px 1px;line-height:2em; font-size:1.25em;word-break: break-word; overflow:hidden;}
.pagecont h5 { font-size:1.35em; line-height:2em; margin-bottom:10px;}
.jrprojlist {padding:0 0;}
.jrprojlist ul { overflow:hidden;}
.jrprojlist ul li { width:31%; margin:10px 3% 15px 0; display:inline-block; vertical-align:top;*display:inline;*zoom:1; text-align:center;}
.jrprojlist ul li.lpjlast { margin-right:0;}
.jrprojlist ul li img { border:solid 1px #eee;}
.jrprojlist ul li span { display:block; font-size:1.25em; padding:10px 0 5px 0; line-height:1.5em; text-align:center;}
.jrprojlist ul li span a { }
.jrprojlist ul li span a:hover { text-decoration:none;}

.mpvideolist {padding-bottom:1em;}
.mpvideolist ul { overflow:hidden;}
.mpvideolist ul li { width:31%; margin:1.5em 3% 0 0; display:inline-block; vertical-align:top;*display:inline;*zoom:1; text-align:center;}
.mpvideolist ul li img { border:solid 1px #e5e5e5;}
.mpvideolist ul li span { display:block; font-size:1.15em; padding:1em 0; line-height:1.5em; text-align:center; font-weight:bold;}
.mpvideolist ul li.mpvidlast { margin-right:0;}


#ptoptit {height:30px; /*line-height:30px;*/ overflow:hidden; border-top:solid 1px #e5e5e5; margin:10px 0px; padding-top:8px; font-size:1.15em;}
#ptsort {overflow:hidden; height:30px; font-size:12px;}
#ptsl {padding-left:5px; height:35px; line-height:35px;}
#ptsl a#list { padding-left:25px; margin-right:10px;}
#ptsl a#gal { padding-left:25px; margin-right:10px;}
#ptsl a.cur {color:#009140;}
#ptstitle { padding-left:5px; font-weight:bold;}
#ptsr {padding-right:5px;}
#ptsr select {border:solid 1px #d0d0d0; line-height:18px;}
.text-center { padding:1.5em 0;}
.ml { font-size:1.15em;}
.rcsort { width:35%; padding-left:3px; line-height:1.75em;}
#rpage a {padding:3px 5px;  margin:0px 2px;}
#rpage a.cur {padding:3px 5px;color:#009140;}
#rpage a:hover { text-decoration:none;}
.botpad { padding-top:10px;}


#newscont { padding:1em 10px; padding-top:2em;}
.nvtit {font-size:1.25em; line-height:1.75em; font-weight:bold; text-align:center; padding:10px 0px; border-bottom:dotted 1px #ccc;}
.nvdate {padding:5px 0px; text-align:center; color:#999; margin-bottom:5px; line-height:2em; position:relative; padding-top:10px;}
.nvdate span { position:absolute; right:5px; top:9px; font-size:1.15em;}
.nvdate span a { background:url(../images/back.jpg) right center no-repeat; padding-right:30px; text-decoration:underline;font-weight:bold;}
.nvcont { line-height:2em; font-size:1.05em;}
.newback { padding:6px 0px; line-height:2em; font-size:1.25em; font-weight:bold; text-align:right;}
.newback a { text-decoration:underline; background:url(../images/back.jpg) right center no-repeat; padding-right:30px;}


#pvbot { padding:1em 0;}
#pvdes {padding-top:2em; clear:both;}
#pvdes h4 { font-size:1.5em; line-height:1.5em; border-bottom:solid 1px #ddd; position:relative; padding:8px 0; margin-bottom:10px;}
#pvdes h4 span:after {border-bottom: 2px solid #ef1f05;bottom: -1px;content: " ";display: block;position: absolute;width: 80px;}
#pvdes table,#pvdes td {border-collapse:collapse;border: 1px solid #ddd;word-wrap: break-word;word-break: break-all;}
#alsolike h3 {font-size:1.5em;line-height:1.75em;background:#f2f2f2; padding:2px 5px;}
#pvcs {position:relative;}

.pvh4 { font-size:1.5em;line-height:2em; padding:2px 0; border-bottom:solid 1px #d6d6d6; font-weight:bold;}
.pvh4 ul { overflow:hidden;}
.pvh4 ul li {float:left; position:relative; font-weight:bold; margin-right:6px; padding:5px 15px; background:#e5e5e5;border-bottom:none;}


.pvhorder {height:32px;padding-left:3px; font-size:16px; border-bottom:solid 1px #e1e1e1; font-weight:bold; padding-top:15px;}
.pvhorder ul { }
.pvhorder ul li {float:left; height:38px; line-height:38px; position:relative; font-size:0.85em; padding:0px 10px;}

.large { font-size:1.25em; font-weight:bold;}
.block { display: block; padding:10px 2px; line-height:2.25em; font-size:1.15em;clear:both; overflow:hidden;}
.unblock { display: none;padding:10px 2px; line-height:2.25em; font-size:1.05em;}
/*.block ul li,.unblock ul li { list-style: inside disc;}*/

.sec1 {cursor:pointer;}
.pvh4 ul li.sec2 {background:#0462ff;cursor:pointer; color:#fff; position:relative; border:none}


.alsolike { padding: 0px; margin-top:2em;}
.alsolike h5 { font-size:1.5em; line-height:1.5em; border-bottom:solid 1px #ddd; position:relative; padding:8px 0; margin-bottom:10px;}
.alsolike h5 span:after {border-bottom: 2px solid #ef1f05;bottom: -1px;content: " ";display: block;position: absolute;width: 80px;}
.lmalprodlist { padding:5px 0;}
.lmalprodlist ul { overflow:hidden;}
.lmalprodlist ul li {display:inline-block; vertical-align:top;*display:inline;*zoom:1; background:#fff;width:31.75%; border:solid 1px #e5e5e5; margin:1.5em 1.5% 5px 0; vertical-align:top; text-align:left;}
.lmalprodlist ul li.lplast { margin-right:0;}
.lmalprodlist ul li span { display:block; padding:3px 10px;}
.lmalprodlist ul li span.inptit { font-size:1.15em; line-height:1.5em; font-weight:bold; padding-top:10px;}
.lmalprodlist ul li span.inptext { color:#666; font-size:1.05em; line-height:1.75em; padding-bottom:10px;}
.lmalprodlist ul li span a:hover {color:#2099db}

#pvinq { margin-top:1em; background:#f6f6f6; border:solid 1px #eee; padding:2em; border-radius:3px;}
#pvinq h5 { font-size:1.5em; line-height:2em; border-bottom:solid 1px #ddd; text-transform:uppercase;}
.pvintoptext {font-size: 1.05em;line-height: 2em;padding-top: 1em; color:#666;}
.pvinqbox {
    padding: 5px 0;
}
.pvinqbox ul li {
    padding: 10px 0;
    overflow: hidden;
}
.pvinqbox ul li label, .pvinqbox ul li p {
    display: block;
    font-size: 1.15em;
    padding: 5px 0;
    width: 13%;
    float: left;
    text-align: left;
    margin-right: 10px;
}
.pvinqbox ul li a {
    float: left;
    line-height: 28px;
    color: #3272b9;
    font-size: 1.25em;
    text-decoration: underline;
}
.pvinqbox ul li input, .pvinqbox ul li textarea {
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    color: #424242;
    padding: 5px 0px;
    line-height: 24px;
    text-indent: 5px;
    outline: none;
    width: 79%;
    float: left;
}
.pvinqbox ul li input.pvsbtn {
    background: #ef1f05;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    cursor: pointer;
    width: 135px;
    height: 35px;
    border: none;
}
.pvinqcode ,.pvinqbtn { width:48%;}
.pvinqcode input {border:solid 1px #ccc; height:30px; padding:2px; text-indent:2px; width:45%;}
.pvinqbtn input { width:50%; background:#85c032; border:none; color:#fff; line-height:38px; text-align:center; font-size:1.5em;}
.pvdes table,.pvdes td {border-collapse:collapse;border: 1px solid #ddd;word-wrap: break-word;word-break: break-all;}

#pvview { padding:15px 5px;}
.pvvtit { height:45px; line-height:45px; text-align: center; padding-left:5px; font-size:1.8em; border-bottom:solid 1px #eee;}
.pvimg { padding-top:15px; text-align:center;}
.pvcont { padding:15px 0px; line-height:22px;}

#pviewcont { padding:1em 5px;}
.pviewtitle {font-size:1.5em;  text-align:center; color:#555; height:2em; line-height:2em;}
.pviewpic { text-align:center; padding:8px 3%;}
.pvbtn { overflow:hidden; padding:8px 0px; padding-left:30%; clear:both; border-top:solid 1px #e5e5e5; margin-top:1.25em;}
.pvbtn span { float:left; padding-right:15px;}
.pvbtn span.share { padding-top:8px;}
.pvtext {padding:12px 0px; text-align:left;}

.signbg {display: block; margin-top:1em;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    border-top: 4px solid #444;
    padding: 35px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
    background-color: white;}
.signbox {padding:5px 0; width:42%;}
.signbox h5,.regbox h5 { font-size:1.5em; line-height:2em;}
.regbox { width:55%; margin:0 auto;}
.signlist {}
.signlist ul li { display:block; padding:10px 0;}
.signlist ul li span { display:block; font-size:1.15em; line-height:1.75em; padding:3px 0;}
.signlist ul li span b { color:#f00;}
.signlist ul li input {
    border-radius: 3px;
    border: 1px solid #CCCCCC; color:#424242;
    padding: 5px 0px; line-height:24px;
    text-indent: 3px;
    outline: none; width:85%;}
.signlist ul li select {
    border-radius: 3px;
    border: 1px solid #CCCCCC; color:#424242;
    padding: 5px 0px; line-height:24px;
    text-indent: 3px;
    outline: none; width:35%;}
.signlist ul li input.sigbtn { background:#fd0003; color:#fff; font-size:1.35em; text-align:center; width:55%; cursor:pointer; border:none;}
.signlist ul li input.sigbtn:hover { background:#e50609;}

.sigcrtext { font-size:1.15em; line-height:2em; padding:10px 0;}
.sigcrbtn { display:block; padding-top:1em;  overflow:hidden;}
.sigcrbtn a {background:#fd0003; color:#fff; font-size:1.35em; text-align:center; width:55%; cursor:pointer; border:none; line-height:2em; display:block; float:right;
border-radius: 3px;}
.sigcrbtn a:hover {background:#e50609; text-decoration:none;}
.lxbox { padding:1em 2px;}

.lxform { width:50%;}
.lxtext { width:38%; padding:1% 2%; background:#f6f7f7;}
.lxttitle { font-size:1.35em; line-height:2em; padding:3px 0; font-weight:bold;}
.lxcolor { color:#e04752;}
.lxtwz {padding:5px 1px; font-size:1.15em; line-height:2.25em;}
#contactform  {padding:5px 0;}
.lxcont,.lxmap {padding-top:1em;line-height:2em; font-size:1.15em;}
#contactform div {padding:5px 0px; overflow:hidden;}
#contactform label { display:block;font-size:1.15em; padding:5px 0; width:20%; float:left; text-align:right; margin-right:10px;}
#contactform input, #contactform select,#contactform textarea {
    border-radius: 3px;
    border: 1px solid #CCCCCC; color:#424242;
    padding: 5px 0px; line-height:24px;
    text-indent: 3px;
    outline: none; width:70%; float:left;
}
#contactform select { width:35%;}
#contactform textarea { width:70%;}
#contactform input.asbtn {
    background:#ef1f05; color:#fff; font-size:1.25em; text-align:center; cursor:pointer;
    width: 107px;
    height: 34px;
    border: none;}
.color { color:#888;}
	
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:url(../images/top.png) no-repeat center center #353535;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
/*.cd-top.cd-fade-out {*/
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
/*  opacity: .5;
}*/
.no-touch .cd-top:hover {
  background:url(../images/top.png) no-repeat right center;
}

#tbox{width:38px; height:38px; float:right; position:fixed; margin-right:10px;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom:10px;
}
#gotop{ display: block; width:38px; height:38px;} 
#gotop:hover{}
.lpsup { position:fixed; padding:5px 15px; font-size:1.35em; padding-top:12px; bottom:0; right:0; background:#85c032; color:#fff; overflow:hidden;}
.lpsup a { color:#fff;}
.lpsup a:hover { text-decoration:none;}
.lpsup img { float:left; margin-right:10px;}
#fdrdiv {width:140px;position: fixed;top: 49%;right: 0; z-index:99999999;}
#fdrtit { font-weight:bold; color:#fff; background:#2c2c2c; line-height:1.75em; padding:5px 10px; font-size:1.15em;border-top-left-radius:3px;border-top-right-radius:3px}
#fdrlist {padding:10px 10px; background:#fff; border:solid 2px #2c2c2c;}
#fdrlist ul li { overflow:hidden; padding:8px 0px;}
#fdrlist ul li a,#fdrlist ul li span { }
#fdrlist ul li img { float:left; margin-right:5px;}
#fdrlist ul li.rema img { margin-top:0px;}
#fdrlist ul li a { /*width:40px; height:30px; background:#0059c6;-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;*/ padding:5px 0px;}
.fdrtop { font-size:1.15em; text-align:center; display:block; cursor:pointer; padding:8px 0; background:#2c2c2c; color:#fff;border-bottom-left-radius:3px;border-bottom-right-radius:3px}

/************************************************************************************
smaller than 980
*************************************************************************************/

@media screen and (max-width: 1280px) {

	/* pagewrap */
	.wrap {
		width: 100%;
		max-width:1200px;
	}
.pminprodlist ul li{ width:18.85%;}
.pmwhybox .inwhyitem { width:21.85%;}
#jytopr { width:53%;}
.slick-next { right:0px;}
.slick-prev { left:0;}
}
@media screen and (max-width: 1200px) {
.jyincatebox div.jyincatelist { width:29.1%;}
.pmprodlist ul li { width:22.85%;}
}
@media screen and (max-width: 1024px) {
.pmtopcatebox ul li a { padding:6px 3px;}
.pmwhybox .inwhyitem { width:21.75%;}
.pminprodlist ul li{ width:18.75%;}
#inmtop h3 { font-size:1.5em;}
.bsinput { width:65%;}
#cmsear { width:36%;}
.pmprodlist ul li { width:22.75%;}
.mpvideolist ul li { width:30.75%;}
}

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 860px) {
.pmtopcate { width:98%; margin:0 1%;}
#pmmenu { margin-right:1%;}
#pmtsear { width:98%;}
.pmgrey { background:none; float:none; width:98%; margin:0px auto;}
.pmtopcate h4 { background:#eee; border:none; padding:6px 10px; margin-top:6px;}
.pmtopcatebox { position:inherit; top:0; width:100%; border:none;}
.pmtopcatebox ul li {width:30%; margin:2px 1.5%; padding:0 ;display: inline-block;vertical-align:top;*display:inline;*zoom:1; }
.jyinprodlist ul li { width:21.85%;}
.pmbanner { width:98%; margin:0 auto; float:none;}
/*.tsinput {width:62%;}*/
.spinsollist ul li { width:30.75%;}
.spincatelist ul li { width:23.35%;}

#jytopr { width:59%;}
#jylogo { width:40%;}
#bottom h4 { font-size:1.25em;}
#botsoc { width:100%; text-align:left;}
}
@media screen and (max-width: 720px) {
.wrap {width: 99%; margin:0 auto;max-width:1200px;}
#lmtopr { width:77%;}
.jytsear { width:51%;}
.jyincatebox div.jyincatelist { width:28.65%;}
.jyinprodlist ul li { width:21.75%;}
}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 640px) {
.wrap {width: 98%; margin:0 auto;}
.jytsear { width:45%;}
.jyincatebox div.jyincatelist { width:28.5%;}
	/* header */
#jksear { width:18%; margin-top:10px;}
#lmtdhl ul li { margin:0 3px;}
.rbox h4 span.lmprosearbox { float:none;}
.rbox h4 span.lmprosearbox b { display:block;}
.rbox h4 span.lmprosearbox input.lsinput { width:71%;}
.rbox h4 span.lmprosearbox input.lsbtn { width:26%;}
#procatelist ul { text-align:center;}
#procatelist ul li { width:46.35%; margin:10px 1%;display: inline-block;vertical-align:top;*display:inline;*zoom:1; float:none;}
}


/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
.wrap { width:98%; padding:0 1%;}
.fl { float:none;}
.fr { float:none;}
.mptop { padding:5px 1%;}
#jrtopr,#jrtsear { width:98%; margin:0px 1%; display:block; text-align:center;  padding:0; overflow:hidden;}
#pmlogo {width:31%; float:left;}
#pmlogo img { max-width:100%;}
#pmmenu { width:63%; float:right; margin:0; height:32px;}
#pmtlx ul li { display:inline-block; font-size:1em; margin-left:1em; float:none;}
.pmgrey { margin-top:1em; width:100%; border:none;}
.pmtopcatebox ul li { width:46%;}
.pminprodlist { padding-top:0;}
.pminprod,.pminwhy,.jrincentbg,#jrinbot { padding:1em 0; margin:1em 0;}
.pmwhybox .inwhyitem { width:96%; display:block; margin:10px 1%;}
.jrincenttext { padding:0 10px; font-size:1.5em; line-height:2em;}
#jrinsale,#jrinnews { width:98%; margin:1em 1%;}
#pmtdhl,#pmtlx ul li:last-child,.pmlprod { display:none;}
.jyincenttit { line-height:1.5em;}
#jyinprod ,.grbg { padding:1em 0;}
#jyincate h4,#jyinabwz h4 { font-size:1.5em;}
.jrinprojlist ul li{ width:45%; margin:1em 2%;}
.jyinbnewslist { width:98%; margin:0px 1%;}
.jrinbnewspic { display:none;}
.jrinbnewsr { width:100%; display:block; float:none;}
.pminprodlist ul li.lplast,.pmprodlist ul li.lplast { margin-right:1%;}
.pminprodlist ul li,.pmprodlist ul li,.spcaselist ul li,.spnewslist { width:47.5%; margin:10px 1%;}
.pmprodlist ul li img { max-width:100%;}
#lminbnews,#lminqual,.mpinabbox { width:98%; margin:0 auto; padding:5px 0;}

.botcatelist ul li { font-size:1.05em; line-height:1.5em;}
.procatebg{ display:none;}
.mpinbnewslist,.mpinbnewsr { display:block; float:none; margin:10px 1%; width:98%;}
.mpinbnewspic { display:none;}
.lpprodpic { float:left;}
.lpprodwz { float:left;}
#locatit { line-height:24px;}
.locatitle  { font-size:1.5em; line-height:1.5em; width:98%; padding:5px 1%; display:none;}
.locanr {  width:98%; padding:5px 1%;}
.pvinqbox ul li { padding:5px 0;}
.pvinqbox ul li label, .pvinqbox ul li p,.pvinqbox ul li input, .pvinqbox ul li textarea { display:block; float:none;width:98%;}
.lpprodwzmore { display:block; clear:both; width:98%;}
.pvinqleft,.pvinqright,.pvinqcode, .pvinqbtn { width:98%;}
.pvinqbtn { padding-top:10px;}
.pvinqbtn input { width:96%;}
.fcprodlist ul li,.fccaselist ul li { width:47%;}
.inbnewslist ul li { width:96%;}
.botsign { margin:0;}
.tsinput {width:80%; height:36px; line-height:36px;}
.tsbtn{ height:36px; line-height:36px; width:15%;}
.bsinput { width:55%;}
.signbox { width:98%;}

#cminabwz,#cminabpic,.lxleft,.lxform {width:98%; padding:0px 1%; padding-top:5px; margin:0;}
.spinbnewslist{ margin:5px 1%; width:98%;}
.inbnewslist ul li div.inbwz { width:98%;}
.cmincawz { padding:5px;}
#bottom { padding:1.5em 0;}
#footer { padding:1em 0;}
#copy { line-height:1.5em;}
#botsoc { text-align:center;}
#trfabpic {width:98%; padding:0px 1%; padding-top:5px;}
.cmprodlist ul li,.apdprodlist ul li { width:46%; margin:5px 1%;}
.cmprodlist ul li span { padding:5px;}
#main { padding:1em 0;}
.cmprodlist ul li span.lptext { display:none;}
.facshowbox ul li { width:45%; padding:5px 2%; margin:5px 0;}

.lxform ,.lxtext,#botlx,.botcate1,#foote,#botsocr, #botsign {width:98%; padding:0px 1%; padding-top:5px;}
.botcate{ width:47%; padding:5px 1%;display:inline-block;vertical-align:top;*display:inline;*zoom:1;}

.botcate1 .botcatelist ul li a { line-height:1.35em;}
.injknewslist { padding:5px 3px;}
.bsinput { width:58%;}
.lmnewslist { padding:10px 0;}
.jrnewspic { display:none;}
.jrnewsr { display:block; padding:5px 1%; width:98%;}
.botnewslist { padding:6px 0px;}
.pvh4 ul li { display:block; float:none; text-align:center; border-bottom:solid 1px #fff;}
.copy { margin:0px;}
	/* content */
	#right {
		width: 98%;
		float: none;
		margin: 10px 0;
	}
#pvtright {
		width: 98%;
		float: none;
		margin: 10px 0;
	}
#pvtleft {
		width: 98%;
		float: none;
	}
	/* sidebar */
	#left {
		width: 98%;
		margin: 0;
		float: none;
	}

#lnews {width:98%; padding: 0px 1%;}
#inlianx {width:98%; padding: 0px 1%;}

.inservlist ul li { width:46%; padding:5px 2%; float:left;}

#left {width:98%; padding: 0px 1%;}
#right {width:100%; padding: 0px 0;}
#pvright {width:98%; padding: 0px 1%;}
#pvinq { padding:5px;}
#mltdhl ul li { padding-left:22px;}
#newslist ul li span.nltit { padding:4px 0px;line-height:18px; border-bottom:dotted 1px #ccc; font-weight:bold; color:#333;}

.sinprodlist ul li,.alsoprodlist ul li{ width:47.15%; margin:3px 1% 3px 1%; text-align:center;}
.lcproductlist ul li span { height:4.5em; overflow:hidden;}
#procate ul li { width:46%; padding:3px 2% 3px 2%; float:left; text-align:center;}
.topadv { margin-top:0;}
#rpage { width:98%; padding:0px 1%; text-align:left;}
.rcsort { width:98%; padding:0px 1%;}
#ptoptit {height:auto;margin-bottom:10px;}

#copy { width:98%; float:none; padding:5px 1%; text-align:center;}
.botdh { text-align:center;}
#bottom { margin-top:10px;}
.locabox { position:inherit; display:block;}
#locatit {    background: rgba(246,246,246,1) none repeat scroll !important; padding:5px; margin:0; display:block;}
.locatitle  { font-size:1.5em; line-height:1.5em; width:98%; padding:5px 1%; display:none;}
.locanr {  width:98%; padding:5px 1%; color:#444;}
.locanr a { color:#444;}
#fdrdiv { display:none;}
.messboxnr { display:none;}
.theme-popover { top:5%; left:5%; width:90%;}
.dform div.callist label { display:block; float:none; width:100%; text-align:left; }
.dform div.callist div.calr input,.dform div.callist div.calr select  { width:92%;}
.dform div.callist div.calr { display:block; width:100%;}
.dform { padding:1% 5%;}
.pminabtext img { max-width:29%; margin:0 1%;}
.pminabtext img:last-child { display:none;}
}


/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen and (max-width: 320px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

.prodlist ul li { width:96%; padding:3px 2% 3px 2%; text-align:center;}
#bottom { min-height:60px;}

}

