/*
Theme Name: WPUniversity
Theme URI: https://www.wpyou.com/
Description: 本高级WordPress企业主题设计开发由: <a href="http://www.wpyou.com/">WPYOU</a>.
Version: 3.6
Author: WPYOU.com
Author URI: https://www.wpyou.com/
Copyright: (c) WPYOU
*/
/* Reset */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height:0;}
[hidden],template{display: none;}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
a{background: transparent;}
a:focus{outline: thin dotted;}
a:active,a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style: italic;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family: monospace,serif;font-size:1em;}
pre{white-space: pre-wrap;}
q{quotes: "\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position: relative;vertical-align:baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
img{border:0; vertical-align:middle;}
svg:not(:root){overflow: hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
button,input,select,textarea{font-family: inherit;font-size:100%;margin:0;}
button,input{line-height: normal;}
button,select{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
input[type="text"]:hover,input[type="text"]:focus,input[type="text"]:active{border:1px solid #ccc;outline:none;}  
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align: top;}
table{border-collapse:collapse;border-spacing:0;}
body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,span,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0 auto;padding:0;border:0;}

/* Animated */
.animated{ -webkit-animation-duration:0.5s; animation-duration:0.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both;}
@-webkit-keyframes fadeInDown{ 0%{ opacity:0; -webkit-transform:translateY(-20px); transform:translateY(-20px);} 100%{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}}
@keyframes fadeInDown{ 0%{ opacity:0; -webkit-transform:translateY(-20px); -ms-transform:translateY(-20px); transform:translateY(-20px);} 100%{ opacity:1; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}}
.fadeInDown{ -webkit-animation-name:fadeInDown; animation-name:fadeInDown;}
@-webkit-keyframes fadeInUp{ 0%{ opacity:0; -webkit-transform:translateY(20px); transform:translateY(20px);} 100%{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}}
@keyframes fadeInUp{ 0%{ opacity:0; -webkit-transform:translateY(20px); -ms-transform:translateY(20px); transform:translateY(20px);} 100%{ opacity:1; -webkit-transform:translateY(0); -ms-transform: translateY(0); transform:translateY(0);}}
.fadeInUp{ -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
@-webkit-keyframes fadeInLeft{ 0%{ opacity:0; -webkit-transform:translateX(-20px); transform:translateX(-20px);} 100%{ opacity:1; -webkit-transform:translateX(0); transform:translateX(0);}}
@keyframes fadeInLeft{ 0%{ opacity:0; -webkit-transform:translateX(-20px); -ms-transform:translateX(-20px); transform:translateX(-20px);} 100%{ opacity: 1; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}}
.fadeInLeft{ -webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}

/* Global */
body{ color:#333; background:#fff; font:12px/24px "Microsoft Yahei",Arial,Verdana,Tahoma,Sans-Serif; -webkit-text-size-adjust:100% !important;/* iOS禁止微信调整字体大小 */}
ul,ol,li{list-style:none;}
table,td,th,input{ font-size:12px;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1{font-size:28px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5,h6 {font-size:12px;}

.inner{ overflow:hidden;}
.clearfix{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0}
.radius{ border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.opacity{ opacity:0.5; filter:"alpha(opacity=50)"; filter:alpha(opacity=50);}

a:link, a:visited{ color:#333; outline:0; text-decoration:none;}
a:hover{ color:#388cd6; text-decoration:underline;}

/* TopBar */
.topbar{ height:32px; line-height:34px; border-bottom:1px solid #eee; color:#707070; background:#f6f6f6; overflow:hidden;display:none;}
.topbar .inner{ overflow:visible;}
.topbar-lt{ float:left;}
.topbar-rt{ float:right;}
.subnav{ float:right; padding-right:20px;}
.subnav a{ padding:0 5px;}
.social{ float:right; margin-top:4px; position:relative;}
.social a{ margin-left:4px; width:24px; height:24px; text-indent:-9999px; display:inline-block; background:url(images/icon-sns.gif) no-repeat 0 0; cursor:pointer; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}
.social a:hover{ filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.social a#s_tsina{ background-position:0 0;}
.social a#s_tqq{ background-position:0 -31px;}
.social a#s_qq{ background-position:0 -92px;}
.social a#s_weixin{ background-position:0 -62px;}
.social #weixin{ padding:6px; text-align:center; background:#333; display:none; position:absolute; right:0; top:32px; z-index:99;}
.social #weixin img{ display:block;}

/* Header */
.header{ padding:15px; background:#fff; clear:both; *position:relative; *z-index:1;/* IE6,7解决下拉菜单被幻灯片遮住问题*/}
.header img{ display:block;}
.logo{ float:left; margin-right:30px;}
.logo img{ max-height:80px;}

#mid-box, #so-box{ float:right;}
#so-box{ margin-top:24px; padding-left:30px; position:relative;}

/*#mid-box{ margin-top:14px;}*/
#mid-box div{ float:right; margin-right:20px; text-align:center;}
#mid-box div img{ display:inline-block;}
#mid-box div i, #mid-box div p{ font-style:normal; display:block;}

#btn-so{ float:right; margin-top:32px; width:40px; height:36px; background:url(images/search.png) no-repeat center 12px; display:none; cursor:pointer;}
#search-box{ float:right; padding:0 15px;}
#search-box #searchform{ background:#fff; overflow:hidden; position:relative;}
#search-box #searchform #ls{ padding:8px 15px; width:190px; border:1px solid #ddd; border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px; color:#666;}
#search-box #searchform #searchsubmit{ padding:9px 0; width:38px; text-indent:-9999px; border:none; background:url(images/search.png) no-repeat center 9px; cursor:pointer; position:absolute; right:0; top:0;}
#search-box #searchform #ls:hover, #search-box #searchform:hover #ls{ border-color:#388cd6;}
#search-box #searchform #searchsubmit:hover, #search-box #searchform:hover #searchsubmit{/* background-color:#f2f2f2;*/}

/* MainMenu */
.main-menu{ height:46px; line-height:46px; color:#fff; background:#0193e9; position:relative; overflow:visible;}
.pinned{ margin:0 auto; position:fixed; top:0; left:0; width:100%; z-index:10000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop)); -moz-box-shadow:0 0 12px #666; -webkit-box-shadow:0 0 12px #666; box-shadow:0 0 12px #666;}
.main-menu .inner{ overflow:visible;}
#mobile-nav{ display:none;}
.navi{ position:relative; z-index:9999;display: flex;}
.navi li{ float:left; font-size:16px; background:url(images/menu.png) no-repeat 0 center; text-transform:capitalize; white-space:nowrap; box-sizing:border-box; position:relative;flex: 1;text-align: center;}
.navi li.menu-item-home, .navi li.nb{ background:none;}
.navi li a, .navi li a:link, .navi li a:visited{ padding:0 25px; color:#fff; display:block;}
.navi li a:hover{ color:#fff; background:#2b81ce; text-decoration:none;}
.navi li.current-menu-item a:link, .navi li.current-menu-item a:visited, .navi li.current-post-parent a, .navi li.current-post-ancestor a, .navi li.current-menu-ancestor a, .navi li.current-page-ancestor a,/* .navi li.current-menu-parent a, .navi li.current-category-ancestor a,*/ .navi li:hover a{ color:#fff; background:#53b2e9;}

.navi li ul{ position:absolute; top:46px; left:0; z-index:9999; padding:0; width:200px; display:none;}
.navi li ul li{ float:none; padding:0; font-size:14px; line-height:38px; border:none; border-bottom:1px solid #f8f8f8; background:#fff;}

.navi li ul li a:link, .navi li ul li a:visited{ padding:0 25px; height:38px; color:#666;}
.navi li.current-menu-item ul li a:link, .navi li.current-menu-item ul li a:visited, .navi li.current-menu-item ul li a:hover, .navi li.current-post-parent ul li a, .navi li.current-post-ancestor ul li a, .navi li.current-menu-parent ul li a, .navi li.current-category-ancestor ul li a, .navi li.current-page-ancestor ul li a/*, .navi li:hover ul li a*/{ color:#666; background:none;}
.navi li ul li.menu-item-has-children a{ padding:0 25px; height:38px; color:#666;}
.navi li ul li a:hover, .navi li.current-menu-item ul li a:hover, .navi li.current-post-ancestor ul li a:hover, .navi li.current-menu-parent ul li a:hover, .navi li.current-category-ancestor ul li a:hover, .navi li:hover ul li a:hover{ color:#2b81ce; background:#f8f8f8;}

.navi li:hover a{ color:#fff; background:#2b81ce;}
.navi li:hover ul li a{ background:none;}
.navi li:hover ul li.menu-item-has-children a{}
.navi li.current-menu-parent ul li.current-menu-item a{ color:#2b81ce; background-color:#f8f8f8;}

.navi li ul li ul{ top:0; left:198px; padding:0; background:none;}
.navi li ul li.menu-item-has-children:hover a{ color:#2b81ce; background:#f8f8f8;}
.navi li ul li.menu-item-has-children:hover ul li a{ color:#333; background:#fff;}
.navi li ul li.menu-item-has-children:hover ul li a:hover{ color:#2b81ce; background-color:#f8f8f8;}
.navi li:hover ul li.menu-item-has-children ul li a{ background:none;}

/* Slideshow */
#slidebanner{ height:auto; text-align:center; border-bottom:1px solid #e8e8e8; background:#f0f0f0; overflow:hidden; clear:both; -moz-box-shadow:0 -10px 6px rgba(0,0,0,.02) inset; -webkit-box-shadow:0 -10px 6px rgba(0,0,0,.02) inset; box-shadow:0 -10px 6px rgba(0,0,0,.02) inset;}
#slidebanner .inner{ overflow:visible; position:relative; z-index:90; -moz-box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08); -webkit-box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08); box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08);}
#slideshow li{ position:absolute; left:0; top:0;}
#slideshow li img{ width:100%; height:auto !important; display:block;}
#slidebanner .bx-wrapper{ height:auto; overflow:hidden; position:relative; z-index:100;}
#slidebanner .bx-wrapper .bx-pager{ width:100%; text-align:center; position:absolute; left:0; bottom:10px; z-index:90;}
#slidebanner .bx-wrapper .bx-pager .bx-pager-item, #slidebanner .bx-wrapper .bx-controls-auto .bx-controls-auto-item{ display:inline;}
#slidebanner .bx-wrapper .bx-pager a{ margin:0 6px; width:30px; height:5px; font-size:0; background:#eee; overflow:hidden; display:inline-block; text-decoration:none; moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
#slidebanner .bx-wrapper .bx-pager a.active{ background:#388cd6;}
#slidebanner .bx-wrapper .bx-prev, #slidebanner .bx-wrapper .bx-next{ width:40px; height:100%; _height:400px; text-indent:-9999px; background:url(images/arrow-slider.png) no-repeat -40px center; overflow:hidden; display:none; position:absolute; top:0; z-index:100; filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
#slidebanner .bx-wrapper .bx-prev{ left:-50px;}
#slidebanner .bx-wrapper .bx-next{ right:-50px; background-position:0 center;}
.bx-controls-auto{ display:none;}

#slidebanner .xx{ line-height:500px; position:absolute; top:0; height:100%;}
#slidebanner .xx img{ vertical-align:middle;}
#slidebanner .xx-lt{ left:-100px;}
#slidebanner .xx-rt{ right:-100px;}

.slideshow-swiper-container{ position:relative; z-index:11; overflow:hidden;}
.slideshow-swiper-container .swiper-button-prev, .slideshow-swiper-container .swiper-button-next{ width:40px; height:100%; top:0; margin-top:0; filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
.slideshow-swiper-container .swiper-button-prev{ left:-50px; background:url(images/arrow-slider.png) no-repeat -40px center;}
.slideshow-swiper-container .swiper-button-next{ right:-50px; background:url(images/arrow-slider.png) no-repeat 0 center;}
.slideshow-swiper-container .swiper-pagination-bullet{ margin:0 6px; width:30px; height:5px; opacity:1; background:rgba(255,255,255,.8); moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
.slideshow-swiper-container .swiper-pagination-bullet-active{ background:#2196f3;}

/* Banner */
.banner{ height:auto; text-align:center;/* border-bottom:1px solid #e8e8e8;*/ background:#f0f0f0; overflow:hidden; clear:both; -moz-box-shadow:0 -10px 6px rgba(0,0,0,.02) inset; -webkit-box-shadow:0 -10px 6px rgba(0,0,0,.02) inset; box-shadow:0 -10px 6px rgba(0,0,0,.02) inset;}
.banner .inner{ -moz-box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08); -webkit-box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08); box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08);}
.banner img{ width:100%;}

/* Container */
.container{ padding:20px; background:#fff; box-sizing:border-box; clear:both;}
.column-fluid{ float:right; width:90%;}
.column-fluid-r{ float:left; width:100%;}

/* Content */
.content{ margin-left:275px; overflow:hidden;}
.content-r{ margin-right:275px; overflow:hidden;}
.fullwidth{ margin:0 auto; width:100%;}

/* HomePage */
.container-home{ padding:30px 0 10px;}
.row-fluid{ margin-bottom:20px; overflow:hidden;}
.row-fluid h2, .row-fluid .content h3{ margin-bottom:15px; padding:6px 0; height:24px; font-size:16px; font-weight:bold; border-bottom:1px solid #0193e9; color:#0193e9; background:#fff; overflow:hidden; clear:both;}
.row-fluid h2 a:link, .row-fluid h2 a:visited, .row-fluid .content h3 a:link, .row-fluid .content h3 a:visited{ color:#0193e9;}
.row-fluid h2 a:hover, .row-fluid .content h3 a:hover{ color:#388cd6; text-decoration:none;}
.row-fluid h2 i, .row-fluid .content h3 i{ float:right; font-size:14px; font-style:normal;}
.row-fluid h2 i a:link, .row-fluid h2 i a:visited, .row-fluid .content h3 i a:link, .row-fluid .content h3 i a:visited{ padding:4px 0 4px 12px; color:#666;}
.row-fluid h2 i a:hover, .row-fluid .content h3 i a:hover{ color:#388cd6;}
.row-fluid h2 span a, .row-fluid .content h3 span a{ float:right; *margin-top:-24px; width:40px; height:30px; text-indent:-9999px; background:url(images/icon.gif) no-repeat 0 -104px; display:block;}
.row-fluid .content{ margin:0 250px 0 0;}
.row-fluid .column-fluid{ float:left;}

.row-fluid .content ul{ padding:0; overflow:hidden;}
.row-fluid .content ul li{ margin-bottom:8px; font-size:14px; white-space:nowrap; text-overflow:ellipsis;}
.row-fluid .content ul li.thumb{ white-space:normal; text-overflow:inherit;}
.row-fluid .content ul li a{ padding-left:12px; background:url(images/icon.gif) no-repeat 0 8px; overflow:hidden;}
.row-fluid .content ul li.thumb a{ padding-left:0; background:none;}
.row-fluid .content ul li span{ float:right; padding-left:10px; font-size:12px; color:#bbb; background:#fff; position:relative; z-index:9;}
.row-fluid .content ul li div a{ padding:0; background:none;}

.row-fluid .content .cat-post-list, .row-fluid .content .tabs-cat-posts, .row-fluid .content .cat-pic-list, .row-fluid .content .cat-scroll-pic-list, .row-fluid .content .wpyou_widget_SpecialCatPosts, .row-fluid .content .wpyou_widget_RandomPosts, .row-fluid .content .wpyou_widget_StickyPosts, .row-fluid .content .wpyou_widget_MostCommentPosts, .row-fluid .content .wpyou_widget_RecentPosts, .row-fluid .content .wpyou_widget_SpecialCatPicPosts, .row-fluid .content .wpyou_widget_SpecialCatBigPicPosts, .row-fluid .content .gallery-slider{ float:left; width:48%; margin-right:2%; margin-bottom:15px;}

.row-fluid .content .cat-scroll-pic-list{ float:none; margin-left:0; width:auto; clear:both;}
.row-fluid .widget_media_image, .row-fluid .widget_media_video, .row-fluid .widget_text, .row-fluid .widget_recent_comments, .row-fluid .wpyou_widget_SpecialCatList, .row-fluid .widget_media_gallery{ margin-bottom:15px; margin-right:2%;}
.row-fluid .homebar .widget_media_image, .row-fluid .homebar .widget_media_video, .row-fluid .homebar .widget_text, .row-fluid .homebar .widget_media_gallery{ margin-right:0;}
.row-fluid .widget_media_image img{ max-width:100%; width:100% !important; height:auto !important;}

.row-fluid-home{ margin-bottom:0;}

/* Home - CatPostlist */
.cat-post-list{ margin-bottom:25px; overflow:hidden;}
.cat-post-list .post-ft{ float:left; margin-top:6px; margin-right:-300px; width:280px;}
.cat-post-list .post-ft img{ width:100%; height:220px;}
.cat-post-list .post-ft h4{ font-size:14px; text-align:center;}
.cat-post-list ul li{ margin-bottom:8px; height:24px; font-size:14px; overflow:hidden;}
.cat-post-list ul li a{ padding-left:14px; height:24px; background:url(images/icon.gif) no-repeat 0 8px; overflow:hidden;}
.cat-post-list ul li span{ float:right; font-size:12px; color:#bbb;}
.cat-post-list-2c ul li a{ margin-right:5px;}
.cat-post-list-2c ul li span{ display:none;}

/* Home - CatPiclist */
.cat-pic-list{ margin-bottom:25px; overflow:hidden;}
.cat-pic-list h2{ margin-bottom:20px;}
.cat-pic-list ul{ margin-left:-3%; padding:6px 0;}
.cat-pic-list ul li{ float:left; margin-bottom:5px !important; margin-left:3%; width:30.333333%; height:auto; text-align:center; overflow:hidden;}
.cat-pic-list ul li .folio-item{ padding:0;}
.cat-pic-list ul li .folio-thumb{ position:relative;}
.cat-pic-list ul li .folio-thumb img{ width:100%; height:auto;}
.cat-pic-list ul li h4{ margin-top:5px; width:100%; height:40px; line-height:20px; font-size:12px; white-space:normal; overflow:hidden; position:relative; z-index:10;}

.piclist-col4{ margin-left:-1.5%;}
.piclist-col4 li{ margin-left:1.5%; _margin-left:0.75%; width:23.5%;}

.row-fluid .content .cat-pic-list-full{ width:98%;}
.row-fluid .content .cat-pic-list-full ul{ margin-left:-1.5%;}
.row-fluid .content .cat-pic-list-full ul li{ margin-left:1.5%; width:23.5%;}

/* Home - SpecialCatPicPosts */
.row-fluid .content .wpyou_widget_SpecialCatPicPosts{ margin-bottom:25px; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul{ margin-left:-2%; padding:6px 12px 0;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li{ float:left; margin-bottom:15px; margin-left:2%; width:31.333333%; height:auto; text-align:center; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li .folio-item{ padding:0;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li .folio-thumb{ position:relative;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li .folio-thumb img{ width:100%; height:auto; display:block;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li h4{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts{ margin-bottom:25px; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul{ margin-left:-2%; padding:6px 12px 0;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li{ float:left; margin-bottom:15px; margin-left:2%; width:48%; height:auto; text-align:center; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li .folio-item{ padding:0;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li .folio-thumb{ position:relative;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li .folio-thumb img{ width:100%; height:auto; display:block;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li h4{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}

/* Home - CatScrollPiclist */
.cat-scroll-pic-list-inner{ margin:0 auto; padding:6px 0 15px;}
.cat-scroll-pic-list{ margin-bottom:25px; overflow:hidden; position:relative;}
.cat-scroll-pic-list ul{ margin-left:0;}
.cat-scroll-pic-list ul li{ float:left; width:25%; height:auto; text-align:center; overflow:hidden;}
.cat-scroll-pic-list ul li .folio-item{ padding:0;}
.cat-scroll-pic-list ul li .folio-thumb{ position:relative;}
.cat-scroll-pic-list ul li .folio-thumb img{ width:100%; height:auto; display:block;}
.cat-scroll-pic-list ul li h4{ margin-top:8px; width:100%; height:24px; font-size:12px; white-space:normal; overflow:hidden; position:relative; z-index:10;}
.cat-scroll-pic-list ul li .folio-item{ padding:0;}
.cat-scroll-pic-list .bx-controls-auto{ display:none;}
.cat-scroll-pic-list .bx-controls a{ margin-left:8px; width:22px; height:22px; text-indent:-9999px; border:1px solid #eee; background:#f6f6f6 url(images/arrow-scroll.png) no-repeat; display:inline-block; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}
.cat-scroll-pic-list .bx-controls a:hover{ border:1px solid #388cd6; background-color:#388cd6;}
.cat-scroll-pic-list .bx-controls a.bx-prev{ background-position:8px 6px; position:absolute; top:6px; right:35px;}
.cat-scroll-pic-list .bx-controls a.bx-next{ background-position:-15px 6px; position:absolute; top:6px; right:0;}
.cat-scroll-pic-list .bx-controls a.bx-prev:hover{ background-position:8px -14px;}
.cat-scroll-pic-list .bx-controls a.bx-next:hover{ background-position:-15px -14px;}

/* Home - CatFirstPiclist */
.cat-post-list ul li.thumb{ margin-bottom:13px; margin-top:5px; height:140px; overflow:hidden;}
.cat-post-list ul li.thumb a{ padding:0; height:auto; background:none; display:inline;}
.cat-post-list ul li.thumb .folio-item{ float:left; padding-right:15px;}
.cat-post-list ul li.thumb .folio-thumb img{ width:180px; height:135px; display:block;}
.cat-post-list ul li.thumb h4{ margin-bottom:5px; line-height:20px;}
.cat-post-list ul li.thumb p{ font-size:12px; line-height:22px; color:#888;}

.col-span{ float:left; width:280px;}
.col-box-list{ overflow:hidden;}
.col-box-list ul li{ margin-bottom:3px; padding-left:14px; width:100%; height:24px; background:url(images/icon.gif) no-repeat 0 11px; overflow:hidden;}
.col-box-list ul li span{ float:right; padding-left:15px; font-size:12px; color:#888;}
.col-box-list ul li.p{ margin-bottom:15px; padding:0 0 15px; height:auto; font-size:12px; border-bottom:1px solid #eee; background:none;}
.col-box-list ul li.p h4{ margin-bottom:8px; height:24px; text-align:center; white-space:nowrap; overflow:hidden;}
.col-box-list ul li.p a{ color:#388cd6;}
.col-box-list ul li.p a:hover{ color:#222;}
.col-box-list ul li.p p{ line-height:20px; color:#666;}
.col-box-list ul li.p p a{ padding-left:10px;}

/* Home - SliderPosts */
.row-fluid .content .gallery-slider-full{ width:98%;}
.gallery-slider .gallary-slider-inner{ position:relative;}
.gallery-slider .bx-controls{ position:absolute; bottom:40px; right:10px;}
.gallery-slider .bx-controls .bx-pager-item{ float:left;}
.gallery-slider .bx-controls .bx-pager-item a{ float:left; margin-right:2px; width:24px; height:24px; line-height:24px; text-align:center; display:inline-block; color:#fff; background:rgba(0,0,0,0.6);}
.gallery-slider .bx-controls .bx-pager-item a:hover{ background:rgba(0,0,0,0.85); text-decoration:none;}
.gallery-slider ul li{ margin:0 auto; padding:0; height:auto; background:none;}
.row-fluid .content .gallery-slider ul li a{ margin:0 auto; padding:0; height:auto; background:none;}
.row-fluid .content .gallery-slider ul li h4{ padding:3px 10px; background:#f9f9f9; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.row-fluid .content .gallery-slider ul li img{ width:100%;}

/* Home - TabsCatPosts */
.row-fluid .content .tabs-cat-posts-full{ width:98%;}
.row-fluid .tabs-cat-posts h2 a.tab-a:link, .row-fluid .tabs-cat-posts h2 a.tab-a:visited{ margin-right:15px; color:#444;}
.row-fluid .tabs-cat-posts h2 a.cur:link, .row-fluid .tabs-cat-posts h2 a.cur:visited{ color:#0193e9;}
.row-fluid .tabs-cat-posts h2 span a{ display:none;}
.row-fluid .tabs-cat-posts ul{ display:none;}
.tabs-cat-posts ul li{ margin-bottom:8px; height:24px; font-size:14px; overflow:hidden;}

.tab-ul-gallary{ margin-left:-3%; padding:6px 0;}
.tab-ul-gallary li{ float:left; margin-bottom:18px; margin-left:3%; width:30.333333%; height:auto !important; text-align:center; overflow:hidden;}
.tab-ul-gallary li .folio-item{ padding:0;}
.tab-ul-gallary li .folio-thumb{ position:relative;}
.tab-ul-gallary li .folio-thumb img{ width:100%; height:auto;}
.tab-ul-gallary li h4{ margin-top:5px; width:100%; height:40px; line-height:20px; font-size:12px; overflow:hidden; position:relative; z-index:10;}

.tab-fr-pic li.thumb{ padding-top:6px; height:135px; overflow:hidden;}
.tab-fr-pic li.thumb a{ padding:0; height:auto; background:none; display:inline;}
.tab-fr-pic li.thumb .folio-item{ float:left; padding-right:15px;}
.tab-fr-pic li.thumb .folio-thumb img{ width:180px; height:135px; display:block;}
.tab-fr-pic li.thumb h4{ margin-bottom:5px; line-height:20px;}
.tab-fr-pic li.thumb p{ font-size:12px; line-height:22px; color:#888;}

/* Column */
.col-md-3{ margin-left:-0.5%; overflow:hidden;}
.col-md-3 .inner div{ float:left; margin:15px 0 15px 0.5%; padding:0 1.5%; *padding:0 1.4%; width:29.83%; height:auto; text-align:center; color:#555; overflow:hidden;}
.col-md-3 .inner div img{ max-width:100%; height:auto;}
.col-md-3 .inner div h3{ margin:0 auto 10px; width:100%; height:24px; font-size:14px; font-weight:700; overflow:hidden;}
.col-md-3 .inner div p{ color:#666;}

.col-md-4{ margin-left:-1%;}
.col-md-4 .inner div{ margin-left:1%; padding:8px 1.5%; *padding:6px 1.4%; width:21%;}
.col-md-4 .inner div a{ padding:0 5px; display:inline-block;}

.col-md-2{ margin-left:-1%;}
.col-md-2 .inner div{ margin-left:1%; padding:6px 1% 8px; *padding:6px 0.9% 8px; width:47%;}
.col-md-1 .inner div{ padding:6px 1% 8px; *padding:6px 1% 8px; width:98%;}

.fw-dp{ background:#ebf1fc;}
.fw-dp .inner{ margin:0 auto;}
.fw-dp a:link, .fw-dp a:visited{ color:#555;}
.fw-dp a:hover, .fw-dp div h3 a{ color:#388cd6;}

/* FeaturesCatPosts */
.row-fluid .col-sticky{ float:left; margin-left:280px; padding-left:15px; font-size:14px;}
.row-fluid .col-sticky h2{ margin-bottom:15px; padding:0; width:100%; height:auto; border:none;}
.row-fluid .col-sticky h2 i{ float:left; margin-left:-1px; padding:8px 0 10px; min-width:216px; width:50%; height:24px; border-left:1px solid #eee; border-top:1px solid #ddd; font-size:16px; font-style:normal; text-align:center; display:block;}
.row-fluid .col-sticky h2 i.active{ border-top:1px solid #388cd6; color:#388cd6;}
.row-fluid .col-sticky h2 i.active a:link, .row-fluid .col-sticky h2 i.active a:visited{ color:#388cd6;}
.row-fluid .col-sticky ul{ text-align:left; display:none;}

/* Homebar */
.homebar{ float:right; margin-left:-29%; width:29%; color:#666; overflow:hidden;}
.homebar h2, .homebar h3{ margin:0; padding:8px 12px; height:24px; font-size:14px; font-weight:bold; border:1px solid #eee; border-top:1px solid #0193e9; border-bottom:none; color:#0193e9; background:#fdfdfd; -moz-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0;}
.homebar h2 a:link, .homebar h2 a:visited, .homebar h3 a:link, .homebar h3 a:visited{ color:#0193e9;}
.homebar h2 a:hover, .homebar h3 a:hover{ color:#388cd6; text-decoration:none;}
.homebar h2 span a, .homebar h3 span a{ float:right; *margin-top:-24px; width:40px; height:24px; text-indent:-9999px; background:url(images/icon.gif) no-repeat 0 -104px; display:block;}
.homebar .widget{ margin-bottom:15px; background:#fff; overflow:hidden;}

.homebar .widget ul{ padding:10px; border:1px solid #f5f5f5; background:#fff; overflow:hidden;}
.homebar .widget ul li{ margin:4px auto; padding-left:12px; height:24px; background:url(images/icon.gif) no-repeat 0 10px; overflow:hidden;}
.homebar .widget ul li ul{ border:none;}
.homebar .widget ul li a{ padding-left:0; background:none;}

.homebar .wpyou_widget_SpecialCatPicPosts ul{ padding:15px 10px;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li{ margin-bottom:15px; padding:0 0 15px; height:auto; border-bottom:1px solid #eee; background:none;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li img{ float:left; padding-right:10px; width:100px; height:75px;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li h4{ margin-bottom:0; line-height:20px; font-size:14px; overflow:hidden;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li p{ color:#666;}

.homebar .wpyou_widget_SpecialCatBigPicPosts ul li{ margin:0 auto 15px; padding:0; height:auto; text-align:center; background:none;}
.homebar .wpyou_widget_SpecialCatBigPicPosts ul li img{ width:228px; height:170px;}
.homebar .wpyou_widget_SpecialCatBigPicPosts ul li h4{ margin-bottom:0; line-height:18px; font-size:14px; overflow:hidden;}

.homebar .widget .textwidget{ padding-bottom:10px; border:1px solid #eee; background:#fff; overflow:hidden;}
.homebar .widget .textwidget p{ margin:10px 10px 0;}
.homebar .widget .textwidget ul{ border:none;}

.homebar .widget_search .searchInput{ padding:4px 8px 3px; width:168px; height:24px; line-height:24px; border:1px solid #d6d6d6; color:#666; background:#fff;}
.homebar .widget_search .searchInput:hover{ border:1px solid #999; color:#666;}
.homebar .widget_search .searchBtn{ float:right; *float:none; width:60px; height:33px; *line-height:30px; font-size:14px; font-weight:bold; text-align:center; text-indent:0; border:none; color:#fff; background:#388cd6; cursor:pointer; position:static;}
.homebar .widget_search .searchBtn:hover{ background:#2b81ce;}

/* Homebar - WidgetMenu */
.homebar .widget_nav_menu h3{ border-bottom:1px solid #e6e6e6;}
.homebar .widget_nav_menu div{ padding:10px; background:#fff;}
.homebar .widget_nav_menu ul{ padding:0; font-size:16px; border:none;display:flex;flex-flow: row wrap;}
.homebar .widget_nav_menu ul li{ margin:0; padding:0; height:auto; background:#f4f4f4; overflow:hidden;flex: 0 0 33.3%;}
.homebar .widget_nav_menu ul li.menu-item{height: 120px;}
.homebar .widget_nav_menu ul li.menu-item:nth-child(1){background:url(images/service1.png) no-repeat 50% 0;background-size: 86px;}
.homebar .widget_nav_menu ul li.menu-item:nth-child(2){background:url(images/service2.png) no-repeat 50% 0;background-size: 86px;}
.homebar .widget_nav_menu ul li.menu-item:nth-child(3){background:url(images/service3.png) no-repeat 50% 0;background-size: 86px;}
.homebar .widget_nav_menu ul li.menu-item:nth-child(4){background:url(images/service4.png) no-repeat 50% 0;background-size: 86px;}
.homebar .widget_nav_menu ul li.menu-item:nth-child(5){background:url(images/service5.png) no-repeat 50% 0;background-size: 86px;}
.homebar .widget_nav_menu ul li.menu-item:nth-child(6){background:url(images/service6.png) no-repeat 50% 0;background-size: 86px;}
.homebar .widget_nav_menu ul li.menu-item.menu-item-type-custom a{padding: 90px 11px 0;line-height: 14px;text-indent: 0;text-align: center;font-size: 14px;}
.homebar .widget_nav_menu ul li a:link, .homebar .widget_nav_menu ul li a:visited{ height:46px; line-height:46px; text-indent:24px; color:#666; background:url(images/icon.gif) no-repeat right -372px; display:block; overflow:hidden;}
.homebar .widget_nav_menu ul li a:hover, .homebar .widget_nav_menu ul li.current-cat a:link, .homebar .widget_nav_menu ul li.current-cat a:visited, .homebar .widget_nav_menu ul a:hover, .homebar .widget_nav_menu ul li.current-cat a:hover{ color:#fff; background:#436bb8 url(images/icon.gif) no-repeat right -332px; text-decoration:none;}
.homebar .widget_nav_menu ul li.menu-item.menu-item-type-custom a:link, .homebar .widget_nav_menu ul li.menu-item.menu-item-type-custom a:visited{background:none;color:#323131}
/* Experts */
.ecpert-ft{ padding-bottom:15px; font-size:14px; color:#666; border-bottom:1px dotted #e8e8e8; overflow:hidden; clear:both;}
.ecpert-ft h3{ margin-bottom:12px; font-size:20px; color:#388cd6; overflow:hidden;}
.ecpert-ft a:link, .ecpert-ft a:visited{ color:#388cd6;}
.ecpert-ft a:hover{ color:#222;}
.ecpert-ft img{ padding:3px 18px 0 0; width:220px; height:300px;}
.ecpert-ft .folio-thumb{ float:left;}

.piclist-v{ margin-left:-1.5%; overflow:hidden;}
.piclist-v li{ float:left; margin-top:20px; margin-left:2%; _margin-left:1%; width:18%; height:auto; text-align:center; overflow:hidden;}
.piclist-v li .folio-thumb{ position:relative;}
.piclist-v li .folio-thumb img{ width:100%; height:auto; display:block;}
.piclist-v li h3{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}
.piclist-v li p{ color:#666;}
.piclist-v a:hover p{ color:#388cd6;}

/* Department */
.col-tab{ float:left; margin-right:-280px; width:240px; border:1px solid #e9e9e9; background:#f6f6f6;}
.col-tab a{ padding-left:24px; height:52px; line-height:52px; font-size:18px; color:#666; border-bottom:1px solid #ebebeb; display:block; position:relative;}
.col-tab a i{ position:absolute; top:0; right:-16px; width:0; height:0; line-height:10px; font-size:10px; border-top:26px solid transparent; border-bottom:26px solid transparent; border-left:16px solid #388cd6; display:none;}
.col-tab a:hover, .col-tab .hov a{ color:#fff; background-color:#388cd6; text-decoration:none;}
.col-tab a:hover i, .col-tab .hov a i{ display:block;}

.col-tab-list{ margin-left:280px;}
.col-tab-list ul{ display:none;}
.col-tab-list ul li{ float:left; margin:0 0 3px; width:50%; font-size:14px;}
.col-tab-list ul li a{ padding:0 14px; height:24px; background:url(images/icon.gif) no-repeat 0 11px; display:block; overflow:hidden;}
.col-tab-list ul li.p{ margin:0 0 18px 0; padding:0 0 15px; width:100%; height:auto; font-size:12px; border-bottom:1px solid #eee; background:none;}
.col-tab-list ul li.p h3{ margin-bottom:10px; height:24px; font-size:18px; white-space:nowrap; overflow:hidden;}
.col-tab-list ul li.p p{ line-height:22px; color:#666;}
.col-tab-list ul li.p a{ padding:0; height:none; color:#388cd6; background:none; display:inline;}
.col-tab-list ul li.p p a{ padding-left:10px;}

/* Department */
.col-postlist .post-ft{ float:left; margin-top:6px; margin-right:-300px; width:280px;}
.col-postlist .post-ft img{ width:100%; height:220px;}
.col-postlist .post-ft h3{ font-size:14px; text-align:center;}
.col-postlist ul{ margin-left:300px;}
.col-postlist ul li{ float:left; margin:0 0 3px; padding:0; width:50%; font-size:14px; background:none;}
.col-postlist ul li a{ padding:0 14px; height:24px; background:url(images/icon.gif) no-repeat 0 11px; display:block; overflow:hidden;}

/* Partners */
.partners{ margin-bottom:30px;}
.partners h2{ padding:10px 10px 20px 0; border:none; text-align:center; background:url(images/icon.gif) repeat-x 0 -452px;}
.partners h2 a{ padding:0 30px; background:#F8F8F8;}
#partner-list{}
#partner-list a{ display:inline-block;}
#partner-list a img{ height:38px; -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=65); -moz-opacity:0.65; opacity:0.65;}
#partner-list a:hover img{ -webkit-filter:grayscale(0); -moz-filter:grayscale(0); -ms-filter:grayscale(0); -o-filter:grayscale(0); filter:grayscale(0); filter:gray; filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}

/* BreadCrumb */
.breadcrumb{ float:right; color:#999;}
.breadcrumb i{ padding:0 6px 0 8px; background:url(images/icon.gif) no-repeat 7px -39px;}
.breadcrumb a:link, .breadcrumb a:visited{ color:#999;}
.breadcrumb a:hover{ color:#666;}

.crumb-box{ float:left;}
.weibo-box, .wb-follow-button{ float:right;}
.weibo-box{ *width:127px;}
.wb-follow-button{ margin-top:5px; *margin-top:-29px;}

.cur-title{ margin-bottom:25px; height:36px; line-height:36px; border-bottom:2px solid #e8e8e8; text-transform:capitalize; overflow:hidden;}
.cur-title span{ padding-left:4px; color:#999;}
.cur-title b{ max-width:45%; font-size:18px; font-weight:normal; border-bottom:2px solid #388cd6; color:#0193e9; display:inline-block;}
.cur-title b a{ color:#0193e9; text-decoration:none;}
.cur-title .breadcrumb{ max-width:50%;}

/* Archive - Postlist */
.postlist{ padding:0; overflow:hidden;}
.postlist li{ margin:0 auto; padding:0 0 0 25px; height:40px; line-height:40px; border-bottom:1px solid #f6f6f6; background:url(images/icon.gif) no-repeat 10px 19px; overflow:hidden;}
.postlist li:hover{ background-color:#fdfdfd;}
.postlist li a{ float:left; width:85%; font-size:14px;}
.postlist li span{ float:right; padding-right:10px; color:#bbb;}

.column-list{ margin-left:-2.5%;}
.column{ float:left; margin-bottom:25px; margin-left:2.5%; width:47.5%; height:365px; overflow:hidden;}
.column h2, .column .content h3{ margin-bottom:15px; padding:6px 0; height:24px; font-size:14px; font-weight:bold; border-bottom:1px solid #388cd6; color:#388cd6; background:#fff; overflow:hidden; clear:both;}
.column h2 a:link, .column h2 a:visited, .column .content h3 a:link, .column .content h3 a:visited{ color:#0193e9;}
.column h2 a:hover, .column .content h3 a:hover{ color:#388cd6; text-decoration:none;}
.column h2 i, .column .content h3 i{ float:right; font-size:14px; font-style:normal;}
.column h2 i a:link, .column h2 i a:visited, .column .content h3 i a:link, .column .content h3 i a:visited{ padding:4px 0 4px 12px; color:#666;}
.column h2 i a:hover, .column .content h3 i a:hover{ color:#388cd6;}
.column h2 span a{ float:right; *margin-top:-24px; width:40px; height:30px; text-indent:-9999px; background:url(images/icon.gif) no-repeat 0 -104px; display:block;}
.column ul li{ margin-bottom:8px; height:24px; font-size:14px; overflow:hidden;}
.column ul li a{ padding-left:14px; background:url(images/icon.gif) no-repeat 0 11px; display:block; overflow:hidden;}
.column ul li span{ float:right; padding-left:10px; font-size:12px; color:#bbb;}

/* Archive - Piclist */
.piclist{ margin-left:-1.83%; overflow:hidden;}
.piclist li{ float:left; margin-bottom:25px; margin-left:1.83%; *margin-left:1.80%; _margin-left:0.935%; width:31.5%; height:auto; text-align:center; overflow:hidden;}
.piclist li .folio-thumb{ position:relative;}
.piclist li .folio-thumb img{ width:100%; height:auto; display:block;}
.piclist li h3{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}

.piclist-ratio{ margin-left:-1.83%; overflow:hidden;}
.piclist-ratio li{ float:left; margin-bottom:25px; margin-left:1.83%; *margin-left:1.80%; _margin-left:0.935%; width:31.5%; height:auto; text-align:center; overflow:hidden;}
.piclist-ratio li .folio-thumb{ position:relative;}
.piclist-ratio li .folio-thumb img{ width:100%; height:auto; display:block;}
.piclist-ratio li h3{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}

.piclist-col4{ margin-left:-1.5%;}
.piclist-col4 li{ margin-left:1.5%; _margin-left:0.75%; width:23.5%;}

/* Post */
.post{ overflow:hidden;}
.post .post-title{ margin-bottom:8px; padding-bottom:8px; line-height:40px; font-size:28px; text-align:center; border-bottom:1px solid #e6e6e6; color:#333;}
.post .post-subtitle{ margin-bottom:8px; margin-top:-9px; padding:10px 0; text-align:center; border-bottom:1px solid #e6e6e6; color:#787878; background:#fff;}
.postmeta{ margin-bottom:25px; color:#999; text-align:center;}
.postmeta a:link, .postmeta a:visited{ color:#999;}
.postmeta a:hover{ color:#666;}
.entry{ font-size:14px;}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6{ margin-bottom:15px; color:#000;}
/*.entry p{ margin-bottom:20px; text-indent:2em;}*/
.entry p{ margin-bottom:20px;}
.entry table p{ margin-bottom:0;}
.entry a:link, .entry a:visited{ color:#388cd6;}
.entry a:hover{ color:#F65E4F;}
.entry img{ margin-bottom:15px; max-width:100%; height:auto;}
.entry iframe{ width:100%;}
.entry ol, .entry ul{ margin:10px 20px;}
.entry ol li{ list-style:decimal;}
.entry ul li{ list-style:disc;}
.entry input,.entry textarea,.entry select{ padding:6px; border:1px solid #ccc; font-size:100%; vertical-align: middle;}
.entry input[type="text"]:hover,.entry input[type="text"]:focus,.entry input[type="text"]:active{ border:1px solid #999;}
.entry input[type="file"]{ border:none;}
.entry table{ margin-bottom:15px; color:#666; border-left:1px solid #E4E4E4; border-bottom:1px solid #E4E4E4;}
.entry th{ padding:5px 10px; border-right:1px solid #E4E4E4; border-top:1px solid #E4E4E4; background:#F5F5F5;}
.entry td{ padding:5px 10px; border-right:1px solid #E4E4E4; border-top:1px solid #E4E4E4;}
.alignleft{ float:left; padding-right:10px;}
.alignright{ float:right; padding-left:10px;}
.alignnone, .aligncenter{ float:none; margin-left:auto; margin-right:auto; clear:both;}
.aligncenter{ text-align:center; display:block;}
.wp-caption{margin:10px auto; padding:6px; background:#F6F6F6;border:1px solid #E4E4E4; -khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-align:center;}
.wp-caption img{ max-width:660px;}
.wp-caption p.wp-caption-text{margin:5px 0 0;padding:4px;line-height:20px;color:#666;}

.entry blockquote, .entry pre, .entry code{ margin:0 10px 15px; padding:8px 15px; border:1px solid #fae2ba; color:#666; background-color:#ffffe6;}
.entry blockquote p, .entry pre p, .entry code p{ margin-bottom:0; line-height:20px;}
.entry blockquote code, .entry pre code{ margin:0; padding:0; border:none; background:none;}

.post .share{ margin:25px auto; padding-bottom:8px; line-height:28px; border-bottom:1px solid #e6e6e6; color:#999; text-align:right; clear:both;}
.post #bdshare{ float:right;}

/* Page */
.post .page-title{ margin-bottom:30px; padding-bottom:10px; line-height:1.5; font-size:28px; text-align:center; border-bottom:1px solid #E9E9E9; color:#333;}

/* Page - Sitemap */
.page-sitemap{ background:#eee;}
.sitemap-box{ margin:25px auto; padding:2%; width:92%; line-height:24px; background:#fff;}
.sitemap-box a:link, sitemap-box a:visited{ color:#333;}
.sitemap-box a:hover{ color:#10579D;}
.sitemap-box h1{ margin-bottom:20px; font-size:20px; text-align:center;}
.sitemap-box h2{ margin:8px auto 15px; padding-bottom:10px; font-size:14px; font-weight:700; border-bottom:1px solid #eee;}
.sitemap-box ul{ margin:10px;}
.sitemap-box ul li{ margin:6px 0 0 18px; list-style:disc; color:#999;}
.sitemap-box ul li ul{ margin:5px 10px 10px;}
.sitemap-box ul li ul li{ margin:3px 0 0 16px; list-style:circle;}
.sitemap-box #breadcrumb, .sitemap-box .archivers, .sitemap-box .full-version, .sitemap-box #footer{ margin-top:20px; padding:6px 15px; border:1px solid #eee; border-top:1px solid #ddd; clear:both;}
.sitemap-box #breadcrumb, .sitemap-box .full-version{ border:1px solid #eee; background:#f8f8f8;}
.sitemap-box .archivers{ padding:5px 15px 15px; overflow:hidden;}
.sitemap-box #footer{ padding:10px; text-align:center;}

/* Page - Position-Map */
.map-api .entry img{ margin-bottom:15px; max-width:none; height:inherit;}

/* Pagenavi */
.wpagenavi{ margin:0 auto; padding-top:35px; width:100%; line-height:40px; font-family:"宋体"; text-align:center;}
.wpagenavi-bd{ margin:20px auto 0; border-top:1px solid #e8e8e8;}
.wpagenavi a:link, .wpagenavi a:visited{ margin:0 4px; padding:12px 16px; color:#666; background:#f6f6f6; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.wpagenavi a:hover, .wpagenavi a:active{ color:#fff; background:#388cd6; text-decoration:none;}
.wpagenavi a.current:link, .wpagenavi a.current:visited, .wpagenavi a.current:hover{ color:#fff; background:#388cd6; font-weight:bold;}

/* Post Navigation */
.post-navi{ padding-top:20px; text-align:center;}
.post-navi a:link, .post-navi a:visited{ padding:2px 9px; border:1px solid #fff; background:#fff;}
.post-navi a:hover{ border:1px solid #E4E4E4; background:#F5F5F5; text-decoration:none;}

/* Prev Next Post */
.post-prev-next{ margin:6px auto; line-height:24px; font-size:12px; color:#333;}

/* Error404 */
.error404{ max-width:60%; padding:50px 0;}
.error404 h4{ height:32px; line-height:32px; font-size:200%; color:#F00;}
.error404 span{ margin-bottom:25px; color:#666; display:block;}
.error404 ol{ padding:5px 0 5px 20px;}
.error404 ol li{ margin:0 auto; list-style:disc;}
.errorsearch{ margin-top:15px; width:100%; overflow:hidden;}
.errorsearch .searchInput{ float:left; padding:6px 0; width:80%; text-indent:12px; height:24px; line-height:24px; border:1px solid #DDD;}
.errorsearch #searchsubmit{ float:right; width:19%; height:38px; font-size:14px; border:none; color:#fff; background:#666; cursor:pointer;}
.errorsearch #searchsubmit:hover{ background:#333;}

/* Related */
.related{ margin:30px auto 0;}
.related h2{ padding:0 0 6px 20px; font-size:18px; border-bottom:1px solid #e6e6e6; color:#111; background:url(images/icon.gif) no-repeat 0 -200px; text-transform:capitalize; overflow:hidden;}
.related ul.post-list, .related ul.thumb-list{ margin-top:20px; overflow:hidden;}
.related ul.post-list li{ float:left; margin:2px auto; padding-right:5%; width:45%; height:24px; background:url(images/icon.gif) no-repeat 0 10px; overflow:hidden;}
.related ul.post-list li a{ padding-left:15px;}

/* Sidebar */
.sidebar{ float:left; margin-right:-254px; width:250px; color:#666; border:1px solid #e2e2e2; -webkit-box-shadow:3px 3px 5px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow:3px 3px 4px 0 rgba(0, 0, 0, 0.08); box-shadow:3px 3px 5px 0 rgba(0, 0, 0, 0.08);}
.rightbar{ float:right; margin-left:-254px; width:250px; color:#444; border:1px solid #e2e2e2;}
.sidebar h3{ margin:0; padding:8px 0; height:24px; font-size:14px; font-weight:bold; color:#444; border-top:1px solid #388cd6; border-bottom:1px solid #eee;}
.sidebar h3 a:link, .sidebar h3 a:visited{ color:#0193e9;}
.sidebar h3 a:hover{ color:#388cd6; text-decoration:none;}
.sidebar h3 span a{ float:right; *margin-top:-24px; width:40px; height:24px; text-indent:-9999px; background:url(images/icon.gif) no-repeat 0 -104px; display:block;}
.sidebar ul li{ margin:0 10px 25px;}
.sidebar ul li ul{ padding:10px 0; background:#fff; overflow:hidden;}
.sidebar ul li ul li{ margin:4px auto; padding-left:12px; height:24px; background:url(images/icon.gif) no-repeat 0 10px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.sidebar ul li ul li ul{ border:none;}
.sidebar ul li div{ padding:15px 0 10px; line-height:28px; background:#fff;}
.sidebar ul li div.menu-headermenu-container{ padding:0 0 10px;}
.sidebar ul li div.folio-item, .sidebar ul li div.folio-thumb, .sidebar ul li div.mediaholder{ float:left; padding:0;}
.sidebar ul li div.opacity-pic{ display:none;}
.widget_black_studio_tinymce h3, .widget_text h3{ border-bottom:none;}

/* SubList */
.sidebar ul li.widget_nav_menu { margin:0 0 40px;}
.sidebar ul li.widget_nav_menu h3{ height:40px; line-height:40px; font-size:24px; font-weight:normal; text-indent:24px; border-top:1px solid #388cd6; border-bottom:1px solid #d1dced; background:#e3eaf4;}
.sidebar ul li.widget_nav_menu ul{ padding:0; font-size:16px; border:none; overflow:visible;}
.sidebar ul li.widget_nav_menu ul li{ margin:0; padding:0; height:auto; border-top:1px solid #fdfdfd; border-bottom:1px solid #e4e4e4; background:#f4f4f4; overflow:visible; position:relative;}
.sidebar ul li.widget_nav_menu ul li a:link, .sidebar ul li.widget_nav_menu ul li a:visited, .sidebar ul li.widget_nav_menu ul li a{ height:46px; line-height:46px; text-indent:24px; color:#666; background:url(images/icon.gif) no-repeat right -372px; display:block; overflow:hidden;}
.sidebar ul li.widget_nav_menu ul li a:hover, .sidebar ul li.widget_nav_menu ul li.current-cat a:link, .sidebar ul li.widget_nav_menu ul li.current-cat a:visited, .sidebar ul li.widget_nav_menu ul li.current_page_item a:link, .sidebar ul li.widget_nav_menu ul li.current_page_item a:visited, .sidebar ul li.widget_nav_menu ul a:hover, .sidebar ul li.widget_nav_menu ul li.current-cat a:hover{ color:#fff; background:#436bb8 url(images/icon.gif) no-repeat right -332px; text-decoration:none;}
.sidebar ul li.widget_nav_menu ul li.page_item a:link, .sidebar ul li.widget_nav_menu ul li.page_item a:visited{ text-indent:24px;}

.sidebar ul li.widget_nav_menu ul li ul{ margin:0 auto !important; width:100%; border-top:1px solid rgba(44,80,177,.9); background-color:#f8f8f8; position:absolute; top:-1px; left:250px; z-index:999; display:none; -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2); box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);}
.sidebar ul li.widget_nav_menu ul li.current-cat ul li a:link, .sidebar ul li.widget_nav_menu ul li.current-cat ul li a:visited, .sidebar ul li.widget_nav_menu ul li.current_page_item ul li a:link, .sidebar ul li.widget_nav_menu ul li.current_page_item ul li a:visited, .sidebar ul li.widget_nav_menu ul li.current_page_ancestor ul li a:link, .sidebar ul li.widget_nav_menu ul li.current_page_ancestor ul li a:visited{ color:#666; background-color:#f4f4f4; background-position:right -372px;}
.sidebar ul li.widget_nav_menu ul li.current-cat ul li a:hover, .sidebar ul li.widget_nav_menu ul li.current_page_item ul li a:hover, .sidebar ul li.widget_nav_menu ul li.current_page_ancestor ul li a:hover{ color:#fff; background-color:#436bb8; background-position:right -332px;}

.sidebar ul li.widget_nav_menu ul li.current-cat-ancestor > a, .sidebar ul li.widget_nav_menu ul li.current_page_ancestor > a{ color:#fff; background:#436bb8 url(images/icon.gif) no-repeat right -332px;}


/* Search */
.sidebar ul li.widget_search #searchform{ margin-top:15px;}
.sidebar ul li.widget_search .searchInput{ padding:4px 8px 3px; width:152px; height:24px; line-height:24px; border:1px solid #d6d6d6; color:#666; background:#fff;}
.sidebar ul li.widget_search .searchInput:hover{ border:1px solid #999; color:#666;}
.sidebar ul li.widget_search .searchBtn{ float:right; *float:none; width:60px; height:33px; *line-height:30px; font-size:14px; font-weight:bold; text-align:center; text-indent:0; border:none; color:#fff; background:#388cd6; cursor:pointer; position:static;}
.sidebar ul li.widget_search .searchBtn:hover{ background:#2b81ce;}

/* CustomWidgets */
.sidebar ul li.wpyou_widget_SpecialCatList ul{ padding:0;}
.sidebar ul li.wpyou_widget_SpecialCatList ul li{ height:auto; background:url(images/arrow.gif) no-repeat 3px 10px;}
.sidebar ul li.wpyou_widget_SpecialCatList ul li ul li{ line-height:20px; background:url(images/arrow-sub.gif) no-repeat 3px 7px;}

.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li{ margin-bottom:15px; padding:0 0 15px; height:auto; border-bottom:1px solid #EEE; background:none;}
.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li img{ float:left; padding-right:10px; width:110px; height:80px;}
.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li h4{ margin-bottom:5px; height:54px; line-height:18px; font-size:14px; overflow:hidden;}
.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li p{ color:#666;}

.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li{ margin:0 auto 15px; padding:0; height:auto; text-align:center; background:none;}
.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li div.folio-thumb{ float:none;}
.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li img{ width:240px; height:180px;}
.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li h4{ margin:10px auto; line-height:18px; font-size:14px; overflow:hidden; clear:both;}

.sidebar ul li.widget_media_image img{ max-width:100%; width:100% !important; height:auto !important;}

/* Newsletter */
.widget_newsletterwidget input[type="text"]{ margin-bottom:8px; padding:6px 1.5%; width:96%; border:1px solid #ddd;}
.widget_newsletterwidget .newsletter-submit{ margin-top:8px; padding:8px 20px; font-size:14px; font-weight:bold; text-align:center; text-indent:0; border:none; color:#fff; background:#388cd6; cursor:pointer; position:static;}
.widget_newsletterwidget .newsletter-submit:hover{ background:#2b81ce;}

/* Calendar */
#wp-calendar{ margin:5px auto; width:94%;}
#wp-calendar caption{ padding:5px 0px; font-size:14px;}
#wp-calendar th, #wp-calendar td{ padding:2px 1px; line-height:18px; text-align:center; text-transform:capitalize; color:#555; border:1px solid #E4E4E4; background-color:#F9F9F9;}
#wp-calendar tbody tr td a:link, #wp-calendar tbody tr td a:visited{ font-weight:bold; color:#FF0242;}
#wp-calendar tbody tr td a:hover{ color:#333;}
#wp-calendar tbody tr td:hover{ border:1px solid #D9D9D9; color:#444; background-color:#EEE;}
#wp-calendar tfoot tr td{ padding:8px 10px 0px; border:none; background:none;}
.pad{ border:none !important; background:none !important;}

/* Comments*/
.postComment{ float:left; width:100%; margin:40px auto; overflow:hidden;}
#addcomment, #comments{ margin-bottom:25px; padding-bottom:6px; font-size:18px; font-weight:normal; font-family:"Microsoft Yahei","黑体";  color:#333; border-bottom:1px solid #DDD;}
#addcomment{ margin-top:10px;}
.post_comment ol li{ margin:10px 5px; padding:10px 10px 5px 10px; list-style:none; }
.commentlist{ width:98%; font-size:12px; clear:both;}
.commentlist li{ margin-bottom:10px; padding:6px 0; border:1px solid #E4E4E4;}
.commentlist li.alt{ border:1px solid #E3E7EA; background-color:#F7F8F9;}
.commentlist li.comment-author-admin{ border:1px solid #D8D8D8; background:#fff;}
.commentlist li ul{ margin:10px 10px;}
.commentlist li ul.children{ margin:10px 10px;}
.commentlist li p{ padding:10px 10px 5px;}

.comment-author{ width:100%; height:22px; line-height:22px; border-bottom:1px solid #ECECEC;}
.commentlist li.alt .comment-author{ border-bottom:1px solid #E3E7EA;}
.commentlist li.comment-author-admin .comment-author{ border-bottom:1px solid #E3E3E3;}
.commentlist li.alt .comment-author{ border-bottom:1px solid #E8EDF0;}
.avatar{ float:left; padding:1px 1px; width:32px; height:32px; border:1px solid #E0E0E0;}
.author_info{ float:left; padding-left:10px; line-height:16px;}
.author_info cite{ font-style:normal; font-weight:bold;}
.author_info em{ padding-left:10px; font-size:10px; font-style:normal; color:#999;}

.reply{ float:right; margin:-3px 8px 0px 0px;}
#cancel-comment-reply{ float:right; margin-right:10px;}
.reply a, #cancel-comment-reply a{ color:#999 !important;}
.reply a:hover, #cancel-comment-reply a:hover{ color:#1162B3 !important;}

#respond p{ margin:0 0 15px;}
#respond label{ float:left; padding:3px 8px; width:70px; text-align:right; display:block;}
#respond em{ padding-top:5px; color:#F00; font-style:normal; font-weight:normal;}

#author, #email, #url, #comment{ padding:6px; width:50%; border:1px solid #E4E4E4; color:#666;}
#comment{ width:84%; height:150px; font-size:12px; color:#787878; overflow-y:scroll; color:#666;}
#submit{ margin:0 8px; padding:12px 60px; font-size:16px; color:#fff; border:none; background:#0193e9; cursor:pointer; display:block; -webkit-transition:background 0.4s ease; -moz-transition:background 0.4s ease; -o-transition:background 0.4s ease; -ms-transition:background 0.4s ease; transition:background 0.4s ease;}
#submit:hover, #submit:active{ background:#2b81ce;}
.comment_navi{ text-align:right; padding:5px 15px; font-size:12px; color:#999;}
.comment_navi a{ color:#999;}

/* Corp */
.row-corp h2{ padding:0; height:38px; font-size:14px; font-weight:normal; color:#666; overflow:visible;}
.row-corp em{ padding:0 15px; height:38px; line-height:38px; font-style:normal; cursor:pointer; display:inline-block;}
.row-corp em.cur{ border:1px solid #0193e9; border-bottom:none; color:#0193e9; background:#fff;}
.row-corp .div-tab-s ul li{ float:left;}
.row-corp .cooperation ul li{ padding:0 22px; text-align:center;}
.row-corp .cooperation ul p{ margin-top:5px; line-height:14px; text-align:center; color:#666;}
.row-corp .friendlink ul li{ float:left; margin:0 6px; white-space:nowrap; overflow:hidden;flex:0 0 24%;}
.row-corp .friendlink ul{position:relative;display:flex;}
.row-corp .friendlink{position:relative;padding: 0 40px;}
.row-corp .friendlink .leftIcon{width:40px;height:100%;position: absolute;left:0;background:url(images/arrow-slider.png) no-repeat -40px center;cursor:pointer;z-index:1}
.row-corp .friendlink .rightIcon{width:40px;height:100%;position:absolute;top:0;right:0;background:url(images/arrow-slider.png) no-repeat 0 center;cursor:pointer;z-index:1}
.goFirst{left:0;}
.goLast{left:-100%;}

/* Footer */
.footer{ padding:30px 0 0; width:100%; border-top:1px solid #e8e8e8; color:#666; background:#f6f6f6;}
.footer a:link, .footer a:visited{ color:#666;}
.footer a:hover{ color:#388cd6;}

/* Footbar */
.footbar{ overflow:hidden;}
.footbar h3{ margin-bottom:12px; font-size:14px; font-weight:bold; text-transform:capitalize;}
.footbar h3 a{ color:#666;}
.footbar .widget-column{ float:left; margin-bottom:35px; padding-right:2%; width:16%;}
.footbar .widget-column-last{ float:right; padding:0; width:auto;}
.footbar .widget-column ul{ overflow:hidden;}
.footbar .widget-column ul li{ margin-bottom:4px; overflow:hidden;}
.footbar .wpyou_widget_SpecialCatList ul li, .footbar .widget_categories ul li, .footbar .widget_categories ul li, .footbar .widget_archive ul li{ float:left; padding-right:2%; width:48%;}

.footbar .widget_newsletterwidget form{ margin-top:15px; position:relative;}
.footbar .widget_newsletterwidget form p{ display:block;}
.footbar .widget_newsletterwidget .newsletter-email{ padding:5px 4%; width:92%; line-height:28px; border:1px solid #ccc; color:#888; background:#fff; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.footbar .widget_newsletterwidget .newsletter-submit{ padding:0 15px; height:40px; line-height:40px; color:#fff; background:#999; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; border:none; position:absolute; top:0; right:0; -webkit-transition:background 0.4s ease; -moz-transition:background 0.4s ease; -o-transition:background 0.4s ease; -ms-transition:background 0.4s ease; transition:background 0.4s ease;}
.footbar .widget_newsletterwidget .newsletter-submit:hover, .footbar .widget_newsletterwidget .newsletter-submit:active{ background:#f60;}

.footbar #wp-calendar{ width:94%;}
.footbar #wp-calendar th, .footbar #wp-calendar td{ border:1px solid #393939; background:none;}
#wp-calendar tbody tr td a:link, #wp-calendar tbody tr td a:visited{ font-weight:bold; color:#f30;}
#wp-calendar tbody tr td a:hover{ color:#eee;}
.footbar #wp-calendar tbody tr td:hover{ border:1px solid #444; color:#eee; background-color:#444;}

/* Copyright */
.copyright{ padding:15px 0; min-height:24px; border-top:1px solid #0193e9; color:#f9f9f9; background:#0193e9; text-align:center;}
.copyright:after{ content:" "; display:table; clear:both;}
.copyright .inner{ overflow:visible;}
.copyright a:link, .copyright a:visited{ color:#f9f9f9;}
.copyright a:hover{ color:#fff;}
.copyright #cp{ max-width:65%;padding-top: 10px;}
.copyright #our-sns{ float:right; position:relative;}
#our-sns a{ margin-left:5px; width:24px; height:24px; text-indent:-9999px; display:inline-block; background:url(images/icon-sns.gif) no-repeat 0 0; cursor:pointer; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -ms-transition:all 0.4s ease;}
#our-sns a:hover{ filter:alpha(opacity=8); -moz-opacity:0.8; opacity:0.8;}
#our-sns a#i_tsina{ background-position:0 0;}
#our-sns a#i_tqq{ background-position:0 -31px;}
#our-sns a#i_weixin{ background-position:0 -62px;}
#our-sns a#i_renren{ background-position:0 -92px;}
#our-sns a#i_qzone{ background-position:0 -123px;}
#our-sns a#i_facebook{ background-position:0 -154px;}
#our-sns a#i_twitter{ background-position:0 -185px;}
#weixin{ padding:10px; text-align:center; background:#fff; display:none; position:absolute; right:0; bottom:26px; z-index:999; -moz-box-shadow:0 0 12px rgba(0,0,0,.4); -webkit-box-shadow:0 0 12px rgba(0,0,0,.4); box-shadow:0 0 12px rgba(0,0,0,.4);}
#weixin img{ display:block;}

/* CustomerService */
.cs-div{ width:140px; height:auto; text-align:center; position:absolute; z-index:99999; overflow:hidden;}
.cs-div #cs-close{ float:right; width:32px; height:35px; text-indent:-9999px; display:block; cursor:pointer; position:absolute; top:0; right:0;}
.cs-bar{ padding:0; width:32px; height:116px;}
.cs-bar #cs-close{ width:32px; height:116px; background:url(images/cs.gif) no-repeat -106px 0; top:0; right:0;}
.cs-inner{ padding:60px 5px 0 10px; background:url(images/cs.gif) no-repeat 0 -120px; display:none;}
.cs-inner img{ margin-bottom:10px;}
.cs-btm{ width:100%; height:15px; background:url(images/cs.gif) no-repeat 0 bottom;}

/* Backtop */
.backToTop{ width:46px; height:46px; background:url(images/backtop.gif) no-repeat 0 0; position:fixed; _position:absolute; right:25px; bottom:40px; _bottom:"auto"; cursor:pointer; display:none; z-index:9999;}
.backToTop:hover{ background-position:0 -46px;}

/* AD */
#ad_coupleleft{ position:fixed; top:180px; left:10px; z-index:9999; max-width:120px; text-align:center;}
#ad_coupleright{ position:fixed; top:180px; right:10px; z-index:9999; max-width:120px; text-align:center;}
.closeadl, .closeadr{ display:block;}
#flyAd01, #flyAd02{ position:absolute; z-index:9999;}  

/****  Responsive CSS  ****/
/* Computer < 1200 */
@media only screen and (min-width:1440px){
	.inner{ width:1300px;}
}

@media only screen and (min-width:1024px) and (max-width:1439px){
	.inner{ width:85%;}
	#search-box #searchform #searchsubmit{ right:9px;}
	.navi li{ padding:0 3px; font-size:14px;}
	.navi li.menu-item-home, .navi li.nb{ padding:0 3px 0 0;}
	.navi li a, .navi li a:link, .navi li a:visited{ padding:0 15px;}
	
	.cat-post-list ul li.thumb{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #f2f2f2; height:auto;}
	.cat-post-list ul li.thumb .folio-thumb img{ width:140px; height:105px;}
	.cat-post-list ul li.thumb p{ height:66px; overflow:hidden;}
	.homebar .widget_nav_menu ul li a:link, .homebar .widget_nav_menu ul li a:visited{ height:38px; line-height:38px;}
}
@media only screen and (max-width:1023px){
	.inner{ width:96%;}
	.topbar-lt, #midbox,.social{ display:none;}
	.topbar-rt{ float:none; text-align:center;}
	#mid-box{ margin:0 auto 15px; display:none;}
	.subnav{ float:none; padding-right:10px; display:inline;}
	.logo{ float:none; margin:10px auto; text-align:center;}
	.logo img{ max-width:90%; display:inline;}
	.header{ margin:0 auto; padding:0;}
	.header .inner{ width:100%;}
	
	.main-menu{ margin:0 auto; width:100%; line-height:46px; display:none; position:relative; z-index:9999;}
	.main-menu .inner{ width:100%;}
	.navi{ background:#fafafa;}
	.navi li{ float:none; width:100%; padding:0; border-bottom:1px solid #e6e6e6; border-top:1px solid #fff; clear:both;}
	.navi li:first-child, .navi li.fr{ padding:0; border-top:none;}
	.navi li a, .navi li a:link, .navi li a:visited{ padding:0 15px; color:#222;}
	.navi li a:hover{ color:#fff; background:#222; border-bottom:none;}
	
	.navi li ul{ position:static; padding:0; width:100%; border-top:none; border-bottom:none; background:#e8e8e8; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}
	.navi li ul li{ border:none; background:none; border-top:1px solid #eee; border-bottom:1px solid #ddd;}
	.navi li ul li.litop{ display:none;}
	.navi li ul li a:link, .navi li ul li a:visited{ padding:0 0 0 24px; color:#666; background:none;}
	.navi li ul li a:hover, .navi li:hover ul li a:hover{ color:#222; background:transparent;}
	.navi li.current-menu-item ul li a:link, .navi li.current-menu-item ul li a:visited, .navi li.current-post-parent ul li a, .navi li.current-post-ancestor ul li a, .navi li.current-menu-parent ul li a, .navi li.current-category-ancestor ul li a, .navi li:hover ul li a{ background:none;}
	.navi li.current-menu-item a:link, .navi li.current-menu-item a:visited, .navi li.current-post-parent a, .navi li.current-post-ancestor a, .navi li.current-menu-parent a, .navi li.current-category-ancestor a{ color:#fff; background:#2b81ce; border:none;}

	.navi li:hover ul li.menu-item-has-children a:hover{ border-left:none;}
	.navi li.menu-item-has-children .mean-clicked, .navi li.menu-item-has-children .mean-toggle{ float:right; padding:0; width:46px; height:47px; text-align:center; font-size:14px; border-left:1px solid transparent; border-top:1px solid transparent; color:#888; background:url(images/icon-mo.png) no-repeat center -75px; position:absolute; right:0; top:-2px; z-index:99; cursor:pointer;}
	.navi li.menu-item-has-children .mean-clicked:hover{ color:#888; background-color:#e8e8e8;}
	.navi li.menu-item-has-children .mean-toggle{ background-color:#e8e8e8; background-position:center -126px;}
	.navi li.current-menu-item a.mean-clicked:link, .navi li.current-menu-item a.mean-clicked:visited, .navi li.current-menu-item a.mean-clicked:hover{ color:#888; background:url(images/icon-mo.png) no-repeat center -75px;}
	.navi li.current-menu-item .mean-toggle{ background:url(images/icon-mo.png) no-repeat center -125px !important;}
	
	.navi li ul li.menu-item-has-children:hover a{ color:#222; background-color:transparent;}
	.navi li ul li.menu-item-has-children ul li:last-child{ border-bottom:none;}
	
	.navi li.menu-item-has-children ul li .mean-clicked, .navi li.menu-item-has-children ul li .mean-toggle{ margin-top:1px; width:42px; height:42px;}
	
	.navi li:hover ul li.menu-item-has-children .mean-clicked{ background:#e8e8e8 url(images/icon-mo.png) no-repeat center -79px;}
	.navi li:hover ul li.menu-item-has-children .mean-toggle{ background:#e0e0e0 url(images/icon-mo.png) no-repeat center -128px !important;}
	.navi li:hover ul li.menu-item-has-children .mean-toggle:hover{ background:#e0e0e0 url(images/icon-mo.png) no-repeat center -128px !important;}
	.navi li ul li.menu-item-has-children ul li a, .navi li ul li.menu-item-has-children:hover ul li a{ padding:0 0 0 48px; color:#666;}
	.navi li ul li.menu-item-has-children:hover ul li a.mean-clicked{ padding:0;}
	.navi li ul li.menu-item-has-children:hover ul li a:hover{ color:#222; background-color:transparent;}
	.navi li ul li ul{ border-top:1px solid #ddd; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}
	
	#btn-so{ display:none;}
	#so-box{ float:none; margin:0 auto; padding:0; display:none;}
	#mobile-nav{ height:50px; line-height:50px; background:#0193e9; display:block; position:relative;}
	#mobile-nav a{ margin:10px auto; height:30px; line-height:30px; color:#fff; background:#005cc4; display:inline-block; cursor:pointer; text-decoration:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	#mobile-nav a:hover{ color:#b3ceed; background:#00428a;}
	#mobile-nav #mobile-menu{ padding-left:36px; padding-right:12px; background:#005cc4 url(images/search.png) no-repeat 12px -69px; position:absolute; top:0; left:10px;}
	
	#mobile-nav #mobile-so{ padding-left:36px; padding-right:12px; background:#005cc4 url(images/search.png) no-repeat 12px 8px; position:absolute; top:0; right:10px;}
	#search-box{ float:none; padding:20px 4%; width:92%; background:#f0f0f0;}
	#search-box #searchform{ background:none;}
	#search-box #searchform #ls{ padding:15px 4.5%; width:90%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	#search-box #searchform #searchsubmit{ padding:10px 0; height:100%; background-position:center 17px; cursor:pointer; position:absolute; right:10px; top:0;}
	#mobile-nav .actvie{ background-color:#00428a !important;}
	
	#slidebanner{ height:auto;}
	#slidebanner .inner{ width:100%;}
	#slidebanner{ border-bottom:none; box-shadow:none; background:none;}
	#slidebanner img{ width:100%; height:auto; min-height:inherit;}
	.banner img{ width:100%; height:auto;}
	
	.container{ padding:20px 0;}
	.container, .content{ float:none; margin:0 auto;}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4{ margin:0 auto;}
	.col-md-1 div, .col-md-2 div, .col-md-3 div, .col-md-4 div, .col-lt, .col-rt{ float:none; margin:0 0 20px 0; padding:6px 1.5% 8px; width:97%;}
	.crumb-box, .postlist li a{ float:none; width:100%;}
	.bx-pager, .announce h3, .weibo-box, .postlist li span, .sidebar, .cs-div{ display:none !important;}
	.pic-scroll-list .slide{ width:100%; height:auto;}
	
	.row-fluid .content, #news-slider, .news .col-box-list, .homebar{ float:none; margin:0 auto; width:100%;}
	#news-slider, .news .col-box-list{ margin-bottom:20px;}
	#news-slider{ float:none; width:100%; height:auto;}
	#news-slider ul li img{ width:100%;}
	#news-slider .bx-wrapper .bx-prev, #news-slider .bx-wrapper .bx-next{ display:block;}
	
	.row-fluid .widget_recent_comments, .row-fluid .wpyou_widget_SpecialCatList, .row-fluid .content .cat-post-list, .row-fluid .content .tabs-cat-posts, .row-fluid .content .cat-pic-list, .row-fluid .content .cat-scroll-pic-list, .row-fluid .content .wpyou_widget_SpecialCatPosts, .row-fluid .content .wpyou_widget_RandomPosts, .row-fluid .content .wpyou_widget_StickyPosts, .row-fluid .content .wpyou_widget_MostCommentPosts, .row-fluid .content .wpyou_widget_RecentPosts, .row-fluid .content .wpyou_widget_SpecialCatPicPosts, .row-fluid .content .wpyou_widget_SpecialCatBigPicPosts, .row-fluid .content .gallery-slider{ float:none; margin:0 auto 15px; width:100%;}
	
	.row-fluid .content .cat-pic-list-full ul li{ width:48.5%; box-sizing:border-box;}
	.row-fluid .content .gallery-slider-full{ margin-right:0; width:100%;}
	.row-fluid .content .gallery-slider .bx-controls{ bottom:33px;}
	.row-fluid .content .gallery-slider .bx-controls .bx-pager{ display:inline-block !important;}
	
	.cat-pic-list ul li, .row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li{ margin-left:2%; width:48%;}
	.cat-post-list ul li.thumb .folio-thumb img{ width:160px; height:120px;}
	.cat-scroll-pic-list ul li{ width:50%;}
	
	.column-list{ margin:0 10px;}
	.column{ float:none; margin:0 auto 25px; width:100%;}
	.breadcrumb{ display:none;}
	.cur-title b{ max-width:100%;}
	.piclist{ margin-left:-3%;}
	.piclist li{ margin-left:3%; width:47%;}
	
	.homebar{ display:none;}
	
	.entry{ font-size:16px; line-height:32px;}
	.entry p{ margin-bottom:20px;}
	.entry table{ max-width:100%; width:auto;}
	.entry iframe{ width:100% !important; height:auto !important;}
	.related ul.post-list li{ float:none; width:95%;}
	.related ul.thumb-list li{ margin:0 1.5% 15px; width:47%;}
	
	.wpagenavi a:link, .wpagenavi a:visited, .wpagenavi a:hover{ display:none;}
	.wpagenavi a.next, .wpagenavi a.previous{ padding:8px 60px; font-size:18px; display:inline-block;}
	
	.footbar .widget-column{ width:auto;}
	.foot-lt, #our-sns, .foot-rt{ float:none; max-width:100%; text-align:center;}
	.foot-nav{ font-weight:700;}
	.foot-rt{ margin:40px auto 20px;}
	.copyright{ min-height:inherit; overflow:hidden;}
	#weixin{ left:25%; bottom:210px;}
	#ad_coupleleft,#ad_coupleright,.closeadl,.closeadr,#flyAd01,#flyAd02{ display:none;}
}

@media only screen and (max-width:480px){
	.share{ display:none;}
	.announce ul li{ width:auto;}
	.piclist{ margin-left:0;}
	.footbar .widget-column{ width:48%; min-height:180px;}
	.footbar .widget-column-last{ float:left; width:96%;}
	.footbar .wp-block-columns{ margin-bottom:0 !important;}
	.copyright #cp, .copyright #our-sns{ float:none; margin-bottom:10px; text-align:center; max-width:96%;}
}