/* CSS Document */
body,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dd,dl,dt,div,form,input,select,a {
	padding:0;
	margin:0;
}
select,input,img,botton {
	vertical-align:middle;
}
dl {
	overflow:hidden;
}
ul,li,ol {
	list-style:none;
}
img {
	border:none;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
html, body {
    background: #fff none repeat scroll 0 0;
}
body {
    color: #333;
	font-size:13px;
    font-family:Microsoft YaHei,SimHei;
	background-color:#FAFAFA;
}
i {
    font-style: normal;
	padding:0px;
	margin:0px;
}
a {
    border: 0 none;
    color: #333;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
	/*transition: all 0.2s ease-in 0s;*/
}
a:hover
{
	color:#1e7fc6;
}
img
{
	border:none;
}
.clear
{
	clear:both;
	width:100%;
}
.bai
{
	background-color:#fff;
}
/*顶部*/
.top
{
	width:100%;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #ddd;
}
.top_c
{
	width:1180px;
	margin:0 auto;
}
.top_l
{
	float:left;
	width:300px;
}
.top_r
{
	float:right;
	width:700px;
	text-align:right;
}
.top_r span
{
	display:inline-block;
	margin-right:18px;
}
.top_r span.shop
{
	background:url(/files/img/shop.png) 0 center no-repeat;
	text-indent:26px;
}
.top_r span.call
{
	background:url(/files/img/call.png) 0 center no-repeat;
	text-indent:26px;
	margin-right:0px;
}
/*菜单*/
.nav
{
	width:1180px;
	margin:0 auto;
}
.nav .logo
{
	width:100%;
	text-align:center;
	padding:20px 0px 5px;
}
.nav .logo img
{
	width:180px;
}
.imenu {
	height:60px;
	width:100%;
	margin-top: 20px;
}
/*.imenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.imenu ul li {
	float: left; 
	text-align: center;
	line-height: 60px;
}
.imenu ul li a { 
	position: relative;
	display: block;
	height: 60px;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	padding:0px 12px;
}*/
.imenu a
{
	font-size: 15px;
	letter-spacing: 0px;
	padding:0px 25px;
	text-transform: uppercase;
	
}
.imenu a.pt
{
	font-weight: bold;
	text-decoration: underline;
}
.imenu span
{
	color:#ddd;
}
/*����������*/
.lang
{
	width:68px;
	height:80px;
	float:right;
	padding-left:10px;
	border-left:1px solid #ddd;
}
.isearch
{
	width:24px;
	float:left;
	padding-top:30px;
}
.yuyan
{
	width:55px;
	float:right;
	font-size:12px;
	margin-left:20px;
}
.yuyan a
{
	color:#777;	
}
.yuyan img
{
	float:left;
	padding-top:10px;
	padding-right:5px;
}
/*banner横批广告*/
.banner {
	width:100%;
}
.flexslider {
	position:relative;
	height:559px;
	overflow:hidden;
	background:url(/files/img/loading.gif) 50% no-repeat;
}
.slides {
	position:relative;
	z-index:1;
}
.slides li {
	height:559px;
}
.slides li a
{
	width:1100px;
	height:100%;
	display:block;
	margin:0 auto;
}
.flex-control-nav {
	position:absolute;
	bottom:30px;
	width:100%;
	z-index:2;
	text-align:center;
}
.flex-control-nav li {
	display:inline-block;
	width:40px;
	height:10px;
	margin:0 5px;
*display:inline;
	zoom:1;
}
.flex-control-nav a {
	display:inline-block;
	width:40px;
	height:10px;
	line-height:30px;
	overflow:hidden;
	background:url(/files/img/dot.png) right 0 no-repeat;
	cursor:pointer;
}
.flex-control-nav .flex-active {
	background-position:0 0;
}
.flex-direction-nav {
	position:absolute;
	z-index:3;
	width:100%;
	top:43%;
}
.flex-direction-nav li a {
	display:block;
	width:66px;
	height:66px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.flex-prev {
	left:100px;
	background:url(/files/img/prev.png) center 0 no-repeat;
}
.flex-direction-nav li a.flex-next {
	right:100px;
	background:url(/files/img/next.png) center 0 no-repeat;
}
.flex-direction-nav li a:hover {
	background-position: center -66px;
}
/*小导航*/
.xnav
{
	width:100%;
	height:42px;
	line-height:42px;
	padding:12px 0px;
	background-color:#ECECEC;
	border-bottom:1px solid #DDDDDD;
}
.xnav ul
{
	display:table;
	margin:0 auto;
}
.xnav li
{
	float:left;
	font-size:15px;
	font-weight:bold;
	text-indent:60px;
	padding-right:10px;
	border-left:1px solid #ddd;
	padding-left:20px;
	background:url(/files/img/xnav02.png) 0 0 no-repeat;
	/*transition: all 0.2s ease-in 0s;*/
}
.xnav li a
{
	color:#0285DA;
}
.xnav li.pt01
{
	background-position:25px 0px;
}
.xnav li.pt01:hover
{
	background-position:-310px 0px;
}
.xnav li.pt02
{
	background-position:25px -128px;
}
.xnav li.pt02:hover
{
	background-position:-310px -128px;
}
.xnav li.pt04
{
	background-position:25px -64px;
}
.xnav li.pt04:hover
{
	background-position:-310px -64px;
}
.xnav li.pt03
{
	background-position:25px -192px;
}
.xnav li.pt03:hover
{
	background-position:-310px -192px;
}
.xnav li.pt05
{
	background-position:25px -256px;
}
.xnav li.pt05:hover
{
	background-position:-310px -256px;
}
.xnav li.pt06
{
	background-position:25px -320px;
	border-right:1px solid #ddd;
}
.xnav li.pt06:hover
{
	background-position:-310px -320px;
}
/*模块标题*/
.itit
{
	width:100%;
	text-align:center;
}
.itit h2
{
	font-size:30px;
	font-weight:normal;
}
.itit h4
{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	margin-top:5px;
	color:#777;
	font-style:italic;
	font-weight:normal;
}
.itit span
{
	width:40px;
	height:10px;
	display:block;
	margin:0 auto;
	border-bottom:2px solid #1E7FC6;
}
.itit02
{
	border-left:5px solid #1E7FC6;
	height:26px;
	line-height:26px;
	text-indent:16px;
	font-size:19px;
	color:#1E7FC6;
	margin-bottom:15px;
}
.c01
{
	width:1180px;
	margin:40px auto 0px;
}
.iabout
{
	width:100%;
	margin-top:26px;
}
.iab_l
{
	width:834px;
	float:left;
	background-color:#ECECEC;
	padding:20px 0px 0px 20px;
}
.iab_l .hsinfo
{
	width:336px;
	float:left;
}
.iab_l .hsinfo h2
{
	font-size:20px;
	margin-bottom:18px;
}
.iab_l .hsinfo p
{
	line-height:20px;
	margin-bottom:10px;
	font-size:13px;
}
.iab_l .hsinfo p span
{
	background-color:#F8F8F8;
}
.iab_l .hsinfo .hsint
{
	width:110px;
	float:right;
	text-align:center;
}
.iab_l .hsinfo .hsint a
{
	color:#fff;
	width:110px;
	height:34px;
	line-height:34px;
	background-color:#1E7FC6;
	display:block;
}
.iab_l .hsinfo .hsint a:hover
{
	background-color:#FAA001;
}
.iab_l .hsvidio
{
	width:480px;
	float:right;
}
.iab_l .hsvidio .linkvidio
{
	position:relative;
	width:480px;
	height:270px;
}
.iab_l .hsvidio .linkvidio img
{
	width:480px;
	height:270px;
}
.iab_l .hsvidio .linkvidio a.iplay
{
	position:absolute;
	z-index:99;
	top:95px;
	left:50%;
	margin-left:-45px;
	width:91px;
	height:91px;
	display:block;
}
.iab_l .hsvidio .linkvidio a.iplay img
{
	width:91px;
	height:91px;
}
.iab_l .hsvidio h3
{
	text-align:right;
	padding-right:20px;
	font-size:16px;
	font-weight:normal;
	color:#1E7FC6;
	margin:10px 0;
}
.iab_r
{
	width:320px;
	float:right;
}
.iab_r li
{
	float:left;
	width:150px;
	height:160px;
	font-size:16px;
	margin-left:10px;
	margin-bottom:11px;
	text-align:center;
	
}
.iab_r li a
{
	width:150px;
	height:34px;
	padding-top:126px;
	display:block;
}
.iab_r li.a01 a
{
	background:url(/files/img/a1h.png) center 24px no-repeat #1E7FC6;
	color:#fff;
}
.iab_r li.a01 a:hover
{
	background:url(/files/img/a1.png) center 24px no-repeat #ECECEC;
	color:#777;
}
.iab_r li.a02 a
{
	background:url(/files/img/a2.png) center 24px no-repeat #FFCF51;
	color:#fff;
}
.iab_r li.a02 a:hover
{
	background:url(/files/img/a2.png) center 24px no-repeat #ECECEC;
	color:#777;
}
.iab_r li.a03 a
{
	background:url(/files/img/a3.png) center 24px no-repeat #FFCF51;
	color:#fff;
}
.iab_r li.a03 a:hover
{
	background:url(/files/img/a3.png) center 24px no-repeat #ECECEC;
	color:#777;
}
.iab_r li.a04 a
{
	background:url(/files/img/a4h.png) center 24px no-repeat #1E7FC6;
	color:#fff;
}
.iab_r li.a04 a:hover
{
	background:url(/files/img/a4.png) center 24px no-repeat #ECECEC;
	color:#777;
}
.ihb
{
	width:100%;
	margin-top:5px;
}
.ihb .ihb01
{
	width:585px;
	float:left;
	height:40px;
	line-height:40px;
}
.ihb .ihb01 dl
{
	background-color:#ECECEC;
	padding:0px 10px;
}
.ihb .ihb01 dt
{
	width:300px;
	font-size:16px;
	color:#1E7FC6;
	float:left;
}
.ihb .ihb01 dd
{
	width:180px;
	float:right;
	background:url(/files/img/logox.jpg) 12px center no-repeat;
	text-align:right;
	font-size:14px;
	color:#777;
	border-left:1px solid #ddd;
}
.ihb .ihb02
{
	width:182px;
	float:left;
	margin-left:24px;
}
.ihb .ihb02 img
{
	width:182px;
	height:134px;
}
.ihb .ihb03
{
	width:365px;
	float:right;
}
.ihb .ihb03 dt
{
	float:left;
	width:182px;
}
.ihb .ihb03 dt img
{
	width:182px;
	height:134px;
}
.ihb .ihb03 dd
{
	width:170px;
	float:right;
	font-size:14px;
	color:#666;
	line-height:26px;
}
.ihb .ihb03 dd a
{
	color:#1E7FC6;
	margin-left:5px;
}
/*产品新版样式*/
.nlan {
    width: 1320px;
    margin: 0 auto;
}
.nlan_l {
    float: left;
    width: 313px;
}
.nlan_tit {
    padding: 20px 40px;
    color: #fff;
    background-color: #1e7fc6;
    font-size: 30px;
    font-weight: normal;
    display: block;
}
.nlan_side {
    width: 100%;
    background-color: #f1f1f1;
}
.nlan_side li {
    border-bottom: 1px solid #fff;
}
.nlan_side li a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 15px 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.nlan_side li a:hover, .nlan_side li.pt a {
    color: #fff;
    background-color: #1e7fc6;
}
.nlan_r {
    float: right;
    width: 960px;
}
.nlan_r ul.ngoods li
{
	width: 288px;
	margin: 0px 15px 30px 15px;
	float: left;
	border: 1px solid #e5e5e5;
}
.nlan_r ul.ngoods li .arimg
{
	width: 288px;
	height: 280px;
	overflow: hidden;
}
.nlan_r ul.ngoods li img
{
	width: 288px;
	height: 280px;
	cursor: pointer;
    transition: all 1.2s;
}
.nlan_r ul.ngoods li img:hover{
  transform: scale(1.1);
}
	.nlan_r ul.ngoods h2{
		font-size: 16px;
		transition: all .4s;
text-align: center;
color: #666;
border-top: 1px solid #e5e5e5;
		margin: 0px;
		line-height: 58px;
		height: 58px;
		overflow: hidden;
		font-weight: normal;
	}
	.nlan_r ul.ngoods li:hover h2{
background-color: #005bac;
	}
	.nlan_r ul.ngoods li:hover a{color: #fff;
	}
/*产品页面*/
/*产品中心*/
.ipro_tit
{
	margin-top:30px;
}
.ipro_tit ul
{
	display:table;
	margin:0 auto;
}
.ipro_tit li
{
	width:180px;
	height:38px;
	text-align:center;
	line-height:38px;
	float:left;
	margin-left:18px;
	border:1px solid #ddd;
	border-radius:40px;
	-moz-border-radius:40px;
	font-size:15px;
}
.ipro_tit li a
{
	color:#1E7FC6;
}
.ipro_tit li.thistab
{
	background-color:#1E7FC6;
	border:1px solid #1E7FC6;
}
.ipro_tit li.thistab a
{
	color:#fff;
}
.ipro_cont
{
	margin-top:30px;
}
.pc_l
{
	width:492px;
	height:442px;
	float:left;
	position:relative;
}
.pc_l img
{
	width:492px;
	height:232px;
	margin-bottom:30px;
}
.pc_l p
{
	line-height:28px;
	font-size:15px;
	color:#666;
	margin-bottom:10px;
}
.pc_l p a
{
	width:100px;
	height:30px;
	line-height:30px;
	background-color:#1E7FC6;
	border-radius:30px;
	-moz-border-radius:30px;
	display:block;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:15px;
	right:10px;
}
.pc_r {
    width: 672px;
    float: right;
}
.pc_r dd {
    position: relative;
    width: 213px;
    height: 110px;
	overflow:hidden;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
	overflow: hidden;
}
.pc_r dd .pcimg img
{
	width: 213px;
    height: 110px;
	transition: all 1.2s;
}
.pc_r dd .pctit
{
	position:absolute;
	width: 185px;
    height: 90px;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	line-height:24px;
	padding: 25px 15px 0px;
	font-size:13px;transition: all 1.2s;
}
.pc_r dd a
{
	color:#fff;
}
.pc_r dd a:hover .pcimg img
{
	transform: scale(1.2);
}
.pc_r dd a:hover .pctit
{
	background-color:rgba(0,0,0,0.3);
}
/*新闻中心*/
.c01 .inews
{
	width:100%;
	margin:30px auto 50px;
}
.c01 .inews dl
{
	width:326px;
	border:1px solid #E5E5E5;
	padding:22px 22px 0px;
	overflow:hidden;
	margin-right:30px;
	float:left;
}
.c01 .inews dl.crp3
{
	margin-right:0px;
}
.c01 .inews dt h2
{
	font-size:20px;
	color:#1E7FC6;
}
.c01 .inews dt h2 span
{
	color:#1E7FC6;
}
.c01 .inews dt p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
	margin-top:2px;
	text-transform : capitalize
}
.c01 .inews dd .np1, .c01 .inews dd .np2{display: none;}
.c01 .inews dd img
{
	width:326px;
	height:158px;
	margin:10px 0 20px;
}
.c01 .inews dd .jqthumb
{
	margin:10px 0 12px;
}
.c01 .inews dd h4
{
	font-size:14px;
	line-height:30px;
	text-indent:18px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	background:url(/files/img/li01.png) 0 center no-repeat;
	font-weight:normal;
}
.c01 .inews dd h4 a
{
	color:#555;
}
.c01 .inews dd h4 a:hover
{
	color:#1E7FC6;
}
.c01 .inews dd span
{
	width:70px;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
	background-color:#ECECEC;
	margin-top:22px;
}
.c01 .inews dd span a
{
	color:#1E7FC6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.c01 .inews dd span:hover
{
	background-color:#1E7FC6;
}
.c01 .inews dd span:hover a
{
	color:#fff;
}
.c01 .imessage
{
	line-height:30px;
	width:1000px;
	margin:30px auto 20px;
}
.c01 .imessage td span {
    float: left;
    margin-right: 10px;
	color: #555555;
    font-size: 15px;
	width:120px;
	text-align:right;
}
.c01 .imessage td input {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    float: left;
    height: 36px;
    text-indent: 10px;
    width: 300px;
}
.c01 .imessage td textarea {
    border: 1px solid #d6d6d6;
    height: 100px;
    overflow: auto;
    padding: 10px 20px;
    width: 890px;
}
.c01 .imessage td p.yybdp {
    color: #faa001;
    padding: 15px 0;
}
.c01 .imessage td button.bt-submit {
    background-color: #2685bb;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    text-align: center;
    width: 120px;
}
/*底部*/
.ft
{
	width:100%;
	background:url(/files/img/fbg.png) center 0 no-repeat;
	padding-top:90px;
}
.ft_c
{
	width:1180px;
	margin:0 auto;
	color:#EFEFEF;
}
.ft_c a
{
	color:#EFEFEF;
}
.ft01
{
	width:360px;
	padding:0px 45px;
	float:left;
	text-align:center;
}
.ft01 img
{
	width:120px;
}
.ft01 p
{
	text-align:center;
	margin:8px 0;
	font-weight:bold;
}
.ft01 .ggb
{
	height:30px;
	line-height:30px;
	font-size:14px;
	background:url(/files/img/gzioc.png) 0 16px repeat-x;
}
.ft01 .ggb span
{
	width:86px;
	text-align:center;
	height:30px;
	background-color:#1E7FC6;
	display:block;
	margin:0 auto;
}
.ft01 .bdsharebuttonbox {
    margin: 10px 0;
}
.ft01 .bdsharebuttonbox a {
    display: inline-block;
    float: none;
    height: 25px;
    margin: 0 10px;
    padding: 0;
    width: 25px;
}
.ft01 .bdsharebuttonbox .bds_fbook {
	background:url(/files/img/facebook.png) 0 0 no-repeat;
}
.ft01 .bdsharebuttonbox .bds_linkedin {
    background:url(/files/img/linkedint.png) 0 0 no-repeat;
}
.ft01 .bdsharebuttonbox .bds_twi {
    background:url(/files/img/Twitter.png) 0 0 no-repeat;
}
.ft01 ul
{
	display:table;
	margin:25px auto 0;
}
.ft01 ul li
{
	width:116px;
	text-align:center;
	float:left;
}
.ft01 ul li p
{
	font-weight:normal;
}
.ft01 ul li img
{
	width:70px;
	margin-bottom:2px;
}
.ft02
{
	width:400px;
	height:280px;
	padding:0px 0px 0px 45px;
	float:left;
	font-size:15px;
	border-left:1px solid #A7A7A7;
	border-right:1px solid #A7A7A7;
}
.ft02 h2
{
	font-size:17px;
	margin-bottom:28px;
}
.ft02 li
{
	width:200px;
	float:left;
	margin-bottom:40px;
	font-weight:bold;
	text-indent:18px;
	background:url(/files/img/li02.png) 0 center no-repeat;
}
.ft03
{
	width:190px;
	height:280px;
	padding:0px 45px;
	float:left;
	font-size:15px;
}
.ft03 h2
{
	font-size:17px;
	margin-bottom:28px;
}
.ft03 p
{
	margin-bottom:16px;
}
.ft03 h4
{
	font-size:17px;
}
.Copyright
{
	margin-top:10px;
	width:100%;
	height:42px;
	line-height:42px;
	background-color:#212121;
	color:#A7A7A7;
}
.Copyright a
{
	color:#A7A7A7;
}
.Copyright .copy
{
	width:1180px;
	margin:0 auto;
	text-align:center;
}
/*分页*/
.page {
    margin-top: 56px;
    width: 100%;
}
.page ul {
    display: table;
    margin: 0 auto;
}
.page ul li {
    float: left;
    font-size: 15px;
    margin-right: 12px;
    text-align: center;
}
.page ul li.thisclass
{
	box-shadow: 2px 3px 3px #bbb;
	background-color: #0c82cc;
	color:#fff;
	font-weight: bold;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
	border-radius: 50%;
}
.page li a, .pagination li span {
    background-color: #e5e5e5;
    color: #999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
	border-radius: 50%;
}
.page li a:hover
{
	box-shadow: 2px 3px 3px #bbb;
	background-color: #0c82cc;
	color:#fff;
	font-weight: bold;
}
.page li a:first-child, .page li a:last-child {
    font-family: SimSun;
}
.page li.active a {
    background-color: #0c82cc;
    color: #fff;
    font-weight: bold;
	box-shadow: 2px 3px 3px #bbb;
}
.page li.pat {
    display: none;
}
.page ul li .pageinfo
{
	display:none;
}
/*栏目页面*/
.banner02
{
	width:100%;
	height:300px;
}
/*位置*/
.location
{
	border-bottom:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	width:100%;
	height:50px;
}
.locat
{
	width:1180px;
	margin:0 auto;
}
.locat_l
{
	width:200px;
	float:left;
}
.locat_l dt
{
	width:50px;
	height:50px;
	float:left;
	background:url(/files/img/home.png) center center no-repeat;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}
.locat_l dd
{
	width:580px;
	float:left;
	line-height:50px;
	padding-left:10px;
}
.locat_l dd
{
	font-family:SimSun;
}
.locat_l dd a, .locat_l dd span
{
	margin:0px 5px;
	font-family:Microsoft YaHei,SimHei;
}
.locat_r
{
	width:800px;
	float:right;
}
.locat_r li
{
	float:right;
	margin-left:40px;
	line-height:50px;
	border-bottom:1px solid #E5E5E5;
}
.locat_r li.pt
{
	border-bottom:1px solid #1E7FC6;
}
.locat_r li.pt a
{
	color:#1E7FC6;
	font-weight:bold;
}
.locat_r p
{
	line-height:50px;
	text-align:right;
}
.locat_r p span
{
	color:#1E7FC6;
	font-weight:bold;
	font-size:15px;
}
/*展示*/
.lan
{
	width:100%;
	background-color:#FAFAFA;
	padding:30px 0;
	color:#555555;
	font-size:15px;
}
/*关于我们*/
.sabout
{
	line-height:32px;
	width:1088px;
	margin:0 auto;
	border:1px solid #E7E7E7;
	border-radius:6px;
	background-color:#fff;
	padding:45px 45px 30px;
}
.sabout p, .sabout div
{
	margin-bottom:16px;
}
.sabout h5
{
	color:#1E7FC6;
	font-size:18px;
	margin-bottom:16px;
}
.sabout h2
{
	border-left:5px solid #1E7FC6;
	color:#1E7FC6;
	background-color:#F5F5F5;
	padding-left:14px;
	font-size:16px;
	line-height:30px;
	margin-bottom:16px;
}
.sabout ul.lszs
{
	background:url(/files/img/lszs.jpg) 0 0 no-repeat;
	padding:120px 0px 30px 12px;
	width:800px;
	margin:0 auto;
}
.sabout ul.lszs li
{
	font-size:16px;
	background:url(/files/img/lszsli.png) 0 0px no-repeat;
	line-height:30px;
	padding-left:40px;
	margin-bottom:26px;
}
.sabout ul.lszs li span
{
	font-weight:bold;
	color:#1E7FC6;
	margin-right:8px;
}
.sabout #video div
{
	margin-bottom:0px;
}
/*新闻栏目*/
.ltit
{
	width:100%;
	background:url(/files/img/shua.png) right center no-repeat #1E7FC6;
	height:60px;
	text-indent:12px;
	color:#fff;
	font-weight:bold;
	line-height:60px;
	font-size:17px;
}
.snewslist
{
	width:1180px;
	margin:0 auto;
}
.snlist_l
{
	width:260px;
	float:left;
}
.snlist_l li
{
	height:46px;
	line-height:46px;
	font-size:15px;
	text-indent:36px;
	border-bottom:1px dotted #ddd;
	background:url(/files/img/li03.png) 10px 15px no-repeat;
}
.snlist_l li.pt
{
	background-position:10px -28px;
}
.snlist_l li.pt a
{
	color:#1E7FC6;
}
.lzr
{
	margin-top:10px;
	height:60px;
	padding-top:20px;
	padding-left:16px;
	padding-right:50px;
	background:url(/files/img/zr.jpg) 0 0 no-repeat;
	border:1px solid #E1E1E1;
}
.lzr h4
{
	font-size:15px;
}
.lzr h4 a
{
	color:#1E7FC6;
}
.lzr p
{
	color:#888;
	font-size:11px;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform : uppercase
}
.lzl
{
	background:url(/files/img/zl02.jpg) 0 0 no-repeat;
	padding-left:150px;
}
.snlist_r
{
	width:798px;
	padding:26px 40px;
	border-left:1px solid #E1E1E1;
	float:right;
}
.snlist_r dt
{
	float:left;
	width:260px;
	height:160px;
	padding:8px;
	border:1px solid #ddd;
}
.snlist_r dt img
{
	width:282px;
	height:178px;
}
.snlist_r dl
{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.snlist_r dd
{
	width:480px;
	float:right;
}
.snlist_r dd h2
{
	font-size:18px;
	height:24px;
	line-height:24px;
	margin-bottom:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.snlist_r dd h2 a:hover
{
	color:#1E7FC6;
}
.snlist_r dd p
{
	color:#999;
	font-size:13px;
	font-style:italic;
}
.snlist_r dd p span
{
	margin-right:15px;
}
.snlist_r dd .newsinfo
{
	height:80px;
	margin:10px 0px;
	line-height:26px;
	color:#777;
}
.snlist_r dd .snews_link {
    border: 2px solid #e9e9e9;
    color: #999;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    width: 116px;
}
.snlist_r dd .snews_link:hover {
    background-color: #1E7FC6;
    border-color: #1E7FC6;
    color: #fff;
}
.snlist_r dd .snews_link:hover a
{
	color:#fff;
}
/*文章页面*/
.arc_tit {
    border-bottom: 1px solid #ddd;
    margin: 0px auto 36px;
    padding-bottom: 10px;
    text-align: center;
}
.arc_tit h4 {
    font-size: 20px;
}
.arc_tit p {
    color: #999;
    margin-top: 16px;
}
.arc_tit p span {
    margin: 0 16px;
}
.art_cont {
    color: #666;
    font-size: 15px;
    line-height: 34px;
}
.art_cont ul {
    margin-bottom: 20px;
}
.art_cont li {
    background: rgba(0, 0, 0, 0) url(/files//img/tubiao.png) no-repeat scroll -550px -108px;
    line-height: 38px;
    text-indent: 34px;
}
.art_cont p, .art_cont div, .art_cont center {
    margin-bottom: 15px;
}
.art_sh {
    padding-top: 10px;
    width: 100%;
}
.art_sh_l {
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 400px;
}
.art_sh_l span {
    color: #999;
    margin-right: 10px;
}
.art_sh_l a {
    color: #0c82cc;
    margin: 0 10px;
}
.art_sh_l a:hover {
    color: #333;
}
.art_sh_r {
    float: right;
    width: 200px;
}
.art_sh_r .bshare-custom a, .art_sh_r .bshare-custom .bshare-more.more-style-addthis  {
    background-image: url(/files/img/sharemore.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    padding-left: 0;
    width: 30px;
}
.art_sh_r .bshare-custom .bshare-weixin {
    background: rgba(0, 0, 0, 0) url(/files//img/shareweixin.png) repeat scroll 0 0;
}
.art_sh_r .bshare-custom .bshare-sinaminiblog {
    background: rgba(0, 0, 0, 0) url(/files/img/shareweibo.png) repeat scroll 0 0;
}
.art_sh_r .bshare-custom .bshare-renren {
    background: rgba(0, 0, 0, 0) url(/files/img/sharerenren.png) repeat scroll 0 0;
}
.art_sh_r .bshare-custom .bshare-qzone {
    background: rgba(0, 0, 0, 0) url(/files/img/shareqzone.png) repeat scroll 0 0;
}
.artline {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    padding-top: 16px;
    width: 100%;
}
.artline_l, .artline_r {
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 360px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#666;
}
.artline_r {
    float: right;
    text-align: right;
}
.artline a
{
	color:#666;
}
/*anli*/
.sanlilist
{
	line-height:32px;
	width:1138px;
	margin:0 auto;
	border:1px solid #E7E7E7;
	border-radius:6px;
	background-color:#fff;
	padding:20px 20px 30px;
}
.sanlilist .anshow li
{
	width:339px;
	height:410px;
	padding:20px;
	float:left;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom:20px;
}
.sanlilist .anshow li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: translateZ(1px);
    z-index: 2;
}
.sanlilist .anshow li h2
{
	background:url(/files/img/li03.png) 0 -37px no-repeat;
	text-indent:26px;
	font-size:16px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#1E7FC6;
}
.sanlilist .anshow li h2 a
{
	color:#1E7FC6;
}
.sanlilist .anshow li img
{
	width:339px;
	height:300px;
	margin:12px 0px;
}
.sanlilist .anshow li .jqthumb
{
	margin:12px 0px;
}
.sanlilist .anshow li .sginfo
{
	width:100%;
	height:60px;
	overflow:hidden;
	font-size:14px;
	color:#777;
	line-height:30px;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #333; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-size:15px; line-height:22px;}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left;
	margin-top:12px;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*产品页面*/
.sgoodslist
{
	line-height:32px;
	width:1138px;
	margin:0 auto;
	border:1px solid #E7E7E7;
	border-radius:6px;
	background-color:#fff;
	padding:20px 20px 30px;
}
.sgoodslist .sgul li
{
	width:339px;
	height:430px;
	padding:20px;
	float:left;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom:20px;
}
.sgoodslist .sgul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: translateZ(1px);
    z-index: 2;
}
.sgoodslist .sgul li h2
{
	background:url(/files/img/li03.png) 0 -37px no-repeat;
	text-indent:26px;
	font-size:16px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#1E7FC6;
}
.sgoodslist .sgul li h2 a
{
	color:#1E7FC6;
}
.sgoodslist .sgul li img
{
	width:339px;
	height:300px;
	margin:12px 0px;
}
.sgoodslist .sgul li .jqthumb
{
	margin:12px 0px;
}
.sgoodslist .sgul li .sginfo
{
	width:100%;
	height:60px;
	overflow:hidden;
	font-size:14px;
	color:#777;
	font-size:16px;
	line-height:30px;
}
.sgoodslist .sgul li .sgoods_link {
    border: 2px solid #e9e9e9;
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    width: 116px;
	margin-top:15px;
	background-color:#FAA001;
}
.sgoodslist .sgul li .sgoods_link:hover {
	background-color:#1E7FC6;
    color: #999;
}
.sgoodslist .sgul li .sgoods_link  a
{
	color:#fff;
	font-weight:bold;
}
/*产品内容页*/
.sgoodscc
{
	line-height:32px;
	width:1088px;
	margin:0 auto;
	border:1px solid #E7E7E7;
	border-radius:6px;
	background-color:#fff;
	padding:45px 45px 30px;
}
.sgoods_l
{
	width:360px;
	float:right;
}
.sgoods_l .zoom
{
	border:1px solid #ddd;
}
.sgoods_l .zoom img
{
	width:358px;
	height:358px;
}
/* optional icon style */
.zoomIcon {
	width:33px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	background:url(/files/img/icon.png);
}
/* these styles are for the demo, and are not required for the plugin */
.zoom {
	display:inline-block;
	position:relative;
}
.zoom img {
	display: block;
}
.zoom img::selection {
background-color: transparent;
}
#ex img:hover {
	cursor: url(/files/img/grab.cur), default;
}
.zoom_li
{
}
.zoom_li li
{
	width:80px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	cursor:pointer;
}
.zoom_li li img
{
	width:80px;
	height:70px;
}
.goodbuy
{
	margin-top:20px;
}
.goodbuy p
{
	line-height:22px;
	font-size:14px;
	color:#666;
}
.goodbuy a.btn-buy, .goodbuy a.btn-help
{
	border: 1px solid #e7e7e7;
    display: block;
    font-size: 18px;
    line-height: 58px;
    margin: 20px 0 0;
	text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color:#FAA001;
	color:#fff;
	font-weight:bold;
}
.goodbuy a.btn-help
{
	background-color:#1E7FC6;
}
.goodbuy a img
{
	margin-right:8px;
}
.line {
    background: #e7e7e7 none repeat scroll 0 0;
    height: 1px;
	width:100%;
	margin:20px 0px 15px;
}
.goods_sc 
{
	margin-top:20px;
}
.goods_sc h2
{
	background: url(/files/img/shua02.png) no-repeat scroll left center;
    color: #1E7FC6;
    font-size: 17px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-indent: 40px;
    width: 100%;
}
.goods_sc dt
{
	width:150px;
	float:left;
}
.goods_sc dt img
{
	width:150px;
}
.goods_sc dd
{
	width:190px;
	float:right;
	font-size:14px;
	color:#777;
	line-height:26px;
}
.goods_sc a
{
	font-size:14px;
	color: #1E7FC6;
	line-height:20px;
	height:20px;
	width:100%;
	display:block;
}
.goods_sc a img
{
	float:right;
}
.sgoods_r
{
	width:668px;
	float:left;
	padding-right:30px;
	border-right:1px solid #ddd;
}
.sgoods_r .ggstit h2
{
	color: #1E7FC6;
	font-size:22px;
}
.sgoods_r .ggstit 
{
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px solid #ddd;
}
.ggscont h4
{
	background:url(/files/img/bucket.png) 0 center no-repeat;
	font-size:16px;
	color:#1E7FC6;
	text-indent:34px;
	border-bottom:1px solid #1E7FC6;
	margin:24px 0px;
}
.ggscont table
{
	width:100%;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.ggscont td
{
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	line-height:30px;
}
/*搜索页面*/
.isoso
{
	line-height:32px;
	width:1088px;
	margin:0 auto;
	border:1px solid #E7E7E7;
	border-radius:6px;
	background-color:#fff;
	padding:45px 45px 30px;
}
.sssoso {
    margin: 0 auto;
    width: 400px;
}
.sssoso .sotit {
	border:1px solid #ddd;
    float: left;
    height: 42px;
    width: 355px;
	border-right:none;
}
.sssoso .sotit input {
    border: medium none;
    height: 42px;
    letter-spacing: 0;
    line-height: 42px;
    padding: 0 10px;
    width: 195px;
}
.sssoso .sotj {
    border: 1px solid #dddddd;
    float: right;
    height: 42px;
    width: 42px;
}
.sssoso .sotj input {
    background: url(/files/img/soso.png) no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    height: 42px;
    width: 42px;
}
.soso_cc
{
	width:1000px;
	margin:50px auto 0px;
}
.soso_cc li
{
	margin-bottom:20px;
	font-size:15px;
	line-height:30px;
	background:url(/files/img/li03.png) 0 -36px no-repeat;
	text-indent:30px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
.soso_cc li span
{
	float:right;
	color:#777;
	font-size:14px;
}
/*专利成果*/
.snlist_r ul.zlpic li
{
	margin:0 15px 15px 0;
	width:251px;
	float:left;
}
.snlist_r ul.zlpic li img
{
	width:251px;
	height:358px;
}
/*联系方式*/
#ditu
{
	width:100%;
	height:500px;
}
.lot {
    font-size: 16px;
    line-height: 32px;
    margin: 38px auto;
    width: 100%;
}
.lot_l {
    background: url(/files/img/location.png) no-repeat scroll 0 center;
    text-indent: 30px;
}
.lot_r {
    background: url(/files/img/telephone.png) no-repeat scroll 0 center;
    text-indent: 30px;
}
/*在线售后*/
.liuyan {
    margin: 0 auto;
}
.liuyan h4 {
    color: #0176bb;
    font-size: 17px;
    margin-bottom: 10px;
}
.liuyan p {
    line-height: 24px;
    margin-bottom: 8px;
}
.yy01_l {
    float: left;
    width: 360px;
}
.yy01_r {
    float: right;
    width: 360px;
}
.yy01_r span {
    background-color: #faa001;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    text-align: center;
    width: 150px;
}
.yy01_r span a {
    color: #fff;
}
.yy02 {
    margin-top: 20px;
}
.yy02 td span {
    float: left;
    margin-right: 10px;
}
.yy02 td input {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    float: left;
    height: 36px;
    text-indent: 10px;
    width: 250px;
}
.yy02 td textarea {
    border: 1px solid #d6d6d6;
    height: 100px;
    overflow: auto;
    padding: 10px 20px;
    width: 824px;
}
.yy02 td p.yybdp {
    color: #faa001;
    padding: 15px 0;
}
.yy02 td button.bt-submit {
    background-color: #2685bb;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    text-align: center;
    width: 120px;
}
.yy03 {
    margin-top: 20px;
}
.yy03 .yy03_l {
    float: left;
    padding-top: 6px;
    width: 535px;
}
.yy03 .yy03_r {
    float: right;
    text-align: center;
    width: 200px;
}
.yy03 .yy03_r img {
    border: 1px solid #ddd;
    margin-bottom: 6px;
    width: 100px;
}
/*tag标签*/
.isoso dl
{
	margin-bottom:16px;
}
.isoso dt {
    background-color: #f5f5f5;
    border-left: 5px solid #1e7fc6;
    color: #1e7fc6;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    padding-left: 14px;
}
.isoso dd a
{
	margin: 0 6px;
	color:#666;
}
/*右侧固定*/
.main-im{position:fixed;right:0px;top:160px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(/files/img/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;border-bottom:1px solid #dddddd; padding:6px 0 3px;}
.main-im .im_main .im-tel h2{font-weight:bold;font-size:14px;margin:5px 0;}
.main-im .im_main .im-tel p{font-family:Arial; font-size:11px;color:#E64915;line-height:26px;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(/files/img/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{display:none;width:112px;height:156px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center; font-size:12px;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(/files/img/totop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(/files/img/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;width:60px;height:60px;border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    display: block;
	background:url(/files/img/iopen.png) 14px 13px no-repeat #E64915;
	margin-left:50px;
	display:none;
}