﻿
@charset "utf-8";
/*reset.css*/
html {
	color: #000;
	background: #FFF;
}
* {
	padding: 0;
	margin: 0;
}
html, body {
	font-size: 14px;
	font-family:"微软雅黑", "宋体";
	outline: none;
	color: #444;
	background: #fff;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
	outline: none;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #e8431f;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}

select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.mt10 {
	margin-top: 10px;
}

/* -- 外边距 -- */
.m1 {
	margin: 1px;
}
.m2 {
	margin: 2px;
}
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.mt2 {
	margin-top: 2px;
}
.mt5 {
	margin-top: 5px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr12 {
	margin-right: 12px;
}
.ml5 {
	margin-left: 5px;
}
.ml7 {
	margin-left: 7px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}


ul.t05_ul table {
*margin-left:-15px;
}/*滚动板IE补丁*/
.left_pro {
	width: 201px;
	float: right;
	overflow: hidden;
	margin-left: 5px;
}
.right_pro {
	width: 754px;
	float: left;
	display: inline;
	overflow: hidden;
}
.left_prj {
	width: 201px;
	float: right;
	overflow: hidden;
	margin-left: 5px;
}
.right_prj {
	width: 754px;
	float: left;
	display: inline;
	overflow: hidden;
}
.left_agent {
	width: 201px;
	float: right;
	overflow: hidden;
	margin-left: 5px;
}
.right_agent {
	width: 754px;
	float: left;
	display: inline;
	overflow: hidden;
}
.left_help {
	width: 201px;
	float: right;
	overflow: hidden;
	margin-left: 5px;
}
.right_help {
	width: 754px;
	float: left;
	display: inline;
	overflow: hidden;
}
.b15 {
	background: url(../images/SkinsVIBtn.jpg) no-repeat;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}
.b15 {
	background-position: -79px -650px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


.fn-clear {
	zoom: 1;
}

.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/ajax-loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
}
#slideshow {
	width: 980px;
	height: 318px;
}
#slideshow ul {
	display: none;
}
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 72px;
	width: 26px;
}
#roll_top {
	background: url(../images/top.gif) no-repeat;
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px;
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px;
}
#roll {
	display: block;
	width: 15px;
	margin-right: -500px;
	position: fixed;
	right: 50%;
	top: 50%;
	_margin-right: -505px;
	_position: absolute;
	_margin-top: 300px;
 _top: expression(eval(document.documentElement.scrollTop));
}


 
/*common.css*/
@charset "utf-8";
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: 0;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}

