@charset "gb2312";
/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
 
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px/1.8 'microsoft yahei', tahoma, verdana, 'simsun';
}
img {
	border: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #005fc9;
	text-decoration: underline;
}
ul {
	list-style: none;
}
input, select, button {
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
}
/*---------- stock ---------*/
.center {
	margin: 0px auto;
}
.w960 {
	width: 1000px;/*position:relative;*/
}
.pright .infos_userinfo {
	margin-bottom: 0px;
}
.mt1 {/* ( margin-top * 1 ) */
	margin-top: 8px;
}
.pright .mt1 {
	margin-top: 0px;
}
.mt2 {/* ( margin-top * 2 ) */
	margin-top: 16px;
}
.clear {
	overflow: hidden;
}
.fs-12 {
	font-size: 12px;
}
.fc-f60 {
	color: #F60;
}
.fc-f90 {
	color: #F90;
}
.clr {
	clear: both;
}
.ipt-txt {
	line-height: 15px;
	padding: 4px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #666 #BBB #BBB #666;
	font-size: 12px;
	margin-right: 2px;
}
.nb {
	line-height: 20x;
	padding: 1px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #666 #BBB #BBB #666;
	font-size: 12px;
	margin-right: 2px
}
.btn-1 {
	width: 56px;
	height: 24px;
	border: none;
	background: url(/pyfile/images/comm-bt.gif) no-repeat;
	line-height: 25px;
	letter-spacing: 1px;
	cursor: pointer;
	overflow: hidden;
	color: #585858;
}
.btn-2 {
	width: 70px;
	height: 25px;
	border: none;
	background: url(/pyfile/images/btn-bg2.gif) left top no-repeat;
	line-height: 25px;
	overflow: hidden;
	color: #444;
	margin-right: 2px;
	cursor: pointer;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header {
	width: 100%;
	margin: auto;
	font-family: "微软雅黑", 'microsoft yahei';
}
.header_top {
	height: 37px!important;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #DBDBDB;
	color: #676767;
	font-size: 14px;
}
.header_top .time {
	float: left;
	padding-left: 10px;
}
.header_top a.rss {
}
.header_top .toplinks {
	float: right;
	text-align: right;
}
.header_top .toplinks a {
	margin: 0 5px;
}
.header_top .toplinks span {
	margin-left: 5px;
}
.header_top .toplinks span a {
	margin: 0 2px;
}
.header .search {
	height: 40px;
	float: left;
	width: 100%;
	overflow: hidden;
}
.header .search .form {
	float: left;
	padding-top: 8px;
}
.header .search .tags {
	float: left;
	padding-left: 10px;
	padding-top: 8px;
}
.header .search .tags h4 {
	float: left;
}
.header .search .tags ul {
	float: left;
}
.header .search .tags ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.header a {
	color: #777;
}
.header a:hover {
	color: #ff3333;
	text-decoration: none;
}
.header .top {
	clear: both;
}
.toplogobox {
	height: 124px;
	overflow: hidden;
}
.toplogobox .left {
	float: left;
}
.toplogobox .left .toplogo {
	width: 350px;
	height: 124px;
	background: url(/pyfile/images/logo.png) left top no-repeat;
	float: left;
}
.toplogobox .left .toplogo a {
	display: block;
	width: 212px;
	height: 124px;
}
.toplogobox .left .tex {
	padding-left: 10px;
	padding-top: 30px;
	float: left;
	width: 275px;
}
.toplogobox .left .tex .tex1 {
	font-size: 18px;
	color: #333333;
	float: left;
	line-height: 30px;
}
.toplogobox .left .tex .tex2 {
	font-size: 20px;
	color: #0060c6;
	font-weight: bold;
	float: left;
	line-height: 35px;
}
.toplogobox .right {
	float: right;
	width: 330px;
	height: 124px;
}
.toplogobox .right .left {
	width: 50px;
	height: 124px;
	background: url(/pyfile/images/toptelbg.jpg) left center no-repeat;
}
.toplogobox .right .tex {
	padding-top: 35px;
	float: left;
	width: 280px;
}
.toplogobox .right .tex1 {
	font-size: 22px;
	color: #cd201a;
	line-height: 30px;
}
.toplogobox .right .tex2 {
	font-size: 14px;
	color: #393838;
	line-height: 25px;
}
.header .title {
	float: left;
	padding-left: 10px;
}
.header .title h1 a {
	width: 216px;
	height: 54px;
	display: block;
	overflow: hidden;
}
.header .banner {
	width: 500px;
	height: 60px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.header .banner img {
	width: 500px;
	height: 60px;
	display: block;
}
.header .banner2 {
	width: 200px;
	height: 60px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.header .banner2 img {
	width: 200px;
	height: 60px;
	display: block;
}
.header .welcome {
	float: right;
	margin-top: 20px;
	padding-right: 10px;
	color: #999;
}
.header .welcome a {
	margin: 0px 3px;
}
/*----- 新版导航菜单位置的样式 -------*/

/*-------- 圆角模型 ---------*/
.module, .module .mid {
}
.module .top .t_l, .module .bottom .b_l {
	float: left;
	overflow: hidden;
}
.module .top .t_r, .module .bottom .b_r {
	float: right;
	overflow: hidden;
}
.module .top em {
	float: left;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.module .top em a:link, .module .top em a:visited {
	font-size: 13px;
	font-weight: bold;
}
.module .top span {
}
.module .top strong {
	cursor: pointer;
	float: right;
	font-weight: normal;
	margin-right: 4px;
}
.module .mid .m_l, .module .mid .m_r {
	overflow: hidden;
}
.module .mid .content {
	overflow: hidden;
	height: 100%;
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;/*padding-bottom: 10px;*/
}
.module .top, .module .top .t_l, .module .top .t_r, .module .bottom, .module .bottom .b_l, .module .bottom .b_r {
	background-image: url("/pyfile/images/green_skin.png");
}
/*------ 主色 -------*/
.blue .top {
	background-position: 0 -72px;
	background-repeat: repeat-x;
	height: 70px;
}
.blue .top .t_l {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 70px;
	width: 5px;
}
.blue .top .t_r {
	background-position: -6px 0;
	background-repeat: no-repeat;
	height: 70px;
	width: 5px;
}
/* --------- 导航 ----------------*/
.w963 {
	width: 1000px;
}
.clear {
	clear: both;
}
nav {
	height: 54px;
	background: url(/pyfile/images/navili.jpg) left top repeat-x;
	width: 100%;
	float: left;
}
nav .inner {
	z-index: 999999;
}
nav ul {
	height: 54px;
	zoom: 1;
}
nav li {
	float: left;
	display: inline;
	height: 54px;
	width: 121px;
	line-height: 54px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	z-index: 999999;
}
nav li.line {
	padding: 0px 1px;
}
nav li.navili {
}
nav li.navili a {
	font-size: 16px;
	font-weight: Medium;
	color: #FFFFFF;
	display: block;
	font-family: "微软雅黑", 'microsoft yahei';
}
.current {
	background: url(/pyfile/images/navili2.jpg) left top repeat-x;
}
.current a {
	font-size: 16px;
	font-weight: Medium;
	color: #FFFFFF;
	display: block;
	font-family: "微软雅黑", 'microsoft yahei';
}
nav li a {
	font-size: 16px;
	color: #ffffff;
	display: block;
}
nav li.navili a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: url(/pyfile/images/navili2.jpg) left top repeat-x;
}
nav li.current a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: url(/pyfile/images/navili2.jpg) left top repeat-x;
}
nav dl {
	display: none;
	position: absolute;
	z-index: 999999;
	text-align: left;
	
	border: 1px solid #ccc;
	border: none\9;
	padding: 0px 0px;
	left: 0px;
	top: 54px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
*html nav dl {
	border: none;
}
*+html nav dl {
	border: none;
}
nav dl dd {
	height: 30px;
	line-height: 30px;
	background: url(/pyfile/images/dt-11.gif) no-repeat 5px 12px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 10px;
}
nav dl dd a {
	color: #333333;
	font-weight: bold;
	display: block;
	width: 100%;
}
nav dl dd a.depth_3 {
	color: #333333;
	font-size: 14px
}
nav dl dd a.depth_3:hover {
	background: none;
	color: #333333
}
nav li.hover dl dd a:hover {
	background: none;
	color: #333333
}
#navMenu {
	width: 915px;
	overflow: hidden;
	height: 28px;
	padding: 8px 0 0 15px;
}
#navMenu ul {
	float: left;
	height: 22px;
}
#navMenu ul li {
	font: 14px/1.5 "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
	float: left;
	height: 22px;
	margin-right: 10px;
	margin-left: -3px;
	padding-left: 10px;
}
#navMenu ul li a {
	color: #FFF;
	height: 22px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
