@charset "gb2312";

/*图标字体开始！*/

@font-face {

	font-family: 'iconfont';

	src: url('//at.alicdn.com/t/font_1411093934_5234435.eot'); /* IE9*/

	src: url('//at.alicdn.com/t/font_1411093934_5234435.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('//at.alicdn.com/t/font_1411093934_5234435.woff') format('woff'), /* chrome、firefox */  url('//at.alicdn.com/t/font_1411093934_5234435.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('//at.alicdn.com/t/font_1411093934_5234435.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;

}

.wrapper_t .row{ height:100px;}
.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 #0079bc;

	border-color: #0079bc;

	color: #FFFFFF;

	text-shadow: 0 1px 0 #666;

}

.pager a.selected {

	background: none repeat scroll 0 0 #0079bc;

	border-color: #0079bc;

	color: #FFFFFF;

	text-shadow: 0 1px 0 #666;

}

.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: block; 

	width: 131px;

	height: 334px;

	position: fixed;

	right: -84px;

	top: 220px;

	_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: 370px;

	background: url(https://www.aier0431.com/images/swt_tc.gif) no-repeat;

}
.tindexswt {

	width: 440px;

	height: 333px;

	display: block;

	float: right;

}



.tindex01bnz {

	width: 440px;

	height: 370px;

	background: url(https://www.aier0431.com/images/swt_bnz.gif) no-repeat;

}

.tindex01yd {

	width: 440px;

	height: 370px;

	background: url(https://www.aier0431.com/images/swt_yd.gif) no-repeat;

}

.tindex01zfz {

	width: 440px;

	height: 370px;

	background: url(https://www.aier0431.com/images/swt_zfz.gif) no-repeat;

}

.tindex01pj {

	width: 440px;

	height: 370px;

	background: url(https://www.aier0431.com/images/swt_pj.gif) no-repeat;

}

.tindex02 {

	width: 370px;

	position: absolute;

	height: 35px;

	left: 42px;

	top: 193px;

	z-index: 1;

}

.tindex02bnz {

	width: 370px;

	position: absolute;

	height: 35px;

	left: 42px;

	top: 190px;

	z-index: 1;

}

.tindex03 {

	color: #999;

	width: 170px;

	border: 1px #0079bc 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-top-right-radius: 2px;

	border-bottom-right-radius: 2px;

	margin-left: -3px;

	height: 34px;

	background: #0079bc;

	border: 1px #15574f solid;

	width: 88px;

	color: #fff;

	cursor: pointer;

	text-shadow: 0 1px 0 #0d463f;

	margin-right: 5px;

}

.tindex04:hover {

	background: #1a94d3;

}

.tindex05 {

	font-size: 16px;

	border-radius: 2px;

	margin-left: -3px;

	height: 34px;

	background: #77c40a;

	border: 1px #67b000 solid;

	width: 88px;

	color: #fff;

	cursor: pointer;

	text-shadow: 0 1px 0 #666;

}

.tindex05:hover {

	background: #86d615;

}

.tindex07 {

	width: 135px;

	height: 35px;

	display: block;

	float: right;

}

#divM {





	_position: absolute; 

_bottom: expression(offsetParent.scrollTop+242);

	box-shadow: 0 0 35px #000;

	-webkit-box-shadow: 0 0 35px #666;

	-moz-box-shadow: 0 0 35px #666;

}

.tindex01mct {

	width: 440px;

	height: 370px;

	background: url(https://www.aier0431.com/images/swt_pj.gif) no-repeat; border-radius:5px;

}

.divM_suoxiao {

	font-family: "iconfont";

	

	font-weight: bold;

	margin-left: 1px;

	margin-top: 1px;

	font-style: normal;

	color: #FFF;

	position: absolute;
	
	background:#e50000;
	
	border-radius:50%;
	
	box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
	
	height:20px;
	
	width:20px;
	
	line-height:20px;
	
	text-align:center;
	
	font-size:13px;
	

}

.divM_suoxiao1 {

	font-family: "iconfont";

	

	

	margin-left: -5px;

	margin-top: -2px;

	font-style: normal;

	color: #FFF;

	position: absolute;
	
	background:#e50000;
	
	border-radius:50%;
	
	box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
	
	height:14px;
	
	width:14px;
	
	line-height:14px;
	
	text-align:center;
	
	font-size:10px;
	

}

/*  商务通弹窗 样式结束*/

 /* 顶部导航css*/

.top_1 {

	width: 100%;

	height: 30px;

	background: #f8f8f8;

	border-bottom: 1px #f2f2f2 solid;

	line-height: 30px;

}

.top1 {

	width: 550px;

}

.top_1 ul li {

	float: left;

	margin-right: 7px;

	line-height: 30px;

}

.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: #0079bc;

	border: 1px #0079bc solid;

	width: 70px;

	color: #fff;

	cursor: pointer;

	text-shadow: 0 1px 0 #666;

}

.button04:hover {

	background: #1a94d3;

}

/************nav导航***********/

.nav01 {

	position: relative;

	z-index: 99;

	height: 45px;

	background: #0079bc;

}

.nav_bc {

	background: #0079bc;

}

.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; height:45px;

	position: relative;

	display: inline;

	width: 140px;



}


.nav .nLi h3 {

	float: left;

	text-align: center;

	width: 100%;

	text-shadow: 0 1px 0 #666;

}

.nav .nLi h3 a {

	display: block;

	padding: 0 20px 0 15px; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;

	font-size: 15px;

	color: #f2fff0;
	
	transition:all 0.2s linear 0s;

}



.nav .nLi h3 a:hover {

	list-style-type: none;


}




.nav .sub {

	display: none;

}

.nav .sub li {

	zoom: 1;

	overflow: hidden;

}
.nav .on h3  {



	color: #fff;

}

.nav .on h3 a {



	color: #fff;

}


.in02 {

	background: url(../images/top/sjx_03.gif) no-repeat right 22px;

}

.nav02 {

	width: 150px;

	height: 30px;

	background: #77c40a;

	float: right;

	margin-top: 8px;

	border-radius: 5px;

	font-size: 14px;

	line-height: 30px;

	text-align: center;

	text-shadow: 0 -1px 0 #888;

}

.nav02:hover {

	background: #8ddb1e;

}

.nav02 a {

}

.nav02 a:hover {

}

.ab {

	left: -101px;

	top: 45px;

	position: absolute;

	line-height: 26px;

	width: 1200px;

	background: #fff;

	border-bottom: 1px #0079bc solid;

	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: #0079bc;

	text-decoration: underline;

}

.ab2 {

	display: block;

	float: left;

	width: 320px;

	border-right: 1px #e3e3e3 dotted;

	text-align: center;

	line-height: 27px;

}

.ab2 a {

	display: block;

	color: #434343;

	text-align: left;

	margin-left: 10px;

}

.ab2 a:hover {

	color: #0079bc;

	text-decoration: underline;

}

.ab3 {

	width: 340px;

	border-right: 1px #e3e3e3 dotted;

	float: left;

}

.ab3 a:hover {

	color: #0079bc;

	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: #0079bc;

	float: left;

	margin-left: 30px;

	color: #fff;

	line-height: 30px;

	border-radius: 5px;

}

.ab45 a:hover {

	color: #fff;

	background: #1a94d3;

}

.zw {

	left: -160px;

	top: 45px;

	position: absolute;

	width: 1200px;



	background: #fff;

	border-bottom: 1px #0079bc solid;




}

.zw1 {

	padding-left: 30px;

	width: 440px;

	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: #0079bc;

	margin-left: 5px;

	border-bottom: 1px #e3e3e3 solid;

	line-height: 30px;

 #line-height:22px;

}

.zw1 ul span a {

	font-size: 14px;

	color: #0079bc;

}

.zw1 ul span a:hover {

	font-size: 14px;

	color: #1a94d3;

}

.zw1 ul li a {

	color: #434343;

}

.zw1 ul li a:hover {

	color: #0079bc;

	text-decoration: underline;

}

.zw2 {

	margin-left: 27px;

}

.zw2 a {

	float: left;

	margin-right: 45px;

}

/*******焦点图代码********/

.wtslideBox {

	float: left;

	padding-top: 10px;

	overflow: hidden;

	width: 340px;

	position: relative;

	height: 220px;

}

.wtslideBox .hd {

	height: 12px;

	overflow: hidden;

	position: absolute;

	left: 270px;

	bottom: 190px;

	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: #0079bc;

	color: #fff;

}

.wtslideBox .wbd {

	position: relative;

	width: 340px;

	z-index: 0;

}

.wtslideBox .wbd li {

	zoom: 1;

	overflow: hidden;

	vertical-align: middle;

	display: block;

	width: 340px;

	height: 220px;

}

.jg {

	left: -320px;

	top: 45px;

	position: absolute;

	width: 1200px;

	background: #fff;

	border-bottom: 1px #0079bc solid;



}

.jg1 {

	padding-left: 30px;

	width: 660px;

	float: left;

}

.jg1 ul {

	width: 110px;

	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: #0079bc;

	margin-left: 5px;

	border-bottom: 1px #e3e3e3 solid;

	line-height: 30px;

 #line-height:22px;

}

.jg1 ul span a {

	font-size: 14px;

	color: #0079bc;

}

.jg1 ul span a:hover {

	font-size: 14px;

	color: #1a94d3;

}

.jg1 ul li a {

	color: #434343;

}

.jg1 ul li a:hover {

	color: #0079bc;

	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 #0079bc solid;

}

.wc {

	left: -460px;

	top: 45px;

	position: absolute;

	width: 1200px;


	background: #fff;

	border-bottom: 1px #0079bc solid;



-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.wc1 {

	padding-left: 30px;

	width: 750px;

	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: #0079bc;

	margin-left: 5px;

	border-bottom: 1px #e3e3e3 solid;

	line-height: 30px;

 #line-height:22px;

}

.wc1 ul span a {

	font-size: 14px;

	color: #0079bc;

}

.wc1 ul span a:hover {

	font-size: 14px;

	color: #1a94d3;

}

.wc1 ul li a {

	color: #434343;

}

.wc1 ul li a:hover {

	color: #0079bc;

	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 #0079bc solid;

}

.my {

	left: -600px;

	top: 45px;

	position: absolute;

	width: 1200px;

	background: #fff;

	border-bottom: 1px #0079bc  solid;




}

.my1 {

	padding-left: 30px;

	width: 800px;

	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: #0079bc;

	margin-left: 5px;

	border-bottom: 1px #e3e3e3 solid;

	line-height: 30px;

 #line-height:22px;

}

.my1 ul span a {

	font-size: 14px;

	color: #0079bc;

}

.my1 ul span a:hover {

	font-size: 14px;

	color: #1a94d3;

}

.my1 ul li a {

	color: #434343;

}

.my1 ul li a:hover {

	color: #0079bc;

	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 #0079bc solid;

}
.ydb {

	left: -760px;

	top: 45px;

	position: absolute;

	width: 1200px;



	background: #fff;

	border-bottom: 1px #0079bc solid;




}

.ydb1 {

	padding-left: 30px;

	width: 650px;

	float: left;

}

.ydb1 ul {

	width: 130px;

	float: left;

	_width: 120px;

}

.ydb1 ul li {

	width: 130px;

	_width: 120px;

	line-height: 27px;

 #line-height:20px;

	background: url(../head/images/top/jiantou00.jpg) no-repeat 0px 9px;

	padding-left: 8px;

}

.ydb1 ul span {

	font-size: 14px;

	color: #0079bc;

	margin-left: 5px;

	border-bottom: 1px #e3e3e3 solid;

	line-height: 30px;

 #line-height:22px;

}

.ydb1 ul span a {

	font-size: 14px;

	color: #0079bc;

}

.ydb1 ul span a:hover {

	font-size: 14px;

	color: #1a94d3;

}

.ydb1 ul li a {

	color: #434343;

}

.ydb1 ul li a:hover {

	color: #0079bc;

	text-decoration: underline;

}


/*顶部导航样式结束*/

 /*底部代码开始*/

.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: 40px;

	text-shadow: 0 1px 0 #000;

}

.in012 {

	text-align: center;

	line-height: 35px;

	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;
	
	transition:all 0.3s linear 0s;

}

.banner_nav01_on {

	font-weight: bold

}

.banner_nav01_on a {

	color: #333;

}

.banner_nav01 ul li a:hover {

	background: #0079bc;

	color: #fff;

	text-shadow: 0 1px 0 #666;
	
	transform:translate3d(0px, -1px, 0px);

}

/*******左侧商务通代码********/

.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: #0079bc;

	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: #0079bc;

	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: #77c40a;

	border-radius: 5px;

}

.swt-left-c-b a:hover {

	color: #fff;

	text-decoration: none;

	background: #79cc03;

	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: #0079bc;

}

.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: #77c40a;

	text-align: center;

	margin-left: 5px;

}

