@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body { BACKGROUND: #f3f3f3 url(../images/body-bg.jpg) center top repeat-x;}
body,p { 
	font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; 
	color:#333333;
}
a { 
	color:#333333;
	text-decoration:none;
}
a:link { 
	color:#333333;
}
a:hover { 
	COLOR: #164f88;
	TEXT-DECORATION: underline;
}
a:active { 
	color:#333333;
}

.wrapper { 
	width:100%; 
	margin:0 auto;
}
.wrapper .inner {  /**页面全局宽度**/
	width: 1000px; 
	margin:0 auto;
}



/*头部BANNER*/
#header {
	background-image:url(../images/banner-1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.head {
	width:100%;
	height:180px;
	position: relative;
}

.page-function {
	color: #FFF;
	text-align: center;
	width: 176px;
	height: 22px;
	line-height: 21px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/page-function-bg.png) center top no-repeat;
}

.page-function A, .page-function A:hover {
	color: #FFF;
}

/**导航条**/
#nav {
}

.nav { 
	width:100%; 
	height: 36px;
	line-height: 36px;
	margin: 0px auto;
	background:url(../images/nav-bg.jpg) center center repeat-x;
}

.nav-box {
	width: 750px;
	height: 42px;
	float: left;
	margin-left: 15px;
}

.nav-box .nav-item A {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.nav-box .wp_nav .nav-item a span.item-name {
	color: #FFF;
	padding: 0 12px;
	line-height: 35px;
	color: #186ea3;
	font-weight: bold;
}

.search-box {
	width:210px;
	height: 42px;
	float: right;
	margin-right: 8px;
}

.search-component {
	width: 100%;
	height: 26px;
	margin: auto;
	overflow: hidden;
	margin-top: 4px;
}

.search-input-box {
	width: 165px;
	float: left;
	text-align: right;
	padding: 0px;
	background: url(../images/search-input.gif) right top no-repeat;
}

.search-input {
	width: 155px;
	height: 22px;
	border: none;
	background: transparent;
}

.search-btn-box {
	width: 45px;
	float: right;
	padding: 0px;
	text-align: left;
	background: url(../images/search-btn.gif) left top no-repeat;
}

.search-btn {
	width: 43px;
	height: 25px;
	background: url(../images/transparent.gif) center center no-repeat;
	border: none;
	margin: auto;
}



/**主体部分**/
#container {}

#container .inner { 
	padding: 8px 0 0 0;
	background: #FFF url(../images/container-inner-bg.gif) center top repeat-x;
}

#container .l-inner { 
	padding: 20px 0 0 0;
}

#container .d-inner { 
	padding: 20px 0 0 0;
}

.mod {
	width: 100%;
	padding: 0px;
}

.mod-l {
	width: 226px;
	float: left;
	margin-left: 8px;
}

.mod-r {
	width: 750px;
	float: right;
	margin-right: 8px
}

.mod-h2-l {
	width: 505px;
	float: left;
}

.mod-h2-r {
	width: 237px;
	float: right;
}

.c-box {
	margin-bottom: 8px;
}


/*页脚*/
#footer {
	background: url(../images/footer-bg.gif) center top repeat-x ;
}

.foot {
}

#copyright {
	padding: 20px 0;
}

#copyright p {
	font-size:12px;
	line-height:28px;
	text-align: center;
	color: #333;
}



/*首页自定义新闻列表*/
.post {
}

.post-regulation {
	width:226px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #FFF;
}

.post-regulation .banner {
	height: 30px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-blue-226.png) center center no-repeat;
}

.post-regulation .banner .title-text {
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
	float: left;	
	font-size: 13px;
	font-weight: bold;
}
.post-regulation .banner .more-btn {
	width: 60px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: center;
	color: #FFF;
}
.post-regulation .banner .more-btn A, .post-regulation .banner .more-btn A:hover{
	color: #FFF;
	text-decoration: none;
}

