@charset "gb2312";
/*图标字体开始！*/
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1467095326_8586972.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1467095326_8586972.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1467095326_8586972.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1467095326_8586972.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1467095326_8586972.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                                                                                                                                                                                                                                                                                                            
.iconfont {
	font-family: "iconfont";
	font-size: 18px;
	font-style: normal;
	margin-right: 5px;
}
/*格子系统*/
.row {
	height: auto;
	clear: both;
	margin-left: -12px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	display: inline;
	float: left;
	margin-left: 12px;
}
/* 第一个元素 */ .alpha {
	margin-left: 0;
} /* 最后一个元素 */
.omega {
	margin-right: 0;
}
.wrapper {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.col1 {
	width: 89px;
}
.col2 {
	width: 190px;
}
.col3 {
	width: 291px;
}
.col4 {
	width: 392px;
}
.col5 {
	width: 493px;
}
.col6 {
	width: 594px;
}
.col7 {
	width: 695px;
}
.col8 {
	width: 796px;
}
.col9 {
	width: 897px;
}
.col10 {
	width: 998px;
}
.col11 {
	width: 1099px;
}
.col12 {
	width: 1200px;
}
/*基本样式*/
/*递归样式写法*/
html > body > table > tr [id="total"] > td > ul > li {
	color: #434343;
}
/*弹性图片*/
img :hover {
	transition: all 0.3s linear 0s;
}
/*弹性内嵌元素(视频)*/
.video embed, .video object, .video iframe {
	width: 100%;
	height: auto;
}
/*字号自动调整的问题(通过-webkit-text-size-adjust:none禁用iPhone中Safari的字号自动调整)*/
body {
	line-height: 2em;
}
/* 网站样式重写 */body, select, input, textarea {
	color: #434343;
	color: #434343; /*font-family:Arial,'Microsoft YaHei UI','Microsoft YaHei',SimSun,'Segoe UI',Tahoma,Helvetica,Sans-Serif;*/
	font-size: 12px;
	background: #fff; /*解决电脑设置保护色，网页空白处默认淡绿色问题*/
	font-family: "微软雅黑", "宋体", "新宋体", Arial;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration: none;
	color: #434343;
	transition: all 0.3s linear 0s;
}
html {
}
html * {
	outline: 0;
}
 html button::-moz-focus-inner {
 border-color:transparent!important;
}
body {
	overflow-x: hidden;
}
body, div, dl, dt, dd, ul, ol, li/*,h1,h2,h3,h4,h5,h6*/, pre, code, form, input, textarea,/*p,*/ blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {/*border-collapse:collapse;border-spacing:0;*/
}
p {
}
/*fieldset,*/a img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
li {/*list-style:none;*/ /*list-style-position:inside; 不兼容ie6,ie7*/
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {/*font-size:100%;*/
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
hr {
	border: none;
	clear: both;
	height: 0;
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: #eee solid 1px;
	margin: 10px 0;
}
img {
	border: 0 none;
	vertical-align: middle;
/*_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<"100%"?"100%":"");*/ /*_width:100%;*/}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 10px;
	padding: 10px;
}
ul {
}
ul.unstyled, ol.unstyled {
	list-style: none;
}
ul.circle {
	list-style-type: circle;
}
ul.square {
	list-style-type: square;
}
ul.cjk {
	list-style-type: cjk-ideographic;
}
/*首字母*/
.firstletter:first-letter {
	font-size: 200%;
}
/**重写样式*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}/* 清除浮动*/
.colwrapper {
	overflow: hidden;
	zoom: 1 /*for ie*/;
	margin: 5px auto;
}/* 高度自适应 */
.strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right !important;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.show {
	display: block;
	visibility: visible;
}
.hide {
	display: none !important; /*visibility:hidden;*/
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.break {
	word-wrap: break-word;
	overflow: hidden; /*word-break:break-all;*/
}
.canvas {
	position: relative;
}
.relative {
	position: relative;
}
code, pre {
	color: #333333;
	font-family: Menlo, Monaco, "Courier New", monospace;
	font-size: 12px;
	padding: 0 3px 2px;
}
abbr {
	background: none repeat scroll 0 0 whiteSmoke;
	border-bottom: medium none;
	border-left: 0.25em solid #3387C4;
	display: inline-block;
	margin-right: 0.5em;
	padding: 0 0.25em;
}
abbr:hover {
	background: #f9d949;
}
pre {
	font-family: consolas, "Courier New", courier, monospace; /*color:#0088CC;*/
	background-color: #FAFAFA;
	border: 1px solid #eee;
	display: block;
	font-size: 12.025px;
	line-height: 18px;
	margin: 0 0 9px;
	padding: 8.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
code {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	color: #0088CC;
	padding: 2px 4px;
}
pre ol {
	margin: 0 0 0 14px;
}
pre.unstyled {
	background: none;
	color: #333;
	border: none;
}
/* 固定不动 */
.fixed {
	position: fixed;
	clip: rect(0 100% 100% 0);
	_position: absolute;
	/* 底部 */
	bottom: 0px;
	left: 0px;
 _top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
.fixed.scrolltotop, .fixed.livechat {
	bottom: 0px;
	right: 20px;
	left: auto;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 40px;
	color: #ccc;
	display: block;
	_display: none;/* text-shadow:#bbb 1px 1px;*/
	background: #fff;
	border-radius: 2px 2px 2px 2px;
	border: #ccc solid 1px;
}
.fixed.scrolltotop { /*display:none;*/
	bottom: 100px;
}
a:hover.fixed.scrolltotop, a:hover.fixed.livechat {
	text-decoration: none;
}
.fixed.livechat {
	bottom: 20px;
}
.fixed.scrolltotop.blue, .fixed.livechat.blue {
	background: #85c2f2;
	text-shadow: #2d96e9 1px 1px;
}
a:hover.fixed.scrolltotop.blue, a:hover.fixed.livechat.blue {
	background: #2d96e9;
	text-decoration: none;
}
*html {
	background-image: url(about:blank);
	background-attachment: fixed; /* 解决固定层在IE6下闪的问题 */
}
/* png透明 */
.pngfix {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');
}
/* 渐变 */
.gradient {
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#dedede);
	background: -moz-linear-gradient(top, #ffffff, #dedede); /*火狐*/
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dedede)); /*webkit*/
}
.radius {
	-webkit-border-radius: 4px;   /*只支持webkit内核的浏览器*/
	border-radius: 4px;  /*只支持IE内核的浏览器（IE>=7)*/
	-moz-border-radius : 4px; /*只支持Mozilla内核的浏览器*/
	border: #ddd solid 1px;
	padding: 4px;
}
.highlighted {
	background: none repeat scroll 0 0 #00ADEE;
	color: #FFFFFF;
	padding: 0 5px;
}
/*超出省略号显示*/
.ellipsis {
	white-space: nowrap;/*设置不折行*/
	text-overflow: ellipsis;/*这就是省略号喽*/
	-o-text-overflow: ellipsis;/*兼容opera*/
	width: 80px;
	overflow: hidden;
}
/*文字闪动*/
.blink {
	text-decoration: blink;
}
/* 解决ie下连接加粗的鼠标样式问题*/
a strong {
	cursor: pointer;
}
/**FCK 兼容解决方案*/
em {
	font-style: italic !important;
}
strike {
	text-decoration: line-through !important;
}
strong {
	font-weight: bold !important;
}
u {
	text-decoration: underline !important;
}
/**表单样式*/
 /* input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {  border-color:#666;} */
input {/*behavior:url(input.htc);*/
}/*Only for ie 5.0+*/
/*label input{width:14px;height:14px;border:0;}*/ /*For input type is Radio*/
input:hover {
	transition: all 0.3s linear 0s;
}/*For orther browsers*/
form {
}
input[type=text], textarea, .text {
	/*box-shadow: 0 1px 1px #ccc inset;*/

	line-height: 100%;
	display: inline-block;
	margin: 0;
	outline: medium none;
}
.text {
	border: 1px solid #e5e5e5;
	padding: 7px 30px 6px 10px;
	border-radius: 6px;
}
.text.radius {
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable {
	float: none;
	margin-left: 0;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
fieldset {
	padding: 20px;
	border: #ccc solid 1px;
}
label {
	display: block;
	font-size: 14px;
	margin: 10px 0 0 0;
}
/*网站整体颜色总汇*/
.ff8600, ff86aa a {
	color: #ff8600;
}
/*网站整字体大小*/
.font14px {
	font-size: 14px;
}
.font9pt {
	font-size: 9pt;
}
/*网站整布局命名规范*/
 /*外部链接*/
a[rel=external] {
	background: url(../imgs/external.png) no-repeat right center;
	padding: 0 12px 0 0;
}
/* 网站外围阴影 */
.shardow {
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { /*color:#999; */
	font-size: 80%;
}
* small {
	margin-left: 10px;
}
h1 {
 *margin:25px 0;
	font-size: 26px;
	line-height: 1em;
}
h1 small {
	font-size: 20px;
}
h2 {
	font-size: 20px;
}
.naver {
	background: #F6F6F6;
	height: 67px;
	line-height: 67px;
	text-align: center;
	padding: 0 20px; /*box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);*/
	position: relative;
	z-index: 99; /*border-bottom:#eee solid 1px;*/
}
.naver.unstyled {
	background: none;
}
.naver.unstyled a {
	color: #333 !important;
}
.naver.unstyled a:hover, .naver.unstyled a.selected {
	background: none !important;
}
.naver.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	_position: absolute;
 _top: expression(documentElement.scrollTop + "px");
	z-index: 999;
	opacity: 0.8;
}
.naver .wrapper {
	overflow: visible;
	margin-top: 0;
	display: inline-block;
}
.naver .module a, .naver .sub a, .naver .brand a {
	color: #555;
	font-size: 14px;
	padding: 0px 20px;
	position: relative;
	white-space: nowrap;
	float: left;
	display: inline;
 *padding:0 10px;
	line-height: 67px;
	border-right: #f6f6f6 solid 1px;/*_border-color:tomato; _filter:chroma(color=tomato);*/ /*ie6下边框透明解决方案,存在bug，导致ie6文字描边，暂时屏蔽*/
}
 @media (min-width: 768px) and (max-width: 1250px) {
.naver .module a, .naver .sub a, .naver .brand a {
	padding: 0 15px;
}
}
.naver .module a:hover, .naver .sub a:hover, .naver .brand a:hover {
	color: #cc3311;
	text-decoration: none;
	background: #f6f6f6;
}
.naver .module a.selected, .naver .sub a.selected {
}
.naver .module {
	float: left;
	margin: 0 10px 0 0px;
}
.naver ul {
	display: inline;
}
.naver li {
	display: inline;
	float: left;
	position: relative;
}
.naver li strong {
	display: inline;
	float: left;
	font-weight: normal !important;
}
.naver .search {
	float: left;
	display: inline;
	_background: none;
	overflow: hidden;
	line-height: 1em;
	margin-top: 8px;
}
.naver .search .text {
	float: left;
	display: inline;
}
.naver .search .button {
	float: left;
	display: inline;
}
.naver .sub {
	float: right;
	margin-right: -5px;
}
.naver .brand {
	float: left;
	display: inline; /*margin:0 40px 0 0;*/
}
.naver .brand a {
	font-size: 25px;
	padding-left: 0 !important;
	font-weight: bold;
	padding-left: 0;
	padding-right: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	transition: all 0.2s linear 0s;
}
.naver .brand a:hover {
	background: none;
}
.naver .droper {
	display: none;
	position: absolute;
	left: -1px;
	top: 72px;
	width: 150px;
	z-index: 1000;
	border: #eee solid 1px;
	background: #fff;
}
.naver .sub .droper {
	left: auto;
	right: 0;
}
.naver .droper a {
	background: none;
	display: block;
	float: none;
	font-size: 13px;
	text-align: left;
	white-space: nowrap;/*设置不折行*/
	text-overflow: ellipsis;/*这就是省略号喽*/
	-o-text-overflow: ellipsis;/*兼容opera*/
	overflow: hidden;
	line-height: 25px;
	color: #333;
	line-height: 22px;
	padding: 10px 18px 9px;
	border: none;
	border-bottom: 1px solid #eee;
}
.naver .droper a:hover {
	background: #f1f1f1;
	color: #333;
}
.naver .selected .droper {
	display: block;
}
.naver .caret {
	border: #333 solid 4px;
	border-top: #999 solid 4px;
	margin: 25px 0 0 5px;
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: top;
	width: 0;
}
.naver .selected .caret {
	border-top-color: #222;
	border-bottom-color: #999;
	margin-top: 20px;
}
/*为移动设备设计的菜单展开按钮*/
.naver .collapse {
	padding: 6px 12px 10px 12px;
	background: #444444;
	color: #fff;
	display: none;
	position: absolute;
	right: 5px;
	top: 20px;
}
.naver .collapse span {
	border-radius: 1px 1px 1px 1px;
	display: block;
	height: 2px;
	width: 22px;
	background: #fff;
	margin-top: 4px;
}
 @media (min-width: 10px) and (max-width: 940px) {
.naver {
	position: relative;
}
.naver .collapse {
	display: block;
}
.naver, .naver .brand, .naver .module, .naver ul, .naver li, .naver .sub, .naver .sub a {
	display: block;
	float: none;
	height: auto;
	overflow: hidden;
	text-align: left;
}
.naver .module, .naver .search, .naver .sub {
	display: none;
}
.naver .search {
	float: none;
}
.naver .module .droper {
	display: block;
	float: none;
	position: static;
	background: none;
	width: auto;
	clear: both;
}
.naver .module .droper a {
	border-bottom-color: #333;
}
.naver .caret {
	display: none;
}
}
header, .header {
	margin: 0px auto 0px auto;
	height: auto;
	overflow: hidden;
	clear: both;
}
header h1, .header h1 {
	font-size: 60px;
	line-height: 60px;
	margin: 0;
}
header h2, .header h2 {
	font-size: 20px;
	line-height: 30px;
}
.header .search {
	margin: 10px 0 0 0;
}
.header .search .text {
	padding: 9px;
}
.header .search .button {
	padding: 9px;
}
.navbar {
	margin: 0px auto 0 auto;
	background-color: #2C2C2C;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar a {
	margin: 0 10px 0 10px;
	padding: 5px 5px;
	display: inline-block;
	color: #434343;
}
.navbar a.selected {
	background: #EDF7FC;
}
.navbar a:hover {
	text-decoration: none;
	background: #F1F9FD;
}
.navbar .divider {
	margin: 5px 2px;
	border-left: #5cadd8 solid 1px;
	border-right: #fff solid 1px;
}
.phead {
	border-bottom: 1px solid #EEEEEE;
	margin: 18px 0;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1.2em; /*font-weight:bold;*/
	padding-top: 20px;
	clear: both;
	position: relative;
}
.phead small {
	font-size: 12px;
	margin-left: 10px;
	font-weight: normal;
}
.phead .more {
	position: absolute;
	right: 0;
	bottom: 7px;
}
.pbody {
}
.pfoot {
}
footer, .footer {
}
.footer .wrapper {
	margin-top: 0 !important;
}
.footer.black {
	background: #333;
	color: #fff;
}
footer a, .footer a {
}
footer .left, .footer .left {
	width: 60%;
}
footer .right, .footer .right {
	width: 40%;
	text-align: right;
}
table {
	background-color: transparent;
	_background: none !important;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	font-size: 13px;
	margin-bottom: 20px;
	width: 100%;
}
table td.selected, table th.selected {
	background: #F9F9F9;
}
table th, table td {
	border-top: 1px solid #DDDDDD;
	line-height: 20px;
	padding: 4px 5px; /*text-align: left; vertical-align: top;*/
}
table th {
	font-weight: bold;
}
table thead th, table thead td {
	vertical-align: bottom;
	background: #DBEFF9;
}
table.bordered {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-collapse: separate;
	border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
	border-image: none;
	border-style: none solid solid none;
	border-width: 1px 1px 1px 0;
	padding: 0 !important;
}
table.bordered th, table.bordered td {
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.table.bordered thead:first-child tr:first-child th:first-child, .table.bordered tbody:first-child tr:first-child td:first-child {
}
.bordered {
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	padding: 5px;
	border-radius: 2px;
}
.bordered:hover {
	transition: all 0.3s linear 0s;
	border-color: #bbb;
}
/*斑马条纹*/
dl.sidebar {
	list-style: none;
	padding-bottom: 1px;
	margin: 0;
}
.sidebar dd {
	border: 1px solid #E5E5E5;
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
}
.sidebar dd:hover {
	background: #eee;
}
.sidebar dd.selected {
	cursor: default;
	color: #999;
}
.sidebar dd.selected a:hover {
	text-decoration: none;
}
.pager {
	padding-top: 5px;
	margin-bottom: 30px;
	text-align: center;
}
.pager a {
	padding: 4px 10px;
	border: 1px solid #ddd;
	background: #fff;
}
.pager a:hover {
	background: none repeat scroll 0 0 #196f64;
	border-color: #196f64;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #333;
}
.pager a.selected {
	background: none repeat scroll 0 0 #196f64;
	border-color: #196f64;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #333;
}
.pager.unstyled a {
	border: none;
}
.pager.unstyled a:hover, .pager.unstyled a.selected {
	background: none;
	color: #333;
}
.alert {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
	padding: 10px;
}
.alert.error {
	background-color: #F2DEDE !important;
	border-color: #EED3D7;
	color: #B94A48;
}
.alert.success {
	background-color: #DFF0D8 !important;
	border-color: #D6E9C6;
	color: #468847;
}
.footbar {
 background:#;
	margin: 50px 0 0 0;
	border-top: #EAEAEA solid 1px;
}
.footbar .head {
 background:#;
	padding: 5px;
	text-align: center;
}
.footbar .body {
	padding: 20px 0;
}
.footbar .col3 { /*width:180px; display: inline; float: left; margin-left: 20px; padding:0 0 0 20px;*/
}
/*写法不兼容ie6,ie7*/
.footbar .col3 + .col3 { /*border-left: 1px solid #DDDDDD; */
}
/*hack*/
.footbar dl {
	margin: 20px 0 0 0;
	line-height: 2em;
}
/*美版风格*/
.usa ul, .usa ol {
	font-size: 11px;
}
.hero {
	background: #eee;
	padding: 30px 60px;
}
.hero h1 {
	font-size: 54px;
}
/*幻灯片*/
.slider {
	background: #44BDFD;
	clear: both;
	position: relative;
	height: 300px;
	padding-top: 60px;
	background: url(../imgs/loading.gif) #eee no-repeat center center;
}
.slider .wrapper {
	margin-top: 0 !important;
}
.slider .prev, .slider .next {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 130px; /*background: #DBEFF9;*/
	padding: 30px 10px;
	color: #fff;
	cursor: pointer;
	font-family: sans-serif;
	background: none repeat scroll 0 0 #222222;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.slider .prev:hover, .slider .next:hover {
	opacity: 0.5;
}
.slider .next {
	right: 0;
	left: auto;
}
.slider .inner {
}
.slider .item {
	text-align: center;
	line-height: 1;
	display: none;
}
.slider .item.selected {
}
.slider h1 {
	font-size: 70px;
	margin-bottom: 40px;
	font-weight: bold;
}
.slider h2 {
	line-height: 1.5;
}
.slider .item .button {
	padding: 15px 20px;
}
.rotate:hover {
	transform: rotate(360deg);
	transition: all 1s ease-out 0s;
}
/*选项卡*/
.taber {
}
.taber .head {
	border-left: 1px solid #E5E5E5;
	height: 30px;
}
.taber .head a {
	border: 1px solid #E5E5E5;
	float: left;
	display: inline;
	padding: 0px 20px;
	border-left: none;
	height: 30px;
	line-height: 30px;
}
.taber .head a.selected {
	border-bottom: none;
}
.taber .body {
	clear: both;
	padding: 10px;
}
.tooltip {
	padding: 4px;
	background: #000;
	position: absolute;
	z-index: 1001;
	color: #fff;
	font-size: 12px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.tooltip .arrow {
	width: 0;
	height: 0;
	border-top: 0px;
	border-bottom: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: -4px;
 *top:-30px;
	left: 8px;
}
.spring {
	background: #FFF8E2;
	color: #463714;
	position: relative;
	z-index: 99;
	padding: 8px 20px;
	box-shadow: 0 -2px 3px rgba(201, 175, 111, 0.2) inset;
	font-size: 18px;
	line-height: 1.5em;
	background: #F7CA01;
	text-shadow: #e7CA01 1px 1px;
}
.spring .wrapper {
	margin-top: 0;
}
.spring del {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
}
/*仿苹果时间样式*/
.label.time {
	background: #666;
	color: #fff;
	padding: 2px 5px;
	margin: 0 2px 0 2px;
	position: relative;
}
.label.time:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
	left: 0;
	top: 50%;
}
/*弹窗*/
 /*广告*/
.banner {
}
.banner .wrapper {
	margin-top: 0 !important;
}
.banner img {
	float: left;
	display: inline;
}
/*页面主体*/
.pagebody {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: #CCC solid 1px;
	clear: both;
}
.leftpage, .mainpage, .rightpage {
	float: left;
	margin-right: 10px;
	background: #fff;
}
html .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border: none; /* gray */
	color: #666;
}
.button01 {
	margin: 0 2px;
	padding: 4px 25px;
	background: #e5e5e5;
	border-radius: 2px;
	line-height: 100%;
}
.button:hover {
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
	background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}
.button:active {
	position: relative;
	top: 1px; /* white */
	color: #999;
}
/*圆角*/
.button.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
/*小号*/
.button.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.button.xlarge {
	font-size: 200%;
}
/* color styles 
 ---------------------------------------------- */
 /* black */
.button.black {
	color: #d7d7d7;
	background: #333;
}
.button.black:hover {
	background: #000;
}
.button.black:active {
	color: #666;
}
/* gray */
.button.gray {
	color: #e9e9e9;
	background: #6e6e6e;
}
.button.gray:hover {
	background: #616161;
}
.button.gray:active {
	color: #afafaf;
}
/* orange */
.button.orange {
	color: #fef4e9;
	background: #f78d1d;
}
.button.orange:hover {
	background: #f47c20;
}
.button.orange:active {
	color: #fcd3a5;
}
/* red */
.button.red {
	color: #faddde;
	background: #d81b21;
}
.button.red:hover {
	background: #b61318;
}
.button.red:active {
	color: #de898c;
}
/* blue */
.button.blue {
	color: #d9eef7;
	background: #00CCFF;
}
.button.blue:hover {
	background: #007ead;
}
.button.blue:active {
	color: #80bed6;
}
/* rosy */
.button.rosy {
	color: #fae7e9;
	background: #da5867;
}
.button.rosy:hover {
	background: #ba4b58;
}
.button.rosy:active {
	color: #dca4ab;
}
/* green */
.button.green {
	color: #e8f0de;
	background: #64991e;
}
.button.green:hover {
	background: #538018;
}
.button.green:active {
	color: #a9c08c;
}
/* pink */
.button.pink {
	color: #feeef5;
	background: #f895c2;
}
.button.pink:hover {
	background: #d57ea5;
}
.button.pink:active {
	color: #f3c3d9;
}
/* 黄色 */
.button.yellow {
	color: #fff;
	background: #fd9c2c;
}
.button.yellow:hover {
	background: #BB6512;
}
.button.yellow:active {
	color: #fff;
}
.button.unstyled {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
a:hover.button.unstyled {
 background:border: 1px solid rgba(255, 255, 255, 0.1);
}
 50% {
 margin-top: 0;
}
to {
	margin-top: 10px;
}
}
 @-moz-keyframes animate-qq {
 from {
 margin-top: 10px;
}
 50% {
 margin-top: 0;
}
to {
	margin-top: 10px;
}
}
 @-ms-keyframes animate-qq {
 from {
 margin-top: 10px;
}
 50% {
 margin-top: 0;
}
to {
	margin-top: 10px;
}
}
 @-o-keyframes animate-qq {
 from {
 margin-top: 10px;
}
 50% {
 margin-top: 0;
}
to {
	margin-top: 10px;
}
}
.animate-qq-key from {
	margin-top: 10px;
}
 .animate-qq-key 50% {
 margin-top: 0;
}
.animate-qq-key to {
	margin-top: 10px;
}
.qq {
	background: url(../imgs/qq.png) no-repeat;
	width: 144px;
	height: 153px;
	position: absolute;
	display: block;
	right: 5%;
	top: 150px; /*调用css3动画*/
	-webkit-animation: animate-qq 3s ease-in-out infinite;
	-moz-animation: animate-qq 3s ease-in-out infinite;
	-ms-animation: animate-qq 3s ease-in-out infinite;
	-o-animation: animate-qq 3s ease-in-out infinite;
	animation: animate-qq 3s ease-in-out infinite;
}
/*渴切卡通形象*/
.clear {
	clear: both;
}
/*-----------------------右边浮动商务通样式----------------------------*/
.swt-right-index {
	display: none;
	width: 131px;
	height: 334px;
	position: fixed;
	right: -84px;
	top: 25%;
	_position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+200));
	z-index: 900000;
}
.swt-right-index ul {
}
.swt-right-index li {
	width: 131px;
	height: 57px;
	line-height: 0px;
	line-height: 0px;
	font-size: 0px;
	position: absolute;
}
.swt-right-index a {
	width: 131px;
}
.swt-right-index1 {
	top: 0px;
}
.swt-right-index1 a {
	height: 49px;
	display: block;
	background: url(../images/index/swt-right-pic1.jpg) no-repeat;
}
.swt-right-index1 .swt-hover {
	height: 49px;
	background: url(../images/index/swt-right-pic2.jpg) no-repeat;
}
.swt-right-index2 {
	top: 59px;
}
.swt-right-index2 a {
	height: 49px;
	display: block;
	background: url(../images/index/swt-right-pic1.jpg) 0px -49px no-repeat;
}
.swt-right-index2 .swt-hover {
	height: 49px;
	background: url(../images/index/swt-right-pic2.jpg) 0px -49px no-repeat;
}
.swt-right-index3 {
	top: 118px;
}
.swt-right-index3 a {
	height: 49px;
	display: block;
	background: url(../images/index/swt-right-pic1.jpg) 0px -98px no-repeat;
}
.swt-right-index3 .swt-hover {
	height: 49px;
	background: url(../images/index/swt-right-pic2.jpg) 0px -98px no-repeat;
}
.swt-right-index4 {
	top: 177px
}
.swt-right-index4 a {
	height: 49px;
	display: block;
	background: url(../images/index/swt-right-pic1.jpg) 0px -147px no-repeat;
}
.swt-right-index4 .swt-hover {
	height: 49px;
	background: url(../images/index/swt-right-pic2.jpg) 0px -147px no-repeat;
}
.swt-right-index5 {
	top: 236px;
}
.swt-right-index5 a {
	height: 49px;
	display: block;
	background: url(../images/index/swt-right-pic1.jpg) 0px -196px no-repeat;
}
.swt-right-index5 .swt-hover {
	height: 49px;
	background: url(../images/index/swt-right-pic2.jpg) 0px -196px no-repeat;
}
.swt-right-index6 {
	top: 295px;
}
.swt-right-index6 a {
	height: 49px;
	display: block;
	background: url(../images/index/swt-right-pic1.jpg) 0px -245px no-repeat;
}
.swt-right-index6 .swt-hover {
	height: 49px;
	background: url(../images/index/swt-right-pic2.jpg) 0px -245px no-repeat;
}
/*测试商务通弹窗的样式！*/
img {
	border: none;
}
#LRdiv0, #LRdiv1, #LRdiv2, #LRfloater0, #divM, #LR_Flash, #BDBridgeWrap {
	display: none;
}
#divM, #divL, #divR, #divM_suoxiao {
	position: fixed;
	z-index: 214748364;
}
/* 格式化 */
/*  swtBg   */
#swtBg {
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
	_position: absolute;
_top:expression(offsetParent.scrollTop+0);
	top: 0;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=70) !important;
	z-index: 3000;
}
/*  swtBg  */
.tindex01 {
	/*width: 440px;
	height: 249px;
	background: url(/images/t01.gif) no-repeat;*/
}
.tindex02 {
	width: 320px;
	position: absolute;
	height: 35px;
/*	left: 105px;
	top: 196px;
*/	z-index: 1;
}
.tindex03 {
	color: #999;
	width: 130px;
	border: 1px #15574f solid;
	height: 32px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	float: left;
	line-height: 30px;
	padding-left: 5px;
}
.tindex04 {
/*	font-size: 16px;
*/	border-radius: 2px;
/*	margin-left: -3px;
*//*	height: 34px;
*/	background: #196f64;
/*	border: 1px #15574f solid;
*//*	width: 88px;
*/	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #0d463f;
	margin-right: 5px;
}
.tindex04 a{color:#fff;}
.tindex04:hover {
	background: #22887b;
}
.tindex05 {
/*	font-size: 16px;
*/	border-radius: 2px;
/*	margin-left: -3px;
*//*	height: 34px;
*/	background: #eb4947;
/*	border: 1px #b01d1b solid;
*//*	width: 88px;
*/	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #5b0e0d;
}
.tindex05 a{color:#fff;}
.tindex05:hover {
	background: #ec7270;
}
.tindex07 {
/*	width: 24px;
*/	/*height: 24px;*/
	display: block;
	float: right;
}
#divM {
/*	right: 48%;
	bottom: 60%;
	margin-right: -195px;
	margin-bottom: -175px;
*/	_position: absolute;
_bottom: expression(offsetParent.scrollTop+242);
/*	box-shadow: 0 0 35px #000;
*/	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
}
.divM_suoxiao {
	font-family: "iconfont";
	font-size: 16px;
	font-weight: bold;
	margin-left: 1px;
	margin-top: 9px;
	font-style: normal;
	color: #FFF;
	position: absolute;
}
/*  商务通弹窗 样式结束*/
 /* 顶部导航css*/
.top_1 {
	width: 100%;
	height: 30px;
	background: #f8f8f8;
	border-bottom: 1px #f2f2f2 solid;
	line-height: 30px;
}
.top1 {
	width:650px;
}
.top_1 ul li {
	float: left;
	margin-right: 7px;
	line-height: 30px;
}

.zy_top_ri{width:520px; height:30px; line-height:30px; float:left; vertical-align:middle; overflow:hidden;}
.iconfont_01{ font-size:19px;color:#196f64; float:left;margin-right:6px;}
.iconfont_02{ font-size:18px;color:#196f64; float:left;margin-right:6px;}
.zy_top_ri span{ float:left;}
.in01 {
	margin-right: 7px;
	text-align: center;
	margin-top: 4px;
	float: left;
}
.logo {
	width: 800px;
	float: left;
	height: 90px;
	margin-top: 10px;
}
.serach01 {
	height: 50px;
	float: right;
	padding-top: 20px;
	margin-right: 20px;
}
.serach02 {
	width: 280px;
}
.text03 {
	width: 200px;
	border: 1px #e3e3e3 solid;
	height: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	line-height: 30px;
	padding-left: 5px;
	color: #999;
}
.button04 {
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -3px;
	height: 32px;
	background: #196f64;
	border: 1px #196f64 solid;
	width: 70px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #333;
}
.button04:hover {
	background: #22887B;
}
/************nav导航***********/
.nav01 {
	position: relative;
	z-index: 99;
	height: 45px;
	background: #196f64;
}
.nav_bc {
	background: #196f64;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	padding: 0 0px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	float: left;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	width: 100px;
	background: url(../images/top/nav_bg.jpg) no-repeat 99px 15px;
}
.nav .nLi h3 {
	float: left;
	text-align: center;
	width: 100px;
	text-shadow: 0 1px 0 #333;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 0px;
	font-size: 14px;
	color: #ffe692;
}
.nav .nLi h3 a:hover {
	list-style-type: none;
}
.nav .sub {
	display: none;
}
.nav .sub li {
	zoom: 1;
	overflow: hidden;
}
.nav .on h3 a {
	background: #e1a605;
	color: #fff;
}
.in02 {
	background: url(../images/top/sjx_03.gif) no-repeat 82px 22px;
}
.nav02 {
	width: 150px;
	height: 30px;
	background: #eb4947;
	float: right;
	margin-top: 8px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 -1px 0 #666;
}
.nav02:hover {
	background: #EC7270;
}
.nav02 a {
}
.nav02 a:hover {
}
.ab {
	left: -101px;
	top: 45px;
	position: absolute;
	line-height: 26px;
	width: 1200px;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px #e3e3e3 solid;
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
	padding-top: 15px;
	padding-bottom: 30px;
	z-index: 100;
}
.ab1 {
	display: block;
	width: 150px;
	font-size: 14px;
	line-height: 30px;
	float: left;
	text-align: center;
}
.ab1 a {
	display: block;
	background: url(../images/top/icon01.jpg) no-repeat 30px 11px;
	border-right: 1px #e3e3e3 dotted;
	color: #434343;
}
.ab1 a:hover {
	color: #196f66;
	text-decoration: underline;
}
.ab2 {
	display: block;
	float: left;
	width: 320px;
	border-right: 1px #e3e3e3 dotted;
	text-align: center;
	line-height: 27px;
}



.ab2 ul li a{ display: block;
	color: #434343;
	text-align: left;
	margin-left: 10px; }



.ab2 ul li a:hover{color:#196f66; text-decoration:underline;  }











.ab3 {
	width: 340px;
	border-right: 1px #e3e3e3 dotted;
	float: left;
}
.ab3 a:hover {
	color: #196f66;
	text-decoration: underline;
}
.ab33 {
	width: 148px;
	float: left;
	height: 107px;
	margin-left: 14px;
	margin-bottom: 8px;
	margin-top: 7px;
}
.ab4 {
	float: left;
	width: 380px;
}
.ab44 {
	height: 160px;
	padding-left: 20px;
	padding-right: 15px;
	text-indent: 2em;
}
.ab45 {
	text-align: center;
	margin-left: 40px;
	padding-top: 20px;
}
.ab45 a {
	display: block;
	width: 108px;
	height: 30px;
	background: #196f62;
	float: left;
	margin-left: 30px;
	color: #fff;
	line-height: 30px;
	border-radius: 5px;
}
.ab45 a:hover {
	color: #fff;
	background: #22887B;
}
.zw {
	left: -201px;
	top: 45px;
	position: absolute;
	width: 1200px;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px #e3e3e3 solid;
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
	padding-top: 15px;
	padding-bottom: 30px;
}
.zw1 {
	padding-left: 30px;
	width: 910px;
	float: left;
}
.zw1 ul {
	width: 130px;
	float: left;
	_width: 120px;
}
.zw1 ul li {
	width: 130px;
	_width: 120px;
	line-height: 27px;
 #line-height:20px;
	background: url(../images/top/jiantou00.jpg) no-repeat 0px 9px;
	padding-left: 8px;
}
.zw1 ul span {
	font-size: 14px;
	color: #196f66;
	margin-left: 5px;
	border-bottom: 1px #e3e3e3 solid;
	line-height: 30px;
 #line-height:22px;
}
.zw1 ul span a {
	font-size: 14px;
	color: #196f66;
}
.zw1 ul span a:hover {
	font-size: 14px;
	color: #22887b;
}
.zw1 ul li a {
	color: #434343;
}
.zw1 ul li a:hover {
	color: #196f66;
	text-decoration: underline;
}
.zw2 {
	margin-left: 27px;
}
.zw2 a {
	float: left;
	margin-right: 45px;
}
/*******焦点图代码********/
.wtslideBox {
	float: left;
	padding-top: 10px;
	overflow: hidden;
	width: 240px;
	position: relative;
	height: 310px;
}
.wtslideBox .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	left: 170px;
	bottom: 290px;
	z-index: 1;
}
.wtslideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.wtslideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	line-height: 35px;
	text-align: center;
	background: #dfdfdf;
	cursor: pointer;
	border-radius: 20px;
}
.wtslideBox .hd ul li.on {
	background: #196f64;
	color: #fff;
}
.wtslideBox .wbd {
	position: relative;
	width: 240px;
	z-index: 0;
}
.wtslideBox .wbd li {
	zoom: 1;
	overflow: hidden;
	vertical-align: middle;
	display: block;
	width: 240px;
	height: 310px;
}
.jg {
	left: -301px;
	top: 45px;
	position: absolute;
	width: 1200px;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px #e3e3e3 solid;
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
	padding-top: 15px;
	padding-bottom: 30px;
}
.jg1 {
	padding-left:20px;
	width: 920px;
	float: left;
}
.jg1 ul {
	width: 115px;
	float: left;
	_width: 100px;
}
.jg1 ul li {
	width: 130px;
	_width: 100px;
	line-height: 27px;
 #line-height:20px;
	background: url(../images/top/jiantou00.jpg) no-repeat 0px 9px;
	padding-left: 8px;
}
.jg1 ul span {
	font-size: 14px;
	color: #196f66;
	margin-left: 5px;
	border-bottom: 1px #e3e3e3 solid;
	line-height: 30px;
 #line-height:22px;
}
.jg1 ul span a {
	font-size: 14px;
	color: #196f66;
}
.jg1 ul span a:hover {
	font-size: 14px;
	color: #22887b;
}
.jg1 ul li a {
	color: #434343;
}
.jg1 ul li a:hover {
	color: #196f66;
	text-decoration: underline;
}
.jg2 {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-left: 15px;
}
.jg22 {
	float: left;
	width: 210px;
	height: 110px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #fff solid;
}
.jg22:hover {
	border: 1px #196f66 solid;
}
.wc {
	left: -401px;
	top: 45px;
	position: absolute;
	width: 1200px;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px #e3e3e3 solid;
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
	padding-top: 15px;
	padding-bottom: 30px;
}
.wc1 {
	padding-left: 30px;
	width: 450px;
	float: left;
}
.wc1 ul {
	width: 130px;
	float: left;
	_width: 120px;
	margin-right: 20px;
}
.wc1 ul li {
	width: 130px;
	_width: 120px;
	line-height: 27px;
 #line-height:20px;
	background: url(../images/top/jiantou00.jpg) no-repeat 0px 9px;
	padding-left: 8px;
}
.wc1 ul span {
	font-size: 14px;
	color: #196f66;
	margin-left: 5px;
	border-bottom: 1px #e3e3e3 solid;
	line-height: 30px;
 #line-height:22px;
}
.wc1 ul span a {
	font-size: 14px;
	color: #196f66;
}
.wc1 ul span a:hover {
	font-size: 14px;
	color: #22887b;
}
.wc1 ul li a {
	color: #434343;
}
.wc1 ul li a:hover {
	color: #196f66;
	text-decoration: underline;
}
.wc2 {
	float: left;
	width: 700px;
	margin-top: 10px;
}
.wc22 {
	float: left;
	width: 210px;
	height: 110px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #fff solid;
}
.wc22:hover {
	border: 1px #196f66 solid;
}
.my {
	left: -501px;
	top: 45px;
	position: absolute;
	width: 1200px;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px #e3e3e3 solid;
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
	padding-top: 15px;
	padding-bottom: 30px;
}
.my1 {
	padding-left: 30px;
	width: 650px;
	float: left;
}
.my1 ul {
	width: 130px;
	float: left;
	_width: 120px;
}
.my1 ul li {
	width: 130px;
	_width: 120px;
	line-height: 27px;
 #line-height:20px;
	background: url(../images/top/jiantou00.jpg) no-repeat 0px 9px;
	padding-left: 8px;
}
.my1 ul span {
	font-size: 14px;
	color: #196f66;
	margin-left: 5px;
	border-bottom: 1px #e3e3e3 solid;
	line-height: 30px;
 #line-height:22px;
}
.my1 ul span a {
	font-size: 14px;
	color: #196f66;
}
.my1 ul span a:hover {
	font-size: 14px;
	color: #22887b;
}
.my1 ul li a {
	color: #434343;
}
.my1 ul li a:hover {
	color: #196f66;
	text-decoration: underline;
}
.my2 {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-left: 15px;
}
.my22 {
	float: left;
	width: 210px;
	height: 110px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #fff solid;
}
.my22:hover {
	border: 1px #196f66 solid;
}
/*顶部导航样式结束*/
 /*底部代码开始*/
.foot {
	width: 100%;
	min-width: 1200px;
	background: #414141;
	overflow: hidden;
}
.footer {
	padding-top: 30px;
	height: 270px;
	border-bottom: 1px #373737 solid;
	text-shadow: 0 1px 0 #000;
}
.foot_logo {
	padding-top: 60px;
}
.in06 {
	padding-bottom: 3px;
	display: block;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px #303030 solid;
	margin-bottom: 5px;
}
.center01 {
	overflow: hidden;
	border-left: 1px #363636 dashed;
	border-right: 1px #363636 dashed;
	margin-left: 20px;
}
.center01 li {
	float: left;
	width: 100px;
	margin-left: 30px;
	display: inline;
}
.center01 li a {
	color: #d9d7d7;
	display: block;
	padding-left: 10px;
}
.center01 li a:hover {
	text-decoration: underline;
}
.in07, .in07_1, .in07_2 {
	clear: both;
	color: #d9d7d7
}
.in07_1 {
	font-size: 14px;
	margin-bottom: 10px;
}
.in08 {
	float: left;
	line-height: 28px;
	margin-right: 20px;
	color: #d9d7d7;
	margin-bottom: 20px;
}
.in09 {
	font-size: 16px;
}
.text02 {
	width: 177px;
	border: 1px #a7a7a7 solid;
	height: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	color: #999;
}
.button03 {
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -3px;
	height: 32px;
	background: #a7a7a7;
	border: 1px #a7a7a7 solid;
	width: 50px;
	color: #fff;
}
.in10 {
}
.in11 {
	height: 100px;
	margin-top: 20px;
	color: #d9d7d7;
	text-align: center;
	text-shadow: 0 1px 0 #000;
}
.foot01 {
	background: #303030;
	min-width: 1200px;
	height: 35px;
	text-shadow: 0 1px 0 #000;
}
.in012 {
	text-align: center;
	line-height: 35px;
	color: #d9d7d7;
}
.in012 a{color:#d9d7d7;}
/*底部代码结束*/
 /*******项目类别代码********/
.in {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.banner_nav01 {
	height: 90px;
	border: 1px #e3e3e3 solid;
	margin-top: 15px;
	z-index: 0;
}
.banner_nav02 {
	width: 53px;
	height: 56px;
	display: inline;
	float: left;
	margin-left: 5px;
}
.banner_nav01 ul {
	margin-top: 18px;
	width: 290px;
	float: left;
	margin-left: 7px;
	background: url(../images/index/banner_bav_bg.jpg) no-repeat right;
}
.banner_nav01 ul li {
	float: left;
	display: inline;
	margin-left: 3px;
	padding-top: 3px;
	height: 20px;
	margin-bottom: 3px;
	text-align: center;
}
.banner_nav01 ul li a {
	width: 52px;
	display: block;
}
.banner_nav01_on {
	font-weight: bold
}
.banner_nav01_on a {
	color: #333;
}
.banner_nav01 ul li a:hover {
	background: #196f64;
	color: #fff;
	text-shadow: 0 1px 0 #333;
}
/*******左侧商务通代码********/
.swt-left-bg {
	background: #e1e1e1;
	border-right: 3px #e1e1e1 solid;
	width: 34px;
	position: fixed;
	left: 0px;
	height: 100%;
	_position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+200));
	z-index: 1000000;
}
.swt-left-ico {
	width: 48px;
	height: 46px;
	padding-top: 7px;
	position: absolute;
	left: -10px;
	z-index: 10000000;
	position: fixed;
	top: 535px;
	background: url(../images/index/swt-left-ico1.png) -53px no-repeat;
}
.swt-left-ico span {
	width: 34px;
	height: 34px;
	display: block;
	float: right;
	margin-right: 4px;
	cursor: pointer;
	background: url(../images/index/swt-left-ico2-index.png) no-repeat;
	-webkit-transition: 0.4s linear;
	transition: 0.4s ease-in;
}
.swt-left-ico .hover {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.swt-left-ico .leave {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.swt-left-menu {
	top: 100px;
	width: 37px;
	height: 454px;
	position: relative;
}
.swt_logo {
	width: 35px;
	height: 20px;
	padding-top: 28px;
	display: block;
}
.swt_logo a {
	width: 35px;
	height: 66px;
	display: block;
}
#swt-left-menu-a0 {
	text-align: center;
	padding-top: 15px;
	width: 37px;
	height: 58px;
}
#swt-left-menu-a0:hover {
	background: #dbdbdb url(../images/index/awt_now.jpg) no-repeat 33px 33px;
}
#swt-left-menu-a1 {
	text-align: center;
	padding-top: 15px;
	width: 37px;
	height: 58px;
}
#swt-left-menu-a0 i {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
}
#swt-left-menu-a1 i {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
}
#swt-left-menu-a2 i {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
}
#swt-left-menu-a3 i {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 20px;
}
#swt-left-menu-a4 i {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
}
#swt-left-menu-a1:hover {
	background: #dbdbdb url(../images/index/awt_now.jpg) no-repeat 33px 33px;
}
#swt-left-menu-a2 {
	text-align: center;
	padding-top: 15px;
	width: 37px;
	height: 58px;
	display: block;
}
#swt-left-menu-a2:hover {
	background: #dbdbdb url(../images/index/awt_now.jpg) no-repeat 33px 33px;
}
#swt-left-menu-a3 {
	text-align: center;
	padding-top: 7px;
	width: 37px;
	height: 48px;
	display: block;
}
#swt-left-menu-a3:hover {
	background: #dbdbdb;
	transition: all 0.3s linear 0s;
}
#swt-left-menu-a4 {
	text-align: center;
	padding-top: 7px;
	width: 37px;
	height: 48px;
	display: block;
}
#swt-left-menu-a4:hover {
	background: #dbdbdb;
	transition: all 0.3s linear 0s;
}
.swt-left-menu i {
	width: 35px;
	height: 18px;
	margin-top: 62px;
	display: block;
	text-align: center;
	cursor: pointer;
}
.swt-left-c {
	width: 220px;
	height: 455px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.swt-left-c-bg {
	width: 0px;
	height: 442px;
	background: url(../images/index/swt-left-c-bg.jpg);
	position: absolute;
	left: 37px;
	top: 6px;
	overflow: hidden;
}
.swt-left-c2 {
	padding-top: 25px;
	width: 170px;
}
.swt-left-c-t {
	width: 160px;
	padding-left: 10px;
	height: 40px;
	line-height: 25px;
	overflow: hidden;
}
.swt-left-c-t h3 {
	width: 120px;
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	float: left;
	color: #262626;
	font-weight: normal;
}
.swt-left-c-t span {
	width: 20px;
	height: 20px;
	padding-top: 4px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(../images/index/swt-left-c1-t-index.jpg) 0px 2px no-repeat;
}
.swt-left-c-c {
	height: 335px;
}
.swt-left-c-c dl {
	width: 70px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
}
.swt-left-c-c dd {
	width: 68px;
	height: 68px;
	border: 1px solid #cfcfce;
	overflow: hidden;
}
.swt-left-c-c dt {
	height: 27px;
	padding-top: 5px;
	text-align: center;
}
.swt-left-c-c dt a {
	padding: 4px 5px;
	transition: all 0.3s linear 0s;
	border-radius: 2px;
	font-size: 12px;
}
.swt-left-c-c dl:hover dt a {
	color: #fff;
	background: #196f64;
	text-decoration: none;
}
.swt-left-c-c ul {
	padding-left: 10px;
}
.swt-left-c-c li {
	width: 72px;
	height: 26px;
	line-height: 26px;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: center;
	float: left;
}
.swt-left-c-c li a {
	width: 72px;
	height: 26px;
	display: block;
	color: #fff;
	background: #434343;
	transition: all 0.3s linear 0s;
	font-size: 12px;
}
.swt-left-c-c li a:hover {
	color: #fff;
	text-decoration: none;
	background: #196f64;
	transition: all 0.3s linear 0s;
}
.swt-left-c-b {
	width: 160px;
}
.swt-left-c-b a {
	width: 103px;
	margin: 0px auto;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	display: block;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	background: #eb4947;
	border-radius: 5px;
}
.swt-left-c-b a:hover {
	color: #fff;
	text-decoration: none;
	background: #ec7270;
	transition: all 0.3s linear 0s;
}
.weixin_er {
	padding-left: 15px;
}
.weixin_er_zx {
	height: 30px;
	margin-top: 8px;
	margin-left: 15px;
}
.weixin_er_zx a {
	color: #434343;
	font-size: 14px;
	line-height: 35px;
}
.weixin_er_zx a:hover {
	color: #196f64;
}
.swt_dh {
	font-size: 14px;
	padding-top: 12px;
}
.swt_an {
	height: 30px;
	margin-top: 13px;
}
.swt_an a {
	border-radius: 5px;
	width: 75px;
	height: 26px;
	display: block;
	float: left;
	color: #fff;
	background: #eb4947;
	text-align: center;
	margin-left: 5px;
}
.swt_an a:hover {
	background: #ec7270;
	color: #fff;
	transition: all 0.3s linear 0s;
}
/*免费电话弹出层样式*/
#screen_tel {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 10003;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.free_tel_Box {
	width: 380px;
	height: 240px;
	position: fixed;
	right: 48%;
	bottom: 60%;
	margin-right: -195px;
	margin-bottom: -175px;
	z-index: 10005;
		box-shadow: 0 0 35px #000;
	-webkit-box-shadow: 0 0 35px #000;
	-moz-box-shadow: 0 0 35px #000;
}
.free_tel_Box_tm {
	width: 380px;
	height: 240px;
	background: #186f63;
filter:alpha(opacity:50);
	opacity: 0.5;
}
.free_tel_content {
	width: 370px;
	height: 230px;
	border: #186f63 solid 1px;
	background: #FFF;
	position: absolute;
	left: 4px;
	top: 4px;
}
.free_tel_content h3 {
	height: 31px;
	padding-left: 36px;
	line-height: 31px;
	background: url(../images/xuanfu/free_titlebg.jpg) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.free_tel_close {
	width: 13px;
	height: 13px;
	background: url(../images/xuanfu/item_close.gif) no-repeat;
	position: absolute;
	right: 10px;
	top: 9px;
	cursor: pointer;
}
.free_tel_inputBox {
	width: 311px;
	height: 50px;
	background: url(../images/xuanfu/free_input_bg.jpg) no-repeat;
	margin: 30px auto 0 auto;
	position: relative;
}
.freetel-tel {
	width: 205px;
	height: 50px;
	line-height: 50px;
	padding-left: 5px;
	border: none;
	_border: 0;
	background: none;
	font-size:16px;
	color:#9b75e1;
	
}
.freetel-tel input {
	background: none;

}
.fl {
	float: left
}
.freetel-submit {
	width: 100px;
	height: 50px;
	cursor: pointer;
	background: none;
	border: none;
}
.freetel-txtdl {
	list-style: none;
	width: 311px;
	margin: 20px auto 0 auto;
}
.freetel-txtdl dt {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ff4100;
}
.freetel-txtdl dd {
	width: 320px;
	height: 20px;
	line-height: 20px;
	background: url(../images/xuanfu/item_squareIcon.gif) 0 9px no-repeat;
	color: #186f63;
	padding-left: 7px;
	font-size: 12px;
}
.freetel-txtdl dd em {
	font-style: normal;
	color: #ff4100
}
.free_sub_info {
	display: none;
	width: 201px;
	height: 82px;
	background: url(../images/xuanfu/free_tsbg.gif) no-repeat;
	position: absolute;
	left: 0;
	bottom: -85px;
	color: #186f63;
	font-size: 12px;
}
.free_sub_info_dl {
	list-style: none;
	width: 200px;
	margin: 10px auto 0 auto;
}
.free_sub_info_dl dt {
	width: 190px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
}
.free_sub_info_dl dd {
	width: 170px;
	height: 18px;
	padding-left: 30px;
	line-height: 18px;
	background-image: url(../images/xuanfu/free_tel_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
.free_sub_info_dl dd.bg2 {
	background-position: 10px -19px;
}
.free_sub_info_dl dd.bg0 {
	background: none;
	width: 190px;
	padding-left: 10px;
}
/*内页上边banner图*/
.g_slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 0;
	min-width: 1200px;
}
.g_slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 650px;
	margin-top: 180px;
	z-index: 1;
}
.g_slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.g_slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	line-height: 14px;
	text-align: center;
	background: #dfdfdf;
	cursor: pointer;
	border-radius: 20px;
}
.g_slideBox .hd ul li.on {
	background: #196f64;
	color: #fff;
}
.g_slideBox .bd {
	height: 100%;
	z-index: 0;
}
.g_slideBox .bd a {
	margin: 0 auto;
	display: block;
	height: 200px;
}
.g_slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 200px;
}
.g_slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}