.swt_an a:hover {

	background: #79cc03;

	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: #04a8cb;

filter:alpha(opacity:50);

	opacity: 0.5;

}

.free_tel_content {

	width: 370px;

	height: 230px;

	border: #04a8cb 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: #0079bc;

	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: #0079bc;

	border-top: 1px #085349 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 #666;

}

.tenItermBox {

	width: 1200px;

	margin: 0 auto;

	height: 30px;

	margin-top: 2px;

}

.ClassicItermBox .tenItermBox li {

	float: left;

}

.tB01 {

	margin-left: 45px;

	font-size: 14px;

	line-height: 28px;

	font-family: "微软雅黑", "宋体";

	color: #fdeaab;

	margin-right: 30px;

}
.tB03{ margin-left: 20px; }
#tB04{ margin-left: 40px; }
.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: #dfa100;

	border: 1px #dfa100 solid;

	width: 95px;

	color: #fff;

	cursor: pointer;

	text-shadow: 0 1px 0 #666;

}

.tB02_2:hover {

	background: #d69a00;

}

.tB03 a {

	width: 110px;

	display: block;

	font-size: 14px;

	height: 25px;

	line-height: 25px;

	color: #fff;

	background: #77c40a;

	border-radius: 3px;

	margin-right: 20px;

	margin-top: 3px;

	text-align: center;

}