#navMenu ul li a.hover {
	color: #DEFF01;
	height: 22px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
#navMenu ul li span {
	cursor: pointer;
	display: inline-block;
	height: 22px;
	line-height: 20px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ebf5e9;
}
#navMenu ul li.hover {
	padding-top: 0;
}
#navMenu ul li.hover a {
	display: inline-block;
	position: relative;
}
#navMenu ul li.hover span {
	cursor: pointer;
	display: inline-block;
	height: 22px;
	line-height: 20px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}
#navMenu ul li a.hover, #navMenu ul li a:hover {
	text-decoration: none;
	color: #DEFF01;
	display: inline-block;
	position: relative;
}
#navMenu ul li a.hover span, #navMenu ul li a:hover span {
	cursor: pointer;
	display: inline-block;
	height: 22px;
	color: #DEFF01;
	line-height: 20px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 120px;
	visibility: hidden;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: -1px;
	border: 1px solid #93E1EB;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	background: url(/pyfile/images/mmenubg.gif);
	padding-top: 6px;
	padding-bottom: 6px;
}
.dropMenu li {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-left: 6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color: red;
	text-decoration: underline;
}
/*------ //搜索框 ---------*/
.search-keyword {
	width: 210px;
	height: 18px;
	padding-top: 2px;
	padding-left: 6px;
	border: 0px;
	border: #cccccc solid 1px;
	background: #FFF;
	color: #444;
}
.search-submit {
	cursor: pointer;
	width: 68px;
	height: 22px;
	font-size: 0px;
	color: #fafafa;
	border: 0px;
	background: url(/pyfile/images/search-bt.gif) no-repeat;
}
.search-option {
	margin-left: 3px;
	margin-right: 3px;
	border: #cccccc solid 1px;
	height: 22px;
}
.w963 .search {
	padding-left: 10px;
	line-height: 32px;
}
.w963 .form h4 {
	display: none;
}
.w963 .form {
	float: left;
	margin: 0 10px 0 0;
 *margin:0 10px 0 0;
	_margin: 5px 10px 0 0;
}
.w963 .tags {
	width: 500px;
	overflow: hidden;
}
.w963 .tags h4 {
	float: left;
	margin-right: 6px;
	height: 26px;
	font-size: 12px;
	color: #777;
}
.w963 .tags li {
	float: left;
	margin-right: 6px;
}
/*-- //End 导航菜单 --*/