/******底部浮动开始******/
.ClassicItermBox {
	height: 35px;
	width: 100%;
	background: #196f64;
	border-top: 1px #196f64 solid;
	position: fixed;
	bottom: 0;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight));
	z-index: 300;
	text-shadow: 0 1px 0 #333;
}
.tenItermBox {
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	margin-top: 2px;
}
.ClassicItermBox .tenItermBox li {
	float: left;
}
.tB01 {
	margin-left: 20px;
	font-size: 14px;
	line-height: 28px;
	font-family: "微软雅黑", "宋体";
	color: #fdeaab;
	margin-right: 20px;
}
.tB01 img {
	margin-right: 10px;
	float: left;
	margin-top: 2px;
}
.tB01_1 {
	float: left;
}
.ClassicItermBox .tenItermBox li a {
}
.ClassicItermBox a:hover {
	text-decoration: none
}
.tB02 {
	margin-top: 3px;
	margin-left: 30px;
	margin-right: 30px;
}
.tB02_1 {
	width: 200px;
	border: none;
	height: 25px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float: left;
	padding-left: 5px;
	color: #999;
}
.tB02_2 {
	font-size: 14px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -3px;
	height: 25px;
	background: #c69715;
	border: 1px #bc9015 solid;
	width: 95px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #333;
}
.tB02_2:hover {
	background: #bc9015;
}
.tB03 a {
	width: 110px;
	display: block;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #eb4947;
	border-radius: 3px;
	margin-right: 20px;
	margin-top: 3px;
	text-align: center;
}
.tB03 a:hover {
	background: #EC7270;
	color: #fff;
}
.iconfont01 {
	font-family: "iconfont";
	font-size: 15px;
	float: left;
	margin-top: 4px;
	line-height: 20px;
	font-style: normal;
	margin-right: 5px;
}
.iconfont02 {
	font-family: "iconfont";
	font-size: 20px;
	float: left;
	font-style: normal;
	margin-right: 5px;
}
.iconfont03 {
	font-family: "iconfont";
	font-size: 15px;
	float: left;
	margin-top: 1px;
	font-style: normal;
	margin-right: 5px;
}
/******底部浮动结束******/
 /************index页代码开始！**************/