.tB03 a:hover {

	background: #79cc03;

	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: 625px;

	margin-top: 430px;

	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: #0079bc;

	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 #666;

}

.text01 {

	width: 210px;

	border: 1px #0079bc 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: #0079bc;

	border: 1px #0079bc solid;

	width: 95px;

	color: #fff;

	cursor: pointer;

	text-shadow: 0 1px 0 #666;

}

.button02:hover {

	background: #1a94d3;

}

.tonghua {

	float: left;

	margin-left: 20px;

	display: inline;

}

.qqzixun a {

	float: left;

	width: 100px;

	border: 1px #0079bc solid;

	background: #0079bc;

	border-radius: 5px;

	height: 30px;

	color: #fff;

	font-size: 14px;

	margin-left: 20px;

	text-align: center;

	line-height: 30px;

}

.qqzixun a:hover {

	background: #1a94d3;

}

.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: #0079bc;

	color: #fff;

}

.tslideBox .bd {

	position: relative;

	height: 275px;

	z-index: 0;

}

.tslideBox .bd li {

	zoom: 1;

	vertical-align: middle;

	display: block;

	height: 275px;

}

/*******新闻代码********/

.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: #0079bc;

}

.xin_1 {

	margin: 5px 20px 0px 20px;

	text-indent: 2em;

	overflow: hidden;

	height: 65px;

	border-bottom: 1px #e3e3e3 dotted;

}

