html {
	color: #000;
	background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font: 14px/1.5 'Microsoft yahei', tahoma, Srial, helvetica, sans-serif;
}

em,strong {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
} /* 消除q前后的内容 */
button,input,select,textarea {
	font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

address,cite,dfn,em,var {
	font-style: normal;
} /* 将斜体扶正 */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	height: 100%;
	font-family: "微软雅黑";
}

body {
	height: 100%;
}

.nav {
	height: 30px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	font-size: 12px;
	background-color: #f2f2f2;
	min-width: 1000px;
	width: 100%;
	line-height: 30px;
	color: #555;
}

.nav .nav-f {
	height: 30px;
	width: 100%;
}

.fl,.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.nav .nav-left {
	overflow: hidden;
	padding-left: 175px;
}

.nav .nav-right {
	height: 30px;
	padding-right: 4%;
}

.nav .mg-l {
	margin-left: 10px;
}

.nav-right ul li {
	float: left;
}

.nav-right ul li a {
	float: left;
	padding: 0 14px;
}

.nav-right ul li .wel {
	padding: 0 12px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	position: relative;
}

.nav-right ul li .wel a {
	padding: 0;
}

.nav-right ul li i {
	float: left;
	width: 12px;
	height: 30px;
	background: url(../images/category/down-ico.png) no-repeat center center;
}

.wel ul {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	display: none;
	position: absolute;
	left: -1px;
	top: 29px;
	width: 100%;
	background-color: #fff;
}

.wel ul li a {
	width: 100%;
	text-indent: 12px;
}

.wel ul li a:hover {
	background-color: #e5e5e5;
	color: #555;
}

.wel ul li {
	width: 100%;
}

.wel .wel_f {
	overflow: hidden;
}

.nav .tel {
	width: 108px;
	height: 30px;
	background: url(../images/category/tel.jpg) no-repeat center center;
}

/*侧导航*/
.nav-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 100%;
	background-color: #24b7b3;
	z-index: 999;
}

.nav-back {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	width: 146px;
}

.nav-back a {
	margin: auto;
	display: block;
	background: url(../images/category/button.png) no-repeat center center;
	color: #000;
	height: 30px;
	width: 90px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
}

.nav-g-show a {
	display: block;
	height: 30px;
}

.nav-gr-fr {
	height: 100%;
	width: 100%;
}

.nav-g-show {
	width: 146px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.nav-gr-fr li {
	height: 30px;
	display: block;
}

.nav-gr-fr a {
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
}

.nav-gr-fr .pitch {
	background-color: #f5b800;
}

.nav-down {
	background-color: #24b7b3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 146px;
	height: 30px;
}

.nav-down img {
	position: absolute;
	left: 50%;
	width: 32px;
	height: 14px;
	top: 50%;
	margin-left: -16px;
	margin-top: -7px;
}

.nav-gr-hd {
	float: left;
	width: 14px;
	height: 100%;
	position: relative;
	background-color: #abd0bc;
}

.nav-gr-hd .nav-g-h-k {
	width: 10px;
	left: 50%;
	margin-left: -5px;
	background-color: #24b7b3;
	position: absolute;
	top: 0;
	height: 100px;
}

/*头部搜索*/
.seek-top {
	min-width: 840px;
	padding-left: 160px;
	padding-top: 30px;
}

.seek-top-frame {
	width: 100%;
	position: relative;
	height: 70px;
}

.seek-top-frame .logo {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 111px;
	height: 36px;
	margin-top: -18px;
}

.seek {
	overflow: hidden;
	left: 220px;
	margin-top: -20px;
	top: 50%;
	position: absolute;
}

.seek input {
	float: left;
}

.seek .seek-put {
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	color: #333;
	border: 1px solid #d0d0d0;
	text-indent: 15px;
	width: 500px;
	outline: none;
}

.seek .seek-put:focus {
	border: 1px solid #0d74df;
}

.seek .seek-but {
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 70px;
	border: none;
	background-color: #0e78ef;
	cursor: pointer;
}

/*内容*/
.tem-main {
	padding-left: 160px;
	height: 100%;
}

.main-fr {
	width: 100%;
	height: 100%;
}

/*底部*/
.footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer-m {
	padding-left: 340px;
	padding-right: 16px;
	min-width: 809px;
}

.footer-fr {
	min-height: 40px;
	padding: 10px 0;
	position: relative;
}

.footer-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.6;
	left: 0;
	top: 0;
	filter: alpha(opacity = 60);
}

.footer-content {
	overflow: hidden;
	position: relative;
}