/*---------- frame : channel-nav ---------*/
.channel-nav {
	margin-top: 8px;
	padding-left: 6px;
	height: 24px;
	width: 950px;
	overflow: hidden;
}
.channel-nav .sonnav {
	width: 830px;
	line-height: 26px;
	float: left;
	color: #256DB1;
}
.channel-nav .sonnav span {
	margin-right: 10px;
	float: left;
}
.channel-nav .sonnav span a {
	padding: 0 4px;
	border: 1px solid #BADAA1;
	height: 22px;
	line-height: 21px;
	background: url(/pyfile/images/channel_bg.png) repeat-x;
	display: inline-block;
}
.channel-nav .sonnav span a.thisclass {
	border: 1px solid #3aa21b;
}
.channel-nav .sonnav a {
	color: #428C5B;
	text-decoration: none;
}
.channel-nav .sonnav a:hover {
	color: #287212;
}
.channel-nav .back {
	display: block;
	height: 22px;
	line-height: 21px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 20px;
	letter-spacing: 2px;
	float: right;
	background: url(/pyfile/images/ico-home.gif) 4px 10px no-repeat;
}
.channel-nav .back a {
	color: #397CBE;
}
.channel-nav .back a:hover {
	text-decoration: none;
	color: #777;
}
.homehezuobox {
	height: 260px;
	background: url(/pyfile/images/hezuobg.jpg) left top repeat-x;
}
.homehezuo {
	width: 100%;
	height: 260px;
	float: left;
}
.homehezuo .tm {
	height: 100px;
	background: url(/pyfile/images/hx.jpg) left 79px repeat-x;
}
.homehezuo .tm .tex {
	height: 100px;
	width: 225px;
	margin: 0 auto;
	background: url(/pyfile/images/hezuobg.jpg) left top repeat-x;
	overflow: hidden;
}
.homehezuo .tm .en {
	height: 63px;
	background: url(/pyfile/images/hzen.gif) center bottom no-repeat;
}
.homehezuo .tm .cn {
	height: 35px;
	text-align: center;
	line-height: 30px;
	color: #0050ba;
	font-size: 25px;
}
.homehezuo .tm .cn span {
	color: #333333
}
.homehezuo .tm .cn a {
	color: #0050ba;
}
.homehezuo .mm {
	height: 140px;
	padding-top: 20px;
	width: 1000px;
	float: left;
	overflow: hidden;
	position: relative;
}
.homehezuo .mm ul {
	padding: 0px;
	list-style: none;
}
.homehezuo .mm ul li {
	width: 186px;
	height: 140px;
	float: left;
}
.hezuoimg {
	width: 150px;
	height: 75px;
	float: left;
	border: 3px solid #cccccc;
	overflow: hidden;
}
.hezuoname {
	height: 35px;
	float: left;
	width: 150px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}