.xin_1 a {

	color: #77c40a;

}

.xin_1 a:hover {

	color: #77c40a;

	text-decoration: underline;

}

.xin_2 {

	margin-left: 10px;

	margin-top: 10px;

}

.xin_2 li {

	float: left;

	width: 50%;

	line-height: 28px;
	
	

}
.xin_2 li a { transition:all 0.3s linear 0s;}
.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: #0079bc;

	color: #fff;

	text-align: center;

	float: left;

	border-top-left-radius: 5px;

	border-bottom-left-radius: 5px;

	text-shadow: 0 1px 0 #666;

}

.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: 20px;

	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: 2px;

}

.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;

	text-indent: -999px;

	cursor: pointer;

	background: #dfdfdf;

	border-radius: 20px;

}

.zpicScroll-left .hd ul li.on {

	background: #0079bc;

}

.zpicScroll-left1 .hd ul li.on {

	background: #fcfd97;

}

.in04 img {

	width: 286px;

	height: 235px;

}

.in04 {

	border: 1px #e3e3e3 solid;

	height: 365px;
	
	transition:all 0.5s linear 0s;

}

.in04:hover {

	border: 1px #0079bc solid;
	-moz-box-shadow:0 0 8px rgba(8,1,3,.2);-webkit-box-shadow:0 0 8px rgba(8,1,3,.2);box-shadow:0 0 8px rgba(8,1,3,.2);


}




.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;
	overflow:hidden;

}

.z11 {

	height: 25px;

	margin-top: 10px;

	text-shadow: 0 1px 0 #666;

}

.gz1 a {

	background: #0079bc;

	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: #1a94d3;

}

.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: #77c40a;

	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: #79cc03;

}

/************专家团队结束***********/

/************经典案例***********/

.game163 {

	width: 1200px;

	margin: 0 auto;

	position: relative;

	overflow: hidden;
	
	margin-bottom:20px;

}

.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: #0079bc 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 #666;

}

.anli_01_rg_012 a {

	float: left;

	background: #77c40a;

	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: #86d615;

	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: #77c40a;

	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_022 {

	line-height: 24px;

	margin-bottom: 5px;

}

.a2 {

	color: #0079bc;

	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: #0079bc;

	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 #666;

}

.zbutton a {

	display: block;

	width: 100px;

	height: 30px;

	border-radius: 8px;

	color: #fff;

	font-size: 14px;

	line-height: 30px;

	text-align: center;

	background: #0079bc;

	float: left;

	margin-right: 10px;

}

.zbutton a:hover {

	display: block;

	width: 100px;

	border-radius: 8px;

	color: #fff;

	background: #1a94d3;

}

/************中妍优势***********/

.ind {

	overflow: hidden;

	width: 1200px;

	margin: 0 auto;

	height: 310px;

}

.m-slide {

	margin-top: 20px;

	margin-bottom: 40px;

}

.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;
	
	transition:all 0.5s linear 0s;

}