/************banner***********/
.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 0;
	min-width: 1200px;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right:50%;
	margin-top: 430px;margin-right:-74px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	line-height: 14px;
	text-align: center;
	background: #dfdfdf;
	cursor: pointer;
	border-radius: 20px;
}
.slideBox .hd ul li.on {
	background: #196f64;
	color: #fff;
}
.slideBox .bd {
	height: 100%;
	z-index: 0;
}
.slideBox .bd a {
	margin: 0 auto;
	display: block;
	height: 460px;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 460px;
}
.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.slideBox .prev, .slideBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../images/index/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 420px;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.slideBox .prev {
	left: 8%;
}
.slideBox .next {
	background-position: 0 -90px;
	right: 8%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
/************banner结束***********/
/*******免费电话代码********/
.iphone {
	background: url(../images/index/x_index_01.jpg) no-repeat;
	height: 32px;
	float: left;
}
.che {
	background: url(../images/index/x_index_02.jpg) no-repeat;
	height: 32px;
	float: left;
}
.shijian {
	background: url(../images/index/x_index_03.jpg) no-repeat;
	height: 32px;
	float: left;
}
.mianfei {
	float: right;
	margin-left: 10px;
	text-shadow: 0 1px 0 #333;
}
.text01 {
	width: 210px;
	border: 1px #196f64 solid;
	height: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	padding-left: 5px;
	color: #999;
}
.button02 {
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -3px;
	height: 32px;
	background: #196f64;
	border: 1px #196f64 solid;
	width: 95px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #333;
}
.button02:hover {
	background: #1F8073;
}
.tonghua {
	float: left;
	margin-left: 20px;
	display: inline;
}
.qqzixun a {
	float: left;
	width: 100px;
	border: 1px #196f64 solid;
	background: #196f64;
	border-radius: 5px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
	text-align: center;
	line-height: 30px;
}
.qqzixun a:hover {
	background: #22887B;
}
.light {
	border-bottom: 1px #e3e3e3 solid;
	margin-bottom: 30px;
	margin-left: 12px;
}
.in03 {
	margin-top: 28px;
	overflow: hidden;
	height: 63px;
}
/*******焦点图代码********/
.jdt {
	width: 1200px;
	margin: 0 auto;
	height: 280px;
	padding-bottom: 5px;
}
.tslideBox {
	overflow: hidden;
	position: relative;
	width: 594px;
	float: left;
	margin-right: 12px;
}
.tslideBox .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	left: 480px;
	bottom: 10px;
	z-index: 1;
}
.tslideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.tslideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	line-height: 35px;
	text-align: center;
	background: #dfdfdf;
	cursor: pointer;
	border-radius: 20px;
}
.tslideBox .hd ul li.on {
	background: #196f64;
	color: #fff;
}
.tslideBox .bd {
	position: relative;
	height: 277px;
	z-index: 0;
}
.tslideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 277px;
}
/*******新闻代码********/
.txtScroll-left {
	margin-top: 10px;
}
.txtScroll-left .prev, .txtScroll-left .next {
	display: block;
	width: 10px;
	zoom: 1;
	height: 17px;
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	z-index: 555;
	zoom: 1;
	margin-top: 10px
}
.txtScroll-left .prev {
/*	background: url(../images/index/arrow01.png) no-repeat;
	background-position: 0 0px;
*/	margin-left: 30px;
	display: block;
}
.txtScroll-left .next {
/*	background: url(../images/index/arrow01.png) no-repeat;
	background-position: 0px -25px;
*/	margin-left: 550px;
	display: block;
}
.txtScroll-left .next:hover {
	background: url(../images/index/arrow02.png) no-repeat;
	background-position: 0px -25px;
}
.txtScroll-left .prev:hover {
	background: url(../images/index/arrow02.png) no-repeat;
	background-position: 0px 0px;
}
.txtScroll-left .bd {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.txtScroll-left .bd ul li {
	float: left;
	_display: inline;
	z-index: 1;
}
.righr01 {
	height: 275px;
	border: 1px #e3e3e3 solid;
	width: 592px;
	float: left;
	display: inline;
}
.h3_1 {
	text-align: center;
	line-height: 35px;
	color: #333;
	font-size: 17px;
}
.h3_1 a:hover {
	color: #196f64;
}
.xin_1 {
	margin: 5px 20px 0px 20px;
	text-indent: 2em;
	overflow: hidden;
	height: 65px;
	border-bottom: 1px #e3e3e3 dotted;
}
.xin_1 a {
	color: #eb4947;
}
.xin_1 a:hover {
	color: #eb4947;
	text-decoration: underline;
}
.xin_2 {
	margin-left: 10px;
	margin-top: 10px;
}
.xin_2 li {
	float: left;
	width:47%; padding-right:3%;
	line-height: 28px;height:28px;overflow:hidden;
}
.xin_2 li a:hover {
	text-decoration: underline;
}
/*******标题代码********/
.tit01 {
	margin: 0 auto;
	width: 190px;
	height: 30px;
	border: 1px #e3e3e3 solid;
	line-height: 30px;
	border-radius: 5px;
}
.tit02 {
	display: block;
	width: 95px;
	height: 30px;
	background: #196f64;
	color: #fff;
	text-align: center;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-shadow: 0 1px 0 #333;
}
.tit03 {
	display: block;
	width: 95px;
	height: 30px;
	background: #fff;
	color: #666;
	text-align: center;
	float: left;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/************专家团队***********/
.zpicScroll-left {
	overflow: hidden;
	margin-top: 20px;
	/*margin-bottom: 10px;*/
}
.zpicScroll-left .bd {
	overflow: hidden;
	margin-bottom: 25px
}
.zpicScroll-left .hd {
	height: 25px;
	margin-top: 7px;
	float: right;
}
.zpicScroll-left .hd ul {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-top: 2px;
	overflow: hidden;
	zoom: 1;
}
.zpicScroll-left .hd .prev, .zpicScroll-left .hd .next {
	display: block;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin-top: 7px;
}
.zpicScroll-left .hd .next {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/index/arrow01.png) no-repeat;
	background-position: 0 -61px;
}
.zpicScroll-left .hd .prev {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/index/arrow01.png) no-repeat;
	background-position: 0 -48px;
}
.zpicScroll-left .hd .next:hover {
	background: url(../images/index/arrow02.png) no-repeat;
	background-position: 0 -61px;
}
.zpicScroll-left .hd .prev:hover {
	background: url(../images/index/arrow02.png) no-repeat;
	background-position: 0 -48px;
}
.zpicScroll-left .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 3px; margin-top:6px;
	/*text-indent: -999px;*/
	cursor: pointer;
	background: #dfdfdf;
	border-radius: 20px;color:#dfdfdf;
}
.zpicScroll-left .hd ul li.on {
	background: #196f64;color:#196f64;
}
.in04 img {
	width: 286px;
	height: 235px;
}
.in04 {
	border: 1px #e3e3e3 solid;
	height: 365px;
}
.in04:hover {
	border: 1px #40877e solid;
}
.in04 h3 {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 14px;
}
.in04 p {
	line-height: 27px;
	padding-left: 20px;
	padding-right: 10px;
	height: 50px;
}
.z11 {
	height: 25px;
	margin-top: 10px;
	text-shadow: 0 1px 0 #333;
}
.gz1 a {
	background: #40877e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-left:20px;
}
.gz1 a:hover {
	color: #fff;
	background: #196f64;
}
.gz2 a {
	background: #97886e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-left: 5px;
}
.gz2 a:hover {
	color: #fff;
	background: #786543;
}
.gz3 a {
	background: #758b94;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-left: 5px;
}
.gz3 a:hover {
	color: #fff;
	background: #597580;
}
/************专家团队结束***********/
/************经典案例***********/
.game163 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.game163 .bigImg {
	height: 435px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
.game163 .smallScroll {
	height: 95px;
	overflow: hidden;
	margin-top: 20px;
}
.game163 .smallImg {
	height: 95px;
	display: inline;
	overflow: hidden;
}
.game163 .smallImg ul {
	float: left;
	height: 95px;
}
.game163 .smallImg li {
	display: inline;
	float: left;
	margin-right: 12px;
	width: 89px;
	cursor: pointer;
	display: block;
	height: 95px;
	padding-top: 9px;
}
.game163 .smallImg img {
	width: 87px;
	height: 80px;
	border: 1px #e3e3e3 solid;
}
.game163 .smallImg .on {
	background: url(../images/index/x_index_11.jpg) 40px 0px no-repeat;
}
.game163 .smallImg .on img {
	border: #196f64 1px solid;
}
.anli_01_lf {
	width: 392px;
	float: left;
	height: 435px;
}
.anli_01_lf img {
	width: 389px;
	height: 432px;
	border: 1px #e3e3e3 solid;
}
.anli_01_rg_012 {
	float: left;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	text-shadow: 0 1px 0 #333;
}
.anli_01_rg_012 a {
	float: left;
	background: #eb4947;
	margin-left: 8px;
	border-radius: 8px;
	color: #fff;
	display: inline;
	width: 90px;
	height: 30px;
}
.anli_01_rg_012 a:hover {
	color: #fff;
	display: inline;
	width: 90px;
	height: 30px;
	background: #dd3f3d;
	border-radius: 8px;
}
.anli_01_rg {
	width: 493px;
	float: left;
	margin-left: 9px;
	margin-right: 9px;
	border: 1px #e3e3e3 solid;
	height: 432px;
}
.anli_01 {
	height: 434px;
}
.anli_01_rg_01 {
	overflow: hidden;
	height: 90px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.a1 {
	font-size: 35px;
	color: #eb4947;
	padding-right: 10px;
	_line-height: 38px;
}
.anli_01_rg_011 {
	width: 250px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	_height: 50px;
}
.anli_01_rg_02 {
	line-height: 30px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.anli_01_rg_02 a{ color:#434343;}

.anli_01_rg_02 a:hover{ color:#24554e; text-decoration:underline;}


.anli_01_rg_022 {
	line-height: 24px;
	margin-bottom: 5px;
}
.a2 {
	color: #24554e;
	font-size: 14px;
	background: url(../images/index/x_index_08.jpg) 0px 3px no-repeat;
	padding-left: 10px;
}
.wslideBox {
	width: 291px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px #e3e3e3 solid;
	height: 430px;
}
.wslideBox .whd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 210px;
	top: 20px;
	z-index: 1;
}
.wslideBox .whd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.wslideBox .whd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #dfdfdf;
	cursor: pointer;
	border-radius: 20px;
}
.wslideBox .whd ul li.on {
	background: #196f64;
	color: #fff;
}
.wslideBox .wbd {
	z-index: 0;
}
.wslideBox .wbd li {
	zoom: 1;
	display: block;
}
.zbutton {
	position: absolute;
	overflow: hidden;
	left: 40px;
	top: 380px;
	z-index: 1;
	width: 230px;
	text-shadow: 0 1px 0 #333;
}
.zbutton a {
	display: block;
	width: 100px;
	height: 30px;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #196f64;
	float: left;
	margin-right: 10px;
}
.zbutton a:hover {
	display: block;
	width: 100px;
	border-radius: 8px;
	color: #fff;
	background: #22887b;
}
/************中妍优势***********/
.ind {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 310px;
}
.m-slide {
	margin-top:25px;
	margin-bottom: 22px;
}
.m-slide .img {
	float: left;
	width: 995px;
	overflow: hidden;
	height: 307px;
}
.m-slide .img li {
	display: none;
	width: 995px;
	height: 307px;
}
.img_lf {
	width: 380px;
	float: left;
	border: 1px #e3e3e3 solid;
	height: 305px;
}
.img_rg {
	width: 594px;
	height: 307px;
	float: right;
}
.img_rg img {
	width: 594px;
	height: 307px;
}
.m-slide .tab {
	float: right;
	width: 185px;
	height: 307px;
}
.m-slide .tab li {
	font-size: 14px;
	width: 183px;
	line-height: 50px;
	text-align: center;
	display: block;
	border-top: 1px #e3e3e3 solid;
	border-left: 1px #e3e3e3 solid;
	border-right: 1px #e3e3e3 solid;
	height: 50px;
}
.m-slide .tab .on {
	background: url(../images/index/dot.jpg) no-repeat left;
}
.img_lf h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 55px;
}
.img_lf p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
	height: 160px;
}
.img_lf_1 {
	margin-left: 70px;
}
.img_lf_1 a {
	margin-left: 15px;
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	height: 25px;
	border: 1px #196f64 solid;
	border-radius: 5px;
	line-height: 25px;
}
.img_lf_1 a:hover {
	background: #196f64;
	color: #fff;
	text-shadow: 0 1px 0 #333;
}
/************中妍优势***********/
.slideTxtBox {
	margin-bottom: 20px;
	overflow: hidden;
	height: 250px;
}
.slideTxtBox .hd {
	height: 35px;
	line-height: 30px;
	width: 900px;
	
	margin-left:12px;
	position: relative;
	
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 35px;
	text-align: center;
}
.slideTxtBox .hd ul li {
	float: left;
    font-size:15px;
	cursor: pointer;
	padding-left:10px; 
	padding-right:10px;
	
	margin-right:10px;
	
	color:#8f8f8f;
	
}

.slideTxtBox .hd ul li.on {
	height:33px;
    border-bottom:2px #196f64 solid;
	
	color:#434343;

}
.slideTxtBox .bd ul {
	border: 1px #e3e3e3 solid;
	height: 180px;
	margin-top: 15px;
}
.slideTxtBox .bd ul li {
	font-size: 12px;
	float: left;
	color: #434343;
}
.hj li {
	width: 176px;
	height: 107px;
	margin-left: 20px;
	margin-top: 30px;
	text-align: center;
	line-height: 30px;
	display: inline;
}
.hj li img {
	width: 174px;
	height: 105px;
	border: 1px #e3e3e3 solid;
}
.hj li img:hover {
	border: 1px #196f64 solid;
}
.jgjg li {
	margin-left: 26px;
	width: 120px;
	height: 81px;
	margin-top: 35px;
	text-align: center;
	line-height: 30px;
	display: inline;
}
.jgjg li img {
	width: 107px;
	height: 79px;
	border: 1px #e3e3e3 solid;
}
.jgjg li img:hover {
	border: 1px #196f64 solid;
}
.sq li {
	margin-left: 20px;
	width: 176px;
	height: 72px;
	margin-top: 35px;
	text-align: center;
	line-height: 30px;
	display: inline;
}
.sq li img {
	width: 174px;
	height: 70px;
	border: 1px #e3e3e3 solid;
}
.sq li img:hover {
	border: 1px #196f64 solid;
}
.lianjie {
	padding-left: 20px;
}
.lianjie li {
	display: block;
	height: 25px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	display: inline;
}
.lianjie li a {
}
.lianjie li a:hover {
	color: #196f64;
	text-decoration: underline;
}
.dt {
	padding-left: 20px;
	height: 170px;
	overflow: auto;
}
.dt li {
	margin-left: 20px;
	width: 260px;
	line-height: 27px;
	padding-top: 10px;
	display: inline;
}
.dt li span {
	font-size: 14px;
	padding-left: 10px;
}
.dt li p {
	display: block;
}
.dt li a:hover {
	color: #196f64;
	text-decoration: underline;
}
/************index页代码结束！**************/
 /************gyzy页代码开始！**************/
/*******共用********/
.g_banner {
	width: 100%;
	margin: 0 auto;
	background: url(../images/g_images/gyzy_02.jpg) no-repeat;
	overflow: hidden;
	height: auto;
	margin-bottom: 5px;
}

/*******共用********/
/*******关于中妍********/
.about_lf01 {
	width: 796px;
	float: left;
	overflow: hidden;
}
.about_rg01 {
	width: 392px;
	float: left;
	margin-left: 12px;
}
.g_left_tit {
	height: 30px;
	line-height: 30px;
	border: 1px solid #e3e3e3;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.g_left_tit li {
	display: block;
	float: left;
	width: 87px;
	cursor: pointer;
	border-left: 1px solid #e3e3e3;
}
.now1 a:hover {
}
.now4 a:hover {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.now1 a {
	background: #196f64;
	color: #fff;
	display: block;
	text-shadow: 0 1px 0 #333;
}
.now3 a {
	background: #196f64;
	color: #fff;
	display: block;
}
.now2 a:hover {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.g_left_tit li a {
	display: block;
	width: 87px;
}
.g_left_tit li a:hover {
	background: #196f64;
	color: #fff;
}
.g_right_1 {
	border: 1px #e3e3e3 solid;
	overflow: hidden;
	margin-top: 30px;
}
.g_right_1 img {
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 15px;
}
.g_right_1 p {
	text-indent: 2em;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 15px;
	border-bottom: 1px #e3e3e3 solid;
	margin-bottom: 10px;
}
.g_right_1 p a {
	color: #eb4947;
}
.g_right_1 p a:hover {
	color: #eb4947;
	text-decoration: underline;
}
.zxzu {
	height: 60px;
	overflow: hidden;
	text-shadow: 0 1px 0 #333;
}
.g_qq {
	height: 50px;
	float: left;
	margin-top: 5px;
}
.g_qq a {
	display: block;
	width: 145px;
	border: 1px #196f64 solid;
	background: #196f64;
	border-radius: 5px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	margin-left: 30px;
	text-align: center;
	line-height: 30px;
}
.g_qq a:hover {
	background: #22887b;
	color: #fff;
}
.gzpicScroll-left {
	border: 1px #e3e3e3 solid;
	overflow: hidden;
	margin-top: 12px;
}
.gzpicScroll-left .bd {
	overflow: hidden;
}
.gzpicScroll-left .hd {
	position: relative;
	overflow: hidden;
	height: 20px;
	left: 340px;
	top: 15px;
}
.gzpicScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
}
.gzpicScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #dfdfdf;
	border-radius: 20px;
}
.gzpicScroll-left .hd ul li.on {
	background: #196f64;
}
.g01 img {
	width: 188px;
	height: 150px;
	float: left;
}
.g02 {
	float: left;
	width: 180px;
	margin-top: 10px;
	line-height: 25px;
}
.sc {
	display: block;
	height: 80px;
}
.z1 {
	margin-top: 10px;
	text-shadow: 0 1px 0 #333;
}
.z1 a {
	background: #40877e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
}
.z1 a:hover {
	background: #196f64;
	color: #fff;
}
.z2 a {
	background: #97886e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-left: 10px;
	text-shadow: 0 1px 0 #333;
}
.z2 a:hover {
	background: #786543;
	color: #fff;
}
.g_right2 {
	height: 170px;
	margin-bottom: 10px;
}
.g022 {
	font-size: 16px;
	color: #333;
}
.jpicScroll-left {
	border: 1px #e3e3e3 solid;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 30px;
}
.jpicScroll-left .bd {
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px;
}
.jpicScroll-left .bd p {
	padding-left: 20px;
	line-height: 35px;
	height: 34px;
	border-bottom: 1px #e3e3e3 dashed;
}
.jpicScroll-left .bd p a:hover {
	text-decoration: underline;
}
.jpicScroll-left .hd {
	height: 35px;
}
.jpicScroll-left .hd h3 {
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 14px;
}
.jpicScroll-left .hd ul {
	margin-left: 40px;
	float: left;
	margin-top: 15px;
	overflow: hidden;
	zoom: 1;
}
.jpicScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #dfdfdf;
	border-radius: 20px;
}
.jpicScroll-left .hd ul li.on {
	background: #196f64;
}
/*******文章列表页********/
.list_tit {
	margin-top: 30px;
	margin-bottom: 7px;
}
.list_tit a:hover {
	color: #1b6f62;
}
.a_list {
}
.a_list li {
	border: 1px #e3e3e3 solid;
	height: 180px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.a_list li h3 {
	font-size: 14px;
	line-height: 30px;
	background: url(../images/g_images/list_01.jpg) no-repeat 20px 18px;
	padding-top: 10px;
	padding-left: 40px;
	border-bottom: 1px #e3e3e3 dotted;
	height: 40px;
}
.a_list li h3 a {
	color: #1b6f62;
}
.a_list li h3 a:hover {
	color: #1b6f62;
	text-decoration: underline;
}
.a01 {
	color: #666;
}
.a_list .a02 {
	display: block;
	text-indent: 2em;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 30px;
	height: 70px;
}
.a_list .a02 a {
	color: #eb4947;
}
.a_list .a02 a:hover {
	color: #eb4947;
	text-decoration: underline;
}
.a_list .a03 {
	display: block;
	padding-left: 20px;
	height: 25px;
}
.a_list .a03 a {
	color: #666;
	margin-right: 10px;
}
.a_list .a03 a:hover {
	text-decoration: underline;
}
/*******文章内容页********/
.article {
	border: 1px #e3e3e3 solid;
	margin-bottom: 30px;
}
.article01 {
	display: block;
	padding-top: 20px;
	height: 80px;
 #height:60px;
}
.article011 {
	overflow: hidden;
	border-bottom: 1px #e3e3e3 solid;
	margin: 0 25px 0 25px;
}
.article01_lf {
	float: left;
	width: 48px;
	margin-left: 25px;
	height: 50px;
	border: 1px #e3e3e3 solid;
	margin-top: 8px;
	text-align: center;
}
.ar05 {
	background: #196f64;
	height: 25px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 24px;
	color: #fff;
}
.article01_rg {
	margin-left: 30px;
	line-height: 40px;
	margin-right: 25px;
}
.article01_rg h1 {
	text-align: center;
	font-size: 22px;
}
.article01_rg h2 {
	text-align: center;
	font-size: 22px;
}
.ar01 {
	color: #666;
	float: left;
	width: 530px;
	display: block;
}
.ar02 {
	width: 145px;
	float: right;
	display: block;
	margin-top: 7px;
	text-shadow: 0 1px 0 #333;
}
.ar02 a {
	width: 62px;
	height: 23px;
	display: block;
	float: left;
	margin-right: 10px;
	background: #196f64;
	border-radius: 5px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
.ar02 a:hover {
	background: #22887b;
	color: #fff;
}
.article02 {
	padding-top: 30px;
	font-size: 14px;
	margin: 0 20px 0 30px;
}
.article02 p {
	/*text-indent: 2em;*/
/*	line-height: 30px;
*/}
.article03 {
	border: 1px #e3e3e3 solid;
	height: 108px;
	margin: 40px 30px 40px 30px;
	padding-top: 15px;
}
.article03 img {
	float: left;
	width: 495px;
	height: 90px;
	margin-left: 20px;
}
.ar04 a {
	display: block;
	float: left;
	width: 145px;
	border: 1px #196f64 solid;
	background: #196f64;
	border-radius: 5px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	margin-left: 40px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	text-shadow: 0 1px 0 #333;
}
.ar04 a:hover {
	background: #22887b;
	color: #fff;
}
.article04 {
	margin: 0px 30px 20px 30px;
	border-bottom: 1px #e3e3e3 solid;
	padding-bottom: 30px;
	line-height: 30px;
}
.article04 a:hover {
	color: #196f64;
	text-decoration: underline;
}
.arpicScroll-left {
	overflow: hidden;
	margin: 0px 20px 40px 30px;
}
.arpicScroll-left .bd {
	overflow: hidden;
	margin-top: 20px;
}
.arpicScroll-left .bd ul li a {
	margin-right: 10px;
}
.arpicScroll-left .hd {
	height: 35px;
}
.arpicScroll-left .hd h3 {
	width: 640px;
	float: left;
	padding-top: 10px;
	font-size: 16px;
}
.arpicScroll-left .hd ul {
	
	float: left;
	margin-top: 18px;
	overflow: hidden;
	zoom: 1;
	padding-left:5px;
	padding-right:5px;
}
.arpicScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #dfdfdf;
	border-radius: 20px;
}
.arpicScroll-left .hd ul li.on {
	background: #196f64;
}
.article05 {
	text-align: right;
}
.article05 a {
	background: url(../images/g_images/article03.jpg) no-repeat 0px 5px;
	margin-right: 30px;
	padding-left: 13px;
}
.article05 a:hover {
	color: #196f64;
}
/*******项目专题页********/
.project_tit {
	width: 792px;
	height: 60px;
	line-height: 30px;
	border: 1px solid #e3e3e3; border-bottom:none; border-right:none;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.project_tit li {
	display: block;
	float: left;
	cursor: pointer;
	border-right: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;width:99px; margin-right:-1px; overflow:hidden;
}
.project_tit li a {
	display: block;
	padding: 0px 9px 0px 9px;
}
.project_tit li a:hover {
	background: #196f64;
	color: #fff;
	text-shadow: 0 1px 0 #333;
}
.project01 {
	padding-top: 15px;
	margin: 0px 30px 0px 30px;
}
.project01 h3 {
	font-size: 16px;
	background: url(../images/g_images/project01.jpg) no-repeat 6px 8px;
	padding-left: 25px;
	line-height: 35px;
	border-bottom: 1px #e5e5e5 solid;
	width: 145px;
	margin-bottom: 15px;
}
.project01 h1 {
	font-size: 20px;
	font-weight: bold;
	background: url(../images/g_images/project01.jpg) no-repeat 6px 8px;
	padding-left: 25px;
	line-height: 35px;
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 15px;
}
.project01 {
	line-height: 2.5em;
	font-size: 13px;
}
.project01 h1 {
	font-size: 18px;
}
.pr01 {
	margin-left: 80px;
	display: block;
}
.pr02 {
	height: 51px;
	margin-top: 30px;
	margin-left: 80px;
	text-shadow: 0 1px 0 #333;
}
#float {
	width: 794px;
	position: absolute;
	top: 0;
	height: 30px;
	overflow: hidden;
}
#box {
	position: relative;
	height: 30px;
}
.pr03 {
	overflow: hidden;
	background: #fff;
	height: 30px;
	border-bottom: 1px #e3e3e3 solid;
}
.pr03 ul {
	margin-left: 23px;
}
.pr03 ul li {
	float: left;
	text-align: center;
	line-height: 28px;
	margin-right: 7px;
}
.pr03 ul li a {
	display: block;
	width: 75px;
	height: 30px;
	color: #666;
	border: 1px #e3e3e3 solid;
	border-bottom: none;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.pr03 ul li a:hover {
	background: #196f64;
	color: #fff;
}
.project02 {
	margin: 0px 25px 0px 25px;
}
.xmheight {
	line-height: 2.5em;
	font-size: 13px;
}
.project02 div {
}
.project02 h2 {
	font-size: 16px;
	padding-left: 15px;
	background: url(../images/g_images/project02.jpg) no-repeat 0px 11px;
	border-bottom: 1px #e5e5e5 solid;
	line-height: 35px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
}
.xiangmukuai { font-size:13px;}
.pr04 {
	height: 30px;
}
.project02 p {
}
.pr05 img {
	margin-right: 10px;
}
.project4 {
	margin: 0px 30px 20px 30px;
	border-top: 1px #e3e3e3 solid;
}
.project4 h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-left: 15px;
}
.project4 ul {
	height: 160px;
	margin-top: 10px;
	border-bottom: 1px #e3e3e3 dashed;
	margin-bottom: 20px;
}
.project4 ul li {
	float: left;
	width: 340px;
	display: inline;
	margin-left: 15px;
	padding-left: 10px;
	line-height: 28px;
	background: url(../images/g_images/project04.jpg) no-repeat 0px 13px;
}
.project4 ul li a {
	width: 280px;
	float: left;
}
.project4 ul li a:hover {
	color: #196f64;
	text-decoration: underline;
}
.project4 ul li span {
	width: 40px;
	float: right;
}
/*******专家团队页********/
.g_left01 {
	overflow: hidden;
	margin-bottom: 30px;
}
.g_left01 ul {
	overflow: hidden;
}
.g_left01 ul li {
	width: 380px;
	border: 1px #e3e3e3 solid;
	height: 190px;
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 15px;
	display: inline;
}
.g_left01 ul li:hover {
	border: 1px #196f64 solid;
}
.z_lf {
	width: 161px;
	float: left;
}
.z_rg {
	float: left;
	width: 200px;
	margin-left: 10px;
}
.z_rg01 {
	color: #202020;
}
.z_rg p {
	padding-top: 8px;
}
.z_rg p a:hover {
	color: #196f64;
	text-decoration: underline;
}
/*******医院荣誉页********/
.g_left {
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px #e3e3e3 solid;
}
.g_left ul {
	overflow: hidden;
	zoon: 1;
	margin: 30px 30px 30px 30px;
}
.g_left ul li {
	width: 284px;
	height: 177px;
	float: left;
	margin-right: 15px;
	margin-top: 50px;
	margin-left: 60px;
	margin-right: 40px;
}
.g_left ul li p {
	line-height: 30px;
	text-align: center;
}
.g_left ul li img {
	padding: 6px 6px 6px 6px;
	width: 270px;
	height: 163px;
	border: 1px #e3e3e3 solid;
}
.g_left ul li img:hover {
	border: 1px #196f64 solid;
}
/*******仪器设备页********/
.g_left02 {
	overflow: hidden;
	margin-bottom: 30px;
}
.g_left02 ul {
	overflow: hidden;
	zoom: 1;
}
.g_left02 ul li {
	height: 185px;
	border: 1px #e3e3e3 solid;
	margin-bottom: 12px;
}
.inst01 {
	width: 220px;
	height: 133px;
	border: 1px #e3e3e3 solid;
	margin-top: 25px;
	margin-left: 20px;
	float: left;
}
.inst01 img {
	width: 218px;
	height: 131px;
}
.inst02 {
	float: left;
	width: 510px;
	margin-left: 20px;
	margin-top: 25px;
}
.inst02 h3 a {
	font-size: 16px;
	color: #196f64;
}
.inst02 h3 a:hover {
	text-decoration: underline;
}
.inst02 p a {
	color: #eb4947;
}
.inst02 p a:hover {
	color: #eb4947;
	text-decoration: underline;
}
/*******医院环境页********/
.g_left03 {
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px #e3e3e3 solid;
	padding-bottom: 30px;
}
.g_left03 ul {
	overflow: hidden;
	zoom: 1;
}
.g_left03 ul li {
	width: 214px;
	height: 150px;
	margin-bottom: 12px;
	float: left;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 30px;
}
.g_left03 ul li img {
	width: 212px;
	height: 127px;
	border: 1px #fff solid;
}
.g_left03 ul li img:hover {
	width: 212px;
	height: 127px;
	border: 1px #196f64 solid;
}
.g_left03 ul li p {
	text-align: center;
	line-height: 40px;
}
/*******整形案例页********/
.g_left04 {
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px #e3e3e3 solid;
	padding-bottom: 30px;
}
.g_left04 ul {
	overflow: hidden;
	zoom: 1;
}
.g_left04 ul li {
	width: 370px;
	height: 136px;
	margin-bottom: 12px;
	float: left;
	margin-right: 0px;
	margin-left: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline;
}
.g_left04 ul li img {
	width: 368px;
	height: 134px;
	border: 1px #e3e3e3 solid;
}
.g_left04 ul li img:hover {
	width: 368px;
	height: 134px;
	border: 1px #196f64 solid;
}
.g_left04 ul li p {
	text-align: center;
	line-height: 45px;
}
.navbar-nav li {
	display: block;
	float: left;
	width: 75px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	margin-right: 7px;
	border: 1px #e3e3e3 solid;
	border-bottom: none;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.navbar-nav ul li a {
	display: block;
	width: 75px;
	height: 30px;
	color: #434343;
}
.navbar-wrapper {
	padding-left: 22px;
	position: relative;
	z-index: 15;
	width: 771px;
	height: 30px;
	background: #fff;
	border-bottom: 1px #e3e3e3 solid;
	overflow: hidden;
}
.navbar.navbar-inverse a {
	color: #434343;
}
.navbar.navbar-inverse a:hover {
	color: #434343;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus {
	display: block;
	width: 75px;
	height: 30px;
	color: #fff;
	background: #196f64;
	font-weight: 700;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-shadow: 0 1px 0 #333;
}
.navbar-inverse .navbar-nav>.active>a:hover {
	background: #10584f;
	color: #fff;
	font-weight: 700;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
/*******频道列表********/
.list2 {
	border: 1px #e3e3e3 solid;
	margin-bottom: 12px;
}
.list2 li h3 {
	font-size: 18px;
	width: 700px;
	float: left;
	background: url(../images/g_images/project02.jpg) no-repeat 15px 14px;
	padding-left: 30px;
	line-height: 40px;
}
.list2 li span a {
	font-size: 14px;
	color: #434343;
	line-height: 40px;
}
.list2 li span a:hover {
	color: #187062;
	text-decoration: underline;
}
.list2_tit {
	height: 40px;
	border-bottom: 1px #e3e3e3 solid;
}
.list2 ul {
	height: 140px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list2 ul li {
	float: left;
	width: 360px;
	display: block;
	margin-left: 25px;
	_margin-left: 15px;
	padding-left: 10px;
	line-height: 28px;
	background: url(../images/g_images/project04.jpg) no-repeat 0px 13px;
}
.list2 ul li a {
	width: 300px;
	float: left;
}
.list2 ul li a:hover {
	color: #187062;
	text-decoration: underline;
}
/****小项目页面调用专家的独立代码！****/
.zhjia {
	overflow: hidden;
}
.zhjia li {
	width: 360px;
	height: 190px;
	border: 1px #e3e3e3 solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.zhjia li:hover {
	border: 1px #196f64 solid;
}
.zj_lf {
	width: 161px;
	float: left;
}
.zj_rg {
	width: 185px;
	float: right;
	margin-top: 10px;
	line-height: 23px;
	font-size: 12px;
}
.g022 a {
	color: #434343;
	font-size: 16px;
}
.g022 a:hover {
	color: #196f64;
}
.zj1 {
	margin-top: 10px;
	text-shadow: 0 1px 0 #333;
}
.zj1 a {
	background: #40877e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
}
.zj1 a:hover {
	background: #196f64;
	color: #fff;
}
.zj2 a {
	background: #97886e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-left: 10px;
	text-shadow: 0 1px 0 #333;
}
.zj2 a:hover {
	background: #786543;
	color: #fff;
}
/****小项目页面调用专家的独立样式表结束****/
/**小项目页面设备介绍开始**/
.shebei {
	overflow: hidden;
}
.shebei li {
	width: 365px;
	height: 140px;
	border: 1px #e3e3e3 solid;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
.shebei li:hover {
	border: 1px #196f64 solid;
}
.shebei_lf {
	width: 166px;
	float: left;
	padding-top: 15px;
}
.shebei_lf img {
	width: 166px;
	height: 106px;
}
.shebei_rg {
	width: 190px;
	float: right;
	line-height: 22px;
	margin-top: 10px;
}
.shebei11 a {
	color: #434343;
	font-size: 16px;
}
.shebei11 a:hover {
	color: #196f64;
}

.shebei12  {

	font-size: 12px;
}

.shebei1 {
	margin-top: 5px;
}
.shebei1 a {
	background: #40877e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	text-shadow: 0 1px 0 #333;
}
.shebei1 a:hover {
	background: #196f64;
	color: #fff;
}
.shebei2 a {
	background: #97886e;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-left: 10px;
	text-shadow: 0 1px 0 #333;
}
.shebei2 a:hover {
	background: #786543;
	color: #fff;
}
/*小项目设备介绍结束*/
 /************gyzy页代码结束！**************/
/************专题页共有模块***********/
		
.main3-nn span {
	width: 82px;
	float: left;
	font-size: 15px;
	color: #10959c;
	line-height: 40px;
}
.main3-nn a:hover {
	margin-top: 1px;
	color: #fff;
}
#main3-nn1 {
	background-position: 0px -100px;
}
#main3-nn1:hover {
	background-position: 0px -140px;
	_background-position: 0px -141px;
}
#main3-nn2 {
	background-position: -113px -100px;
}
#main3-nn2:hover {
	background-position: -113px -140px;
	_background-position: -113px -141px;
}
#main3-nn3 {
	background-position: -167px -183px;
	color: #c40e45;
}
#main3-nn3:hover {
	background-position: -167px -223px;
	_background-position: -167px -224px;
	color: #c40e45;
}
#main3-nn4 {
	width: 166px;
	background-position: -99px -350px;
}
#main3-nn4:hover {
	background-position: -99px -391px;
	_background-position: -99px -391px;
}
.main11-c {
	width: 1000px;
	height: 420px;
	overflow: hidden;
	background: #fff;
}
.main11-c1 {
	width: 1000px;
	float: left;
}
.main11-cl {
	width: 615px;
	float: left;
}
.main11-cl img {
	width: 615px;
	height: 407px;
}
.main11-cr {
	width: 350px;
	float: left;
	padding-left: 20px;
	padding-top: 70px;
}
.main11-cr h2 {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	font-weight: normal;
	color: #333;
}
.main11-cr h3 {
	height: 220px;
	font-size: 15px;
	line-height: 28px;
	text-indent: 2em;
}
.main11-cr-nn {
	height: 40px;
}
.main11-cr-nn a {
	width: 103px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	margin-right: 19px;
	display: block;
	overflow: hidden;
	float: left;
	text-align: center;
	border-radius: 5px;
}
.main11-cr-nn a:hover {
	margin-top: 1px;
	color: #fff;
}
.main11-cr-nn1 {
	background: #464646;
}
.main11-cr-nn1:hover {
	background: #990a35;
}
.main11-cr-nn2 {
	background: #d82954;
}
.main11-cr-nn2:hover {
	background: #990a35;
}
.main12 {
	width: 1000px;
	margin: 0px auto;
	border-top: 1px #e5e5e5 dashed;
}
.main12-t {
	height: 130px;
	font-size: 42px;
	padding-top: 20px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}
