@charset "utf-8";
/* CSS Document */
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static;}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-t:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:underline;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
.pics-c{display:table;width:auto;margin-left:auto;margin-right:auto} 

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
.bbox{width:100%;} 
.mn-0{margin:0 auto;}
/*HTML5 reset*/
header,footer,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}

/*3.1.1 标题*/
h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1;color:inherit}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{font-weight:normal;line-height:1;color:#999}
h1,h2,h3{margin-top:20px;margin-bottom:10px}
h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}
h4,h5,h6{margin-top:10px;margin-bottom:10px}
h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}
h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:18px}
h5{font-size:14px}
h6{font-size:12px}
/*3.1.2 强调*/
p{margin-bottom:10px}		/*段落*/
small{font-size:85%}		/*小型文本*/
b,strong {font-weight: bold}	/*重要的文本，加粗*/
em{/*font-style:italic*/}		/*被强调的文本*/
i{}				/*斜体*/
u{}				/*加下划线*/
cite{font-style:normal}		/*引用*/
mark{color:#000;background:#ff0}/*突出显示文本*/
var{}				/*变量*/
kbd{}				/*键盘文本*/
code{}				/*计算机代码文本*/
dfn{font-style: italic;}	/*一个定义项目*/
del{font-family:Simsun}		/*删除线*/
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em}
pre{white-space: pre-wrap}	/*预格式化的文本*/
.uppercase{text-transform:uppercase} /*文字大写*/
.lowercase{text-transform:lowercase} /*文字小写*/
.capitalize{text-transform:capitalize} /*首字母大写*
/*3.1.3 对齐*/
.text-l{text-align:left}/*水平居左*/
.text-r{text-align:right}/*水平居中*/
.text-c{text-align:center}/*水平居右*/
.va *{vertical-align:sub!important;*vertical-align:middle!important;_vertical-align:middle!important}
.va-t{vertical-align:top!important}/*上下居顶*/
.va-m{vertical-align:middle!important}/*上下居中*/
.va-b{vertical-align:bottom!important}/*上下居底*/
/*3.1.4 定位*/
.pos-r{position:relative}
.pos-a{position:absolute}
.pos-f{position:fixed}
/*3.1.5 浮动*/
.f-l{float:left!important;_display:inline}
.f-r{float:right!important;_display:inline}
.left{left:0;right:auto}
.right{right:0;left:auto}
.top{top:auto;bottom:0}
.bottom{top:0;bottom:auto}
/*3.1.6 文字单行溢出省略号*/
.text-overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
/*3.1.7 线条*/
.line{font-size:0px;line-height:0px;border-top:solid 1px #ddd;float:none;}
/*3.1.8 外边距*/
.mt-5{margin-top:5px}/*距上5像素*/
.mt-10{margin-top:10px}/*距上10像素*/
.mt-15{margin-top:15px}/*距上15像素*/
.mt-20{margin-top:20px}/*距上20像素*/
.mt-25{margin-top:25px}/*距上25像素*/
.mt-30{margin-top:30px}/*距上30像素*/
.mt-35{margin-top:35px}/*距上35像素*/
.mt-40{margin-top:40px}/*距上40像素*/
.mt-50{margin-top:50px}/*距上50像素*/
 
.mb-5{margin-bottom:5px}/*距下5像素*/
.mb-10{margin-bottom:10px}/*距下10像素*/
.mb-15{margin-bottom:15px}/*距下15像素*/
.mb-20{margin-bottom:20px}/*距下20像素*/
.mb-25{margin-bottom:25px}/*距下25像素*/
.mb-30{margin-bottom:30px}/*距下30像素*/
.mb-35{margin-bottom:35px}/*距下35像素*/
.mb-40{margin-bottom:40px}/*距下40像素*/
.mb-50{margin-bottom:50px}/*距下50像素*/
 
.ml-5{margin-left:5px}/*距左5像素*/
.ml-10{margin-left:10px}/*距左10像素*/
.ml-15{margin-left:15px}/*距左15像素*/
.ml-20{margin-left:20px}/*距左20像素*/
.ml-30{margin-left:30px}/*距左30像素*/
.ml-40{margin-left:40px}/*距左40像素*/
.ml-50{margin-left:50px}/*距左50像素*/
 
.mr-5{margin-right:5px}/*距右5像素*/
.mr-10{margin-right:10px}/*距右10像素*/
.mr-15{margin-right:15px}/*距右15像素*/
.mr-20{margin-right:20px}/*距右20像素*/
.mr-30{margin-right:30px}/*距右30像素*/
.mr-40{margin-right:40px}/*距右40像素*/
.mr-50{margin-right:50px}/*距右50像素*/
/*3.1.9 内填充*/
.pt-5{padding-top:5px}/*上填充5像素*/
.pt-10{padding-top:10px}/*上填充10像素*/
.pt-15{padding-top:15px}/*上填充15像素*/
.pt-20{padding-top:20px}/*上填充20像素*/
 
.pb-5{padding-bottom:5px}/*下填充5像素*/
.pb-10{padding-bottom:10px}/*下填充10像素*/
.pb-15{padding-bottom:15px}/*下填充15像素*/
.pb-20{padding-bottom:20px}/*下填充20像素*/
 
.pl-5{padding-left:5px}/*左填充5像素*/
.pl-10{padding-left:10px}/*左填充10像素*/
.pl-15{padding-left:15px}/*左填充15像素*/
.pl-20{padding-left:20px}/*左填充20像素*/
 
.pr-5{padding-right:5px}/*右填充5像素*/
.pr-10{padding-right:10px}/*右填充10像素*/
.pr-15{padding-right:15px}/*右填充15像素*/
.pr-20{padding-right:20px}/*右填充20像素*/
 
.pd-5{padding:5px}/*填充5像素*/
.pd-10{padding:10px}/*填充10像素*/
.pd-15{padding:15px}/*填充15像素*/
.pd-20{padding:20px}/*填充20像素*/
/*3.1.10 边框，css3圆角*/
.bk-gray{border:solid 1px #ddd}
.radius{border-radius:4px; overflow:hidden}
.size-MINI.radius{ border-radius:3px}
.size-L.radius{ border-radius:5px}
.size-XL.radius{ border-radius:6px}
.round{border-radius:1000px; overflow:hidden}
.circle{ border-radius:50%; overflow:hidden}
/*3.1.11 css3阴影*/
.box-shadow{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1)}
.text-shadow{-webkit-text-shadow:0 0 2px rgba(0,0,0,0.2);text-shadow:0 0 2px rgba(0,0,0,0.2)}
/*3.1.12 行内分割竖线*/
.pipe{margin:0 5px;color:#CCC}
/*3.1.13 文字尺寸*/
.f-12{font-size:12px}
.f-14{font-size:14px}
.f-16{font-size:16px}
.f-18{font-size:18px}
.f-20{font-size:20px}
.f-24{font-size:24px}
.f-26{font-size:26px}
.f-28{font-size:28px}
.f-30{font-size:30px}
/*3.1.14 文字行距*/
.lh-16{line-height:16px}/*16像素行距*/
.lh-18{line-height:18px}/*18像素行距*/
.lh-20{line-height:20px}/*20像素行距*/
.lh-22{line-height:22px}/*22像素行距*/
.lh-24{line-height:24px}/*24像素行距*/
.lh-26{line-height:26px}/*26像素行距*/
.lh-28{line-height:28px}/*28像素行距*/
.lh-30{line-height:30px}/*30像素行距*/
/*3.1.15 文字颜色*/
/*主要颜色*/
.c-primary,.c-primary a,a.c-primary{color:#007036}
.c-primary a:hover,a.c-primary:hover{ color:#007036}
/*次主色*/
.c-secondary,.c-secondary a,a.c-secondary{color:}
.c-secondary a:hover,a.c-secondary:hover{ color:}
/*强调色—成功*/
.c-success,.c-success a,a.c-success{color:}
.c-success a:hover,a.c-success:hover{ color:}
/*强调色—错误*/
.c-error,.c-error a,a.c-error{color:}
.c-error a:hover,a.c-error:hover{ color:}
/*强调色—警告*/
.c-warning,.c-warning a,a.c-warning{color:}
.c-warning a:hover,a.c-warning:hover{ color:}
/*辅助色—浅黑*/
.c-333,.c-333 a,a.c-333{color:#333}
.c-333 a:hover,a.c-333:hover{ color:#333}
/*辅助色—灰色*/
.c-666,.c-666 a,a.c-666{color:#666}
.c-666 a:hover,a.c-666:hover{ color:#666}
.c-999,.c-999 a,a.c-999{color:#999}
.c-999 a:hover,a.c-999:hover{color:#999}
/*标准色—红色*/
.c-red,.c-red a,a.c-red{color:red}
.c-red a:hover,a.c-red:hover{ color:#red}
/*标准色—绿色*/
.c-green,.c-green a,a.c-green{color:green}
.c-red a:hover,a.c-red:hover{color:green}
/*标准色—蓝色*/
.c-blue,.c-blue a,a.c-blue{color:blue}
.c-blue a:hover,a.c-blue:hover{color:blue}
/*标准色—白色*/
.c-white,.c-white a,a.c-white{color:white}
.c-white a:hover,a.c-white:hover{color:white}
/*标准色—黑色*/
.c-black,.c-black a{color:black}
.c-black a:hover,a.c-black:hover{color:black}
/*标准色—橙色*/
.c-orange,.c-orange a,a.c-orange{color:orange}
.c-orange a:hover,a.c-orange:hover{color:orange}
/*header*/
.hkhd1{width:1000px;height:68px;overflow:hidden;margin:20px auto;background:#FFF;}	
	.hkhd1l{width:350px;height:68px;overflow:hidden;float:left;}
	.hkhd1c{width:288px;height:68px;overflow:hidden;float:left;margin-left:120px;}
	.hkhd1k{width:288px;height:68px;overflow:hidden;float:left;margin-left:15px;}
	.hkhd1r{width:185px;height:68px;overflow:hidden;float:right;}
	.hkhd1rt{width:185px;height:32px;overflow:hidden;line-height:30px;}	
	.hkhd1rt label{margin-left:28px;}
	.hkhd1rt a,.hkhd1rt a:visited{color:#333;}
	.hkhd1rt a:hover,.hkhd1rt a:active{color:#025FD6;text-decoration:none;}
	.hkhd1rb{width:185px;height:35px;overflow:hidden;}
	.mansoript{width:185px;height:30px;overflow:hidden;display:inline;line-height:24px;}
	.mansoript input{width:174px;height:24px;border:#717171 solid 2px;background:none;color:#818181;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
	.mansorbtn{overflow:hidden;display:none;}
.hknav{width:100%;height:40px;background:#025FD6;}	
	.hknavc{width:1000px;height:40px;margin:0 auto;position:relative;z-index:1;}	
	.hknavc li{width:100px;height:40px;float:left;line-height:40px;text-align:center;font-size:14px;letter-spacing:1px;position:relative;}
	.hknavc a,.hknavc a:visited{color:#FFF;}
	.hknavc a:hover,.hknavc a:active{color:#FFF;text-decoration:none;}
	.hknavc dl{display:none;width:100px;left:0;top:40px;position:absolute;line-height:30px;padding:1px 0 0 0;/*opacity:0.9;filter:alpha(opacity=90);*/}
	.hknavc dl dd{zoom:1;}
	.hknavc dl a{display:block;padding:0 10px;}
	.hknavc dl a:hover{background:#025FD6;color:#fff;}
	.hknavc .on,.hknavc .on a{background:#f0ad4e;color:#fff;}
.hkbanner{width:100%;overflow:hidden;background:#FFF;}
	.fullSlide{width:100%;position:relative;height:480px;background:#FFF;}
	.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
	.fullSlide .bd ul{width:100% !important;}
	.fullSlide .bd li{width:100% !important;height:480px;overflow:hidden;text-align:center;}
	.fullSlide .bd li a{display:block;height:480px;}
	.fullSlide .hd{ width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
	.fullSlide .hd ul{text-align:center;}
	.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:150px;height:2px;margin:1px;overflow:hidden;background:#DDD;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
	.fullSlide .hd ul .on{background:#f00;}
	.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
	.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}	
/*Body*/	
.hkbd1{width:1000px;height:268px;overflow:hidden;margin:0 auto;margin-top:10px;background:#FFF;}
	.hkbd1l{width:304px;height:268px;overflow:hidden;float:left;}
	.hkbd1lt{height:38px;overflow:hidden;border-bottom:#C4C4C4 solid 1px;}
	.hkbd1lt div{font-size:20px;color:#2B2B2B;width:240px;float:left;padding:0;line-height:38px;}
	.hkbd1lt p{font-size:14px;width:60px;float:left;padding:0;margin:0;line-height:42px;text-align:right;}
	.hkbd1lt a,.hkbd1lt a:visited{color:#333;}
	.hkbd1lt a:hover,.hkbd1lt a:active{color:#025FD6;text-decoration:none;}
	.hkbd1lb{height:220px;overflow:hidden;margin-top:8px;position:relative;}
	.hkbd1lb .bd{position:relative;z-index:0;}
	.hkbd1lb .bd dl{width:304px;height:220px;}
	.hkbd1lb .bd dd{float:left;}
	.hkbd1lb .bd dd div{width:304px;height:30px;line-height:30px;background:#f0ad4e;overflow:hidden;text-align:center;}
	.hkbd1lb .bd dd div p{width:240px;float:left;overflow:hidden;font-size:14px;padding:0 10px;}
	.hkbd1lb a,.hkbd1lb a:visited{color:#FFF;}
	.hkbd1lb a:hover,.hkbd1lb a:active{color:#FFF;text-decoration:none;}
	.hkbd1lb .hd{height:30px;overflow:hidden;position:absolute;right:2px;bottom:10px;z-index:1;text-align:left;}
	.hkbd1lb .hd ul{float:right;padding-top:16px;}	
	.hkbd1lb .hd li{float:left;width:10px;height:10px;background:#FFF;margin:0 3px;overflow:hidden;}
	.hkbd1lb .hd .on{background:red;}
	.hkbd1r{width:665px;height:268px;overflow:hidden;float:left;margin-left:30px;}
	.slidetxtsBox1 .hd{height:38px;overflow:hidden;border-bottom:#C4C4C4 solid 1px;}
	.slidetxtsBox1 .more{font-size:14px;width:60px;float:right;line-height:42px;}
	.slidetxtsBox1 .more a,.slidetxtsBox1 .more a:visited{color:#333;}
	.slidetxtsBox1 .more a:hover,.slidetxtsBox1 .more a:active{color:#025FD6;text-decoration:none;}
	.slidetxtsBox1 .hd ul{width:605px;float:left;position:absolute;height:38px;line-height:38px;}
	.slidetxtsBox1 .hd ul li{float:left;cursor:pointer;font-size:20px;margin-right:50px;}
	.slidetxtsBox1 .hd ul li.on{color:#025FD6;font-weight:bold;}
	.slidetxtsBox1 .bd ul{zoom:1;margin-top:8px;}
	.slidetxtsBox1 .bd li{height:53px;overflow:hidden;border-bottom:#858585 solid 1px;}
	.slidetxtsBox1 .bd li h3{height:26px;overflow:hidden;font-size:16px;line-height:32px;margin:0;font-weight:bold;}
	.slidetxtsBox1 .bd li h3 a,.slidetxtsBox1 .bd li h3 a:visited{color:#333;}
	.slidetxtsBox1 .bd li h3 a:hover,.slidetxtsBox1 .bd li h3 a:active{color:#025FD6;text-decoration:none;}
	.slidetxtsBox1 .bd li p{height:26px;overflow:hidden;font-size:14px;line-height:24px;}
.hkbd2{width:1000px;height:305px;overflow:hidden;margin:0 auto;margin-top:10px;background:#FFF;}	
	.hkbd2l{width:304px;height:305px;overflow:hidden;float:left;}
	.jiuyi{}	
	.icon_nav_box2 ul li a {width:100%;height:72px;position:absolute;color:#333;}
	.icon_nav_box2 ul li a em{display:block;margin:8px auto;width:55px;height:55px;background-image:url(hk01_nav_01.png);}
	.icon_nav_box2 ul li a:hover{color:#FFF;}
	
	.icon_nav1 a em{backgroreund-position:0 0;}
	.icon_nav1 a:hover em{background-position:0 -55px;}
	.icon_nav2 a em{background-position:-55px 0px;}
	.icon_nav2 a:hover em{background-position:-55px -55px;}
	.icon_nav3 a em{ background-position:-110px 0;}
	.icon_nav3 a:hover em{background-position:-110px -55px;}
	.icon_nav4 a em{ background-position:-165px 0;}
	.icon_nav4 a:hover em{background-position:-165px -55px;}
	.icon_nav5 a em{ background-position:-220px 0;}
	.icon_nav5 a:hover em{background-position:-220px -55px;}
	.icon_nav6 a em{ background-position:-275px 0;}
	.icon_nav6 a:hover em{background-position:-275px -55px;}
	.icon_nav7 a em{background-position:-330px 0;}
	.icon_nav7 a:hover em{background-position:-330px -55px;}
	.icon_nav8 a em{background-position:-385px 0;}
	.icon_nav8 a:hover em{background-position:-385px -55px;}
	.icon_nav9 a em{ background-position:-440px 0;}
	.icon_nav9 a:hover em{background-position:-440px -55px;}
	.icon_nav_box2 ul li p {text-align:center;position:absolute;top:60px;text-align:center;width:100%;display:block;left:0;}
	.icon_nav_box2 ul li:hover i{opacity:1;-webkit-animation:orangeIn 0.2s ease;animation:orangeIn 0.2s ease;background-color:#025FD6;}
	@-webkit-keyframes orangeIn {0% {-webkit-transform:scale(0.8);	-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}
	100% {-webkit-transform:scale(1);-ms-transform:scale(1);	transform:scale(1);	opacity:1}}
	@-moz-keyframes orangeIn {0% {-webkit-transform:scale(0.8);	-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}
	100% {-webkit-transform:scale(1);-ms-transform:scale(1);	transform:scale(1);	opacity:1}}
	@-ms-keyframes orangeIn {0% {-webkit-transform:scale(0.8);	-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}
	100% {-webkit-transform:scale(1);-ms-transform:scale(1);	transform:scale(1);	opacity:1}}
	@keyframes orangeIn {0% {-webkit-transform:scale(0.8);	-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}
	100% {-webkit-transform:scale(1);-ms-transform:scale(1);	transform:scale(1);	opacity:1}}
	@-webkit-keyframes orangeOut {0% {-webkit-transform:scale(1);	-ms-transform:scale(1);	transform:scale(1);	opacity:1}
	100% {-webkit-transform:scale(0.8);	-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}}
	@-moz-keyframes orangeOut {	0% {-webkit-transform:scale(1);	-ms-transform:scale(1);	transform:scale(1);	opacity:1}
	100% {-webkit-transform:scale(0.8);	-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}}
	@-ms-keyframes orangeOut {0% {-webkit-transform:scale(1);	-ms-transform:scale(1);	transform:scale(1);	opacity:1}
	100% {	-webkit-transform:scale(0.8);-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}}
	@keyframes orangeOut {0% {-webkit-transform:scale(1);	-ms-transform:scale(1);	transform:scale(1);	opacity:1}
	100% {-webkit-transform:scale(0.8);	-ms-transform:scale(0.8);	transform:scale(0.8);	opacity:0}}
	.icon_nav_box2{width:304px;position:relative;overflow:hidden;}
	.icon_ul2,.icon_ul3{margin-top:6px;}
	.icon_livs{margin:0 6px 0 7px;}
	.icon_nav_box2 ul{float:left;}
	.icon_nav_box2 ul li {width:97px;position:relative;float:left;height:97px;font-size:14px;background-color:#efefef;}
	.icon_nav_box2 ul li i{position:absolute;width:100%;height:100%;background-color:#025FD6;background-color:#FFF\9;opacity:0;-webkit-animation:orangeOut 0.4s ease;animation:orangeOut 0.4s ease;}
	.icon_nav_box2 ul li:hover i{opacity:1;-webkit-animation:orangeIn 0.2s ease;animation:orangeIn 0.2s ease;background-color:#f6b2cf\9;}
	/*
	.icon_nav_box2 .icon_nav1{background:#D8AC01;}
	.icon_nav_box2 .icon_nav2{background:#9AB362;}
	.icon_nav_box2 .icon_nav3{background:#03ACAF;}
	.icon_nav_box2 .icon_nav4{background:#E74B3F;}
	.icon_nav_box2 .icon_nav5{background:#A45AB3;}
	.icon_nav_box2 .icon_nav6{background:#D8AC01;}
	.icon_nav_box2 .icon_nav7{background:#9AB362;}
	.icon_nav_box2 .icon_nav8{background:#F46B01;}
	.icon_nav_box2 .icon_nav9{background:#30C29D;}
	*/
	
	.hkbd2r{width:665px;height:305px;overflow:hidden;float:left;margin-left:30px;}
	.hkbd2rt{width:665px;height:36px;overflow:hidden;background:#E1E1E1;}
	.hkbd2rt div{font-size:20px;color:#2B2B2B;width:605px;float:left;padding:0;line-height:38px;text-indent:5px;}
	.hkbd2rt p{font-size:14px;width:60px;float:left;padding:0;margin:0;line-height:38px;}
	.hkbd2rt a,.hkbd2rt a:visited{color:#333;}
	.hkbd2rt a:hover,.hkbd2rt a:active{color:#025FD6;text-decoration:none;}
	.hkbd2rb{width:665px;height:268px;overflow:hidden;}
	.hkbd2rb li{width:115px;height:134px;overflow:hidden;float:left;margin:0 9px;_margin:0 8px;}
	.hkbd2rb li div{width:115px;height:105px;text-align:center;}
	.hkbd2rb li div img{border:#DDD solid 1px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;margin-top:12px;padding:15px;}
	.hkbd2rb li div img:hover{border:#025FD6 solid 1px;}
	.hkbd2rb li p{width:115px;overflow:hidden;text-align:center;font-size:17px;line-height:36px;}
	.hkbd2rb li a,.hkbd2rb li a:visited{color:#333;}
	.hkbd2rb li a:hover,.hkbd2rb li a:active{color:#025FD6;text-decoration:none;}
.hkbd3{width:1000px;height:656px;overflow:hidden;margin:0 auto;margin-top:10px;background:#FFF;}
	.hkbd3t{height:40px;overflow:hidden;background:#025FD6;}
	.hkbd3t div{font-size:20px;color:#FFF;width:930px;float:left;padding:0;line-height:38px;text-indent:5px;}
	.hkbd3t p{font-size:14px;width:60px;float:left;padding:0;margin:0;line-height:42px;text-align:right;}
	.hkbd3t a,.hkbd3t a:visited{color:#FFF;}
	.hkbd3t a:hover,.hkbd3t a:active{color:#FFF;text-decoration:none;}
	.hkbd3b{height:985px;overflow:hidden;margin-top:10px;position:relative;}	
	.hkbd3bt{width:1000px;height:378px;overflow:hidden;}
	.hkbd3btl{width:326px;height:378px;overflow:hidden;float:left;}
	.hkbd3btl img{border:#DDD solid 1px;margin-top:10px;padding:12px;}
	.hkbd3btl img:hover{border:#025FD6 solid 1px;}
	.hkbd3btc{width:378px;height:378px;overflow:hidden;float:left;}
	.hkbd3btc h3{font-size:30px;margin:0;font-weight:bold;color:red;margin-top:8px;}
	.hkbd3btc h3 small{font-size:18px;font-weight:bold;color:#015197;}
	.hkbd3btc1{height:30px;overflow:hidden;margin-top:10px;border-bottom:#DDD dashed 1px;line-height:30px;font-size:14px;}
	.hkbd3btc span{color:red;}
	.hkbd3btc2{height:60px;overflow:hidden;margin-top:8px;border-bottom:#DDD dashed 1px;line-height:30px;font-size:14px;}
	.hkbd3btc2 a,.hkbd3btc2 a:visited{color:red;}
	.hkbd3btc2 a:hover,.hkbd3btc2 a:active{color:#025FD6;text-decoration:none;}
	.hkbd3btc3{margin-left:20px;margin-top:25px;}
	.hkbd3btr{width:269px;height:378px;overflow:hidden;float:left;margin-left:27px;}
	.hkbd3btr1{margin-top:2px;}
	.hkbd3btr img{border:#DDD solid 1px;padding:3px;}
	.hkbd3btr p{height:26px;overflow:hidden;margin:0;padding:0;font-size:14px;line-height:24px;text-align:center;}
	.hkbd3bb{width:1000px;height:226px;overflow:hidden;}
	.hkbd3bb .sPrev{float:left;display:block;width:45px;height:226px;background:url(sPrev.jpg) left 68px no-repeat;}
	.hkbd3bb .sNext{float:left;display:block;width:45px;height:226px;background:url(sNext.jpg) right 68px no-repeat;}
	.hkbd3bb .sPrev:hover,.hkbd3bb .sNext:hover{filter:alpha(opacity=10);opacity:0.1;}
	.hkbd3bb1{width:910px;height:226px;overflow:hidden;float:left;zoom:1;}
	.hkbd3bb1 li{width:144px;height:226px;overflow:hidden;float:left;margin:0 23px 0 15px;text-align:center;}
	.hkbd3bb1 li img{border:#DDD solid 1px;margin-top:5px;padding:4px;}
	.hkbd3bb1 li img:hover{border:#025FD6 solid 1px;}
	.hkbd3bb1 li h3{font-size:16px;line-height:32px;margin:0;font-weight:bold;}
	.hkbd3bb1 li a,.hkbd3bb1 li a:visited{color:#333;}
	.hkbd3bb1 li a:hover,.hkbd3bb1 li a:active{color:#025FD6;text-decoration:none;}
.hkbd4{width:1000px;height:265px;overflow:hidden;margin:0 auto;margin-top:10px;background:#FFF;}
	.hkbd4l{width:304px;height:265px;overflow:hidden;float:left;}
	.hkbd4lt{height:38px;overflow:hidden;background:#025FD6;}
	.hkbd4lt div{font-size:20px;width:240px;float:left;padding:0;line-height:38px;text-indent:5px;}
	.hkbd4lt a,.hkbd4lt a:visited{color:#FFFFFF;}
	.hkbd4lt a:hover,.hkbd4lt a:active{text-decoration:none;}
	.hkbd4lb{width:304px;height:204px;margin-top:18px;position:relative;}
	.hkbd4lb .bd{position:relative;z-index:0;}
	.hkbd4lb .bd dl{width:304px;height:204px;}
	.hkbd4lb .bd dd{float:left;}
	.hkbd4lb .hd{height:30px;overflow:hidden;position:absolute;right:8px;top:-57px;z-index:2;}
	.hkbd4lb .hd ul{float:right;padding-top:16px;}	
	.hkbd4lb .hd li{float:left;width:10px;height:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;background:#FA8A1C;margin:0 3px;overflow:hidden;}
	.hkbd4lb .hd .on{background:#FFF;}
	.hkbd4r{width:666px;height:265px;overflow:hidden;float:left;margin-left:29px;}
	.hkbd4r .hd{width:666px;height:38px;overflow:hidden;background:#E1E1E1;}
	.hkbd4r .hd li{width:222px;height:38px;overflow:hidden;float:left;text-align:center;font-size:20px;line-height:38px;font-weight:bold;}
	.hkbd4r .hd li a,.hkbd4r .hd li a:visited{color:#333;}
	.hkbd4r .hd li a:hover,.hkbd4r .hd li a:active{color:#FFF;text-decoration:none;}	
	.hkbd4r .hd li.on,.hkbd4r .hd li.on a{color:#FFF;background:#025FD6;}
	.hkbd4r .bd ul{margin-top:7px;}
	.hkbd4r .bd li{width:666px;height:35px;overflow:hidden;font-size:16px;border-bottom:#DDD dashed 1px;line-height:35px;}
	.hkbd4r .bd li div{width:545px;overflow:hidden;float:left;display:inline;}
	.hkbd4r .bd li span{width:110px;overflow:hidden;float:right;text-align:right;color:#333;margin-right:10px;color:#787878;}
	.hkbd4r .bd li a,.hkbd4r .bd li a:visited{color:#333;}
	.hkbd4r .bd li a:hover,.hkbd4r .bd li a:active{color:#025FD6;text-decoration:none;}
.hkbd5{width:1000px;overflow:hidden;margin:0 auto;margin-top:10px;background:#FFF;}		
	.hkbd5 .hd{width:1000px;height:44px;overflow:hidden;background:url(hk01_r44_c14.jpg) repeat-x;}
	.hkbd5 .hd li{width:333px;/*width:250px;*/height:44px;overflow:hidden;float:left;text-align:center;font-size:20px;line-height:38px;}
	.hkbd5 .hd li a,.hkbd5 .hd li a:visited{color:#333;}
	.hkbd5 .hd li a:hover,.hkbd5 .hd li a:active{color:#025FD6;text-decoration:none;}	
	.hkbd5 .hd li.on,.hkbd5 .hd li.on a{color:#025FD6;background:url(hk01_r44_c14h.jpg) repeat-x;font-weight:bold;}
	.hkbd5 .bd{width:1000px;overflow:hidden;}
	.hkbd5 .bd li{width:1000px;overflow:hidden;margin-top:10px;}	
/*introduce yygk gk*/
.hkgks{width:100%;height:auto !important;overflow:hidden;_overflow:visible;height:500px;background:#FFF;}	
.hkgkst{width:100%;height:320px;overflow:hidden;}
.hkgksc{width:1000px;overflow:hidden;margin:0 auto;margin-top:15px;}
	/*L*/
	.hkgkscl{width:770px;overflow:hidden;float:left;background:#FFF;}
	.hkgksclmaps{width:768px;height:53px;line-height:53px;overflow:hidden;border-top:2px solid #025FD6;border-bottom:1px solid #e6e6e6;font-size:14px;}
	.hkgksclmaps span{margin-left:1px;margin-right:5px;color:#4B4949;}
	.hkgksclmaps a,.hkgksclmaps a:visited{color:#4B4949;}
	.hkgksclmaps a:hover,.hkgksclmaps a:active{color:#025FD6;}
	.hkgksclmaps b,.hkgksclmaps strong{color:#025FD6;}
	.hkgkscl h1{margin:20px 0 0 0;text-align:center;font-size:20px;font-weight:bold;line-height:26px;}
	.hkgkscl1{border-bottom:1px dashed #dedede;height:30px;margin:15px 0 0 0;text-align:center;}
	.hkgkscl1xx{border-bottom:1px dashed #dedede;height:10px;margin:15px 0 0 0;text-align:center;}
	
	.milieu_lists li{float:left;text-align:center;width:222px;margin:5px 17px 0px 17px;}
	.milieu_lists li div{width:222px;padding-top:2px;height:155px;margin-bottom:2px;}
	.milieu_lists li div img{width:218px;height:145px;overflow:hidden;}
	
	.txtUpNext{width:770px;height:50px;overflow:hidden;margin:20px auto;border-top:#DBDBDB solid 1px;}
	.txtUpNext ul{margin-top:8px;}
	.txtUpNext li{width:345px;height:50px;overflow:hidden;float:left;line-height:50px;margin-right:20px;font-size:14px;}
	.txtUpNext li a,.txtUpNext li a:visited{color:#025FD6;}
	.txtUpNext li a:hover,.txtUpNext li a:active{color:#025FD6;}
	
	.hkgongjiaos{width:770px;overflow:hidden;}
	.hkgongjiaos .hd{height:44px;overflow:hidden;background:#CCCACA url(map_dzbus_gps.gif) 10px 10px no-repeat;color:#FFF;}
	.hkgongjiaos .hd div{width:270px;overflow:hidden;float:left;font-size:16px;line-height:44px;text-indent:40px;font-weight:700;}
	.hkgongjiaos .hd ul{overflow:hidden;float:right;}
	.hkgongjiaos .hd ul li{width:120px;height:44px;overflow:hidden;float:left;border-left:#fff solid 1px;text-align:center;font-size:16px;line-height:44px;}
	.hkgongjiaos .hd ul li.on{background:#389cff;}
	
	.hkgksccmapstr div em,.hkgksccmapstct p,.hkgksccmapsb li em,.hkgksccmapsb li span{background-image:url(map_dzbus_1.png);}
	.hkgksccmaps{width:770px;overflow:hidden;margin:0px auto 25px;background:#389cff;}
	.hkgksccmapst{width:766px;height:103px;overflow:hidden;margin:2px;}
	.hkgksccmapstl{width:95px;height:103px;overflow:hidden;float:left;color:#FFF;}
	.hkgksccmapstl p{height:48px;line-height:48px;padding-bottom:4px;margin:0 auto;margin-top:15px;font-family:arial;text-align:center;font-size:50px;}
	.hkgksccmapstl div{width:68px;height:22px;line-height:20px;font-size:16px;margin:0 auto;background:#2d90f2; text-align:center;}
	.hkgksccmapstc{width:560px;height:103px;overflow:hidden;float:left;color:#FFF;}
	.hkgksccmapstct{height:65px;overflow:hidden;}
	.hkgksccmapstct div{height:48px;line-height:48px;margin:0 auto;float:left;margin-top:10px;font-family:arial;font-size:26px;font-weight:700; font-family:"Microsoft YaHei",微软雅黑;}
	.hkgksccmapstct p{width:53px;height:17px;overflow:hidden;float:left;margin:26px 8px 0 8px;background-position:0 0;}
	.hkgksccmapstcb{height:33px;overflow:hidden;font-size:16px;}
	.hkgksccmapstr{width:110px;height:103px;overflow:hidden;float:right;color:#FFF;}
	.hkgksccmapstr div{width:98px;height:22px;line-height:20px;font-size:16px;margin:0 auto;border:#fff solid 1px;margin-top:18px;}
	.hkgksccmapstr div em{width:17px;height:14px;overflow:hidden;float:left;margin-left:8px;margin-top:5px;background-position:-58px 0;}
	
	.hkgksccmapsb{width:766px;height:190px;overflow:hidden;margin:2px;background:#fff;}
	.hkgksccmapsb ul{margin-top:5px;margin-left:5px;}
	.hkgksccmapsb li{width:26px;height:190px;overflow:hidden;float:left;color:#333;font-size:14px;}
	.hkgksccmapsb li dt{margin:0;padding:0;border-collapse: collapse;text-align:center;}
	.hkgksccmapsb li dd{display:inline-block;width:18px;text-align:center;margin-left:3px;cursor:pointer;line-height:1.1em;}
	.hkgksccmapsb li em{width:17px;height:14px;overflow:hidden;float:left;margin:3px 0 3px 2px;background-position:-77px 0;}
	.hkgksccmapsb li .em1{width:17px;height:14px;overflow:hidden;float:left;margin:3px 0 3px 2px;background-position:-134px 0;}
	.hkgksccmapsb li .em2{width:17px;height:14px;overflow:hidden;float:left;margin:3px 0 3px 2px;background-position:-115px 0;}
	.hkgksccmapsb li.on{color:red;}
	.hkgksccmapsb li.on em{background-position:-96px 0;}
	.gjmaps5,.gjmaps5 li{height:170px;}
	.gjmaps8,.gjmaps8 li{height:160px;}
	.gjmaps2,.gjmaps2 li{height:160px;}
	
	/*list hklts*/
	.hklts{margin-top:15px;}
	.hklts li{width:770px;height:40px;overflow:hidden;font-size:14px;border-bottom:#DDD dashed 1px;line-height:40px;background:url(hk01_lt01.jpg) 0 17px no-repeat;}
	.hklts li div{width:650px;overflow:hidden;float:left;display:inline;text-indent:10px;}
	.hklts li span{width:110px;overflow:hidden;float:right;text-align:right;color:#333;margin-right:10px;color:#adadad;}
	.hklts li a,.hklts li a:visited{color:#333;}
	.hklts li a:hover,.hklts li a:active{color:#025FD6;}
	/*keshi hkks*/
	.hkks{margin-top:10px;}
	.hkkst{height:44px;line-height:44px;border-bottom:1px dashed #e3e3e3;font-size:16px;font-weight:bold;color:#025FD6;background:url(hk01_lt02.jpg) 0 14px no-repeat;text-indent:15px;}
	.hkksc{margin-top:10px;display:inline-block;clear:both;}
	.hkksc li{width:180px;height:30px;overflow:hidden;border:#CCC solid 1px;float:left;margin:2px 10px 2px 0;line-height:30px;text-align:center;font-size:14px;}
	.hkksc li a,.hkksc li a:visited{color:#333;display:block;}
	.hkksc li a:hover,.hkksc li a:active{background:#e6e6e6;border-color:#adadad;text-decoration:none;}	
	/*R*/	
	.hkgkscr{width:200px;overflow:hidden;float:right;background:#f2f2f2;margin-bottom:-100000px;padding-bottom:100000px;}	
	.hkgkscrt{width:200px;overflow:hidden;background:url(hk01_lft01.jpg) repeat-x;height:56px;line-height:56px;font-size:18px;font-weight:bold;color:#fff;text-align:center;}
	.hkgkscrc{margin-top:10px;}
	.hkgkscrc ul{border:1px solid #e6e6e6;}
	.hkgkscrc ul li{height:43px;line-height:43px;text-align:center;}
	.hkgkscrc ul li a{display:block;height:43px;line-height:43px;color:#333;font-size:14px;background:url(hk01_nav_bg01.jpg);}
	.hkgkscrc ul li a:hover,.hkgkscrc ul li a:active{background:url(hk01_nav_bg01v.jpg);color:#fff;text-decoration:none;}
	.hkgkscrc ul li a.on{background:url(hk01_nav_bg01v.jpg);color:#fff;text-decoration:none;}
/*keshi hkkest*/
.hkkest{overflow:hidden;background:#FFF;}
.hkkestc{height:320px;overflow:hidden;}	
/*keshi hkksi*/
.hkksi{width:100%;height:auto !important;overflow:hidden;_overflow:visible;height:500px;background:#FFF;}	
.hkksic{width:1000px;overflow:hidden;margin:0 auto;margin-top:15px;}
	/*L*/	
	.hkksicl{width:740px;overflow:hidden;float:left;/*background:#DDD;*/}
	.hkksiclmaps{width:740px;height:30px;line-height:30px;overflow:hidden;font-size:14px;}
	.hkksiclmaps span{margin-left:1px;margin:0 5px;color:#4B4949;}
	.hkksiclmaps a,.hkksiclmaps a:visited{color:#4B4949;}
	.hkksiclmaps a:hover,.hkksiclmaps a:active{color:#33A1DB;}
	.hkksicl1{width:740px;height:50px;overflow:hidden;background:url(hk01_lt03.jpg) 10px 24px no-repeat;border-bottom:#DDD solid 2px;}
	.hkksicl1 div{text-indent:30px;font-size:16px;color:#035FD5;width:650px;float:left;padding:0;line-height:60px;}
	.hkksicl1 p {font-size:14px;color:#035FD5;width:80px;float:left;padding:0;margin:0;line-height:60px;text-align:right;}
	.hkksicl1 a, .hkksicl1 a:visited{color:#035FD5;}
	.hkksicl1 a:hover, .hkksicl1 a:active{color:#035FD5;}
	.hkksicl2{width:740px;overflow:hidden; margin-top:10px;}
	.hkksicl2 p{padding:0px 10px;font-size:14px; margin:0;}
	.hkksicl2 a,.hkksicl2 a:visited{color:#025FD6;}
	.hkksicl2 a:hover,.hkksicl2 a:active{text-decoration:underline;}
	.hkksicl3{margin-top:15px;}
	.hkksicl3 .bd{position:relative;}
	.hkksicl3 .sPrev{position:absolute;top:84px;left:-1px;display:block;width:26px;height:64px;background:url(sPrev01.jpg) no-repeat;z-index:9;overflow:hidden;}
	.hkksicl3 .sNext{position:absolute;top:84px;left:auto;right:-1px;display:block;width:26px;height:64px;background:url(sNext01.jpg) no-repeat;z-index:9;overflow:hidden;}
	.hkksicl3 .sPrev:hover,.hkksicl3 .sNext:hover{filter:alpha(opacity=60);opacity:0.6;}
	.hkksicl3 .myhcScrollc{width:688px;overflow:hidden;padding-left:26px;}
	.hkksicl3 ul{overflow:hidden;zoom:1;}
	.hkksicl3 li{width:151px;margin:15px 25px 10px 0;position:relative;float:left;display:inline;}
	.hkksicl3 li div{position:relative;display:block;overflow:hidden;margin-bottom:6px;}
	.hkksicl3 li div img{width:145px;display:block;border:#DDD solid 1px;padding:2px;}
	.hkksicl3 li div img:hover{border:#025FD6 solid 1px;}
	.hkksicl3 li p{height:15px;margin-top:5px;color:#999;line-height:15px;overflow:hidden;text-align:center;font-size:14px;}
	.hkksicl3 li p a,.hkksicl3 li p a:visited{color:#333;}
	.hkksicl3 li p a:hover,.hkksicl3 li p a:active{text-decoration:underline;}
	.hkksicl4{width:740px;overflow:hidden;}
	.hkksicl4l{width:361px;overflow:hidden;float:left;}
	.hkksicl4lt{width:361px;height:40px;overflow:hidden;background:url(hk01_lt03.jpg) 10px 14px no-repeat;border-bottom:#DDD solid 2px;}
	.hkksicl4lt div{text-indent:30px;font-size:16px;color:#035FD5;width:280px;float:left;padding:0;line-height:40px;}
	.hkksicl4lt p{font-size:14px;color:#035FD5;width:80px;float:left;padding:0;margin:0;line-height:40px;text-align:right;}
	.hkksicl4lt a, .hkksicl4lt a:visited{color:#035FD5;}
	.hkksicl4lt a:hover, .hkksicl4lt a:active{color:#035FD5;}
	.hkksicl4lb{width:361px;overflow:hidden;margin-top:15px;}
	.hkksicl4lb li{width:361px;height:30px;overflow:hidden;line-height:26px;font-size:14px;background:url(hk01_lt04.jpg) 1px 11px no-repeat;}
	.hkksicl4lb li div{width:310px;overflow:hidden;float:left;display:inline; text-indent:10px;}
	.hkksicl4lb li span{width:50px;overflow:hidden;float:right;text-align:center;color:#333;margin-right:0px;color:#777;font-size:12px;}
	.hkksicl4lb li a,.hkksicl4lb li a:visited{color:#333;}
	.hkksicl4lb li a:hover,.hkksicl4lb li a:active{color:#025FD6;}
	.hkksicl4r{width:361px;overflow:hidden;float:right;}
	.hkksiclmapsv{width:740px;height:35px;overflow:hidden;background:url(hk01_lt03.jpg) 0px 12px no-repeat;border-bottom:#DDD solid 2px;}
	.hkksiclmapsv div{text-indent:20px;font-size:16px;color:#035FD5;width:220px;float:left;padding:0;line-height:35px;}
	.hkksiclmapsv p{width:520px;font-size:14px;color:#333;float:right;padding:0;margin:0;line-height:35px;text-align:right;}
	.hkksiclmapsv p a,.hkksiclmapsv p a:visited{color:#4B4949;}
	.hkksiclmapsv p a:hover,.hkksiclmapsv p a:active{color:#33A1DB;}
	.hkksiclmy{width:740px;overflow:hidden;}
	.hkksiclmy ul{margin-top:30px;}
	.hkksiclmy li{width:151px;margin:0px 15px 10px 15px;position:relative;float:left;display:inline;}
	.hkksiclmy li div{position:relative;display:block;overflow:hidden;margin-bottom:10px;}
	.hkksiclmy li div img{width:145px;display:block;border:#DDD solid 1px;padding:2px;}
	.hkksiclmy li div img:hover{border:#025FD6 solid 1px;}
	.hkksiclmy li p{height:25px;margin-top:5px;color:#999;line-height:25px;overflow:hidden;text-align:center;font-size:14px;}
	.hkksiclmy li p a,.hkksiclmy li p a:visited{color:#333;}
	.hkksiclmy li p a:hover,.hkksiclmy li p a:active{text-decoration:underline;}
	.hkksicljs{margin-top:15px;}
	.hkksicljs li{width:740px;height:40px;overflow:hidden;font-size:14px;border-bottom:#DDD dashed 1px;line-height:40px;background:url(hk01_lt04.jpg) 0 17px no-repeat;}
	.hkksicljs li div{width:620px;overflow:hidden;float:left;display:inline;text-indent:10px;}
	.hkksicljs li span{width:110px;overflow:hidden;float:right;text-align:right;color:#333;margin-right:10px;color:#adadad;}
	.hkksicljs li a,.hkksicljs li a:visited{color:#333;}
	.hkksicljs li a:hover,.hkksicljs li a:active{color:#025FD6;}
	.hkksicl h1{margin:20px 0 0 0;text-align:center;font-size:20px;font-weight:bold;line-height:26px;}
	.hkksicltxt{border-bottom:1px dashed #dedede;height:30px;margin:15px 0 0 0;text-align:center;}
	.txtUpNext1{width:740px;height:50px;overflow:hidden;margin:20px auto;border-top:#DBDBDB solid 1px;}
	.txtUpNext1 ul{margin-top:8px;}
	.txtUpNext1 li{width:330px;height:50px;overflow:hidden;float:left;line-height:50px;margin-right:20px;font-size:14px;}
	.txtUpNext1 li a,.txtUpNext1 li a:visited{color:#025FD6;}
	.txtUpNext1 li a:hover,.txtUpNext1 li a:active{color:#025FD6;}
	.hkmyhclts{width:770px;overflow:hidden;}
	.hkmyhclts ul{margin-top:10px;overflow:hidden;}
	.hkmyhclts dl{height:210px;margin-top:30px;overflow:hidden;border-bottom:#DDD dashed 1px;}
	.hkmyhclts dt{width:180px;float:left;display:inline;}
	.hkmyhclts dt img{width:145px;display:block;border:#DDD solid 1px;padding:2px;}
	.hkmyhclts dt img:hover{border:#025FD6 solid 1px;}
	.hkmyhclts dd{width:590px;float:left;font-size:14px;}
	.hkmyhclts dd div{color:#333;margin-bottom:10px;}
	.hkmyhclts dd div span{color:#ff6600;}
	.hkmyhclts dd p{height:110px;overflow:hidden;color:#757575;margin-bottom:10px; line-height:22px;}
	.hkmyhclts dd p a,.hkmyhclts dd p a:visited{color:#333;background:#d2eaff;padding:2px 5px;}
	.hkmyhclts dd p a:hover,.hkmyhclts dd p a:active{color:#FFF;background:#025FD6;text-decoration:none;}
	/*search*/
	.hksosos{width:770px;overflow:hidden;}
	.hksosos ul{margin-top:10px;overflow:hidden;}
	.hksosos ul li{border-bottom:#DDD dashed 1px;font-size:14px;margin-top:15px;}
	.hksosos div{color:#333;margin-bottom:5px;}
	.hksosos div span{color:#025FD6;}
	.hksosos div a,.hksosos div a:visited{color:#333;}
	.hksosos div a:hover,.hksosos div a:active{color:#025FD6;}
	.hksosos p{height:88px;overflow:hidden;color:#757575;margin-bottom:20px;line-height:22px;}
	.hksosos p a,.hksosos p a:visited{color:#333;background:#d2eaff;padding:2px 5px;}
	.hksosos p a:hover,.hksosos p a:active{color:#FFF;background:#025FD6;text-decoration:none;}
	/*R*/
	.hkksicr{width:230px;overflow:hidden;float:right;background:#f2f2f2;margin-bottom:-100000px;padding-bottom:100000px;}
	.hkksicrt{background:url(hk01_lt03.jpg) 10px 14px no-repeat;text-indent:28px;}
	.hkksicrt h2{font-size:16px;line-height:36px; margin:0;font-weight:bold;}
	.hkksicrt a,.hkksicrt a:visited{color:#025FD6;display:block;}
	.hkksicrt a:hover,.hkksicrt a:active{text-decoration:none;}
	.hkksicr1{background:#FFF;border:1px solid #e9e9e9;padding:1px;}
	.hkksicr1 p{padding:10px;font-size:14px; margin:0;}
	.hkksicr2{background:#FFF;border:1px solid #e9e9e9;padding:1px;}
	.hkksicr2 div{padding:0px 10px;margin:0;padding-top:8px;font-size:16px;font-weight:bold;color:#025FD6;}
	.hkksicr2 p{padding:0px 10px;font-size:14px; margin:0;}
	.hkksicr3{background:#FFF;border:1px solid #e9e9e9;padding:1px;}
	.hkksicr3 h3{width:228px;overflow:hidden;font-size:16px;margin:0;text-align:center;font-weight:bold;line-height:32px;border-bottom:#e9e9e9 dashed 1px;clear:both;}
	.hkksicr3 a,.hkksicr3 a:visited{color:#025FD6;display:block;}
	.hkksicr3 a:hover,.hkksicr3 a:active{text-decoration:none;}
	.hkksicr3 div{background:#FFF;overflow:hidden;padding:5px;}
	.hkksicr3 div a,.hkksicr3 div a:visited{color:#333;display:block;float:left;font-size:14px; margin:0px 7px;line-height:24px;}
	.hkksicr3 div a:hover,.hkksicr3 div a:active{text-decoration:underline;}
	.hkksicr3 .nobm{border-bottom:none;border-color:#FFF;}	
/*body article*/
	.body{margin:20px auto;line-height:2em;overflow:hidden;font-size:14px;color:#5F5D5D;}
	.body div{line-height:2em;margin:0;margin-top:8px;}
	.body p{line-height:2em;margin:0;margin-top:8px;}
	.body a,.body a:visited{color:#025FD6;}
	.body a:hover,.body a:active{color:#025FD6;}
/*分页 A*/
.mltle{width:100%;overflow:hidden;margin:15px auto;padding:10px 0px;text-align:center;}
.mltle a {display:inline-block;height:26px;line-height:26px; background:#FFF; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px; margin:3px 1px;font-size:14px;}
.mltle a.a1 {width:56px;padding:0 }
.mltle a:hover {background:#025FD6;text-decoration:none;color:#FFF;}
.mltle b {display:inline-block;height:26px;padding:0 10px;line-height:26px;background:#025FD6;border:1px solid #025FD6;color:#fff; text-align:center;margin:0 1px;font-size:14px;}
/*footer*/	
.footer{overflow:hidden;margin-top:15px;background:#025FD6;}
	.footerc{width:1000px;height:150px;overflow:hidden;margin:30px auto;}
	.footercl{width:550px;height:150px;overflow:hidden;float:left;border-right:1px solid #FFF;}
	.footercl div{text-indent:20px;font-size:20px;line-height:20px;margin-bottom:8px;color:#FFF;}
	.footercl p{text-indent:20px;font-size:14px;line-height:22px;margin:0;color:#FFF;}
	.footercl .p{text-indent:20px;font-size:14px;line-height:26px;margin:0;color:#FFF;}
	.footerci{width:110px;height:134px;overflow:hidden;float:left;margin-left:30px;margin-top:10px;}
	.footercr{width:285px;height:134px;overflow:hidden;float:left;}
	.footercr div{text-indent:25px;font-size:20px;line-height:20px;margin-bottom:8px;color:#FFF;}
	.footercr p{text-indent:25px;font-size:14px;line-height:20px;margin:0;color:#FFF;}
	.footercr1{width:260px;background:#FFF;margin-left:20px;margin-top:5px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
	.footercr1 div{text-indent:5px;font-size:18px;line-height:22px;margin-bottom:3px;color:red;}
	.footercr1 p{text-indent:5px;font-size:14px;line-height:20px;margin:0;color:#000;}
	.footerc a,.footerc a:visited{color:#FFF;}
	.footerc a:hover,.footerc a:active{color:#FFF;}
	.ftcounts{display:none;}
/*float 左侧导航*/		
.leftNav{position:fixed;width:130px;left:0;bottom:180px;_position:absolute;text-align:right;cursor:pointer;background-image:url(about:blank);_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-180);}
	.leftNav a{display:block;position:relative;height:30px;line-height:30px;margin-bottom:1px;background:#fff;padding-left:10px;width:120px;overflow:hidden;cursor:pointer;left:-100px;}
	.leftNav a,.leftNav a:visited{color:#333;}
	.leftNav a:hover,.leftNav a:active{color:#39A4DC;}
	.leftNav a:hover{text-decoration:none;color:#39A4DC;}
	.leftNav a:hover em{background:#00b700;}
	.leftNav a em{display:block;float:right;width:30px;background:#39A4DC;color:#fff;font-size:16px;text-align:center;margin-left:10px;}
	.leftNav a.new em{background:#f60;}
	.leftNav a.new:hover em{background:#00b700}	