.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 #0079bc solid;

	border-radius: 5px;

	line-height: 25px;

}

.img_lf_1 a:hover {

	background: #0079bc;

	color: #fff;

	text-shadow: 0 1px 0 #666;

}

/************中妍优势***********/

.slideTxtBox {

	margin-bottom: 50px;

	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 #0079bc 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;
	
	transition:all 0.3s linear 0s;

}

.hj li img:hover {

	border: 1px #0079bc 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 #0079bc 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 #0079bc 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: #0079bc;

	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: #0079bc;

	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;

}

@font-face {

	font-family: 'iconfont';

	src: url('//at.alicdn.com/t/font_1392434335_5239058.eot'); /* IE9*/

	src: url('//at.alicdn.com/t/font_1392434335_5239058.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_1392434335_5583556.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_1392434335_4898133.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_1392434335_6697876.svg#svgFontName') format('svg'); /* iOS 4.1- */

}

.iconfont {

	font-family: "iconfont";

	font-size: 18px;

	font-style: normal;

	margin-right: 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: 98px;

	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: #0079bc;

	color: #fff;

	display: block;

	text-shadow: 0 1px 0 #666;

}

.now3 a {

	background: #0079bc;

	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: 98px;

}

.g_left_tit li a:hover {

	background: #0079bc;

	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: #77c40a;

}

.g_right_1 p a:hover {

	color: #77c40a;

	text-decoration: underline;

}

.zxzu {

	height: 60px;

	overflow: hidden;

	text-shadow: 0 1px 0 #666;

}

.zxzubnz{

	height: 260px;

	overflow: hidden;

	text-shadow: 0 1px 0 #666;

}
.bnz_an {

	height: 60px;

	float: left;

	margin-top: 20px;

}

.bnz_an a {

	display: block;

	width: 145px;

	border-radius: 10px;

	height: 58px;

	color: #fff;

	font-size: 16px;

	margin-left: 30px;

	text-align: center;

	line-height: 24px;
	padding-top:8px;

}

.bnz_an_01{ background:#5db547; border:solid 1px #5db547; }
.bnz_an_02{ background:#04b6b6; border:solid 1px #04b6b6; }
.bnz_an_03{ background:#f74f4f; border:solid 1px #f74f4f; }
.bnz_an_04{ background:#209ed9; border:solid 1px #209ed9; }
.bnz_an_01:hover{ background:#5ac73e; }
.bnz_an_02:hover{ background:#06caca; }
.bnz_an_03:hover{ background:#fa6666; }
.bnz_an_04:hover{ background:#30b0ec; }

.g_qq {

	height: 50px;

	float: left;

	margin-top: 5px;

}

.g_qq a {

	display: block;

	width: 145px;

	border: 1px #0079bc solid;

	background: #0079bc;

	border-radius: 5px;

	height: 30px;

	color: #fff;

	font-size: 14px;

	margin-left: 30px;

	text-align: center;

	line-height: 30px;

}

.g_qq a:hover {

	background: #1a94d3;

	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: #0079bc;

}

.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 #666;

}

.z1 a {

	background: #0079bc;

	line-height: 25px;

	width: 80px;

	height: 25px;

	color: #fff;

	border-radius: 5px;

	text-align: center;

	float: left;

}

.z1 a:hover {

	background: #1A94D3;

	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 #666;

}

.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: #0079bc;

}

/*******文章列表页********/

.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: #77c40a;

}

.a_list .a02 a:hover {

	color: #77c40a;

	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: #0079bc;

	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 #666;

}

.ar02 a {

	width: 62px;

	height: 23px;

	display: block;

	float: left;

	margin-right: 10px;

	background: #0079bc;

	border-radius: 5px;

	color: #fff;

	line-height: 24px;

	text-align: center;

}

.ar02 a:hover {

	background: #1a94d3;

	color: #fff;

}

.article02 {

	padding-top: 30px;

	font-size: 14px;

	margin: 0 20px 0 30px;

}

.article02_mt {

	padding-top: 15px;
	
	padding-bottom:15px;

	font-size: 14px;

	margin: 0 20px 0 30px;

}

.article02 p {

	

	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 #0079bc solid;

	background: #0079bc;

	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 #666;

}

.ar04 a:hover {

	background: #1a94d3;

	color: #fff;

}

.article04 {

	margin: 0px 30px 20px 30px;

	border-bottom: 1px #e3e3e3 solid;

	padding-bottom: 30px;

	line-height: 30px;

}

.article04 a:hover {

	color: #0079bc;

	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: 645px;

	float: left;

	padding-top: 10px;

	font-size: 16px;

}

.arpicScroll-left .hd ul {

	margin-left: 40px;

	float: left;

	margin-top: 15px;

	overflow: hidden;

	zoom: 1;

}

.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: #0079bc;

}

.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: #0079bc;

}

/*******项目专题页********/

.project_tit {

	width: 791px;

	height: 30px;

	line-height: 30px;

	border: 1px solid #e3e3e3;

	margin-top: 10px;

	margin-bottom: 20px;

	text-align: center;
	overflow:hidden;

}

.project_tit li {

	display: block;

	float: left;

	cursor: pointer;

	border-left: 1px solid #e3e3e3;

}

.project_tit li a {

	display: block;

	padding: 0px 12px 0px 11px;

}

.project_tit li a:hover {

	background: #0079bc;

	color: #fff;

	text-shadow: 0 1px 0 #666;

}

.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 #666;

}

#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: #0079bc;

	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;

}
.article02 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;

}
.zidingyidebiaoti {

	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 {

}

.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;
	height:28px; overflow:hidden;

}