.main12-tt {
	font-size: 30px;
}
.main12-c {
	width: 1000px;
	height: 505px;
	background: url(/templets/zt/sandakuai/images/main12-bg.png) center top no-repeat;
}
.main12-c1 {
	width: 185px;
	float: left;
	margin-left: 35px;
	margin-top: 10px;
}
.main12-c1 img {
	margin-left: 30px;
	margin-bottom: 5px;
}
.main12-c1 h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.main12-c2 {
	width: 150px;
	float: left;
	margin-top: 180px;
}
.main12-c2 img {
	margin-left: 15px;
	margin-bottom: 5px;
}
.main12-c2 h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.main12-c22 {
	padding-left: 20px;
}
.main12-c3 {
	width: 150px;
	float: left;
	margin-left: 60px;
	margin-top: 305px;
}
.main12-c3 img {
	margin-left: 15px;
	margin-bottom: 5px;
}
.main12-c3 h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.main12-c4 {
	width: 170px;
	float: left;
	margin-left: 25px;
	margin-top: 180px;
}
.main12-c4 img {
	margin-left: 25px;
	margin-bottom: 5px;
}
.main12-c4 h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.main12-c23 {
	padding-left: 30px;
}
.main12-c5 {
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.main12-c5 img {
	margin-left: 30px;
	margin-bottom: 5px;
}
.main12-c5 h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.main12-b {
	width: 1000px;
	height: 125px;
}
.main12-b h3 {
	font-size: 18px;
	text-align: center;
	height: 45px;
	line-height: 40px;
}
.main3-nn {
	height: 41px;
	width: 140px;
	margin: 0 auto;
}
.main3-nn a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #d82954;
}
.main3-nn a:hover {
	margin-top: 1px;
	color: #fff;
	background: #990a35;
}
.main13-bg {
	width: 100%;
	height: 825px;
}
.main14 {
	width: 1000px;
	margin: 0px auto;
	padding-top: 50px;
	overflow: hidden;
	border-top: 1px #e5e5e5 dashed;
}
.main14-l {
	width: 385px;
	float: left;
}
.main14-l1 {
	width: 360px;
	border-bottom: 1px solid #dedede;
}
.main14-l1 h2 {
	height: 50px;
	font-size: 30px;
	line-height: 40px;
}
.main14-l1 h3 {
	height: 130px;
	line-height: 27px;
	font-size: 13px;
	margin-top: 10px;
	text-indent: 2em;
	font-weight: normal;
}
.main14-l1 h3 a {
	color: #555;
	transition: all 0.3s linear 0s;
}
.main14-l1 h3 a:hover {
	color: #d82954;
}
.main14-l2 {
	padding-top: 15px;
	overflow: hidden;
	width: 360px;
}
.main14-l2 ul {
}
.main14-l2 li {
	width: 180px;
	float: left;
	height: 30px;
	line-height: 28px;
	font-size: 13px;
	overflow: hidden;
}
.main14-l2 li a {
	color: #555;
}
.main14-l2 li a:hover {
	color: #d82954;
}
.main14-r {
	width: 615px;
	height: 345px;
	overflow: hidden;
	float: right;
}
.main14-r ul {
	float: left;
	overflow: hidden;
}
.main14-r li {
	height: 158px;
	float: left;
	overflow: hidden;
	margin-right: 4px;
	margin-bottom: 4px;
	position: relative;
}
.main14-r li p {
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #333;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	left: 0px;
	bottom: -26px;
	transition: all 0.3s linear 0s;
	font-size: 12px;
	font-family: "宋体";
}
.main14-r li:hover p {
	bottom: 0px;
}
.saslideTxtBox {
	width: 100%;
	height: 705px;
	margin-top: 35px;
	padding-top: 30px;
	background: #fff;
}
.main11 {
	width: 1000px;
	margin: 0px auto;
}
.main11-h {
	text-align: center;
	height: 85px;
	font-size: 48px;
	padding-top: 20px;
	text-align: center;
	line-height: 45px;
	margin-bottom: 10px;
}
.saslideTxtBox .hd {
	height: 170px;
}
.saslideTxtBox .hd ul {
	height: 35px;
}
.saslideTxtBox .hd ul li {
	width: 96px;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	float: left;
	cursor: pointer;
	margin-right: 4px;
	margin-bottom: 20px;
	background: #cdcdcd;
	color: #414141;
}
.saslideTxtBox .hd ul .on {
	background: #1b8678;
	color: #fff;
}
.saslideTxtBox .bd {
	width: 1000px;
	height: 420px;
	margin: 0 auto;
	background: #fff;
	clear: both;
}
.saslideTxtBox .bd ul {
	height: 420px;
}
/************专题页共有模块结束***********/
/************网站标题***********/
.gai_tit01 {
	overflow: hidden;
	width: 450px;
	float: left;
	margin-left: 12px;
	border-bottom: 1px #e3e3e3 solid;
	line-height: 35px;
	margin-bottom: 20px;
}
.gai_tit01 h2 {
	font-size: 19px;
	float: left;
	margin-right: 10px;
}
.gai_tit02 {
	font-size: 12px;
	color: #828282;
	line-height: 40px;
}
.gai_tit03 {
	overflow: hidden;
	width: 450px;
	margin-left: 12px;
	border-bottom: 1px #e3e3e3 solid;
	line-height: 35px;
	margin-bottom: 20px;
}
.gai_tit03 h2 {
	font-size: 19px;
	float: left;
	margin-right: 10px;
}
.tslideBox .prev, .tslideBox .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 2%;
	z-index: 1;
	width: 30px;
	height: 60px;
	background: url(../images/index/slider-arrow.png) -132px -137px #8f8e8e no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.tslideBox .next {
	left: auto;
	right: 2%;
	background-position: -12px -137px;
}