.post-regulation .con {
	padding: 5px 0; 
	margin:0 auto;
	line-height: 25x;
	min-height: 20px;
}

.post-regulation .con .wp_article_list .list_item {
	border-bottom: none;
	height: 38px;
	line-height: 38px;
	background: url(../images/banner-gray-226.png) center center no-repeat;
}

.post-regulation .con .wp_article_list .list_item .Article_Index {
	display: none;
}

.post-regulation .con .wp_article_list .list_item .Article_Title {
	text-indent: 5px;
}

.post-administration {
	width:226px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #FFF url(../images/post-bg-226.png) center bottom no-repeat;
}

.post-administration .banner {
	height: 30px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-green-226.png) center center no-repeat;
}

.post-administration .banner .title-text {
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
	float: left;	
	font-size: 13px;
	font-weight: bold;
}
.post-administration .banner .more-btn {
	width: 60px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: center;
	color: #FFF;
}

.post-administration .con {
	padding: 8px 10px 9px 10px; 
	margin:0 auto;
	line-height: 25x;
	min-height: 20px;
}

.post-administration .con .con-item {
	width: 100%;
}

.post-administration .con .con-item .con-item-name {
  width: 60px;
  line-height: 25px;
  float: left;
  overflow: hidden;
}

.post-administration .con .con-item .con-item-text {
  width: 145px;
  line-height: 25px;
  float: right;	
}

.post-news {
	width:505px;
	height: 195px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #FFF url(../images/post-bg-505.png) center bottom no-repeat;
}

.post-news .banner {
	height: 30px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-blue-505.png) center center no-repeat;
}

.post-news .banner .title-text {
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 16px;
	color: #FFF;
	float: left;	
	font-size: 13px;
	font-weight: bold;
}
.post-news .banner .more-btn {
	width: 60px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: center;
	color: #FFF;
}
.post-news .banner .more-btn A, .post-news .banner .more-btn A:hover{
	color: #FFF;
	text-decoration: none;
}

.post-news .con {
	padding: 8px 15px; 
	margin:0 auto;
	line-height: 25x;
	min-height: 20px;
}

.post-news .con .wp_article_list .list_item {
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom: none;
}

.post-news .con .wp_article_list .list_item .Article_Index {
	display: none;
}

.post-latest {
	height: 250px;
}

.post-tab {
	height: 202px;
}

/*Edit Tab Related CSS in extends.css*/

.post-app-icon {
	height: 145px;
}

.post-app-icon .con {
	padding: 0; 
	margin:0 auto;
	min-height: 20px;
}

.post-app-icon .con .app-icon {
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin: 0 0 8px 12px;
	float: left;
	position: relative;
}

.post-app-icon .con .app-icon .app-icon-hover-layer {
	width: 64px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 65px;	
}

.post-app-icon .con .app-icon .app-icon-hover-layer A {
	width: 64px;
	height: 64px;
	display: block;
}


.app-icon.icon-1 {background: url(../images/icon-1.png) center top no-repeat;}
.app-icon.icon-2 {background: url(../images/icon-2.png) center top no-repeat;}
.app-icon.icon-3 {background: url(../images/icon-3.png) center top no-repeat;}
.app-icon.icon-4 {background: url(../images/icon-4.png) center top no-repeat;}
.app-icon.icon-5 {background: url(../images/icon-5.png) center top no-repeat;}
.app-icon.icon-6 {background: url(../images/icon-6.png) center top no-repeat;}
.app-icon-hover-layer.icon-1 {background: url(../images/icon-1-h.png) center top no-repeat;}
.app-icon-hover-layer.icon-2 {background: url(../images/icon-2-h.png) center top no-repeat;}
.app-icon-hover-layer.icon-3 {background: url(../images/icon-3-h.png) center top no-repeat;}
.app-icon-hover-layer.icon-4 {background: url(../images/icon-4-h.png) center top no-repeat;}
.app-icon-hover-layer.icon-5 {background: url(../images/icon-5-h.png) center top no-repeat;}
.app-icon-hover-layer.icon-6 {background: url(../images/icon-6-h.png) center top no-repeat;}