.project4 ul li a:hover {

	color: #0079bc;

	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: 15px;

	margin-top: 15px;

	display: inline;

}

.g_left01 ul li:hover {

	border: 1px #0079bc 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: #0079bc;

	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 #0079bc 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: #0079bc;

}

.inst02 h3 a:hover {

	text-decoration: underline;

}

.inst02 p a {

	color: #77c40a;

}

.inst02 p a:hover {

	color: #77c40a;

	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 #0079bc 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 #0079bc 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: #0079bc;

	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 #666;

}

.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 #0079bc 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: #0079bc;

}

.zj1 {

	margin-top: 10px;

	text-shadow: 0 1px 0 #666;

}

.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: #0079bc;

	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 #666;

}

.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 #0079bc 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: #0079bc;

}



.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 #666;

}

.shebei1 a:hover {

	background: #0079bc;

	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 #666;

}

.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: 600px;

	float: left;

	margin-left: 12px;

	

	line-height: 35px;

	margin-bottom: 15px;

}

.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:20px;}





.ygai_tit01 a{ color:#828282;display:block; line-height:40px; background:#0079bc;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:#1a94d3;border-radius:5px;

}

.tt_gwy a.gwy_a1 {
		width: 110px; float:
		left; display:inline;



	font-size: 14px;

	height: 25px;

	line-height: 25px;

	color: #fff;

	background: #77c40a;

	border-radius: 3px;

	margin-right: 20px;

	margin-top: 3px;

	text-align: center;
	text-shadow:0 1px 0 #666; 

}
.tt_gwy a.gwy_a2 {
	width: 110px; float:
		left; display:inline;



	font-size: 14px;

	height: 25px;

	line-height: 25px;

	color: #fff;

	background: #77c40a;

	border-radius: 3px;

	margin-right: 20px;

	margin-top: 3px;

	text-align: center;
	text-shadow:0 1px 0 #666; 
}


.tt_gwy a:hover {

	background: #8ce40f;

	color: #fff;

}





.button02dj {

	font-size: 16px; text-align:center;



	margin-left: 10px;
	line-height:36px;
	

	height: 36px;



	

	width: 140px;



	cursor: pointer;

	
	

}
.button02wh {

	font-size: 16px; text-align:center; float:left;

	
	

	
	line-height:36px;
	

	height: 38px; margin-left:100px; display:inline;
	

	width: 46px;

	color: #fff;

	cursor: pointer;

	text-shadow: 0 1px 0 #666;
	

}



.text0aan1 {

	width: 350px;

	border: 1px #0079bc solid;

	height: 36px;

	border-top-right-radius: 5px;

	border-bottom-right-radius: 5px;

	float: left;

	padding-left: 5px;

	color: #999; font-size:16px;

}

.article022 {

	padding-top: 15px;

	font-size: 14px;

	margin: 0 20px 0 30px;
	
	height:50px;
	

}

.tB02_3{ background:rgba(0, 0, 0, 0) none repeat scroll 0 0; background:none;}