.ygai_tit01{ width:120px;  height:30px; margin-top:10px;}


.ygai_tit01 a{ color:#828282;display:block; line-height:40px; background:#196f64;border-radius:5px;color:#fff;display:inline;
 padding-left:10px; padding-right:10px; padding-top:2px; padding-bottom:2px;text-shadow: 0 1px 0 #000; }

.ygai_tit01 a:hover{ color:#fff;background:#22887b;border-radius:5px;
}









.tuijianzixun {
	border:1px #e3e3e3 solid;
	overflow:hidden;
	margin-top:12px;
	
}
.tuijianzixun .bd {
	overflow:hidden;
	margin-top:10px;
	padding-bottom:10px;
	background:url(/templets/zhongyan2014/images/g_images/zxpic.jpg) no-repeat 20px 1px;
	padding-left:20px;
}
.tuijianzixun .bd p {
	padding-left:15px;
	line-height:35px;
	height:34px;
	border-bottom:1px #e3e3e3 dashed;
	margin-right:15px;
}
.tuijianzixun .bd p a:hover {
	text-decoration:underline;
}
.tuijianzixun .hd {
	height:35px;
}
.tuijianzixun .hd h3 {
	width:280px;
	float:left;
	padding-top:10px;
	padding-left:20px;
	font-size:14px;
}
.tuijianzixun .hd ul {
	margin-left:40px;
	float:left;
	margin-top:15px;
	overflow:hidden;
	zoom:1;
}
.tuijianzixun .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:#dfdfdf;
	border-radius:20px;
}
.tuijianzixun .hd ul li.on {
	background:#196f64;
}