/* -- 页面整体布局 -- */
.header, .content, .footer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.left {
	width: 201px;
	float: left;
	overflow: hidden;
}
.left2 {
	width: 670px;
	float: left;
	overflow: hidden;
}
.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
}
.lefttop {
	background: url(../images/left_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}
.left2top {
	background: url(../images/left2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.leftbot {
	background: url(../images/left_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.left2bot {
	background: url(../images/right_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right {
	width: 754px;
	float: right;
	display: inline;
	margin-left: 5px;
	overflow: hidden;
}
.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
}
.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
}
.righttop {
	background: url(../images/right_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.right2top {
	background: url(../images/right2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.rightbot {
	background: url(../images/right_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right2bot {
	background: url(../images/left_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_main {
	width: 752px;
	min-height: 200px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
.right2_main {
	width: 273px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
.left2_main {
	width: 668px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
.h_nav li a:-webkit-any-link {
display:block;
}
/*头部开始*/
.hdWrap {
	height: 216px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background: url(../images/hdWp.gif) left top repeat-x;
}
.hd_Top {
	line-height: 35px;
	height: 35px;
	color: #444;
	overflow: hidden;
}
.hd_Top_rt a {
	color: #444;
	margin: 0 7px;
	display: inline-block;
}
.hd_Top_rt b {
	font-weight: normal;
}
.hd_Top_rt a:hover {
	color: #a4a4a4;
}
.hd_Top_rt span {
	margin: 0 10px 0 0;
}
.hd_Mid {
	height: 135px;
	overflow: hidden;
}
.hd_Mid .logo {
	display: inline-block;
	margin: 27px 14px 0 3px;
	float: left;
	padding: 0 21px 0 0;
	background: url(../images/logo_l.gif) right 14px no-repeat;
}
.logo_wd {
	margin: 45px 0 0 0;
	float: left;
}
.hd_Mid .frDiv {
	color: #727272;
	font-size: 13px;
	overflow: hidden;
	margin: 48px 0 0 0;
	padding: 0 0 0 54px;
	background: url(../images/hd_tel.gif) left 2px no-repeat;
	background-position: center left;
}
.hd_Mid .frDiv b {
	font-family: 微软雅黑;
	font-weight:bold;
	font-size: 26px;
	color: #25985d;
}
.h_nav {
	height: 40px;
	line-height: 35px;
	margin-top: 4px;
}
.h_nav li {
	float: left;
	margin-right:10px;
}
.h_nav li a {
	display: inline-block;
	/*background: url(../images/hd_n_line.gif) 108px 14px no-repeat;*/
	color: #FFF;
	font-size: 15px;
	width: 120px;
	text-align: center;
	font-weight:bold;
}
.h_nav .last a {
	background: none;
}
.h_nav li a:hover, .h_nav .cur a {
	color: #fff;
	/*background: url(../images/hd_n_c.png) center center no-repeat;*/
	text-decoration: none;
	background-color: #f5710b;
}
.h_nav .fir a {
	padding-left: 10px;
}
.h_nav .fir a:hover {
	background: url(../images/hd_n_c1.png) center center no-repeat;
}
/*头部结束*

/*底部开始*/
.ftWrap {
	height: 199px;
	background: url(../images/ftWp.gif) left top repeat-x;
	width: 100%;
	margin: 0 auto;
}
.footer {
	height: 199px;
	position: relative;
}
.ft_nav {
	font-size: 14px;
	text-align: center;
	height: 29px;
	line-height: 29px;
	color: #fff;
}
.ft_nav a {
	color: #fff;
	padding: 0 20px;
	display: inline-block;
}
.ft_nav a:hover {
	color: #fff;
}
.copy1 {
	font-size: 14px;
	color: #444;
	line-height: 24px;
	padding: 35px 0 0 305px;
	background: url(../images/ft_l.gif) 287px 35px no-repeat;
}
.topadcs {
	width: 960px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-top: 10px;
}
.copy1 span {
	display: inline-block;
	margin: 0 20px;
}
.ft_logo {
	left: 105px;
	top: 65px;
}
.copy1 i {
	font-style: normal;
}
/*底部结束*/

/*search*/
.search {
	color: #666;
	clear: both;
	padding: 10px 8px 9px 8px;
	margin: 0 auto 0;
	line-height: 22px;
	height: 23px;
	/*background: url(../images/sch_bg.gif) center bottom no-repeat;*/
	background-color: #f7f7f7;
margin-top: 5px;
}
.search a {
	color: #666;
	display: inline-block;
	padding: 0 10px;
}
.search a:hover {
	color: #666;
}
.search .shInput {
	border: none;
	width: 153px;
	line-height: 23px;
	height: 23px;
	background: url(../images/sch_ip.gif) left top no-repeat;
	padding: 0 0 0 28px;
	color: #c5c5c5;
	border: 1px #d2d2d2 solid;
	border-right: none;
}
.search .shBtn {
	margin: 0 0 0 -3px;
	background: none;
	border: none;
	display: inline-block;
}
/*temp.css*/

ul.t05_ul table {
*margin-left:-15px;
}/*滚动板IE补丁*/
.kq99billpay {
	background: url(../images/99bill_pay.gif);
	height: 31px;
	width: 176px;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
#div___________Perm {
	width: 2000px;
	height: 3000px;
	background: #fff;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	z-index: 999999;
}
.imt {
	color: Red;
}


/*处理中动画占全屏*/
#oran_div_processing {
	width: 300px;
	padding: 20px;
	z-index: 9999;
	text-align: center;
	background: #fffeef;
	border: solid 1px #b8ab04;
}

.blk {
	display: block;
}
.p {
	cursor: pointer;
}
.p5 {
	padding: 5px;
}
.hd {
	display: none;
}
.tfocus {
	background: #fffdf0;
}
.error {
	background: url(../images/verror.gif) 2px 2px no-repeat #fff8e8;
	border: solid 1px #ffe7af;
	padding-left: 18px
}
cite {
	display: block;
}
/*产品左边分类样式*/
li.sub_column {
	margin-left: 10px;
	clear: both;
	background: none;
}
.t05_ul .nones {
	background: none;
}
li.sub_column li {
	background: url(../images/ico10.gif) no-repeat 0 10px;
	padding-left: 10px;
}
li.sub_column li.cur {
	background: url(../images/ico7.gif) no-repeat 0 10px;
	padding-left: 10px;
	font-weight: bold;
}
li.sub_column li.cur a {
	color: #fa8d0d;
}
.t05_ul li.cur a {
	font-weight: bold;
	color: #fa8d0d;
}
li.sub_column li a {
	height: 25px;
	line-height: 25px;
}
li.sub_column ul {
	margin-left: -20px;
	_margin-left: -35px;
}



#cntrStatic_0, #cntrStatic_1, #cntrStatic_2 {
	vertical-align: bottom;
	text-align: center;
}
/*推荐文章（mail）*/
#mailArticle {
	display: none;
	border: solid 1px #ccc;
}
#mailArticle iframe {
	width: 632px;
	height: 602px;
	overflow: hidden;
}
.mailprod {
	width: 626px;
	height: 600px;
	overflow: hidden;
	border: solid 1px #aaa;
	background: #fff;
}


/*网站公告*/
.anns {
}
.anns dl {
	border-bottom: solid 1px #ddd;
	margin: 10px;
	padding-bottom: 5px;
	line-height: 150%;
}
.anns dl dt {
	font-weight: bold;
}
.anns dl .showtime {
	color: #959595;
}
/*相关搜索*/
.rele_search {
	border-top: solid 1px #ddd;
	margin: 5px;
	line-height: 160%;
}
.rele_search li {
	float: left;
	width: 150px;
}
.NewsColumns select {
	width: 130px;
}

/*资讯图片列表形式*/
dl.l08 {
	width: 197px;
	margin: 1.5em 0 0 25px;
	float: left;
	display: inline;
}
dl.l08 dt {
	width: 195px;
	height: 195px;
	border: 1px solid #ECECEC;
	overflow: hidden;
}
dl.l08 img {
	display: block;
	width: 195px;
	height: 195px;
}
dl.l08 dd {
	background: #ECECEC;
	margin: 2px 0 0 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
dl.l08 dd a {
	color: #666;
}
/*产品详细视频*/
.provideo .video_tit {
}
.provideo .cont {
}
/*rollup.css*/
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 72px;
	width: 26px
}
#roll_top {
	background: url(../images/top.gif) no-repeat
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px
}
#roll {
	display: block;
	width: 15px;
	margin-right: -500px;
	position: fixed;
	right: 50%;
	top: 50%;
	_margin-right: -505px;
	_position: absolute;
	_margin-top: 300px;
_top:expression(eval(document.documentElement.scrollTop))
}
/*产品分类*/
.lf_nav {
	width: 201px;
	overflow: hidden;
	overflow: hidden;
	margin-bottom: 10px;
}
.lf_nav .tit {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #f7ffe3;
	height: 38px;
	line-height: 38px;
	background: url(../images/lf_n_t.gif) -20px top no-repeat;
	font-weight: 100;
	padding: 0 0 0 48px;
	/*margin: 0 0 0 6px;*/
}
.lf_nav .tit a {
	color: #f7ffe3;
}
.lf_nav .tit a:hover {
	color: #f7ffe3;
}
.lf_nav .nr {
	padding: 11px 0 0 2px;
	background: url(../images/lf_n_line.gif) 0px top repeat-y;
}
.lf_nav .nr h4 {
	font-size: 15px;
	font-family: "微软雅黑";
	height: 35px;
	line-height: 35px;
	padding: 0 0 5px 13px;
	background: url(../images/lf_n_h4.gif) left bottom no-repeat;
	margin: 0 0 4px;
}
.lf_nav .nr h4 a {
	color: #000;
	font-weight: 100;
	display: block;
	padding: 0 0 0 30px;
}
.lf_nav .nr h4 a:hover {
	color: #000;
}
.lf_nav .nr ul {
	margin: 0 0 8px;
}
.lf_nav .nr li {
	height: 26px;
	line-height: 26px;
}
.lf_nav .nr li a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 40px;
	background: url(../images/lf_n_ic.gif) 21px 9px no-repeat;
	font-size: 12px;
}
.lf_nav .nr .ic1 a {
	background: url(../images/lf_n_ic1.gif) left 9px no-repeat;
}
.lf_nav .nr .ic2 a {
	background: url(../images/lf_n_ic2.gif) left 9px no-repeat;
}
.lf_nav .nr .ic3 a {
	background: url(../images/lf_n_ic3.gif) left 9px no-repeat;
}
.lf_nav .nr .ic4 a {
	background: url(../images/lf_n_ic4.gif) left 9px no-repeat;
}
.lf_nav .nr .ic5 a {
	background: url(../images/lf_n_ic5.gif) left 9px no-repeat;
}
.lf_nav .nr .ic6 a {
	background: url(../images/lf_n_ic6.gif) left 1px no-repeat;
}
.lf_nav .nr .ic7 a {
	background: url(../images/lf_n_ic7.gif) left 9px no-repeat;
}
.lf_nav .nr .cur a {
	color: #25985d;
}

.plc {
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    position: relative;
    color: #666;
    overflow: hidden;
}
.pro_curmbs {
    margin-bottom: 10px;
    padding: 0 5px;
}
.rightl {
	width: 754px;
	float: left;
	display: inline;
	overflow: hidden;
}
.pro_main {
	background-color: #fff;
	border: solid 1px #ccc;
	border-top: none;
	border-bottom: none;
	zoom: 1;
	padding: 10px 5px;
	overflow: hidden;
}
dl.pd_list_dl {
	width: 217px;
	overflow: hidden;
	float: left;
	padding: 0px 15px 10px;
	height: 280px;
	background: url(../images/pro_img_sd.gif) center 160px no-repeat;
}
dl.pd_list_dl dt, dl.pd_list_dl dt a {
	width: 217px;
	height: 217px;
	line-height: 0;
	font-size: 0;
}
dl.pd_list_dl dt img {
	width: 211px;
	height: 211px;
	overflow: hidden;
	display: block;
	border: 3px #fff solid;
}

.pd_list_dl a:hover img {
	-webkit-animation: shake-time 1s ease;
	animation: shake-time 1s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}

dl.pd_list_dl dd {
	padding: 6px 0 0;
	line-height: 32px;
	height: 32px;
	display: block;
	background: url(../images/pro_line.gif) left bottom repeat-x;
	text-align: center;
	overflow:hidden;
}
dl.pd_list_dl p {
	padding: 6px 0px 0px 30px;
	display: block;
}
dl.pd_list_dl p a img {
	width: 66px;
	height: 18px;
	float: left;
	border: none;
	margin: 0 5px;
	overflow: hidden;
	display: block;
}
.RandomNews {
	background-color: #fff;
}
.diysr {
	background: url(../images/base754.gif) no-repeat;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	color: #25985d;
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.diysr a {
	color: #25985d;
	font-weight: bold;
}
.diysr a:hover, .tit a:hover {
	text-decoration: underline;
}
.news_random {
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	width: 752px;
	padding-top: 8px;
}
.news_random li {
	height: 28px;
	line-height: 28px;
	padding: 0 17px 0 10px;
	width: 345px;
	float: left;
	overflow: hidden;
}
.news_random li a {
	background: url(../images/ico55.gif) no-repeat 0 4px;
	padding-left: 12px;
}
.leftr {
    float: right;
    width: 201px;
    overflow: hidden;
    display: inline;
    margin-left: 5px;
}


.leib .tit {
	color: #fff;
	font-size: 15px;
	background: url(../images/tit1n.gif) no-repeat;
	height: 36px;
	line-height: 36px;
	padding-left: 18px;
	overflow: hidden;
	font-weight: normal;
	font-family: "微软雅黑";
}
.leib .tit a {
	color: #fff;
}
.leib .tit a:hover {
	color: #fff;
}
.leib .nr {
	border: 1px solid #dfdfdf;
	padding: 4px 11px 8px;
	background: #fff;
	border-bottom: 0;
}
.leib .nr h4 {
	background: url("../images/tit3n.gif") no-repeat scroll 0 0 transparent;
	height: 33px;
	line-height: 33px;
	margin-top: 4px;
	overflow: hidden;
	padding-left: 28px;
}
.leib .nr h4 a {
}
.leib .nr .cur a {
	display: block;
	color: #25985d;
}
.leib .nr li {
	border-bottom: 1px dashed #ccc;
}
.leib .nr .notbot {
	border-bottom: 0px;
}
.leib .nr li a {
	display: block;
	padding-left: 40px;
	background: url(../images/ico003.gif) no-repeat 30px center;
	line-height: 30px;
	height: 30px;
	overflow: hidden
}
.leib .nr li a {
}
.leib3 {
	width: 201px;
}
.leib3 .tit {
	color: #fff;
	font-size: 15px;
	background: url(../images/tit1n.gif) no-repeat;
	height: 36px;
	line-height: 36px;
	padding-left: 18px;
	overflow: hidden;
	font-weight: normal;
	font-family: "微软雅黑";
}
.leib3 .tit a {
	color: #fff;
}
.leib3 .nr {
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	background: #fff;
	overflow: hidden;
}
.leib3 .nr h4 {
	background: url(../images/tit3n.gif) no-repeat;
	height: 33px;
	line-height: 33px;
	padding-left: 28px;
	overflow: hidden;
	margin-top: 4px;
}
.leib3 .nr ul {
	padding: 0 15px;
}
.leib3 .nr li {
	background: url(../images/icon1.gif) no-repeat scroll 0 10px;
	padding-left: 17px;
	color: #666;
	line-height: 29px;
	overflow: hidden;
	white-space: nowrap;
	height: 29px;
	border-bottom: 1px dashed #DEDEDE
}
.leib3 .nr li a {
}
.leib3 .nr li.cur a {
	color: #25985d;
}
.leib3 .nr img {
	width: 199px;
}
.leib3 .nr p, .leib3 .nr h5 {
	padding-left: 10px;
	line-height: 24px;
}
.news_con {
    width: 730px;
    margin: 0 auto;
    padding-top: 15px;
}
.propar .line {
	font-weight: normal;
	text-decoration: line-through;
}
.propar .span_1 {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}
.propar .span_2 {
	font-size: 16px;
}
.propar h4 {
	color: #333;
	line-height: 28px;
	padding: 0 8px;
	border-bottom: 1px solid #25985d;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: 600;
}
.propar .more {
	text-align: right;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 5px;
}
.propar .more a {
	color: #25985d;
	padding-left: 12px;
	line-height: 20px;
}
.propar .more a img {
	margin-right: 5px;
}
.pro_order {
	padding: 5px;
	padding-bottom: 5px;
	background: url(../images/commnet_botttom.png) left bottom repeat-x #f1f1f1;
	border-top: 2px solid #25985d;
}
.pleft {
	width: 385px;
	z-index: 5;
	float: left;
	overflow: hidden;
}
.bigimg {
	width: 300px;
	height: 300px;
	border: solid 1px #ccc;
	padding: 2px;
	margin-bottom: 10px;
}
.pright {
	width: 320px;
	float: left;
	margin-left: 5px;
	z-index: 1;
	overflow: hidden;
	font-size: 14px;
}
.propar {
	padding-top: 15px;
}
.propar div.pd_short {
	line-height: 28px;
	background: #f1f1f1;
	padding: 5px;
    padding-bottom: 0;
}
.propar div, .proshop div {
	padding: 5px;
	padding-bottom: 0;
	line-height: 22px;
}
.propar div span {
	font-weight: bold;
}
.propar .spanPhone {
	color: #25985d;
	font-size: 20px;
}
.propar a.more {
	background: url(../images/ico14.gif) no-repeat 0 3px!important;
	_background: url(../images/ico14.gif) no-repeat 0 1px;
	padding-left: 10px;
}
.font_hotline {
	font-size: 22px;
	font-weight: bold;
	color: #25985d;
	font-weight: bold;
}
.propar .line {
	font-weight: normal;
	text-decoration: line-through;
}
.propar .span_1 {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}
.propar .span_2 {
	font-size: 16px;
}
.propar h4 {
	color: #333;
	line-height: 28px;
	padding: 0 8px;
	border-bottom: 1px solid #25985d;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: 600;
}
.propar .more {
	text-align: right;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 5px;
}
.propar .more a {
	color: #25985d;
	padding-left: 12px;
	line-height: 20px;
}
.propar .more a img {
	margin-right: 5px;
}
.pro_order {
	padding: 5px;
	padding-bottom: 5px;
	background: url(../images/commnet_botttom.png) left bottom repeat-x #f1f1f1;
	border-top: 2px solid #25985d;
}
body .cp {
	margin-top: 15px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 0 12px 0;
	margin-bottom: 10px;
}
.cptab {
	background: #25985d;
	line-height: 32px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.cptab a {
	float: left;
	line-height: 32px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
	font-family: "微软雅黑";
}
.cp dl {
	width: 215px;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 18px 0 0 23px;
}
.cp dt, .cp dt a {
	width: 215px;
	height: 215px;
	overflow: hidden;
}
.cp dt a:hover img {
	border: solid 1px #25985d;
} /*产品图片边框连接*/
.cp dt img {
	width: 211px;
	height: 211px;
	border: 1px solid #CCC;
	padding: 1px;
}

.cp dt a:hover img {
	-webkit-animation: shake-time 1s ease;
	animation: shake-time 1s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}


.cp dd {
	line-height: 24px;
	padding-top: 8px;
	overflow: hidden;
	display: block;
	text-align: center
}
.cp dd.d1 {
	display: none;
}
.t06 {
	line-height: 32px;
	text-indent: 15px;
}
.t01, .t02, .t03, .t05, .t06, .t07, .t08, .t09, .plc2, .rtit, .rtit1, .pro_lc, .lc1, .lc2, .lc3, .lc4, .lnav h3, .userleftnav h4, .leftsearch, .topsearch, .ljob, .jointel, .club_lin2, .procom h4, .caigou, .comments h4 {
    background-color:#25985d; color:#FFF;font-size: 15px;
}
.info_b2 {
    width: 738px;
}
.info_b, .info_b2 {
    border: solid 1px #ccc;
    border-top: 0px;
    padding: 5px 0;
    overflow: hidden;
    /* margin-bottom: 10px; */
    background: #fff;
}
ul.p_list_ul2 li {
    width: 342px;
    padding-right: 5px;
}
ul.p_list_ul li, ul.p_list_ul2 li {
    background: url(../images/ico10.gif) no-repeat 10px 9px;
    line-height: 23px;
    float: left;
    width: 298px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 20px;
    margin-left: 10px;
    display: inline;
    color: #666;
}
.news_con {
	width: 730px;
	margin: 0 auto;
	padding-top: 15px;
}
dl.dl_2 {
	width: 216px;
	padding: 10px 12px 10px;
	float: left;
	display: inline-block;
	height:250px;
}
dl.dl_2 dt {
	width: 216px;
	overflow: hidden;
	height: 216px;
}
dl.dl_2 dd {
	width: 216px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
}
dl.dl_2 dd a {
	color: #555;
}
dl.dl_2 dt img {
	height: 208px;
	width: 208px;
	padding: 3px;
	border: 1px solid #ccc;
}
.dl_2 a:hover img {
	-webkit-animation: shake-time 1s ease;
	animation: shake-time 1s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
dl.dl_2 dt a:hover img {
	border: 1px solid #25985d;
}
dl.pd_t05_con_dl {
	width: 170px;
	height: 195px;
	overflow: hidden;
	margin: 10px auto 3px;
}
dl.pd_t05_con_dl dt, dl.pd_t05_con_dl dt a {
	width: 170px;
	height: 170px;
	line-height: 0;
	font-size: 0;
}
dl.pd_t05_con_dl dt img {
	width: 166px;
	height: 166px;
	padding: 1px;
	border: solid 1px #ccc;
}
dl.pd_t05_con_dl dt a:hover img {
	border: solid 1px #25985d;
}
dl.pd_t05_con_dl dd {
	width: 170px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	padding-top: 5px;
	text-align: center;
	color: #555;
}
.pd_t05_con_dl a:hover img {
	-webkit-animation: shake-time 1s ease;
	animation: shake-time 1s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}

dl.news_dl {
	font-size: 14px;
	color: #666;
	padding: 0 5px;
	line-height: 22px;
	border-bottom: 1px dashed #CCCCCC;
}
dl.news_dl a {
	color: #000;
}
dl.news_dl dt {
	margin-bottom: 3px;
	margin-top: 5px;
	line-height: 24px;
	height: 24px;
	width: 720px;
	overflow: hidden;
}
dl.news_dl .dt_1 {
	height: 20px;
	background: url(../images/ico10.gif) no-repeat 0 6px;
	padding-left: 10px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
dl.news_dl .dt_1:hover {
	background: url(../images/ico7.gif) no-repeat 0 6px;
	color: #25985d;
}
dl.news_dl .dt_2 {
	font-size: 13px;
	float: right;
	padding: 0 10px 0 8px;
}
dl.news_dl .dt_3 {
	font-size: 13px;
}
dl.news_dl .dt_3 a {
	color: #25985d;
	text-decoration: underline;
}
dl.news_dl dd {
	font-size: 14px;
	padding-left: 10px;
	height: 45px;
	overflow: hidden;
	margin-bottom: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.newchang {
	border-bottom: 1px dashed #ccc;
	height: 25px;
	padding-left: 30px;
}
.plc2 {
	background-color:#F90;
	line-height: 32px;
	text-indent: 10px;
	color: #fff;
	margin-bottom: 10px;
}
.plc2 a {
	color: #fff;
	font-size:14px;	
}
.plc2 a:hover {
	color: #000;
}
.n_info_con {
    padding: 10px 15px 0 10px;
    overflow: hidden;
}
.n_info_con h1 {
	border-bottom: 1px dashed #CCCCCC;
	color: #333;
	font-family: "Microsoft Yahei", "微软雅黑", "黑体";
	font-weight: normal;
	font-size: 22px;
	line-height: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.n_info_con h3 {
	text-align: center;
	color: #000;
	margin-bottom: 10px;
	font-size: 24px;
	border-bottom: 1px dashed #CCCCCC;
} 
.info_con_tit {
	line-height: 24px;
	margin-bottom: 15px;
}
.info_con_tit span {
	margin-right: 20px;
}
.info_con_tit .n_tit {
	text-align: center;
	color: #444;
}
.info_con_tit .n_tit a {
	color: #444;
}
.info_con_tit .n_tit2 {
	height: 24px;
}
.n_info_con .tit2_span {
	float: right;
	margin: 0;
	_margin-top: 5px;
}
 .t04 {
	background: url('../images/t_bg.gif') repeat-x;
	height: 32px;
	line-height: 32px;
	color: #25985d;
	border: 1px solid #ccc;
	border-bottom: 2px solid #25985d;
	    text-indent: 15px;
}
 .t04 em {
	font-style: normal;
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: normal;
	float: left;
	text-transform: uppercase;
	padding-left: 5px;
	font-style: normal;
}
 .t04 a {
	color: #B61212;
}
.n_info_con3 dl {
	float: left;
	height: 240px;
	overflow: hidden;
	padding: 10px 8px 0 10px;
	width: 204px;
}
.n_info_con3 dt {
	width: 200px;
	padding: 1px;
	border: 1px solid #ccc;
	height:200px;
	line-height: 0;
	font-size: 0;
}
.n_info_con3 dt:hover {
	border: 1px solid #25985d;
}
.n_info_con3 dt img {
	width: 200px;
	height: 200px;
}

.n_info_con3 a:hover img {
	-webkit-animation: shake-time 1s ease;
	animation: shake-time 1s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.n_info_con3 dd {
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
	color: #ab8673;
	width: 204px;
}
.n_info_con3 dd a {

	color: #333;
}
#newpro {
	width: 250px;
	margin: 0 auto;
}
#newpro h5 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
#newpro h5 a {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
#newpro dl {
	height: 80px;
	overflow: hidden;
}
#newpro dl dt {
	width: 104px;
	height: 77px;
	float: left;
}
#newpro dl dt img {
	width: 100px;
	height: 73px;
	border: 1px solid #CCC;
	padding: 1px;
}
#newpro dl dt a:hover img {
	border: 1px solid #25985d
}
#newpro dl dd {
	float: left;
	height: 72px;
	line-height: 24px;
	width: 120px;
	margin-left: 6px;
	display: inline;
	overflow: hidden;
	font-size:14px;
}
#newpro dl dd li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	width: 200px;
}
.t03 {
    background: #25985d;
    line-height: 28px;
    text-indent: 15px;
    font-size: 15px;
    font-weight: normal;
    font-family: "微软雅黑";
}
ul.n_rt_ul {
	background: url(../images/news_list_bg.gif) no-repeat 0 5px;
	width: 230px;
	margin: 8px auto;
	overflow: hidden;
	padding-left: 5px;
}
ul.n_rt_ul li {
	line-height: 24px;
	width: 156px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
}
ul.n_rt_ul2 {
	width: 240px;
	margin: 8px auto;
	overflow: hidden;
}
ul.n_rt_ul2 li {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 5px;
}

#wrapper {
	background:#fff;
	position:relative;
}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:500px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.box {
	height: 1146px;
	overflow: hidden;
	background: url(../images/box_sd.gif) 243px 10px no-repeat;
	background-repeat: repeat-y;
}
.lf_nav {
	width: 225px;
	overflow: hidden;
	overflow: hidden;
}
.lf_nav h2 {
	font-size: 16px;
	font-family: "微软雅黑";
	height: 38px;
	line-height: 38px;
	background: url(../images/lf_n_t.gif) left top no-repeat;
	font-weight: 100;
	padding: 0 0 0 60px;
	margin: 0 0 0 6px;
}
.lf_nav h2 a {
	color: #f7ffe3;
}
.lf_nav h2 a:hover {
	color: #f7ffe3;
}
.lf_nav_ct {
	padding: 11px 0 0 2px;
	height: 931px;
	background9: url(../images/lf_n_line.gif) 6px top repeat-y;
}
.lf_nav_ct h3 {
	font-size: 15px;
	font-family: "微软雅黑";
	height: 35px;
	line-height: 35px;
	padding: 0 0 5px 13px;
	background: url(../images/lf_n_h3.gif) left bottom no-repeat;
	margin: 0 0 4px;
}
.lf_nav_ct h3 a {
	color: #000;
	font-weight: 100;
	display: block;
	padding: 0 0 0 29px;
}
.lf_nav_ct h3 a:hover {
	color: #000;
}
.lf_nav_ct ul {
	margin: 0 0 8px;
}
.lf_nav_ct li {
	height: 26px;
	line-height: 26px;
}
.lf_nav_ct li a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 40px;
	background: url(../images/lf_n_ic.gif) 21px 9px no-repeat;
	font-size: 12px;
}
.lf_nav_ct .ic1 a {
	background: url(../images/lf_n_ic1.gif) left 9px no-repeat;
}
.lf_nav_ct .ic2 a {
	background: url(../images/lf_n_ic2.gif) left 9px no-repeat;
}
.lf_nav_ct .ic3 a {
	background: url(../images/lf_n_ic3.gif) left 9px no-repeat;
}
.lf_nav_ct .ic4 a {
	background: url(../images/lf_n_ic4.gif) left 9px no-repeat;
}
.lf_nav_ct .ic5 a {
	background: url(../images/lf_n_ic5.gif) left 9px no-repeat;
}
.lf_nav_ct .ic6 a {
	background: url(../images/lf_n_ic6.gif) left 1px no-repeat;
}
.lf_nav_ct .ic7 a {
	background: url(../images/lf_n_ic7.gif) left 9px no-repeat;
}
.pro {
	width: 705px;
	overflow: hidden;
}
.pr_tp {
	margin-left: 18px;
	background: url(../images/pro_t_l.gif) left bottom repeat-x;
	height: 39px;
	line-height: 37px;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.pr_tp h3 {
	float: left;
	padding: 0 3px 0 0;
	border-bottom: 2px #25985d solid;
}
.pr_tp h3 a {
	font-size: 18px;
	color: #25985d;
	font-weight: 100;
}
.pr_tp h3 a:hover {
	color: #25985d;
}
.pr_tp span {
	font-size: 12px;
	font-family: Didot;
	text-transform: uppercase;
}
.pr_tp .fr {
	font-size: 12px;
	color: #626262;
	font-family: Arial;
	text-transform: uppercase;
}
.pr_tp .fr:hover {
	color: #626262;
}
.pr_tp1 li {
	float: left;
	color: #666;
}
.pr_tp1 li a {
	color: #666;
	font-size: 15px;
	font-family: "微软雅黑";
	display: inline-block;
	padding: 0 5px;
}
.pr_tp1 li a:hover, .pr_tp1 .cur a {
	color: #25985d;
}
.pr_tp1 ul {
	height: 37px;
	border-bottom: 2px #25985d solid;
	float: left;
}
.pro_ct {
	heigh3t: 240px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 705px;
	clear: both;
}
.pro_ct li {
	float: left;
	margin: 0 0 0 18px;
	display: inline;
	overflow: hidden;
	width: 217px;
	text-align: center;
	box-shadow: 2px 2px 5px #cbcaca;
	margin-bottom:10px;
}
.pro_ct li a img {
	width: 215px;
	height: 215px;
	overflow: hidden;
	display: block;
	border: 3px #fff solid;
}
.pro_ct li a:hover img {
	-webkit-animation: shake-time 1s ease;
	animation: shake-time 1s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.pro_ct span {
	padding: 6px 0 0;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	display: block;
left bottom repeat-x;
}
.pro_ct a {
	color: #666;
}
.pro_ct a:hover {
	color: #666;
}
.pro_ct p {
	padding: 6px 0 0 30px;
}
.pro_ct p a img {
	width: 66px;
	height: 18px;
	float: left;
	border: none;
	margin: 0 5px;
}
.pro_cts {
	overflow: hidden;
	padding: 20px 0 0;
	width: 705px;
	clear: both;
}
.pro_cts li {
	float: left;
	margin: 0 0 0 18px;
	display: inline;
	overflow: hidden;
	width: 217px;
	text-align: center;
	background: url(../images/pro_img_sd.gif) center 191px no-repeat;
}
.pro_cts li a img {
	width: 211px;
	height: 185px;
	overflow: hidden;
	display: block;
	border: 3px #fff solid;
}
.pro_cts span {
	padding: 6px 0 0;
	line-height: 32px;
	display: block;
	background: url(../images/pro_line.gif) left bottom repeat-x;
}
.pro_cts a {
	color: #666;
}
.pro_cts a:hover {
	color: #666;
}
.pro_cts p {
	padding: 6px 0 0 30px;
}
.pro_cts p a img {
	width: 66px;
	height: 18px;
	float: left;
	border: none;
	margin: 0 5px;
}

.asvW {
	margin: 0 auto;
	height: 1090px;
	overflow: hidden;
	background: url(../images/adv_tp.gif) center top no-repeat;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	clear: both;
}
.asv {
	padding: 147px 0 0;
	background: url(../images/abt_sd.jpg) center 613px no-repeat;
}
.asv em {
	margin: 0 10px 0 0;
	float: left;
	font-style: normal;
	font-size: 52px;
	color: #fff;
	font-family: Didot;
	font-weight: 100;
	display: inline-block;
	float: left;
	width: 46px;
	text-align: center;
	padding: 4px 0 0;
	line-height: 78px;
	height: 78px;
	background: url(../images/adv_tt.gif) center top no-repeat;
}
.asv dt b {
	font-size: 36px;
	line-height: 48px;
	color: #25985d;
}
.asv dt span {
	font-size: 20px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
}
.asv dt i {
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #858585;
	text-transform: uppercase;
}
.asv .asv_in li {
	width: 360px;
	line-height: 38px;
	height: 38px;
	background: url(../images/adv_line.gif) left bottom repeat-x;
	clear: both;
}
.asv .asv_in li p {
	padding: 0 0 0 20px;
	background: url(../images/adv_ic.gif) left 15px no-repeat;
}
.asv .asv_in .last {
	background: none;
}
.asv dd {
	padding: 5px 0 0 38px;
}
.asv_u {
	padding: 30px 0 0 60px;
	height: 435px;
	overflow: hidden;
	background: url(../images/adv1.jpg) 484px 30px no-repeat;
}
.asv1 {
	height: 220px;
	overflow: hidden;
}
.asv3 {
	height: 220px;
	overflow: hidden;
}
.asv_b {
	padding: 35px 0 0 540px;
	height: 440px;
	overflow: hidden;
	background: url(../images/adv2.jpg) 22px 50px no-repeat;
}
.product2{margin-top:15px;}
.product2 dl {
	float: left;
	width: 23%;
	margin: 15px 1% 15px 1%;
}
.product2 dt {
	text-align: center;
	    background: url(../images/wit_sd.gif) center bottom no-repeat;
		padding: 0 0 7px;
}
.product2 dt img {
	width: 100%;
	/*height: 214px;*/
	border: 1px #fff solid;
	border-radius: 3px;
}
.product2 a:hover img {
	-webkit-animation: shake-time 1s ease;
	animation: shake-time 1s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.product2 dd {
	text-align: center;
	height: 16px;
	line-height: 30px;
}
.product2 dd a {

	font-weight:bold;
}
.abt {
    padding: 15px 0 0;
    height: 320px;
    overflow: hidden;
}
.abt_lf {
    width: 944px;
    overflow: hidden;
}
.abt_tp {
    background: url(../images/abt_tp_ic.gif) left bottom no-repeat;
    height: 43px;
    line-height: 37px;
    overflow: hidden;
}
.abt_tp .fr {
    font-size: 12px;
    color: #626262;
    font-family: Arial;
    text-transform: uppercase;
}
.abt_tp h3 {
    float: left;
    font-family: "微软雅黑";
    margin: 0 6px 0 0;
	font-size: 20px;
}
.abt_tp span {
    font-size: 12px;
    font-family: Didot;
    text-transform: uppercase;
    color: #bfbfbf;
}
.abt_l_c dl {
    padding: 14px 0 0;
    overflow: hidden;
}
.abt_l_c dt {
    overflow: hidden;
    float: left;
    height: 230px;
    padding: 0 0 14px;
    background: url(../images/abt_sd.gif) center bottom no-repeat;
}
.abt_l_c dd {
    float: right;
    width: 640px;
    overflow: hidden;
}
.abt_l_c dd h4 {
    padding: 2px 0 4px;
}
.abt_l_c dd a {
    color: #333;
    font-size: 16px;
}
.abt_l_c dd p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    height: 185px;
    padding: 4px 0 0;
    text-align: justify;
}
.abt_l_c span a {
    color: #25985d;
    font-size: 14px;
	font-weight:bold;
}
.inf {
    height: 376px;
    padding: 10px 0 0;
    overflow: hidden;
}
.inf1 {
    width: 300px;
    overflow: hidden;
    padding: 0 38px 0 0;
    background: url(../images/info_sd2.gif) 318px 10px no-repeat;
}
.abt_tp {
    background: url(../images/abt_tp_ic.gif) left bottom no-repeat;
    height: 43px;
    line-height: 37px;
    overflow: hidden;
}
.abt_tp .fr {
    font-size: 12px;
    color: #626262;
    font-family: Arial;
    text-transform: uppercase;
}
.abt_tp h3 {
    float: left;
    font-family: "微软雅黑";
    margin: 0 6px 0 0;
	font-size:20px;
}
.abt_tp span {
    font-size: 12px;
    font-family: Didot;
    text-transform: uppercase;
    color: #bfbfbf;
}
.inf1_c dl {
    padding: 14px 0 0;
    width: 300px;
    height: 106px;
    overflow: hidden;
}
.inf1_c dt {
    overflow: hidden;
    float: left;
    height: 96px;
    padding: 0 0 11px;
    background: url(../images/info_sd.gif) center bottom no-repeat;
}
.inf1_c dt img {
    width: 126px;
    height: 92px;
    overflow: hidden;
    padding: 2px;
    background: #fff;
}
.inf1_c dd {
    float: right;
    width: 160px;
    overflow: hidden;
}
.inf1_c dd h4 {
    padding: 2px 0 4px;
}
.inf1_c dd a {
    color: #333;
    font-size: 12px;
}
.inf1_c dd p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    height: 55px;
    padding: 0 0 0;
    text-align: justify;
}
.inf1_c span a {
    color: #25985d;
    font-size: 12px;
}
.inf1_c ul {
    clear: both;
}
.inf1_c li {
    line-height: 34px;
    padding: 0 0 0 14px;
    border-bottom: 1px #9f9f9f dotted;
    background: url(../images/info_ic.gif) left 14px no-repeat;
    overflow: hidden;
    height: 34px;
}
.inf1_c li span {
    float: right;
    font-size: 12px;
}
.inf2 {
    width: 280px;
    overflow: hidden;
}
.abt_tp {
    background: url(../images/abt_tp_ic.gif) left bottom no-repeat;
    height: 43px;
    line-height: 37px;
    overflow: hidden;
}
.inf2_c {
    padding: 1px 0 0 12px;
    line-height: 24px;
    color: #666;
}
.inf2_c dl {
    padding: 16px 0 15px 0;
    border-bottom: 1px #c4c4c4 dashed;
}
.inf2_c dt {
    background: url(../images/que.gif) 2px 5px no-repeat;
    margin: 0 0 6px;
}
.inf2_c dt, .inf2_c dd {
    padding: 0 0 0 28px;
}
.inf2_c a {
    color: #333;
}
.inf2_c dd {
    background: url(../images/ans.gif) 2px 5px no-repeat;
}
.inf2_c dt{
    padding: 0 0 0 28px;
}
.inf2_c dd {
    padding: 0 0 0 8px;
}
.link {
    height: 124px;
    overflow: hidden;
    clear: both;
}
.link_ct {
    padding: 14px 0 0;
    color: #aeaeae;
}
.link_ct a {
    color: #666;
    padding: 0 18px 0;
    display: inline-block;
    line-height: 25px;
}

#floatDivBoxs{width:172px;background:#fff;position:fixed;top:250px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:97px;line-height:97px;background:url(../images/online_arrot.gif) top center no-repeat;position:relative;}
#floatDivBoxs .floatDqq{padding: 8px 0;}
#floatDivBoxs .floatDqq li{width: 146px;margin: 0 auto;}
#floatDivBoxs .floatDqq li a{width: 146px;margin: 0 auto;display: block;line-height: 38px;height: 38px;background: url(../images/qq.gif) center center no-repeat;}
#floatDivBoxs .floatDqq li a:hover{background: url(../images/qq1.gif) center center no-repeat;}
#floatDivBoxs .floatDtxt{width: 146px;margin: 0 auto;background: url(../images/online_arrowx.gif) top center no-repeat;padding: 46px 0 0;text-align: center;}
#floatDivBoxs .floatDtxt img{max-width: 115px;max-height: 115px;display: block;margin: 0 auto;}
#floatDivBoxs .floatDtxt b{line-height: 35px;text-align: center;font-size: 12px;color:#00b5ed;display: block;}
#floatDivBoxs .floatDbg{text-indent:43px;font-size:16px;color:#222322;width:100%;padding:15px 0 0;height:58px;background:url(../images/online_arrob.gif) no-repeat;}
.floatShadow{background:url(../images/online_arroz.gif);}
#rightArrow{position:absolute;top:50%;margin-top:-58px;left:-33px;width:33px;height:116px;background:url(../images/online_arrow.gif) no-repeat;z-index:999;}
#rightArrow a{display:block;height:116px;}


.fanye{
	text-align:center;
	clear: both;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.fanye a{display:inline-block;height:30px;color:#fff;text-align:center;margin:0 4px;line-height:30px; text-decoration:none;}
.fanye a.page{background-color:#999;width:30px;height:30px;color:#fff;text-align:center;margin:0 4px;line-height:30px}
.fanye a.next{background-color:#333;width:60px;}
.fanye a.page:hover{background-color:#25985d;box-shadow: 0px 0px 9px #999;}
.fanye a.cur{background-color:#25985d;width:30px; text-align:center;box-shadow: 0px 0px 9px #999;}