.post-spec .wp_nav .nav-item{
	width: 221px;
	height: 56px;
}

.post-spec .wp_nav .nav-item.i1{
	background: url(../images/banner-sjxx.png) center center no-repeat;
}

.post-spec .wp_nav .nav-item.i2{
	background: url(../images/banner-xzxx.png) center center no-repeat;
}

.post-spec .wp_nav .nav-item.i3{
	background: url(../images/banner-xxgknb.png) center center no-repeat;
}

.post-spec .wp_nav .nav-item.i4{
	background: url(../images/banner-yfzx.png) center center no-repeat;
}

.post-spec .wp_nav .nav-item.i5{
	background: url(../images/banner-lgxqjs.png) center center no-repeat;
}

/*
.post-spec .wp_nav .nav-item.i3{
	background: url(../images/banner-sjss.png) center center no-repeat;
}

.post-spec .wp_nav .nav-item.i4{
	background: url(../images/banner-jyzg.png) center center no-repeat;
}

.post-spec .wp_nav .nav-item.i5{
	background: url(../images/banner-xxfbyl.png) center center no-repeat;
}
*/

.post-spec .wp_nav .nav-item A {
	height: 100%;
}
.post-spec .wp_nav .nav-item a span.item-name {
	visibility: hidden;	
}

.post-link .con {
	padding: 8px 15px; 
	margin:0 auto;
	min-height: 20px;
}

.post-link {
	width:237px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

.post-link .banner {
	height: 30px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-hkaki-237.png) center center no-repeat;
}

.post-link .banner .title-text {
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
	float: left;	
	font-size: 13px;
	font-weight: bold;
}

.post-link .con {
	padding: 8px 2px 0 2px; 
	margin:0 auto;
	line-height: 25x;
	min-height: 20px;
}

.post-link .wp_article_list .list_item .Article_Index{
	display: none;
}

.post-link .sudy-links .links-wrap a:hover {
	color: #333333;
	background: transparent;
}

.post-media-qrc {
	height: 125px;
	background: url(../images/media-qrc.jpg) center center no-repeat;
}

/*列表页*/
.col-box {
	width: 100%;
}
.col-menu {
	width: 226px;
	float: left;
	margin-left: 8px;
} 
.col-menu-head {
	width: 100%;
	height: 30px;
	background: url(../images/banner-blue-226.png) center top no-repeat;
}
.col-name-text {
	color: #FFF;
	line-height: 30px;
	text-indent: 10px;
	font-size: 14px;	
	font-weight: bold;
	display: block;
}

