/*
Theme Name: Yuncii Frame-new-2
Theme URI: 
Author: Yuncii
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
*/


*{
	font-family:"微软雅黑";
}
a{color:#666;}
/**************************************************************************************************/
/* 2.0 Repeatable Patterns */
/**************************************************************************************************/

/* Input fields 输入框*/

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons 按钮*/

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #28a7e1;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #222222;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #28a7e1;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* input占位符的颜色 */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}


/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly. 图片响应式友好
 */
.yc-responsive img,
.comment-content img,
.entry-content img,
.entry-summary img,
.hentry img{	
	width:auto\9; height: auto; max-width: 100%;
}
.no-responsive img{max-width:none!important;}

/*
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}
*/

/* Make sure embeds and iframes fit their containers 多媒体的相应式友好*/

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment 对齐*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 18px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text  辅助文本*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats 清除浮动*/

.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators 分离器*/

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .cat-links:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**************************************************************************************************/
/* 3.0 Basic Structure 基本结构 */
/**************************************************************************************************/
body{padding:0;}
body,h1,h2,h3,h4,h5,h6,div,p,a,span{font-family:"微软雅黑","宋体",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;}
#menu-main-menu li a{}
.site-content p, 
.comment-content p,
.entry-content p,
.entry-summary p,
.hentry p{ margin-bottom:15px; line-height:1.6;}

h1{font-size:24px; font-weight:normal;}
h2{font-size:21px; font-weight:normal;}
h3{font-size:18px; font-weight:normal;}
h4{font-size:16px; font-weight:bold;}
h5{font-size:14px; font-weight:bold;}
h6{font-size:12px; font-weight:bold;}
.unslider a{display:block}
.unslider a img{display:block;width:100%;height:auto;}

.site {background-color:#eee; /*#e5f1ff;*/ max-width: 100%; position: relative;}
.site-main {}
.home .main-content {margin:0 auto;}
.main-content {margin:0; padding:0;background:#fff;box-sizing:border-box;}
#primary{ margin:0;}
#secondary{}
#primary .site-content{margin:20px 20px 40px 0;}
#secondary .sidebar-nav{margin:20px 0 10px 20px;}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}
@media (min-width: 1200px){
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }
}


[class*="span"].pull-right, .row-fluid [class*="span"].pull-right{}
[class*="span"].pull-left, .row-fluid [class*="span"].pull-left{margin-left:0;}

/**************************************************************************************************/
/* 5.0 Navigation 菜单 */
/**************************************************************************************************/

.site-navigation ul {list-style: none; margin: 0;}
.site-navigation li {}
.site-navigation ul ul { margin-left: 20px;}
.site-navigation a {color: #000;line-height:80px;display: block; text-transform: uppercase;/*英文大写*/ text-decoration:none;font-size:14px;}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {color: #fff;background:#e95513;}

/* Primary Navigation */
#primary-navigation .container{background:#fff;}
.primary-navigation {font-size: 14px; padding-top: 0;}
#menu-main-menu{padding:0 15px;margin:0 15px;background:#fff;text-align: right;}

.primary-navigation.toggled-on {	padding: 0;}
.primary-navigation .nav-menu {display: none;}
.primary-navigation.toggled-on .nav-menu {display: block;}
.primary-navigation a {padding: 7px 0;}

.menu-toggle {border-radius: 0; cursor: pointer; font-size: 0; height: 48px; margin: 0;
 overflow: hidden; padding: 0; position: absolute; top: 0; right: 0; text-align: center;	width: 48px;}
.menu-toggle:before {color: #fff; content: "\f419"; display: inline; margin-top: 16px;}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {	background-color: #6490d9;}
.menu-toggle:focus {	outline: 1px dotted;}

.header-main {
	background:#fff;
	
}  
@media screen and (min-width: 783px) {

	.header-main {padding-right: 0;}
	.search-toggle {	margin-right: 0;}

	/* Fixed Header */
	.masthead-fixed .site-header {position: fixed; top: 0;}
	.admin-bar.masthead-fixed .site-header {	top: 32px;}
	.masthead-fixed .site-main {margin-top: 48px;}

	/* Navigation */
	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {border-left:3px solid #b3141b;}

	/* Primary Navigation */
	
	.primary-navigation { font-size: 14px; padding: 0; text-transform: uppercase;	}
	.primary-navigation .menu-toggle {display: none; padding: 0;}
	.primary-navigation .nav-menu {display: block;}
	.primary-navigation.toggled-on {	border-bottom: 0; margin: 0; padding: 0;}
	.primary-navigation li {border: 0; display: inline-block; position: relative;float: left;margin-left: 5px;}
	.primary-navigation a {display: inline-block; padding: 0 20px; white-space: nowrap;}
	.primary-navigation ul ul {border:1px solid #eee;background-color: #fff; float: left; margin: 0; position: absolute; top: 80px; left: -999em; z-index: 99999;padding:10px 0;}
	.primary-navigation li li {border: 0; display: block; height: auto; line-height: 1.0909090909;}
	.primary-navigation ul ul ul {left: -999em; top: 0;}
	.primary-navigation ul ul li{border:0 !important;}
	.primary-navigation ul ul a {padding: 5px 12px;line-height:30px;height:30px;white-space: normal; width: 176px;border-left:3px solid transparent;border-bottom:0 !important;text-align: left;}
	.primary-navigation ul ul a:hover{border-left:3px solid #b3141b;}
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {color: #fff;background:#e95513;}
	
	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {left: auto;}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {	left: 100%;}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {}

	/*.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}*/

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {padding-right: 20px; width: 168px;}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}

#secondary .sidebar-nav {text-align:right;}
#secondary .sidebar-nav ul{list-style: none; margin: 0;}
#secondary .sidebar-nav ul li{ }
#secondary .sidebar-nav ul li a{color:#000;text-decoration:none; background:#eee; display:block; padding:10px; margin-bottom:2px; border-right:3px solid #b3141b;}
#secondary .sidebar-nav ul li a:hover{background:#ccc;}
#secondary .sidebar-nav ul li.current-cat a, #secondary .sidebar-nav ul li.current_page_item a{background:#b3141b; color:#fff;}


/**************************************************************************************************/
/* 6.0 Content 内容部分*/
/**************************************************************************************************/
.top-bar{background:#f8f8f8;color:#999;height:40px;line-height:40px;border-bottom:1px solid #eee;}
.headertop.container{background:url(img/head-bg.png) #fff repeat-x;}
.top-bar .container .pull-right span{float:left;}
.top-bar .container .pull-right form{float:left;margin:0 20px;}
.top-bar .container .pull-right form input{margin:6px 0;width:185px;line-height:24px;border-radius:15px;padding:3px 10px;background:url(img/search.png) no-repeat 180px center ;}
.top-bar .container .pull-right a{float:left;color:#009E2B;font-size:20px;}
#wpadminbar { position: fixed!important;}

.site-header{box-shadow: 0 3px 10px rgba(0,0,0,0.3); z-index: 9; position: relative;} 
.logo{float:left;margin:10px 40px 10px 0;}

.weibo{float:right;}

.site-footer{overflow:hidden; position: relative; bottom: 0;}       
.site-footer p{display:block;}


/*首页排版*/
.home-block{margin-bottom:15px;}
.home-block h2{}

/*首页幻灯片*/
/*
.home-swiper-container:before{content:"";display:block;background:url(img/head-shadow.png)repeat-x top;width:100%;height:10px;position:absolute;top:0;left:0;z-index: 9;}*/
.home-swiper-container img{display:block;width:100%;height:450px;}


.home-slider ul li { float: left; overflow:hidden; position:relative;}
.home-slider ul li > div {position:relative; left:50%; float:left;}
.home-slider img {position:relative;}


/*首页手风琴*/
.accordion-slider{height:290px!important;}
.as-panel{
    -moz-border-radius: 0 0 5px 5px;      /* Gecko browsers */
    -webkit-border-radius: 0 0 5px 5px;   /* Webkit browsers */
    border-radius:0 0 5px 5px;            /* W3C syntax */
}

.as-panel .sfq-title {height:290px; width: 100%!important; max-width:320px;}
.sfq-xinwen .sfq-title{background:url(images/block01-bg.png) repeat-x;}
.sfq-fuhua .sfq-title{background:url(images/block02-bg.png) repeat-x;}
.sfq-chuangye .sfq-title{background:url(images/block03-bg.png) repeat-x;}

.as-panel .sfq-title div{height:290px; width: 100%!important;}	
.sfq-xinwen .sfq-title div{background:url(images/block01-c.png) no-repeat center center; }
.sfq-fuhua .sfq-title div{background:url(images/block02-c.png) no-repeat center center;}
.sfq-chuangye .sfq-title div{background:url(images/block03-c.png) no-repeat center center;}

.as-opened .sfq-title {max-width:148px;}
.as-opened  .sfq-con{left:148px!important;}

.as-panel  .sfq-con{width:620px; height:290px;}
.sfq-xinwen .sfq-con{background: #eaf7ff;}
.sfq-fuhua .sfq-con{background:#ffdcc1;}
.sfq-chuangye .sfq-con{background:#d7ebc9;}
/*
.sfq-xinwen-slider{ width:210px!important; height:140px!important; float:left;}
.sfq-xinwen-slider{margin:75px 20px;}
.sfq-xinwen-title{border-bottom:1px solid #a5a5a5;}
.sfq-xinwen-title h5 ,.sfq-notes h5{margin:25px 0 10px 0 !important;}
.sfq-xinwen-title ul li{line-height:40px;height:40px;width:180px;}
.sfq-xinwen-title ul li a{line-height:40px;}
*/

.sfq-xinwen-title{width: 55%;margin: 0 2.5%;}
.sfq-xinwen-title li{width:100% !important;}
.sfq-xinwen-title{border-bottom:1px solid #a5a5a5;}
.sfq-xinwen-title h5 ,.sfq-notes h5{margin:15px 0px 10px 0px !important;}
.sfq-xinwen-title ul li{line-height:30px;}
.sfq-xinwen-title ul li a{line-height:30px;color:#00339b;font-weight:bold;}
.sfq-xinwen-title ul li a:hover{color:#001f5e;}

.sfq-xinwen-slider{ width:200px!important; height:133px!important; float:left; margin:0px 10px;}

.sfq-notes{margin:0;}
.sfq-notes  .overview  li{width:100% !important;}

.sfq-chuangye .sfq-con img {margin: 0 17px;}



@media (min-width: 1200px){
.as-panel .sfq-title{width:376px !important; max-width:376px !important; }
.as-panel .sfq-con{left:376px  !important;}
.as-opened .sfq-title {max-width:170px !important;}
.as-opened  .sfq-con{left:170px!important;}


/*
.sfq-xinwen-title{width:235px;}
.sfq-xinwen-title li{width:230px !important;}
.sfq-xinwen-title{border-bottom:1px solid #a5a5a5;}
.sfq-xinwen-title h5 ,.sfq-notes h5{margin:25px 0 10px 0 !important;}
.sfq-xinwen-title ul li{line-height:40px;height:40px;}
.sfq-xinwen-title ul li a{line-height:40px;}
.sfq-notes{margin:0;}
.sfq-xinwen-slider{ width:315px!important; height:210px!important; float:left; margin:40px 20px;}
.sfq-chuangye .sfq-con img {margin:0px 17px;}
.sfq-notes  .overview  li{width:235px !important;}*/
}

@media (max-width: 979px) and (min-width: 768px){
.as-panel  .sfq-con{display:none!important;}
.as-opened .sfq-title {max-width:228px !important;}
}

@media (max-width: 767px){
.as-panel  .sfq-con{display:none!important;}
.as-opened .sfq-title {max-width:233px !important;}

}

/*手风琴内部幻灯片*/
.sfq-con h5{margin-left:10px;margin-right:10px; clear:both; box-sizing: border-box;}

.sfq-xinwen-title{ float:left;}
.sfq-xinwen-title ul{margin:0;}
.sfq-xinwen-title li{width:175px; font-size:14px;  line-height:24px; list-style:none;}
.sfq-xinwen-title li a{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}

.sfq-con-fuhua{padding:10px; font-size:12px;}
.sfq-con-fuhua h5{margin-left:0;}
.sfq-con-fuhua img{float:right; margin:0 0 10px 10px;}

/* 首页旋转木马 */
.tinycarousel { margin: 0; overflow:hidden; position: relative; background:#f1f1f1; }
.tinycarousel .viewport {  overflow: hidden; position: relative; margin:20px; height:180px;}

.tinycarousel .disable { visibility: hidden; }
.tinycarousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0;}
.tinycarousel .overview li{width:315px; height: 210px;  margin: 0 12px 0 0; padding: 3px; border: 1px solid #dcdcdc; text-align:center; float: left; overflow:hidden; background:#fff;}
.tinycarousel .overview li img {width:315px; height:210px;}
.tinycarousel .overview li .title {height:25px; line-height:25px;}

.tinycarousel.qiye-pic .viewport{height:185px;}
.tinycarousel.qiye-pic .overview li{height: 221px;}
.tinycarousel.qiye-pic .overview li .title {height:36px; line-height:18px;}
.tinycarousel.qiye-pic .overview li .title p{margin-bottom:0;}

@media (min-width: 1200px){
	.tinycarousel .overview li{ width:207px; height: 165px; margin: 0 8px 0 0;}
	.tinycarousel .overview li img { width:207px; height:140px;}
	
	.tinycarousel.qiye-pic .overview li{height: 176px;}
}
@media (max-width: 979px) and (min-width: 768px){
	.tinycarousel .overview li{ width:208px; height: 165px; margin: 0 8px 0 0;}
	.tinycarousel .overview li img { width:208px; height:140px;}
}


/*手风琴内部旋转*/
.sfq-notes{background:none;clear:both;}
.sfq-notes  .viewport{margin:0; height:60px; width:100%;}
.sfq-notes  .overview {}
.sfq-notes  .overview  li{background:none; border:0; margin:0; padding:0; width:180px; height:20px; line-height:20px;text-align:left;}
.sfq-chuangye .sfq-con div img{margin:0 auto;}

/*作品列表*/
.portfolio-list ul, .portfolio-list li{list-style:none; margin:0; padding:0;}

/*通用列表*/
.hentry {padding-bottom:24px!important;}
.page-header{margin:0; border:0;}
.page-header h1{margin:0 0 30px; padding:10px 20px; background:#eee; border-left:3px solid #b3141b;color:#000;
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius: 5px;            /* W3C syntax */
}
.zhuanti .site img{max-width:100%;height:auto;}

/*百度地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent img {max-width: inherit;}/*百度地图样式修复*/
#dituContent *{-webkit-box-sizing:content-box ;-moz-box-sizing:content-box ;box-sizing:content-box;}/*百度地图样式修复*/



/**************************************************************************************************/
/* 7.0 Sidebars 侧边栏*/
/**************************************************************************************************/


/**************************************************************************************************/
/* 8.0 Footer */
/**************************************************************************************************/

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #f2f2f2;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #005580;
}

.marybg{width:100%;height:100%; position:fixed; z-index:0; background-size:cover;}
.site-header,.site-main,.friend-links{}

/**************************************************************************************************/
/* 11.0 Media Queries 响应式布局*/
/**************************************************************************************************/

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/*最大媒体宽度为400px（宽度小于等于400px的设备）*/
@media screen and (max-width: 400px) {

}
/*最小媒体宽度为401px（宽度大于等于401px的设备）*/
@media screen and (min-width: 401px) {

}
/*最小媒体宽度为594px（宽度大于等于594px的设备）*/
@media screen and (min-width: 594px) {

}
/*最小媒体宽度为673px（宽度大于等于673px的设备）*/
@media screen and (min-width: 673px) {

}
/*最小媒体宽度为783px（宽度大于等于783px的设备）*/
@media screen and (min-width: 783px) {

}
/*最小媒体宽度为810px（宽度大于等于810px的设备）*/
@media screen and (min-width: 810px) {

}
/*最小媒体宽度为1008px（宽度大于等于1008px的设备）*/
@media screen and (min-width: 1008px) {

}
/*最小媒体宽度为1080px（宽度大于等于1080px的设备）*/
@media screen and (min-width: 1080px) {

}
/*最小媒体宽度为1260px（宽度大于等于1260px的设备）*/
@media screen and (min-width: 1260px) {

}


.home-news-center,.home .heroes{background:#f5fbfe;padding-bottom:25px;}
.home-news-center .span9 .span6 .readmore{margin-top:45px;float: right;display: block;}
.home-news-center .span3 .readmore{margin-top:35px;float: right;display: block;}



/*中心活动*/
.center-event{}
.center-event .row-fluid a{ display:inline-block; width:100%; float:left; padding: 1px; box-sizing: border-box;}
.center-event .row-fluid a img{width: 100%; height: auto;}
.center-event .row-fluid a.first{}


@media screen and (min-width: 768px) {
.center-event .row-fluid a{width:25%; height:61px;}
.center-event .row-fluid a.first{ width:50%; height:281px;}
.center-event .row-fluid a img{width: 100%; height: 100%;}
}

@media screen and (min-width: 980px) {
.center-event .row-fluid a{width:25%; height:122px;}
.center-event .row-fluid a.first{ width:50%; height:245px;}
}

@media screen and (min-width: 1200px) {
.center-event .row-fluid a{width:25%; height:146px;}
.center-event .row-fluid a.first{ width:50%; height:292px;}
}
.po-r{
	position:relative;
	
}
.po-a{
	position:absolute;
}
.qrcode{
	width:220px;
	background:#fff;
	border:1px solid #eee;
	border-radius:10px;
	padding:10px;
	text-align:center;
	top:40px;
	margin-left:-100px;
	display:none;
	line-height:1.5;
}
.po-r:hover .qrcode{
	display:block;
}
.qrcode .half{
	width: 48%;
	float:left;
	margin-left:4%;
}
.qrcode .half:first-child{
	margin:0;
}
@media screen and (max-width: 767px) {
	.home-swiper-container img{
		height:120px;
	}
}