.footer-content ul {
	color: #FFFFFF;
	overflow: hidden;
	width: 80%;
	float: left;
	padding-left: 28px;
}

.footer-content ul li {
	float: left;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	padding: 0 12px;
}

.footer-content ul li input {
	width: 16px;
	margin-right: 8px;
	vertical-align: middle;
	height: 16px;
}

.footer-but-fr {
	float: left;
	top: 10%;
	/*	height: 72px;*/
}

.footer-but-fr a {
	width: 90px;
	display: block;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	background-color: #24b7b3;
}

#but-reset {
	display: none;
	padding: 3px 0;
}

#but-right {
	padding: 3px 0;
}

/*导入内容*/
.result-f-m {
	position: relative;
	width: 97%;
	height: 100%;
	border-top: 1px solid #cccccc;
}

.result-fr-sort {
	padding: 13px 80px 13px 12px;
	background-color: #eaeaea;
	color: #333333;
	position: relative;
}

.result-fr-sort p {
	font-size: 14px;
	line-height: 24px;
}

.result-fr-sort p .sort-title {
	font-weight: bold;
	font-size: 18px;
	color: #2f73ba;
	padding-right: 5px;
}

.result-fr-sort p .sort-stress {
	text-decoration: underline;
	font-weight: bold;
}

.result-fr-sort p .col-r {
	color: #ff4200;
}

.result-fr-group {
	padding-left: 180px;
	height: 100%;
	position: relative;
	border-right: 1px solid #eaeaea;
}

.result-group {
	height: 100%;
	width: 179px;
	left: 0;
	top: 0;
	overflow: hidden;
	border-right: 1px solid #eaeaea;
	position: absolute;
	z-index: 5;
	text-indent: 10px;
}

.result-group ul {
	height: 100%;
	width: 210px;
	overflow-y: scroll;
}

.result-group ul li {
	height: 30px;
}

.result-group ul li a {
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.result-group ul li .nav-z-down {
	background-color: #c0dafa;
}

.result-data-frame {
	
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

.result-data {
	font-size: 14px;
	color: #333;
	display: none;
}

.result-data-top {
	height: 30px;
	padding: 0 40px;
	line-height: 30px;
	color: #2f73ba;
	font-weight: bold;
}

.result-data-notice {
	padding: 8px;
	padding-right: 60px;
	line-height: 20px;
	padding-left: 40px;
	position:relative;
	background-color: #e9f3ff;
}

.result-data-option {
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 40px;
	line-height: 25px;
	color:#333;
}

.result-data-option-fr {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
}

.result-data-option input {
	width: 14px;
	height: 14px;
	margin: 0 3px 0 0;
	vertical-align: middle;
	display:none;
}

.result-data .result-data-option .col-r {
	color: #fff;
	background-color: #ff4200;
}

/*二维码*/
.shade {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.shade-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	left: 0;
	top: 0;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.shade-frame {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFFFFF;
	text-align: center;
	width: 240px;
	height: 290px;
	margin-left: -145px;
	margin-top: -120px;
}

.shade-frame p {
	padding-top: 6px;
	font-size: 16px;
}

.qecode-fr {
	width: 240px;
	height: 240px;
	background-color: #fff;
	position: relative;
}

#qrcode {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -112.5px;
	margin-top: -112.5px;
}

.sousuo {
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
	top: 50%;
}

/*展开收缩*/
.but-sz {
	cursor:pointer;
	position: absolute;
	right: 30px;
	top: 16px;
}
.but-szt {
	cursor:pointer;
	position: absolute;
	right: 10px;
	top: 8px;
}
.arrowsdown img {
	padding-left: 5px;
}

.shrink {
	
	display: none;
}

.shrink img {
	padding-left: 5px;
}
.result-sort-show{
	max-height:55px;
	overflow:hidden;
}
#but-show{
	display:none;
}
.result-notice-fr{
	max-height:20px;
	overflow:hidden;
}
strong{
	cursor: pointer;
}
.result-data-option .bg-col{
	color:#fff;
	background-color: #2f73ba;
}
.ty-nav{
 	position:fixed;
}
.ty-nav .ty-nav-fr{
	min-width: 1200px;
	width:100%;
}
.ty-nav .ty-nav-fr .ty-nav-tel{
	float: left;
	padding-left:170px;
}
.ty-nav .ty-nav-fr .ty-nav-rg{
	float: right;
	padding-right: 100px;
}
/*特殊扩展*/
.wrapper {
width: 1200px;
	margin: auto;
}
.chose-container {
	position: relative;
	height: 660px;
}
.chose-container  .tem-main {  }