/*多级栏目列表*/
.col-menu-con {padding:0 0 10px 0; background: transparent;}
.col-list {padding: 15px 10px; background: transparent;}
/*一级*/
.col-list .wp_listcolumn { border: none; }
.col-list .wp_listcolumn .wp_column a { font-weight:normal; font-size: 13px; color:#666; background: url(../images/banner-lightgray-206.png) center center no-repeat; border: none;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#FFF; font-weight: bolder; background: url(../images/banner-blue-206.png) center center no-repeat;}
.col-list .wp_listcolumn .wp_column a:hover { color:#164f88;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#FFF;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#FFF; font-weight: bold; background: url(../images/banner-blue-206.png) center center no-repeat;}
.col-list .wp_listcolumn .wp_column a span.column-name{background: transparent; line-height: 25px;}
.col-list .wp_listcolumn .wp_column a.selected span.column-name{ background: url(../images/pointer-white.gif) 8px center no-repeat;}
.col-list .wp_listcolumn .wp_column a.parent span.column-name{ background: url(../images/pointer-white.gif) 8px center no-repeat;}
/*二级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#666; background:none; border-top:0px solid #fff; border-bottom:1px solid #e2e2e2;} 	/**二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a:hover {color:#164f88;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected {background: transparent;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a span.column-name {background: transparent; line-height: 25px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {color:#164f88; font-weight: bold; background: url(../images/pointer-blue.gif) 18px center no-repeat; line-height: 25px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.parent span.column-name {color:#164f88; font-weight: bold; background: url(../images/pointer-blue.gif) 18px center no-repeat; line-height: 25px;}
/*三级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#666; background:none; border-top:0px solid #fff; border-bottom:1px solid #e2e2e2;} 	/**三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {color:#164f88;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { background: transparent;} 	/**鼠标经过或选中三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a span.column-name {background: transparent; line-height: 25px; padding-left: 45px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{color:#164f88; font-weight: bold; background: url(../images/pointer-blue3.gif) 35px center no-repeat; line-height: 25px;}


/*四级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}
/*五级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}


.col-news {
	width: 720px;
	float: right;
	margin-right: 23px;
	background: #FFF;
}

.col-banner {
	width: 100%;
	height: 130px;
	margin: 0 auto 10px auto;
	background: #f3f3f3;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */  
}

.col-banner Img{
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */  
}

.l-inner .page-navigation {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: url(../images/banner-gray-720.png) center top no-repeat;
}

.path-box {
	width: 700px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
.path-box .Column_Position {padding:0 0;}
.path-box .possplit {width: 15px; background: url(../images/arrow-nextlevel.gif) center center no-repeat; padding: 0 5px;}
/*.path-box A, .path-box A:link, .path-box A:hover, .path-box A:active {color: #2477b3;}*/

.col-news-head {width:200px; height:28px; float:left;}
.col-metas {height:28px; line-height:28px; text-indent:20px; color: #666; font-size: 14px; font-weight: bold;}
.col-news-title {height: 60px; line-height: 80px; text-align: center; font-size: 18px; font-weight: bold;}
.col-news-sublist-con {padding: 5px 30px;}
.col-news-con {padding: 10px 30px 20px 30px; min-height: 50px;}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; height: 40px; line-height: 40px; border-bottom: #d7d7d7 1px dashed; background: url(../images/point.gif) 10px center no-repeat;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .Article_Index { width: 25px; height: 40px; background: url(../images/pointer-blue.gif) no-repeat center center; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px; font-size: 14px;}
.col-news-list .wp_entry { line-height:2; font-size:14px; color:#333;}
.col-news-list .wp_entry p { margin-bottom:0px; line-height: 2; font-size: 16px;}
.col-news-list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.col-news-list .wp_entry a:hover {color: #164f88; text-decoration: underline;}
.col-news-list .wp_paging {padding-bottom: 10px;}
.col-news-list .wp_subcolumn_list .wp_sublist {margin-bottom: 30px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title {border-bottom: 2px solid #1e76b4; margin-bottom: 5px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {background: url(../images/sublist-more.png) center center no-repeat;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext Img {visibility: hidden;}
.col-news-iframe {/*position: relative*/}
.col-news-iframe .iframe-mask-consult {/*position: absolute;*/ width:100%; height: 150px; left: 0; z-index: 999; background: #FFF; font-size: 14px; line-height: 25px;}
.col-news-iframe .iframe-mask-appeal {/*position: absolute;*/ width:100%; height: 290px; left: 0; z-index: 999; background: #FFF url(../images/workflow-appeal.jpg) center center no-repeat;}
.iframe-mask-appeal-placeholder {width: 100%; height: 100px;}
/*文章页*/
.d-inner .page-navigation {
	width: 940px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: url(../images/banner-gray-940.png) center top no-repeat;
}

.article-box {
	margin:0px auto;
	min-height: 350px;
}
.article {
	padding: 0 50px;
}
.article h1.article-title { /**文章标题**/
	font-family: "Microsoft YaHei"; 
	font-weight: normal;
	padding:30px 0px 5px 0px;
	text-align:center; 
	line-height: 150%;
	font-size:22px; 
	color:#000; 
} 
.article .article-metas { 
	padding: 15px 0;
	text-align:center;
	border-bottom: #dde6ed 1px solid;
}
.article .article-metas span { /**文章其他属性**/
	margin:0 5px; 
	font-size:12px; 
	color:#787878;
} 
.article .entry { /**文章内容**/
	margin:0 auto;
	padding: 20px 0px;
	overflow:hidden;
} 
.article .entry .read,.article .entry .read p { /**阅读字体**/
	line-height: 2; 
	font-size: 16px; 
	color: #333;
}  
.article .entry .read p { 
}
.article .entry .read img { /**文章阅读部分图片大小限制**/
	max-width:800px; 
	_width:expression(this.width > 800 ? "800px" : this.width); 
}


/*Category*/
.category-item {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: url(../images/dot.gif) center center repeat-x;
}
.category-name {
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
	background: #FFF;
}

.category-page {
	width: 50px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: left;
	padding: 0 0 0 10px;
	background: #FFF;
}

.category-item .l1 {text-indent: 10px; font-weight: bold;}
.category-item .l2 {text-indent: 30px;}
.category-item .l3 {text-indent: 50px;}


/*Site-Map*/
.site-map-title {
	width: 100%;
	height: 30px;
	background: url(../images/site-map-title.png) left top no-repeat;
	border-bottom: #0d73a5 1px solid;
	text-indent: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.site-map-content {
	width: 100%;
	margin-bottom: 30px;
}

.site-map-item {
	float: left;
	line-height: 25px;
	padding: 5px 20px 5px 10px;
	background: url(../images/pointer-blue.gif) left center no-repeat;
}

/*return-top*/
.return-Top {
	width:60px;
	height:60px;
	background: url(../images/return-top.png) center center no-repeat;
	color:#fff;
	line-height:60px;
	text-align:center;
	position:fixed;
	right:50px;
	bottom:80px;
	cursor:pointer;
	font-size:14px;
	display:none;
}

.scan-QRC {
	width:60px;
	height:60px;
	background: url(../images/scan-QRC.png) center center no-repeat;
	color:#fff;
	line-height:60px;
	text-align:center;
	position:fixed;
	right:50px;
	bottom:10px;
	cursor:pointer;
	font-size:14px;
	display: block;
}

.dynamic-QRC {
	width: 150px;
	height: 170px;
	background: #FFF;
	color:#000;
	text-align:center;
	position:fixed;
	right:50px;
	bottom:70px;
	z-index: 100;
	cursor:pointer;
	font-size:12px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5);
	display:none;
}

.QRC-Image {
	width: 128px;
	height: 128px;
	margin: 10px auto 0 auto;
	background: url(../images/qrc.png) #f3f3f3 center center no-repeat;
}

.QRC-Tips {
	width: 128px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
}


/*---------------------------------------------------------------------------*/
 * jQuery Nivo Slider v2.3
 * https://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */ 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background-size: 750px261px !important;
}
.nivoSlider img {
	position:absolute;
	top: 0px;
	left: 0px; 
	width: 750px;
    height: 261px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	background-size: 750px261px !important;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	bottom:30px;
	background: transparent; /*url(../images/nivo/bannerpng.png);*/
	color:#fff;
	/* Overridden by captionOpacity setting */
	/* width:356px; */
	height:40px;
	z-index:89;
}
.nivo-caption p {
	padding:5px 35px;
	height:30px;
	margin:0;
	font-size:17px;  
	color:#fff;
	display: table-cell;
	width: 100%;
	/* height:73px; */
	vertical-align:middle;
}
.nivo-caption a {
	display:inline !important;

}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:750px;
    height:261px;
    margin:0 auto;
	overflow:hidden;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */  
}

#slider {
	position:relative;
	width:750px;
    height:261px;   
	background:url(../images/nivo/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none; 
	width:750px;
    height:261px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	/*display: none;*/
	position:absolute;
	right:10px;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:22px;
	background:url(../images/nivo/bullets-white.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
   
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