.zran_xin {
	border:1px #e3e3e3 solid;
	overflow:hidden;
	margin-top:12px;
}
.zran_xin .bd {
	overflow:hidden;
	margin-left:20px; margin-top:10px;
	border-bottom:1px #e3e3e3 dashed;
	margin-right:15px;
}


.zran_xin .bd ul { 
	
}

.zran_xin .bd ul li a{ width:352px; height:200px; border:1px #fff solid; display:block; text-align:center; line-height:33px;
	
}

.zran_xin .bd ul li a:hover{ color:#40877e; 
	
}


.zran_xin .bd ul li img{ width:352px; height:162px; border:1px #fff solid;
	
}

.zran_xin .bd ul li img:hover { border:1px #40877e solid;
	
}


.zran_xin h3{

width:280px;
	float:left;
	padding-top:10px;
	padding-left:20px;
	font-size:14px;

}




.zran_xin .hd {
	height:25px;
	margin-top:10px;
	float:left;
	margin-left:160px;
}
.zran_xin .hd ul {
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin-top:2px;
	overflow:hidden;
	zoom:1;
}
.zran_xin .hd .prev, .zran_xin .hd .next {
	display:block;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin-top:1px;
}
.zran_xin .hd .next {
	display:block;
	width:12px;
	height:12px;
	background:url(../images/index/arrow01.png) no-repeat;
	background-position:0 -61px;
}
.zran_xin .hd .prev {
	display:block;
	width:12px;
	height:12px;
	background:url(../images/index/arrow01.png) no-repeat;
	background-position:0 -48px;
}
.zran_xin .hd .next:hover {
	background:url(../images/index/arrow02.png) no-repeat;
	background-position:0 -61px;
	transition: none;
}
.zran_xin .hd .prev:hover {
	background:url(../images/index/arrow02.png) no-repeat;
	background-position:0 -48px;
	transition: none;
}
.zran_xin .hd ul li {
	float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	margin-right:3px;
	text-indent:-999px;
	cursor:pointer;
	background:#dfdfdf;
	border-radius:20px;
}
.zran_xin .hd ul li.on {
	background:#196f64;
}











.g_slideBox .prev,

.g_slideBox .next { width: 40px; height: 90px; margin: -60px 0 0; display: none; background:url(../images/index/ad_ctr.png) no-repeat 0 0; position: absolute; top:295px; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }

.g_slideBox .prev { left:9%; background-position: -5px 0px; }

.g_slideBox .next { background-position: -16px -90px; right:9%; }

.g_slideBox .prev:hover,

.g_slideBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }





.arpicScroll-left .hd .prev, .arpicScroll-left .hd .next {
	display:block;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin-top:17px;
}
.arpicScroll-left .hd .next {
	display:block;
	width:12px;
	height:12px;
	background:url(../images/index/arrow01.png) no-repeat;
	background-position:0 -61px;
}
.arpicScroll-left .hd .prev {
	display:block;
	width:12px;
	height:12px;
	background:url(../images/index/arrow01.png) no-repeat;
	background-position:0 -48px;
}
.arpicScroll-left .hd .next:hover {
	background:url(../images/index/arrow02.png) no-repeat;
	background-position:0 -61px;
	transition: none;
}
.arpicScroll-left .hd .prev:hover {
	background:url(../images/index/arrow02.png) no-repeat;
	background-position:0 -48px;
	transition: none;
}
.dtu_main{width:1140px; height:auto; float:left; padding:30px; overflow:hidden;}
.dtu_main_le{width:725px;height:460px; float:left; overflow:hidden;}
.dtu_main_ri{width:385px;height:460px; float:left; padding-left:30px; overflow:hidden;}
.dtu_dl{width:385px;height:auto; float:left; overflow:hidden;}
.dtu_dl dt{width:70px;height:30px; line-height:30px; float:left; font-size:14px;color:#434343; padding-bottom:10px;line-height:22px; overflow:hidden;}
.dtu_dl dd{width:300px;height:auto; float:left;font-size:14px;color:#434343; padding-left:5px; padding-bottom:10px; line-height:22px; overflow:hidden;}
.dtu_dl dd font{ font-size:14px;color:#f23431; padding-right:10px;}
.dtu_dl dd a{width:85px;height:28px; line-height:28px; text-align:center; float:left; margin-right:4px; display:block;color:#fff;}
.dtu_dl dd a:hover{color:#fff; text-decoration:none;}
.dtu_dl1{width:385px; height:auto; float:left; padding:18px 0 8px 0; border-top:1px dotted #ddd; border-bottom:1px dotted #ddd; margin:10px 0 12px 0; display:inline;overflow:hidden;}
.dtu_dl1 dt{width:60px;height:60px; float:left; text-align:left; overflow:hidden;}
.dtu_dl1 dd{width:325px;height:60px; float:left;font-size:14px;color:#434343; line-height:20px; overflow:hidden;}
.dtu_txt{width:385px; height: auto; float:left; line-height:22px; font-size:14px;color:#eb4947; overflow:hidden;}
/*2016-03-11导航修改*/
.banner_nav02{ text-align:center;color:#555555; font-size:14px; line-height:18px!important; padding-top:0!important;height:48px;}
.iconfont01_ks{width:53px;height:28px; line-height:28px!important; float:left!important; color:#797979; overflow:hidden;}
.news_nav01 .nLi{ background:url(../images/top/nav_bg.jpg) no-repeat scroll right center!important;width:auto!important;}
.news_nav01 .in02{ background:none;width:auto!important; }
.news_nav01 .in02 a{ padding:0 20px!important;line-height:45px;}
.iconfont01_k{ float: left;font-family: "iconfont";font-size:30px;font-style: normal;margin-right: 5px;height:45px;}
.iconfont01s{ float:none!important; font-size:28px!important; vertical-align:middle; margin-top:0!important;}
.news_nav01 .sub li{ border:1px solid #fff;border-bottom:1px solid #196f64; padding-bottom:20px;}
.news_nav01 .nav .sub{ margin:0 auto; left:0; right:0; }
.news_nav01 .wc{left:0px; padding-top:20px;}
.news_nav01 .ab{left:-131px;padding-top:20px;}
.news_nav01 .zw{left:-276px;padding-top:20px;}
.news_nav01 .jg{left:-407px;padding-top:20px;}
.news_nav01 .mb{left:-538px;padding-top:20px;}
.news_nav01 .xt{left:-669px;padding-top:20px;}
.news_nav01 .wz{left:-800px;padding-top:20px;}
.news_nav01 .pf{left:-917px;padding-top:20px;}
.zy_logo{width:540px!important;}
.zy_nav{width:600px!important; margin-right:0!important; padding-top:46px!important;}
.zy_nav a{ font-size:15px;color:#666; margin:0 0 0 24px; padding:1px 8px; float:left;}
.zy_nav a:hover{ background:#196f64;color:#fff;border-radius: 6px;}
.zy_w_le{width:150px;height:70px;float:left;font-size:16px; text-align:center;color:#434343; border-right:1px solid #ccc; line-height:20px; overflow:hidden;}
.zy_w_le i{color:#196f64; font-size:50px!important; line-height:42px; margin-right:0!important;}
.zy_w_ri{width:1010px;height:auto; float:left; padding-left:20px;color:#666;overflow:hidden;}
.zy_w_ri a{ font-size:14px;color:#666; padding:0 5px;white-space: nowrap!important;height:26px;line-height:26px;display:inline-block;}
.zy_dl_01{width:505px;height:auto; float:left; margin:6px 0 6px 0; display:inline; overflow:hidden;}
.zy_dl_01 dt{width:85px;height:26px; line-height:26px; text-align:center; font-size:14px;color:#fff; float:left; background:#555; overflow:hidden;}
.zy_dl_01 dt a{color:#fff!important; display:block;}
.zy_dl_01 dt a:hover{color:#fff!important;}
.zy_dl_01 dd{width:405px;height:auto; float:left; padding-left:15px;font-size:14px;line-height:26px; overflow:hidden;}
.zy_dl_02{width:1020px;}
.zy_dl_02 dd{width:920px;}
.zy_dl_03{width:505px;}
.zy_dl_03 dd{width:405px;}
.zy_dl_04{width:600px;}
.zy_dl_04 dd{width:500px;}
.zy_hot:after {content:'';position:absolute;width:9px;height:14px; background:url(../images/top/hot.gif) no-repeat right top;}
.zy_xm{width:104px; height:auto;height:26px;line-height:26px; float:left; overflow:hidden;}
.zy_xm a{font-size:14px;color:#666;}
.zy_xm a:hover{background:#196f64;color:#fff!important;}
.zy_xm01{width:340px;}
.zy_xm02{width:111px;margin-bottom:6px;}
.zy_xm03{width:141px;margin-bottom:6px;}
.zy_xm04{width:165px;margin-bottom:6px;}
.zy_xm05{width:150px;}
.zy_xm06{width:150px;}
.zy_xm07{width:125px;}
.zy_xm08{width:130px;}
.zy_xm02s{width:160px;}
.zy_xm04s{width:160px;}
.zy_xm_s{width:85px;}
.zy_xm_bg{background:#196f64!important;color:#fff!important;}
/*真人案例修改版*/
.g_left04s {overflow: hidden;margin-bottom: 30px;border: 1px #e3e3e3 solid;}
.col8s {width:1200px!important;}
.case_img{width:1198px; float:left; height:510px;overflow:hidden;}
.case_img01{ background:url(../images/top/case_001.jpg) no-repeat scroll 0 0;}
.case_img01 .case_txt{/*margin:120px 0 0 490px;*/margin:120px 0 0 615px;}
.case_imghm{ background:url(../images/top/case_hm.jpg) no-repeat scroll 0 0;}
.case_imghm .case_txt{/*margin:120px 0 0 490px;*/margin:120px 0 0 615px;}
.case_img02{ background:url(../images/top/case_002.jpg) no-repeat scroll 0 0;}
.case_img02 .case_txt{margin:120px 0 0 490px;}
.case_img03{ background:url(../images/top/case_003.jpg) no-repeat scroll 0 0;}
.case_img03 .case_txt{margin:120px 0 0 470px;}
.case_img04{ background:url(../images/top/case_004.jpg) no-repeat scroll 0 0;}
.case_img04 .case_txt{/*margin:120px 0 0 470px;*/ margin:120px 0 0 600px;}
.case_img05{ background:url(../images/top/case_005.jpg) no-repeat scroll 0 0;}
.case_img05 .case_txt{margin:120px 0 0 460px;}
.case_img05 .case_txt h2{ font-size:30px;}
.case_img05 .case_tt_m{width:270px;}
.case_img06{ background:url(../images/top/case_006.jpg) no-repeat scroll 0 0;}
.case_img06 .case_txt{margin:120px 0 0 440px;}
.case_img07{ background:url(../images/top/case_007.jpg) no-repeat scroll 0 0;}
.case_img07 .case_txt{margin:120px 0 0 598px;/* margin:120px 0 0 455px;*/}
.case_img07 .case_tt_m{width:255px;}
.case_img08{ background:url(../images/top/case_008.jpg) no-repeat scroll 0 0;}
.case_img08 .case_txt{margin:120px 0 0 470px;}
.case_img09{ background:url(../images/top/case_009.jpg) no-repeat scroll 0 0;}
.case_img09 .case_txt{/*margin:120px 0 0 470px;*/ margin:120px 0 0 615px;}
.case_img10{ background:url(../images/top/case_0010.jpg) no-repeat scroll 0 0;}
.case_img10 .case_txt{margin:120px 0 0 460px;}
.case_img11{ background:url(../images/top/case_0011.jpg) no-repeat scroll 0 0;}
.case_img12{ background:url(../images/top/case_0012.jpg) no-repeat scroll 0 0;}
.case_img12 .case_txt{margin:120px 0 0 480px;}
.case_img12 .case_tt_m{width:255px;}
.case_img13{ background:url(../images/top/case_0013.jpg) no-repeat scroll 0 0;}
.case_img13 .case_txt{margin:120px 0 0 460px;}
.case_img14{ background:url(../images/top/case_0014.jpg) no-repeat scroll 0 0;}
.case_img14 .case_txt{margin:120px 0 0 480px;}
.case_img15{ background:url(../images/top/case_0015.jpg) no-repeat scroll 0 0;}
.case_img15 .case_txt{margin:120px 0 0 480px;}
.case_img17{ background:url(../images/top/case_0017.jpg) no-repeat scroll 0 0;}
.case_img17 .case_txt{ margin:120px 0 0 615px;}

.case_img22{ background:url(../images/top/case_0022.jpg) no-repeat scroll 0 0;}
.case_img22 .case_txt{ margin:120px 0 0 615px;}

.case_imgyl{ background:url(../images/top/case_imgyl.jpg) no-repeat scroll 0 0;}
.case_imgyl .case_txt{ margin:120px 0 0 615px;}


.case_img16{ background:url(../images/top/case_0016.jpg) no-repeat scroll 0 0;}
.case_img18{ background:url(../images/top/case_0018.jpg) no-repeat scroll 0 0;}
.case_img19{ background:url(../images/top/case_0019.jpg) no-repeat scroll 0 0;}
.case_img20{ background:url(../images/top/case_0020.jpg) no-repeat scroll 0 0;}
.case_img21{ background:url(../images/top/case_0021.jpg) no-repeat scroll 0 0;}
.case_img22{ background:url(../images/top/case_0022.jpg) no-repeat scroll 0 0;}



.anli_01s{ margin:0!important; height:510px!important;}
.case_box {width: 1198px; height:auto; float:left;position: relative;overflow: hidden;}
.case_box .bigImg {position: relative;overflow: hidden;margin-top: 0px;border-bottom:1px solid #e3e3e3; height:510px!important;}
.case_box .smallScroll {width:1149px;height:auto; padding:30px 25px 16px 27px;overflow: hidden;}
.case_box .smallImg {height:auto;display: inline;overflow: hidden;}
.case_box .smallImg ul {float: left;height:auto;}
.case_box .smallImg li {display: inline;float: left;margin:0 9px 13px 6px;width: 89px;cursor: pointer;display: block;height:auto;}
.case_box .smallImg img {width: 89px;height: 82px;border: 1px #e3e3e3 solid;}
.case_box .smallImg .on img {border: #196f64 1px solid;width:89px!important;height:82px!important;}
.case_txt{width:355px;height:auto; float:left; /*margin:130px 0 0 440px;*/ margin:116px 0 0 640px; display:inline; overflow:hidden;}
.case_txt h2{width:340px;height:36px; float:left;font-size:36px; font-weight:100;color:#222; line-height:36px;}
.case_tt{width:340px;height:30px; height:30px; float:left; margin:10px 0 15px 0; display:inline; overflow:hidden;}
.case_tt_le{width:4px;height:30px; float:left; background:#eb4947; border-right:2px solid #fff;}
.case_tt_ri{width:4px;height:30px; float:left; background:#eb4947; border-left:2px solid #fff;}
.case_tt_m{width:224px;height:30px; line-height:30px; float:left; background:#eb4947; font-size:16px;color:#fff; padding:0 10px; text-align:center;overflow:hidden;}
.case_txt p{ font-size:16px;color:#434343; line-height:26px; padding-bottom:3px;}
.case_txt p a:hover{color:#333; text-decoration:underline;}
.case_an{width:340px;height:34px; line-height:34px; float:left; margin-top:15px; display:inline; overflow:hidden;}
.case_an a{width:100px;height:32px; line-height:32px; text-align:center; font-size:16px;color:#fff; display:block;border-radius:4px; float:left; margin-right:10px; overflow:hidden;}
.case_an a:hover{color:#fff;}
/*商务通修改*/
/*.tindex04{width:120px!important; height:32px!important; line-height:32px!important; float:right;}
.tindex04 a{color:#fff; vertical-align:middle;}
.tindex04 a:hover{color:#fff;}
.tindex05{width:120px!important; height:32px!important; line-height:32px!important; float:right; margin-left:0!important; margin-right:5px; }
.tindex05 a{color:#fff; vertical-align:middle;}
.tindex05 a:hover{color:#fff;}
.swt_a1{ font-size:25px!important; text-shadow: 0 1px 0 #5b0e0d;color:#fff; margin:4px 5px 0 13px!important;}
.swt_a2{ font-size:22px!important; text-shadow: 0 1px 0 #0d463f;color:#fff; margin:6px 5px 0 13px!important;}
*/
/*着陆页代码*/
.zhuo_main{width:100%; max-width:640px; height:auto; margin:0 auto; border:1px solid #e3e3e3; padding:10px 10px 20px 10px; overflow:hidden;}
.zhuo_main_tit{width:100%; height:auto; text-align:center; padding-bottom:20px; margin:0 auto; overflow:hidden;}
.zhuo_main_tit h2{ font-weight:normal;color:#000; font-size:24px; line-height:40px;}
.zhuo_main_tit h3{ font-weight:normal;color:#ff2e4a; font-size:30px; line-height:30px;}
.zhuo_main_mid{min-width:300px; height:auto; margin:0 auto;overflow:hidden;}
.zhuo_main_mid_left{width:100%;max-width:300px;  height:115px; float:left; margin:0 6px 10px 6px; display:inline; overflow:hidden;}
.zhuo_dl{width:120px; height:90px; float:left; overflow:hidden;}
.zhuo_dl dt{width:120px; height:24px; font-size:22px;color:#000; line-height:24px; float:left; text-align:center; overflow:hidden;}
.zhuo_dl dd{width:120px; height:65px; float:left;color:#ff2e4a; font-size:54px; line-height:65px; text-align:center; letter-spacing:2px; overflow:hidden;}
.zhuo_dl1{width:60px; height:90px; float:left; overflow:hidden;}
.zhuo_dl1 dt{width:60px; height:90px; line-height:86px; float:left; font-size:106px;color:#ff2e4a; text-align:center; overflow:hidden;}
.zhuo_ul{width:258px; height:auto; float:left; padding-top:2px; padding-left:33px; overflow:hidden;}
.zhuo_ul li{width:90px; height:24px; line-height:24px; float:left;color:#333; font-size:20px; text-align:center; margin:0 0 0 20px; display:inline; letter-spacing:2px; overflow:hidden;}
.iconfont_zhuo{color:#333; font-size:14px;}
.zhuo_main_mid_right{width:100%; max-width:300px; height:115px; float:left;margin:0 6px 10px 6px; display:inline; border-left:1px solid #e3e3e3; overflow:hidden;}
.zhuo_main_mid_right h3{width:100%; height:auto; float:left; line-height:26px; text-align:center; font-size:24px;color:#000; font-weight:normal; padding-bottom:8px; overflow:hidden;}
.zhuo_main_mid_right h3 strong{ font-weight:normal!important;color:#ff2e4a;}
.zhuo_ul1{width:300px; height:auto; float:left; overflow:hidden;}
.zhuo_ul1 li{width:100px; height:auto; float:left; text-align:center; font-size:18px;color:#333; overflow:hidden;}
.iconfont_zhuo1{ font-size:50px;color:#ff2e4a; margin:0; line-height:55px;}
.zhuo_yh{width:100%; height:auto; margin:0 auto;text-align:center;overflow:hidden;}
.zhuo_yh h2{ text-align:center; font-size:20px; line-height:24px;color:#000; vertical-align:middle; padding:10px 0; font-weight:normal;}
.iconfont_zhuo2{color:#ff2e4a; font-size:32px;}
.zhuo_yh p{ font-size:16px; line-height:24px;color:#434343;}
.zhuo_yh p strong{ font-weight:normal;color:#ff2e4a;}
.zhuo_an{width:100%; height:34px; line-height:34px; margin:0 auto;text-align:center; font-size:16px; padding-top:10px;overflow:hidden;}
.zhuo_an a{color:#fff; padding:5px 20px; border-radius:4px;}
/* 品牌中心 */
.brand_top{width:100%; height:auto; margin:0 auto;overflow:hidden;}
.brand_top_01{width:100%; height:100px; margin:0 auto; background:url(/templets/zhongyan2014/images/images/brand_01.jpg) no-repeat scroll top center;overflow:hidden;}
.brand_top_02{ background:url(/templets/zhongyan2014/images/images/brand_02.jpg) no-repeat scroll top center;}
.brand_top_03{ background:url(/templets/zhongyan2014/images/images/brand_03.jpg) no-repeat scroll top center;}
.brand_top_04{ background:url(/templets/zhongyan2014/images/images/brand_04.jpg) no-repeat scroll top center;}
.brand_top_05{ background:url(/templets/zhongyan2014/images/images/brand_05.jpg) no-repeat scroll top center;}
.brand_top_06{ background:url(/templets/zhongyan2014/images/images/brand_06.jpg) no-repeat scroll top center;height:120px; padding-top:50px;}
.brand_top_06 a{ display:block;width:155px; font-size:18px;color:#fff; height:38px; line-height:36px; text-align:center; margin:0 auto; background:#f95351; border-radius:5px; overflow:hidden;}
.brand_top_06 a:hover{ background:#f73b39;-moz-transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s;}
.brand_01{width:100%; height:auto; margin:0 auto; background:#1f8478; overflow:hidden;}
.brand_tit{width:100%; height:auto; margin:0 auto; padding:30px 0 10px 0; overflow:hidden;}
.brand_tit h3{ font-size:36px; line-height:40px; font-weight: normal; text-align:center;color:#fff;}
.brand_tit01 h3{text-shadow:0 1px 0 #555;}
.brand_tit p{color:#35958a; font-size:22px; height:50px; line-height:36px; text-align:center; font-weight:100; background:url(/templets/zhongyan2014/images/images/brand_01.png) no-repeat scroll bottom center;}
.brand_txt{width:1200px; height:auto; margin:0 auto; text-align:center; overflow:hidden;}
.brand_txt p{ font-size:16px;color:#fff; line-height:36px;}
.brand_txt01 p{ text-shadow:0 1px 0 #555;}
.brand_ul{width:540px; height:auto; margin:0 auto; padding:20px 0 30px 0; overflow:hidden;}
.brand_ul li{width:180px; height:auto; float:left; text-align:center; background:url(/templets/zhongyan2014/images/images/brand_07.jpg) no-repeat scroll top center; overflow:hidden;}
.brand_ul li h2{ font-size:28px;color:#fff; line-height:40px; font-weight:normal; padding-top:6px;}
.brand_ul li p{ font-size:14px; line-height:20px;color:#fff;}
.brand_icon01{line-height:115px; text-align:center; margin:0;color:#fff; font-size:52px; font-weight:normal;}
.brand_ul01{text-shadow:0 1px 0 #555;}
.brand_game163{ position: relative;overflow: hidden; width:1200px; height:0; margin:0 auto; }	
.brand_game163 .bigImg{ height: 210px!important; position: relative;}	
.brand_game163 .bigImg  h4{ font-size:24px;color:#fff; font-weight: normal; height:180px; line-height:180px; text-align:center; padding-right: 30px;text-shadow:0 1px 0 #555; overflow: hidden;}	
.brand_game163 .smallScroll{ height: 47px; margin-bottom: 6px;}	
.brand_game163 .sPrev,.brand_game163 .sNext{ float: left; display: inline-block; width:27px; height:26px; text-indent: -9999px; background: url(/templets/zhongyan2014/images/images/brand_02.png) no-repeat 0 0; margin-top:8px;}	
.brand_game163 .sNext{background: url(/templets/zhongyan2014/images/images/brand_03.png) no-repeat 0 0; }	
.brand_game163 .sPrev:hover{ background: url(/templets/zhongyan2014/images/images/brand_02.png) no-repeat 0 0; }	
.brand_game163 .sNext:hover{background: url(/templets/zhongyan2014/images/images/brand_03.png) no-repeat 0 0; }	
.brand_game163 .smallImg{ float:left; height:33px; padding-top:40px; display:inline; width:1146px; background:url(/templets/zhongyan2014/images/images/brand_10.jpg) no-repeat scroll left top; overflow: hidden;}	
.brand_game163 .smallImg ul{ height:54px;  width: 9999px; padding-left:62px!important; overflow: hidden; }	
.brand_game163 .smallImg li{ float: left; padding: 0; width:88px; height:33px; line-height:40px; text-align:center; font-size:15px;color:#fff;cursor:pointer;margin-right:99px;display: inline;text-shadow:0 1px 0 #555;}	
.brand_game163 .smallImg .on{ background:url(/templets/zhongyan2014/images/images/brand_11.jpg) no-repeat scroll 0 0;color:#218a7e;text-shadow:0 1px 0 #fff;}	
.brand_game163 .pageState{ position: absolute; top: 235px; right: 5px; font-family: "Times New Roman", serif; letter-spacing: 1px;}	
.brand_game163 .pageState span{ color: #f00; font-size: 16px;}
.brand_li_01 h4{ background:url(/templets/zhongyan2014/images/images/brand_12.jpg) no-repeat scroll top center;}
.brand_li_02 h4{ background:url(/templets/zhongyan2014/images/images/brand_13.jpg) no-repeat scroll top center;}
.brand_li_03 h4{ background:url(/templets/zhongyan2014/images/images/brand_14.jpg) no-repeat scroll top center;}
.brand_li_04 h4{ background:url(/templets/zhongyan2014/images/images/brand_15.jpg) no-repeat scroll top center;}
.brand_li_05 h4{ background:url(/templets/zhongyan2014/images/images/brand_50.jpg) no-repeat scroll top center;}
.brand_li_06 h4{ background:url(/templets/zhongyan2014/images/images/brand_51.jpg) no-repeat scroll top center;}
.brand_li_07 h4{ background:url(/templets/zhongyan2014/images/images/brand_52.jpg) no-repeat scroll top center;}
.brand_li_08 h4{ background:url(/templets/zhongyan2014/images/images/brand_53.jpg) no-repeat scroll top center;}
.brand_li_09 h4{ background:url(/templets/zhongyan2014/images/images/brand_54.jpg) no-repeat scroll top center;}
.brand_li_10 h4{ background:url(/templets/zhongyan2014/images/images/brand_55.jpg) no-repeat scroll top center;}
.brand_li_11 h4{ background:url(/templets/zhongyan2014/images/images/brand_56.jpg) no-repeat scroll top center;}
.brand_tits h3{color:#218a7e;}
.brand_tits p{color:#999;background:url(/templets/zhongyan2014/images/images/brand_04.png) no-repeat scroll bottom center;}
.brand_txts p{color:#434343; text-indent:2em; line-height:26px; text-align:left;}
.brand_02_zj{width:1200px; height:450px; margin:0 auto;position:relative; padding:30px 0 0 0; overflow:hidden;}
.brand_02_zj .hd{ width:1200px;overflow:hidden;  height:auto;position: absolute;top:135px; margin:0 auto;}
.brand_02_zj .hd .prev,.brand_02_zj .hd .next{ display:block;width:36px;height:114px;float:left; margin-right:5px; margin-top:10px;overflow:hidden;cursor:pointer; background:url(/templets/zhongyan2014/images/images/jlin_39.png) no-repeat scroll 0 0;}
.brand_02_zj .hd .next{  background:url(/templets/zhongyan2014/images/images/jlin_40.png) no-repeat scroll 0 0; float:right;}
.brand_02_zj .hd .prevStop{ background-position:-60px 0;}
.brand_02_zj .hd .nextStop{ background-position:-60px -50px;}
.brand_02_zj .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.brand_02_zj .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;}
.brand_02_zj .hd ul li.on{ background-position:0 0;}
.brand_02_zj .bd{width:980px; padding:0 75px;}
.brand_02_zj .bd ul{ overflow:hidden; zoom:1;}
.brand_02_zj .bd ul li{ float:left; margin:0 32px; border:1px solid #e3e3e3; width:284px; height:410px; position:relative; overflow:hidden}
.brand_02_zj .bd ul li:hover .infoImg img{/* opacity:0.5; filter:alpha(opacity=50); */transition:0.3s; cursor:pointer;}
.brand_02_zj .bd ul li:hover .infoTxt{ bottom:0;}
.brand_02_zj .infoTxt{ display:block; position:absolute; bottom:-96px; height:171px; width:284px;background:#fff; transition:0.3s bottom;border-top:1px solid #e3e3e3;cursor:pointer;}
.brand_02_zj .babyInfo{ width:284px;height:75px; float:left;}
.brand_02_zj .babyInfo .infoTit1{ font-size:20px; height:32px; line-height:32px; overflow:hidden; padding-top:10px;color:#333; text-align:center; vertical-align:middle;}
.brand_02_zj .babyInfo .infoTit1:hover{}
.brand_02_zj .babyInfo .infoTit1 strong{ font-weight:normal; font-size:14px;color:#666;}
.brand_02_zj .babyInfo .infoTit2{ position:relative;color:#434343; font-size:14px; line-height:26px;text-align:center;}
.brand_02_zj .hosInfo{width:224px; margin:0 30px;border-top:1px solid #e3e3e3; float:left; display:inline; overflow:hidden;}
.brand_02_zj .hosInfo .infoTit1{ color:#434343; line-height:20px; overflow:hidden; margin-bottom:7px; padding-top:6px;width:224px; float:left;}
.brand_02_zj .hosInfo span{ float:left;width:224px;}
.brand_02_zj .hosInfo span a{ width:78px; height:24px; line-height:22px; text-align:center; font-size:14px; display: inline-block; margin-left:21px; float:left;}
.hosInfo_a1{color:#fff; background:#218a7e; border-radius:4px; border:1px solid #218a7e;}
.hosInfo_a1:hover{ background:#196f64;color:#fff;transition:0.3s;}
.hosInfo_a2{color:#fff; background:#f95351; border-radius:4px; border:1px solid #f95351;}
.hosInfo_a2:hover{ background:#eb4947;color:#fff;transition:0.3s;}
.brand_02{ background:#f4f4f4;}
.brand_ul1{width:1200px; height:auto; margin:0 auto; padding-top:25px; overflow:hidden;}
.brand_ul1 li{width:280px; height:195px; float:left; overflow:hidden;}
.br_boxgrid{ margin-bottom:2px; float:left;overflow: hidden; position: relative;}
.br_boxgrid img{ position: absolute; top: 0; left: 0; border: 0;cursor:pointer; }
.br_boxgrid p{padding:40px 20px 0 20px; color:#ffffff; font-size:13px; line-height:26px; cursor:pointer;}
.br_boxcaption{float: left; position: absolute; background: #000; height:195px; width: 100%; opacity: .5; /* For IE 5-7 */filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);/* For IE 8 */-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; cursor:pointer;-moz-transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s;}
.br_captionfull{width:272px; height:251px;}
.br_captionfull .br_boxcaption {top: 260px;left: 0;}
.caption .br_boxcaption {top: 220;left: 0;}
.br_captionful2{ margin-left:26px;}
.brand_ul2{width:1200px; height:auto; margin:0 auto; padding-bottom:30px; overflow:hidden;}
.brand_ul2 li{width:280px; height:36px; line-height:36px; float:left; font-size:16px;color:#434343; text-align:center; display:inline; overflow:hidden;}
.brand_zl{ width:1200px;  overflow:hidden; position:relative; padding:15px 0 25px 0; margin:0 auto;}
.brand_zl .hd{ overflow:hidden;  height:30px;padding:10px 0;width:262px; margin:0 auto;}
.brand_zl .hd .prev,.brand_zl .hd .next{display:block;width:30px; height:22px;float:right; margin-right:15px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url(/templets/zhongyan2014/images/images/jlin_41.png) no-repeat scroll 0 -4px;}
.brand_zl .hd .next{ background-position:-39px -5px;}
.brand_zl .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;}
.brand_zl .hd ul li{ float:left;  width:16px; height:16px; overflow:hidden; margin-right:10px; text-indent:-999px; cursor:pointer; background:url(/templets/zhongyan2014/images/images/jlin_41.png) -19px -30px no-repeat;}
.brand_zl .hd ul li.on{ background-position:-3px -30px;}
.brand_zl .bd ul{ overflow:hidden; zoom:1;}
.brand_zl .bd ul li{ margin:0 24px; float:left; _display:inline; overflow:hidden; text-align:center;}
.brand_zl .bd ul li img{ width:360px; height:232px; display:block;}
.brand_zl .bd ul li .pic a:hover img{ border-color:#999;}
.brand_zl .bd ul li .title{ line-height:24px;}
.brand_img{width:1200px; height:400px; margin:0 auto; text-align:center; padding:20px 0 40px 0; overflow:hidden;}
.brand_uls{width:1200px; height:auto; margin:0 auto; padding:20px 0 25px 0; overflow:hidden;}
.brand_uls li{width:360px; height:auto; float:left; margin:0 0 10px 0; display:inline; overflow:hidden;}
.brand_uls li span{width:360px; height:40px; line-height:40px; text-align:center; font-size:16px;color:#434343; float:left; overflow:hidden;}
.brand_imgs{width:100%; height:352px; background:url(/templets/zhongyan2014/images/images/brand_30.jpg) no-repeat scroll top center; padding:0}
.brand_ul1s{width:1000px; height:auto; margin:0 auto; padding:25px 0 40px 0; overflow:hidden;}
.brand_ul1s li{width:200px; height:130px; float:left; margin:0 25px 0 25px; display: inline; overflow:hidden;}
.brand_ul1s li a{width:198px; height:100px; border:1px solid #e3e3e3; display:inline-block; font-size:18px;color:#434343; text-align:center; padding-top:28px; line-height:40px; font-weight:100; overflow:hidden;}
.brand_ul1s li a:hover{ border:1px solid #218a7e;}
.brand_01s{ text-align:center;color:#218a7e; font-size:40px; margin:0;}
/*新加简单页面*/
.zy_main{width:1200px;height:auto; margin:0 auto;overflow:hidden;}
.zy_tit{width:1200px;height:40px; line-height:40px; border-bottom:1px solid #e3e3e3; float:left; font-size:18px;color:#000; background: rgba(0, 0, 0, 0) url(../images/g_images/project02.jpg) no-repeat scroll left center; text-indent:15px; overflow:hidden;}
.zy_txt{width:1200px; height:auto; float:left; padding:5px 0 8px 0; overflow:hidden;}
.zy_txt a{font-size: 14px;margin-right: 15px; white-space: nowrap;display: inline-block;text-decoration: none; line-height:24px;color:#434343;}
.zy_txt a:hover{color:#f18b19;}
.sideNav1 {position:absolute;top:-185px;z-index:20;width:158px; position:fixed;left:0px;top:25%;}
.sideNav11 {background-color:#218a7e; width:145px; margin-left:9px; float:left;}
.sideNav1 ul li {width:145px;height:39px;line-height:39px;border-bottom:1px solid #fff;}
.sideNav1 ul li:last-child {border-bottom:none;}
.sideNav1 ul li a {display:block;position:relative;padding-left:50px;*padding-left:0px; *text-align:center; width:95px; *width:145px;font-size:16px;color:#fff;text-decoration:none;-moz-transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s;}
.sideNav1 ul li a:before {position:absolute;content:'';left:22px;top:11px;width:17px;height:17px;  background: url(../images/images/sid_an.png) no-repeat scroll left center; }
.sideNav1 ul li a:hover,.sideNav1 ul li a.active { background-color:#f95351;color:#fff;text-decoration:none;}
.sideNav1 .side_weixin{background-color:#218a7e; width:145px; margin-left:9px; float:left;border-top:1px solid #fff; text-align:center; padding:9px 0;}
/*着陆页--相关问题*/
.zhuoluye_ul{width:100%; height:auto;overflow:hidden;}
.zhuoluye_ul li{width:100%; height:auto; line-height:20px; float:left; font-size:14px; background:url(/templets/zhongyan2014/images/images/cont_icon.jpg) no-repeat scroll left 8px; padding-left:10px; margin-bottom:10px;color:#ff0000; overflow:hidden;}
.zhuoluye_ul li a{color:#434343;text-decoration:underline;}
.zhuoluye_ul li a:hover{color:#ff0000;text-decoration:underline;}

/* 20170323文章页面底部评论修改 */
.wrapper ._DEDECY{width:92%; margin:0 4%;}
.wrapper .btn-fw{background:url(/templets/zhongyan2014/images/images/post-btn.png) no-repeat scroll 0 0!important;}
.wrapper .module-cmt-footer{ padding:0; display:none;}
.wrapper .section-service-w{width:0; display:none;}
.wrapper .post-wrap-main{ background:none!important; margin:0!important; border-bottom:none!important;}
.wrapper .module-cmt-notice{width:0; display:none; z-index:-99999;}
.wrapper .cmt-list-border{ background:#d5d5d5!important;}
.wrapper .module-cmt-list .cmt-list-type .type-lists li.active{background:url(/templets/zhongyan2014/images/images/cmtlist-bg-active.png) no-repeat scroll 0 0!important;}
.wrapper .comment-number{color:#434343!important;}
.wrapper .block-head-login{ height:70px!important;}
.wrapper .user-login{ top:35px!important; left:43px!important;}
.wrapper .post-wrap-border-l{ background:none!important;}
.wrapper .wrap-area-w{ border:1px solid #d5d5d5!important; border-radius:5px!important;}
.head-img-w{ left:0!important;}
.wrapper .post-wrap-border-t-l{ background:none!important;}
.wrapper .post-wrap-border-t-r{ border-top:none!important;}
.wrapper .post-wrap-border-r{background:none!important;}
.wrapper .title-name-gw-tag{ background:#237f73!important;}


#feedAv{ margin-top: -250px!important;transform: scale(0);}