.hezuoname a:hover {
	text-decoration: underline;
}
.homepicbox {
	width: 930px;
	height: 125px;
	overflow: hidden;
	position: relative;
	left: 40px;
}
.piclist {
	height: 140px;
	position: absolute;
	left: 0px;
	top: 0px
}
.swaplist {
	position: absolute;
	left: -3000px;
	top: 0px
}
.og_prev, .og_next {
	width: 30px;
	height: 50px;
	background: url(/pyfile/images/icon.png) no-repeat;
	background: url(/pyfile/images/icon_ie6.png) no-repeat\9;
	position: absolute;
	top: 43px;
	z-index: 99;
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.og_prev {
	background-position: 0 -60px;
	left: 0px;
}
.og_next {
	background-position: 0 0;
	right: 0px;
}
.homebox1 {
	height: 615px;
	padding-top: 20px;
}
.homepordleftbox {
	width: 240px;
	float: left;
}
.homepordleftbox .tm {
	height: 91px;
	background: url(/pyfile/images/lefttm.jpg) left top no-repeat;
}
.homepordleftbox .tm .cn {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 35px;
	padding-left: 35px;
	padding-top: 10px;
}
.homepordleftbox .tm .en {
	font-size: 18px;
	color: #60c1ff;
	line-height: 30px;
	padding-left: 35px;
}
.homepordleftbox .mm {
	background: #eeeeee
}
.homepordleftbox .mm ul {
}
.homepordleftbox .mm ul li {
	height: 51px;
	border-bottom: 1px solid #e4e4e4;
	background: url(/pyfile/images/leftli1.jpg) 19px 20px no-repeat;
	line-height: 51px;
	font-size: 16px;
}
.homepordleftbox .mm ul li a {
	display: block;
}
.homepordleftbox .mm ul li span {
	padding-left: 38px;
}
.homepordleftbox .mm ul li:hover, .homepordleftbox .mm ul li.sfhover {
	background: url(/pyfile/images/leftli2.jpg) 19px 20px no-repeat #90cf38;
	color: #ffffff
}
.homepordleftbox .mm ul li:hover a, .homepordleftbox .mm ul li.sfhover a {
	color: #ffffff;
}
.homepordleftbox .dm {
	height: 132px;
	background: url(/pyfile/images/homeleftlx.jpg) left top no-repeat;
}
.homepodbox {
	width: 742px;
	float: right;
}
.homepodbox .tm {
	height: 47px;
	background: url(/pyfile/images/tm1.jpg) left top no-repeat;
}
.homepodbox .tm .tex {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	line-height: 47px;
	padding-left: 15px;
}
.more {
	float: right;
	line-height: 47px;
	padding-right: 10px;
}
.homepodbox .mm {
	padding-top: 15px;
}
.homepodbox .mm ul {
	width: 100%;
	float: left;
	padding-left: 10px;
}
.homepodbox .mm ul li {
	width: 247px;
	height: 286px;
	float: left;
}
.pordimg {
	width: 222px;
	height: 167px;
	float: left;
	line-height: 167px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #cccccc;
	padding: 1px;
	padding-top: 0px
}
i {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.pordimg img {
	vertical-align: middle;
	margin: 0 auto;
}
.pordname {
	height: 35px;
	line-height: 35px;
	float: left;
	width: 224px;
	text-align: left;
	font-size: 16px;
}
.pordname a {
	color: #333333
}
.podyingy {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	width: 224px;
	float: left;
	height: 40px;
	overflow: hidden;
}
.xiangxi {
	line-height: 28px;
	width: 224px;
	float: left;
	color: #0066cc
}
.xiangxi a {
	color: #0066cc
}
.pordname2 {
	height: 35px;
	line-height: 35px;
	float: left;
	width: 224px;
	text-align: center;
	font-size: 16px;
}
.pordname2 a {
	color: #333333
}
.homegao1 {
	height: 128px;
	background: url(/pyfile/images/homegao1.jpg) center top no-repeat;
}
.homegao1 .tel {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	left: 780px;
	top: 57px;
	font-family: Arial;
}
.height20 {
	height: 20px;
}
.height10 {
	height: 10px;
}
.homeyoushi {
}
.homeyoushi .tm {
}
.homeyoushi .tm .tex1 {
	height: 143px;
	background: url(/pyfile/images/youshitm.jpg) center bottom no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
.homeyoushi .tm .tex2 {
	text-align: center;
	font-size: 18px;
	color: #666666;
}
.homeyoushi .mm {
	padding-top: 40px;
}
.youshibox1 {
	height: 350px;
	background: url(/pyfile/images/yousbg1.jpg) center top no-repeat;
}
.youshili1 {
	position: relative;
	height: 164px;
	width: 100%
}
.youshibox1 .biaoti1 {
	font-size: 20px;
	color: #005fc9;
	line-height: 30px;
	position: absolute;
	left: 65px;
	top: 6px;
}
.youshibox1 .biaoti2 {
	font-size: 15px;
	color: #333333;
	line-height: 28px;
	position: absolute;
	left: 65px;
	top: 43px;
}
.youshibox1 .texbox {
	width: 505px;
	position: absolute;
	left: 26px;
	top: 81px;
}
.youshibox1 .texbox ul {
}
.youshibox1 .texbox ul li {
	background: url(/pyfile/images/li1.jpg) left 12px no-repeat;
	padding-left: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #666666
}
.youshili2 {
	position: relative;
	height: 183px;
	width: 100%
}
.youshili3 {
	position: relative;
	height: 194px;
	width: 465px;
	float: right;
}
.youshili4 {
	position: relative;
	height: 183px;
	width: 465px;
	float: right;
}
.youshibox2 {
	height: 512px;
	background: url(/pyfile/images/yousbg2.jpg) center top no-repeat;
	position: relative
}
.youshibox2 .juli {
	height: 72px;
}
.youshibox2 .biaoti1 {
	font-size: 20px;
	color: #005fc9;
	line-height: 30px;
	position: absolute;
	left: 65px;
	top: 6px;
}
.youshibox2 .biaoti2 {
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	position: absolute;
	left: 65px;
	top: 43px;
}
.youshibox2 .texbox {
	width: 505px;
	position: absolute;
	left: 26px;
	top: 81px;
}
.youshibox2 .texbox ul {
}
.youshibox2 .texbox ul li {
	background: url(/pyfile/images/li1.jpg) left 12px no-repeat;
	padding-left: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #666666
}
.homejishubox {
	height: 426px;
	background: url(/pyfile/images/homejishu.jpg) center top no-repeat;
}
.homejishubox .tm {
	height: 120px;
	text-align: center;
	padding-top: 15px;
}
.homejishubox .tm .tex1 {
	font-size: 30px;
	font-weight: bold;
	color: #005fc9;
	line-height: 40px;
}
.homejishubox .tm .tex2 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.homejishubox .biaoti {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #005fc9;
}
.homejishubox .mm {
}
.homejishubox .mm ul {
}
.homejishubox .mm ul li {
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	padding-left: 12px;
	background: url(/pyfile/images/li1.jpg) left center no-repeat;
}
.homegao2 {
	height: 130px;
	background: url(/pyfile/images/homegao2.jpg) center top no-repeat;
}
.homegao2 .tel {
	color: #ffff00;
	font-size: 36px;
	line-height: 45px;
	font-style: italic;
	font-family: Arial;
	position: absolute;
	left: 565px;
	top: 50px;
}
.homecasebox {
	height: 480px;
}
.homecasebox .tm {
	height: 125px;
	
}
.homecasebox .tm .texbox {
	height: 115px;
	padding-left: 20px;
	padding-right: 20px;
	width: 150px;
	margin: 0 auto;
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
}
.homecasebox .tm .texbox .tex1 {
	font-size: 24px;
	color: #666666;
	height: 35px;
	line-height: 35px;
	padding-top: 20px;
}
.homecasebox .tm .texbox .tex2 {
	font-size: 16px;
	color: #c1c0c0;
	height: 22px;
	line-height: 22px;
	font-variant: small-caps;
	font-family: Arial;
	padding-bottom: 10px;
}
.homecasebox .tm .texbox .tex3 {
	width: 60%;
	height: 2px;
	background: #0058ab;
	margin: 0 auto;
}
.homecasebox .mm {
	height: 200px;
	margin: 0 auto;
}
.homecasebox .mm ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.homecasebox .mm ul li {
	width: 303px;
	height: 303px;
	float: left;
	position: relative;
}
.caseimg {
	width: 280px;
	height: 350px;
	float: left;
	position: absolute;
	left: 10px;
	top: 0px;
	line-height: 200px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background: url(/pyfile/images/caseimgbg.gif) repeat
}
.caseimg img {
	vertical-align: middle;
	margin: 0 auto;
}
.casename {
	width: 280px;
	height: 40px;
	background: url(/pyfile/images/casenamebg.png) repeat;
	position: absolute;
	left: 10px;
	bottom: 0px;
	line-height: 40px;
	text-align: center
}
.casename a {
	color: #FFFFFF;
	display: block;
}
.casename a:hover {
	text-decoration: underline;
}
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
.als-wrapper {
	position: relative;
	list-style: none;
}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
#demo3 {
}
#demo3 .als-item {
	text-align: center;
}
#demo3 .als-prev, #demo3 .als-next {
	top: 150px;
}
#demo3 .als-prev {
	left: 2px;
}
#demo3 .als-next {
	right: 2px;
}
.homebox3 {
	height: 460px;
	background: #f7f7f7
}
.homebox3 .tm {
	height: 120px;
	background: url(/pyfile/images/tm2.jpg) left 60px repeat-x;
	text-align: center;
}
.homebox3 .tm .tex1 {
	padding-left: 5px;
	padding-right: 5px;
	background: #f7f7f7;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.homebox3 .tm .tex1 a {
	color: #333333;
}
.homebox3 .tm .tex1 a:hover {
	text-decoration: underline
}
.homebox3 .tm .tex1 span {
	color: #005fc9;
}
.homebox3 .tm .texbox {
	padding-top: 41px
}
.homebox3 .tm .tex2 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.homebox3 .mm {
	padding-top: 10px;
}
.homebox3 .mm ul {
	padding: 0px;
	list-style: none;
}
.homebox3 .mm ul li {
	width: 500px;
	height: 160px;
	float: left;
}
.ganyimg {
	width: 185px;
	height: 130px;
	float: left;
	float: left;
	line-height: 130px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
.ganyimg img {
	vertical-align: middle;
	margin: 0 auto;
}
.ganyimg2 {
	width: 165px;
	height: 138px;
	float: left;
	float: left;
	line-height: 138px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
.ganyimg2 img {
	vertical-align: middle;
	margin: 0 auto;
}
.ganyrightbox {
	width: 280px;
	height: 132px;
	float: right;
	padding-right: 25px;
}
.ganyrightbox2 {
	width: 260px;
	height: 132px;
	float: right;
	padding-right: 25px;
}
.ganyname {
	width: 280px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden
}
.ganyname a {
	color: #333333;
}
.ganyjj {
	float: left;
	width: 280px;
	font-size: 14px;
	height: 100px;
	color: #666666;
}
.more2 {
	float: right;
	padding-right: 5px;
	line-height: 52px;
	font-variant: small-caps
}
.homebox4 {
	height: 445px;
	padding-top: 25px;
}
.homeinfobox {
	height: 460px;
	padding-top: 34px;
}
.homeaboutbox {
	width: 645px;
	height: 460px;
	float: left;
	overflow: hidden;
}
.homeaboutbox .tm {
	height: 42px;
	background: url(/pyfile/images/bk.jpg) center bottom repeat-x;
	position: relative;
}
.homeaboutbox .tm .left {
	float: left;
	line-height: 42px;
	height: 41px;
	padding-left: 5px;
	border-bottom: 1px solid #005fc9
}
.homeaboutbox .tm .left .tex1 {
	color: #005fc9;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.homeaboutbox .tm .left .tex2 {
	font-family: Arial;
	font-size: 14px;
	font-variant: small-caps;
	padding-left: 5px;
	float: left;
}
.homeaboutbox .mm1 {
	height: 252px;
	padding-top: 13px;
}
.homeaboutimg {
	width: 283px;
	height: 252px;
	float: left;
	background: url(/pyfile/images/homevidebg.jpg) left top no-repeat;
	position: relative;
}
.homeaboutimg .tupian {
	width: 279px;
	height: 212px;
	position: absolute;
	overflow: hidden;
	left: 2px;
	top: 2px;
	background: #fff;
	text-align: center;
}
.homejj {
	height: 216px;
	width: 350px;
	float: right;
}
.homejj .biaoti {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #005fc9
}
.homejj .tex {
	height: 185px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.homeaboutbox .mm2 {
	height: 132px;
}
.homeaboutbox .mm2 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.homeaboutbox .mm2 ul li {
	width: 197px;
	height: 132px;
	float: left;
}
#imggongd {
	width: 788px;
	height: 132px;
	float: left;
	overflow: hidden;
}
.infoimg {
	width: 175px;
	height: 130px;
	float: left;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	line-height: 130px;
	text-align: center;
	vertical-align: middle;
}
i {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.infoimg img {
	vertical-align: middle;
	margin: 0 auto;
}
.infoname {
	width: 175px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.infoname a {
	color: #333333
}
.infoname a:hover {
	text-decoration: underline;
}
.homehonorbox {
	width: 330px;
	height: 460px;
	float: right;

}
.homehonorbox .tm {
	height: 42px;
	background: url(/pyfile/images/bk.jpg) center bottom repeat-x;
	position: relative;
}
.homehonorbox .tm .left {
	float: left;
	line-height: 42px;
	height: 41px;
	padding-left: 5px;
	border-bottom: 1px solid #005fc9
}
.homehonorbox .tm .left .tex1 {
	color: #005fc9;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.homehonorbox .tm .left .tex2 {
	font-family: Arial;
	font-size: 14px;
	font-variant: small-caps;
	padding-left: 5px;
	float: left;
}
.honorimg {
	width: 225px;
	height: 315px;
	overflow: hidden;
	line-height: 315px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
i {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.honorimg img {
	vertical-align: middle;
	margin: 0 auto;
}
.honorname {
	width: 227px;
	height: 30px;
	line-height: 30px;
	background: #005fc9;
	text-align: center;
	overflow: hidden;
}
.honorname a {
	color: #FFFFFF;
}
.honorname a:hover {
	text-decoration: underline;
}
.homehonorbox .mm {
	padding-top: 15px;
}
.homehonorbox .mm ul {
}
.homehonorbox .mm ul li {
	width: 245px;
	height: 375px;
	float: left;
	padding-left: 10px;
}
.homeguanggao {
	height: 160px;
}
.homeguanggao .nr {
	padding-top: 22px;
}
.homegongbox {
	width: 255px;
	height: 375px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
}
.toppordbox {
	width: 255px;
	height: 375px;
	margin: 0 auto;
	overflow: hidden;
}
.rollBox {
	width: 255px;
	margin: 0 auto;
	margin: 0 auto;
}
.rollBox .Cont {
	width: 255px;
	overflow: hidden;
	margin: 0 auto;
}
.rollBox .ScrCont {
	width: 2012em;
}
.rollBox .Cont .pic {
	float: left;
	text-align: center;
}
*+html .rollBox .Cont .pic {
	float: left;
	text-align: center;
}
.rollBox #List1, .rollBox #List2 {
	float: left;
}
.homegongdleft {
	width: 30px;
	height: 270px;
	float: left;
	overflow: hidden;
}
.homegongdleft .juli {
	width: 100%;
	height: 80px;
	float: right;
	overflow: hidden
}
.homegongdleft .imgbox {
	width: 23px;
	height: 46px;
	float: right;
	overflow: hidden;
}
.homegongdright {
	width: 30px;
	height: 270px;
	float: right;
	overflow: hidden;
}
.homegongdright .juli {
	width: 100%;
	height: 80px;
	float: left;
	overflow: hidden
}
.homegongdright .imgbox {
	width: 23px;
	height: 46px;
	float: left;
	overflow: hidden;
}
.homegao3 {
	height: 100px;
	background: url(/pyfile/images/homegao3.jpg) center top no-repeat;
}
.homegao3 .tel {
	position: absolute;
	left: 765px;
	top: 47px;
	font-size: 29px;
	color: #ffff00;
	font-style: italic;
}
.homearticle {
	height: 415px;
}
.homenewbox {
	width: 642px;
	height: 415px;
	float: left;
}
.lanrenzhijia {
	width: 642px;
	height: 415px;
	font-family: '微软雅黑';
}
.lanrenzhijia .tab {
	overflow: hidden;
	background: #222222;
}
.lanrenzhijia .tab a {
	display: block;
	width: 50%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-decoration: none;
	color: #cccccc;
	font-size: 16px
}
.lanrenzhijia .tab a:hover {
	background: #005fc9;
	color: #fff;
	text-decoration: none;
}
.lanrenzhijia .tab a .cn {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.lanrenzhijia .tab a.on {
	background: #005fc9;
	color: #fff;
	text-decoration: none;
}
.lanrenzhijia .content {
	overflow: hidden;
	width: 642px;
	height: 360px;
	position: relative;
}
.lanrenzhijia .content ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 360px;
	list-style: none;
	padding: 0px;
}
.lanrenzhijia .content li {
	width: 642px;
	height: 360px;
	float: left;
}
.lanrenzhijia .content .left {
	width: 245px;
	float: left;
	padding-top: 15px;
}
.lanrenzhijia .content .right {
	width: 370px;
	float: right;
	padding-top: 15px;
}
.newimg {
	width: 240px;
	height: 180px;
	float: left;
	line-height: 180px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: 2px solid #cccccc;
	padding: 1px;
	padding-top: 0px
}
i {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.newimg img {
	vertical-align: middle;
	margin: 0 auto;
}
.newname1 {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 246px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	text-align: left;
}
.newtex1 {
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	float: left;
}
.homenewli {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #CCCCCC;
	background: url(/pyfile/images/job_ico.gif) left 50% no-repeat;
}
.homenewli .tex {
	float: left;
	font-size: 14px;
	padding-left: 10px;
}
.homenewli .tex a {
}
.homenewli .tex a:hover {
	color: #005fc9;
	text-decoration: underline;
}
.homenewli .time {
	float: right;
	padding-right: 5px;
}
.homefqabox {
	width: 315px;
	float: right;
	height: 390px;
}
.homefqabox .tm {
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 50px;
}
.homefqabox .tm .left {
	float: left;
	font-variant: small-caps;
	font-size: 16px;
}
.homefqabox .tm .cn {
	font-size: 16px;
	font-weight: bold;
	color: #005fc9;
	padding-right: 5px;
}
.homefqabox .tm .more {
	float: right;
	font-size: 14px;
	font-variant: small-caps;
	padding-right: 5px;
}
.homefqabox .mm {
	padding: 7px;
	height: 340px;
	overflow: hidden;
}
.homefqabox .mm ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.homefqabox .mm ul li {
	height: 75px;
	width: 100%;
	float: left;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 3px
}
.homefqabox .mm ul li .wen {
	width: 25px;
	line-height: 25px;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #0050ba
}
.homefqabox .mm ul li .wen a {
	color: #005fc9
}
.homefqabox .mm ul li .wen a:hover {
	text-decoration: underline;
}
.homefqabox .mm ul li .wen .tupian {
	width: 20px;
	height: 25px;
	float: left;
	background: url(/pyfile/images/faq.jpg) left 5px no-repeat;
	padding-right: 5px;
}
.homefqabox .mm ul li .da {
	height: 40px;
	float: left;
	float: left;
	width: 100%;
	color: #666666;
	padding-top: 5px;
	font-size: 14px
}
.homefqabox .mm ul li .da .tupian {
	width: 20px;
	height: 25px;
	float: left;
	background: url(/pyfile/images/faq.jpg) left -25px no-repeat;
	padding-right: 5px;
}
.homefqabox .mm ul li .da .tex {
	float: right;
	width: 275px;
	line-height: 22px;
}
.bannl {
	height: 470px;
}
.bannl .tbd {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.bannl .tbd .ddtu {
	width: 100%;
	height: 450px;
}
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(/pyfile/images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(/pyfile/images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(/pyfile/images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #ff4a00 url(/pyfile/images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
/*pic scroll
----------------------------------*/
.infiniteCarousel {
	width: 700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.infiniteCarousel .wrapper {
	width: 640px;
	overflow: auto;
	height: 170px;
	margin: 0 30px;
	top: 0;
}
.infiniteCarousel ul a img {
	border: 1px solid #E3E3E3;
	padding: 2px;
	width: 143px;
	height: 106px;
	display: block;
}
.infiniteCarousel .wrapper ul {
	width: 625px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
}
.infiniteCarousel ul li {
	display: block;
	color: #6C6D61;
	float: left;
	padding: 10px 6px;
	height: 147px;
	width: 147px;
	text-align: center;
}
.infiniteCarousel ul li a, .infiniteCarousel ul li a:visited {
	color: #6C6D61;
}
.infiniteCarousel .wrapper ul li a:hover {
	text-decoration: underline;
}
.infiniteCarousel ul li a:hover img {
	border-color: #aaa;
}
.infiniteCarousel ul li a span {
	display: block;
	line-height: 17px;
	padding-top: 6px;
}
.infiniteCarousel .arrow {
	display: block;
	height: 26px;
	width: 26px;
	text-indent: -999px;
	position: absolute;
	top: 70px;
	cursor: pointer;
	outline: 0;
}
.infiniteCarousel .forward {
	background: url(/pyfile/images/green_skin.png) 0 -256px no-repeat;
	right: 0;
}
.infiniteCarousel .back {
	background: url(/pyfile/images/green_skin.png) 0 -222px no-repeat;
	left: 0;
}
/*----------dedeinfolink  ---------*/
#dedeinfolink {
	margin-bottom: 6px;
}
#dedeinfolink tr td div {
	padding: 0 5px;
	background: url(/pyfile/images/white_bg.gif) repeat-x;
	margin-right: 8px;
}
#dedeinfolink tr td {
	line-height: 18px;
}
#dedeinfolink tr td.spline {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px dashed #dedede;
}
#dedeinfolink tr td.iftitle {
	font-weight: bold;
	color: #428C5B;
	line-height: 24px;
	border-bottom: 1px dashed #dedede;
}
/*---------- frame : footer ---------*/
.footer {
}
.foot-nav {
	height: 54px;
	background: url(/pyfile/images/navili.jpg) left top repeat;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
}
.foot-nav span {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.foot-nav a {
	color: #FFFFFF;
}
.foot-text {
	padding-top: 10px;
}
.foot-text .left {
	width: 212px;
	height: 110px;
	float: left;
	
}
.foot-text .foottex {
	float: left;
	padding-left: 5px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}
.footer .link {
	text-align: center;
	padding: 5px 0px;
}
.footer .link a {
	margin: 0px 5px;
	color: #666666;
}
.footer .powered {
	font-size: 10px;
	line-height: 25px;
}
.footer .powered strong {
	color: #690;
}
.footer .powered strong span {
	color: #F93;
}
.footer .copyright {
	text-align: center;
	font-size: 12px;
	color: #666666;
	line-height: 23px;
}
/*new search result page
----------------------------------------*/
.search_header {
	overflow: hidden;
	zoom: 1;
}
.search_header h1 {
	float: left;
	display: inline;
	margin: 5px 20px 5px 10px;
	width: 216px;
}
.search_header .search_box {
	float: left;
	padding-top: 25px;
}
.search_header .search_box input {
	border-width: 1px;
	border-style: solid;
	border-color: #707070 #CECECE #CECECE #707070;
	padding: 2px 4px;
	height: 18px;
	line-height: 18px;
	width: 200px;
	margin-right: 5px;
}
.search_header .search_box select {
	font-size: 14px;
	height: 22px;
	margin-right: 5px;
}
.search_header .search_box button {
	margin-right: 3px;
}
.resultbar {
	height: 32px;
	line-height: 32px;
	background: transparent url(/pyfile/images/search-top-bg.gif) repeat-x scroll;
	text-indent: 12px;
	color: #428C5B;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
}
.result_content {
	overflow: hidden;
	zoom: 1;
}
.sidebar {
	float: right;
	width: 300px;
	padding: 20px 0 0 20px;
	margin-right: 20px;
	border-left: 1px solid #dadada;
	word-wrap: break-word;
}
.sidebar h2 {
	font-size: 14px;
	line-height: 25px;
}
.sidebar ul {
	padding: 4px 8px;
}
.sidebar ul li {
	line-height: 24px;
	background: url(/pyfile/images/ico-3.gif) 4px 9px no-repeat;
}
.resultlist {
	overflow: hidden;
}
.resultlist ul {
}
.resultlist ul li {
	padding-top: 15px;
}
.resultlist ul li h3 {
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
}
.resultlist ul li h3 a {
	text-decoration: underline;
}
.resultlist ul li p {
	line-height: 22px;
	color: #333;
	font-size: 14px;
	width: 650px;
}
.resultlist ul li span small {
	line-height: 22px;
	font-size: 12px;
	margin-left: 5px;
	color: #999;
}
.resultlist ul li span a {
	color: #008400;
}