.sy_gg{ display:block; border:1px solid #e3e3e3; overflow:hidden;}

.neiye_wz{ margin:0 auto; width:1000px;}

/*本院集团专家切换*/
.gai_tit01 li { float:left;  text-align:center; padding-left:10px; height:40px; }
.gai_tit01 li.on{  border-bottom: 2px solid #0079bc; 
    color: #434343;
    }

/*bannercg*/
.bannercg {
	
	 -webkit-animation:change 2s ;animation:change 2s ;-moz-animation:change 2s ;

}

@keyframes change
{
	0%		{transform: scale(1.03);}
	
	100%	{transform: scale(1);}
}
@-webkit-keyframes change
{
	0%		{-webkit-transform: scale(1.03);}
	
	100%	{-webkit-transform: scale(1);}
}
@-moz-keyframes change
{
	0%		{-moz-transform: scale(1.03);}

	100%	{-moz-transform: scale(1);}
}


/*悬浮开始*/

.fly_gk{ height:276px; width:140px; background:url(/images/djs_03.png) no-repeat;}
.fly_gk_t{ height:200px; width:140px;}
.fly_gk_t a{ display:block; height:20px; width:140px;}
.fly_gk_b{ height:76px; width:140px;}
#floatDivBoxs{width:170px;position:fixed;top:220px;left:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(/images/online_botbg.jpg) no-repeat;}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(/images/online_arrow.png) no-repeat;position:fixed;top:210px;left:110px;z-index:9999; }
#rightArrow a{display:block;height:45px;}
.clockContainer1{ font-size:30px; color:#267dff; height:60px; width:140px; line-height:40px; margin-top:3px; float: left; display:inline; font-weight:bold;}
.day{ float:right; height:40px; width:40px; margin-right:24px; display:inline;}


/*悬浮结束*/
/*new_ nav*/
@font-face {
  font-family: 'iconfont';  /* project id 684038 */
  src: url('//at.alicdn.com/t/font_684038_a68egcxqysr1kyb9.eot');
  src: url('//at.alicdn.com/t/font_684038_a68egcxqysr1kyb9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_684038_a68egcxqysr1kyb9.woff') format('woff'),
  url('//at.alicdn.com/t/font_684038_a68egcxqysr1kyb9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_684038_a68egcxqysr1kyb9.svg#iconfont') format('svg');
}
.iconfont_nav{
    font-family:"iconfont" !important;
    font-size:18px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.wrapper_t .row{ height:100px;}
.wrapper_t .row .logo_t{ height:56px; width:344px; float:left; margin-top:20px; margin-left:5px; display:inline; }
.wrapper_t .row .logo_t img{ width:100%;}
.wrapper_t .row .nav_t{ float:right; margin-right:5px; display:inline; height:40px; margin-top:50px;}
.wrapper_t .row .nav_t ul{ float:left;}
.wrapper_t .row .nav_t ul li{ float:left; margin:0 auto; margin-left:10px; display:inline; }
.wrapper_t .row .nav_t ul li a{ display:block; padding:0 15px; color: #3d3f4b; text-decoration: none; font-size:15px; line-height:30px; -moz-transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s; border-radius: 6px;}
.wrapper_t .row .nav_t ul li a:hover{color:#fff;text-decoration:none; background-color:#0079bc;}
.wrapper .row .on ul li h3{ background:#77c40a;}
.nav .nLi h3{ position: relative; width:100%; height:100%;}
.nav .nLi h3 a{ position: absolute; width:100%; text-align:center; }
.wrapper .row .nav_bibi{ display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; filter:alpha(opacity:0);-webkit-animation:orangeOut 0.4s ease;animation:orangeOut 0.4s ease; background: #77c40a;  }
.wrapper .row h3:hover .nav_bibi  { opacity: 1;  -webkit-animation: orangeIn 0.2s ease; animation: orangeIn 0.2s ease;  }
.wrapper .row .iconfont_nav{ padding:0 10px 0 0;  }
.nav .nLi_1{width: 140px;}
.nav .nLi_2{width: 160px;}

.ab {-webkit-animation:shake1 .4s linear 0s 1;animation:shake1 .4s linear 0s 1;

	left: 0px;

	top: 45px;

	position: absolute;

	line-height: 26px;

	width: 1200px;

	background: #fff;
	
	border-bottom: 1px #0079bc solid;

	z-index: 100;

}
.box_ab {min-height:210px; height:auto!important; height:210px;}
.box_ab .new_ab1{ float:left; width:185px; text-align:center; margin-top:30px; margin-left:1px; display:inline; }
.box_ab .new_ab1_1{ color:#566abd; }
.box_ab .new_ab1_2{ color:#00cccc; }
.box_ab .new_ab1_3{ color:#f5bf75;}
.box_ab .new_ab1_4{ color:#55aba8;}
.box_ab .new_ab1_5{ color:#233d61;}
.box_ab .new_ab1_6{ color:#ff6666;}
.box_ab .new_ab1_7{ color:#4071b4;}
.box_ab .new_ab1_8{ color:#853f8a;}
.box_ab .new_ab1 h5{ font-size:20px; font-weight:bold; margin-top:15px; line-height:30px;}
.box_ab .new_ab1 p{ font-size:12px; line-height:20px;}
.box_ab .new_ab2{ float:left; margin-top:30px; margin-left:10px; display:inline; }
.box_ab .new_ab2_1{  width:340px;}
.box_ab .new_ab2_1 ul{ line-height:40px;}
.box_ab .new_ab2_2{  width:670px;}
.box_ab .new_ab2_2 ul{ line-height:28px;}
.box_ab .new_ab2_3{  width:340px;}
.box_ab .new_ab2_3 ul{ line-height:40px;}
.box_ab .new_ab2_4{  width:950px;}
.box_ab .new_ab2_4 ul{ line-height:28px;}
.box_ab .new_ab2 ul{ float:left; width:150px; overflow:hidden; margin-left:5px; display:inline;}
.box_ab .new_ab2 ul li{ width:100%; font-size:14px; background:url(../images/jiantou00.jpg) no-repeat 0px 13px; padding-left:8px; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.box_ab .new_ab2 ul li a{ color:#333; position:relative; float:left; height:100%;}
.box_ab .new_ab2 i{ background:url(../images/hot.gif) no-repeat; width:9px; height:14px; position:absolute; z-index:2; top:3px; right:-9px}
.box_ab .new_ab2 ul li a:hover{ color: #0079bc;}
.box_ab .new_ab2 span{ width:100%; overflow:hidden; margin-bottom:5px; display:inline; border-bottom: 1px #e3e3e3 solid; }
.box_ab .new_ab2 span a{  font-size:15px;  position:relative; float:left; height:100%;}
.box_ab .new_ab2_1 span a{ color:#000;}
.box_ab .new_ab2_2 span a{ color:#0079bc}
.box_ab .new_ab2_3 span a{ color:#000}
.box_ab .new_ab2_4 span a{ color:#0079bc}
.box_ab .new_ab2 span a:hover{ color: #0079bc; }
.box_ab .new_ab3{ float:right; display:inline; }

.xrsj {

	left: -900px;

	top: 45px;

	position: absolute;

	width: 1200px;


	background: #fff;

	border-bottom: 1px #0079bc solid;



}
.jmbz {

	left:-1040px;

	top: 45px;

	position: absolute;

	width: 1200px;



	background: #fff;

	border-bottom: 1px #0079bc solid;


}
@-webkit-keyframes orangeOut{
		0%{
			-webkit-transform:scale(1);
			opacity:1;
			filter:alpha(opacity:100);	
			}
		100%{
			-webkit-transform:scale(0.8);
			opacity:0;
			filter:alpha(opacity:0);
		}
	}
@keyframes orangeOut{
		0%{
			transform:scale(1);
			opacity:1;
			filter:alpha(opacity:100);	
			}
		100%{
			transform:scale(0.8);
			opacity:0;
			filter:alpha(opacity:0);
		}
	}

@-webkit-keyframes orangeIn {  0% {
 -webkit-transform:scale(0.8);
 opacity:0;
 filter:alpha(opacity:0);
}
100% {
 -webkit-transform:scale(1);
 opacity:1;
 filter:alpha(opacity:100);
}
}
 @keyframes orangeIn {  0% {
 transform:scale(0.8);
 opacity:0;
 filter:alpha(opacity:0);
}
100% {
 transform:scale(1);
 opacity:1;
 filter:alpha(opacity:100);
}
}

/*new_ nav*/


/*hongdong */
.huodongBox { position: fixed; left: 0; top: 50%; margin-top: -300px; opacity: 0; -webkit-transform: translate3d(-177px, 0, 0); -moz-transform: translate3d(-177px, 0, 0); transform: translate3d(-177px, 0, 0); z-index: 100; }
.transitionHD { -moz-transition: all .8s ease-in 0s; -webkit-transition: all .8s ease-in 0s; transition: all .8s ease-in 0s; }
.huodongBox.fadeInLeft { opacity: 1; -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }
.huodongBox .close { display: inline-block; width: 20px; height: 20px; left: 140px; top:60px; cursor: pointer; position: absolute;}
.huodongBox .inner {width:100%;height:100%;}
/*hongdong */