/* 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;
    border: none;
    clear: both;
}

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;
    outline: 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 #f90;
}

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;
}

/* Global */
body {
    color: #222;
    background: #fff;
    font: 12px/24px "Microsoft Yahei", Helvetica, Verdana, Tahoma, Arial, Sans-Serif;
}

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;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shiyu-copyright {
    display: none;
}

.inner {
    margin: 0 auto;
}

.clearfix {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    margin-top: 0px !important;
    *margin-top: -1px;
    line-height: 0
}

.clear {
    *zoom: 1
}

.clear:after, .clear:before {
    content: " ";
    display: table
}

.clear:after {
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both
}

.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.opacity {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

.c-show {
    display: block;
}

.c-none {
    display: none;
}

.folio-thumb img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
}

.folio-thumb:hover img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.folio-thumb .opacity-pic { /*background:#ef5c32;*/
}

.mediaholder {
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

a:link, a:visited {
    color: #222;
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
.logo-wrap{
	background-image: url(images/promo-201902-i.gif), url(images/promo-201902-ii.gif),
          url(images/promo-201902-iii.png);
	background-position: calc(50% - 600px - 282px / 2) top,
          calc(50% + 600px + 282px / 2) top, top;
	background-repeat: no-repeat, no-repeat, repeat-x;
}
*/
/* TopBar */
.top-bar {
    height: 32px;
    line-height: 32px;
}

.top-bar .inner {
    overflow: visible;
}

.top-bar-lt, .top-bar-rt {
    float: left;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.top-bar-rt {
    float: right;
}

.top-bar-lt a:link, .top-bar-lt a:visited, .top-bar-rt a:link, .top-bar-rt a:visited {
    padding: 0 7px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.top-bar-lt a:hover, .top-bar-rt a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}

.top-right {
    float: right;
}

.top-links {
    margin-top: 5px;
    font-size: 12px;
    text-align: right;

}

.plantform {
    position: relative;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}

.plantform a {
    margin-left: 10px;
}

.plantform a:hover {
    text-decoration: none;
}

.plantform .iconfont {
    font-size: 24px;
}

.plantform .icon-wechat {
    color: #3CB035;
}

.plantform .icon-jinritoutiao {
    color: #fe0000;
}

.plantform .icon-baijiahao {
    color: #0793F5;
}

.plantform .qrcode {
    display: none;
    position: absolute;
    z-index: 99;
    left: -210px;
    top: 0;
}

.plantform .qrcode img {
    width: 200px;
}

.plantform .wechat {
    margin-left: 0;
    position: relative;
}

.plantform .wechat:hover .qrcode {
    display: block;
}

.logo {
    float: left;
    vertical-align: middle;
    padding: 15px 0;
}

.logo img {
    max-height: 85px;
}

/* Header */
.header {
    background: #fff;
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    clear: both;
    position: relative;
    z-index: 10; /* IE6,7解决下拉菜单被幻灯片遮住问题*/
}

.header .inner {
    overflow: visible;
    position: relative;
}

.head-pinned {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.head-pinned .inner {
    height: 60px;
    line-height: 60px;
}

.head-pinned .logo {
    margin: 0 auto;
    visibility: visible !important;
}

.head-pinned .logo img {
    max-height: 32px;
}

.head-pinned .topbar {
    display: none;
}

.head-pinned .navi li ul {
    top: 60px;
}

.head-pinned .navi li ul li ul {
    top: 0;
}

.head-pinned .btn-so {
    height: 60px;
    background-position: center -62px;
}

.head-pinned .btn-so-hov {
    background-position: center -142px;
}

.head-pinned .navi li .ul-div {
    top: 60px;
}

.main-menu-wrap {
    background: #0071bc;
}

.main-menu-wrap-bottom .main-menu {
    line-height: 40px;
}

/* MainMenu */
.main-menu {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
}

#mobile-nav {
    display: none;
}

.navi {
    text-transform: uppercase;
}

.navi > li {
    float: left;
    width: 11.1111%;
}

.navi > li > a {
    text-align: center;
}

.navi li {
    position: relative;
    box-sizing: border-box;
}

.navi li a, .navi li a:link, .navi li a:visited {
    padding: 0 10px;
    color: #fff;
    display: block;
}

.navi li a:hover {
    text-decoration: none;
    color: #0071bc;
    background: #fff;
}

.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, .navi li:hover a {
    text-shadow: none;
    color: #0071bc;
    background: #fff;
}

.main-menu-wrap-bottom .navi li.current-menu-item a:link, .main-menu-wrap-bottom .navi li.current-menu-item a:visited /*, .navi li.current-post-parent a*/, .main-menu-wrap-bottom .navi li.current-post-ancestor a, .main-menu-wrap-bottom .navi li.current-menu-parent a, .main-menu-wrap-bottom .navi li.current-category-ancestor a, .main-menu-wrap-bottom .navi li:hover a {
    text-shadow: none;
    color: #fff;
    background: #0071bc;
}

.navi li ul {
    position: absolute;
    top: 60px;
    z-index: 1000;
    padding: 10px 0;
    width: 240px;
    line-height: 1.5;
    border-top: 1px solid transparent;
    background-color: #fff;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    display: none;
}

.main-menu-wrap-bottom .navi li ul {
    top: 40px;
}

.navi li ul li {
    float: none;
    padding: 0;
    line-height: 42px;
    font-size: 13px;
}

.navi li ul li a:link, .navi li ul li a:visited {
    padding: 0 20px;
    height: 42px;
    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:hover ul li a*/
{
    color: #666;
    background: none;
}

.navi li ul li.menu-item-has-children a {
    background: url(images/icon-menu.png) no-repeat right -312px;
}

.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 {
    background: #fbfbfb;
    color: #0071bc;
}

.navi li.current-menu-item ul li a {
    background: none;
}

.navi li.current-menu-item ul li a span {
    background: none;
}

.navi li:hover ul li a {
    background: none;
}

.navi li:hover ul li.menu-item-has-children a {
    background: url(images/icon-menu.png) no-repeat right -312px;
}

.navi li ul li ul {
    top: -2px;
    left: 240px;
    padding: 0;
    display: none;
    -moz-box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.2);
}

.navi li ul li.menu-item-has-children:hover a {
    background: #fbfbfb url(images/icon-menu.png) no-repeat right -354px;
}

.navi li ul li.menu-item-has-children:hover ul li a {
    color: #666;
    background: #fff;
}

.navi li ul li.menu-item-has-children:hover ul li a:hover {
    background-color: #fbfbfb;
}

.navi li:hover ul li.menu-item-has-children ul li a {
    background: none;
}

.btn-so {
    float: right;
    width: 40px;
    height: 85px;
    background: url(images/icon-menu.png) no-repeat center -50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.btn-so-hov {
    background: url(images/icon-menu.png) no-repeat center -130px;
}

#search-box {
    width: 100%;
    border-top: 1px solid #d8d8d8;
    background: #f9f9f9;
    display: none;
    position: relative;
    z-index: 99;
}

#search-box .inner {
    position: relative;
    overflow: visible;
}

#search-box i {
    width: 20px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    background: url(images/icon-menu.png) no-repeat center 0;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 99;
}

#search-box #searchform {
    padding: 20px 0;
    width: 60%;
    position: relative;
}

#search-box #searchform #ls {
    padding: 14px 2%;
    width: 96%;
    border: 1px solid transparent;
    color: #666;
    box-sizing: border-box;
}

#search-box #searchform #ls:hover, #search-box #searchform #ls:focus, #search-box #searchform #ls:active {
    border: 1px solid transparent;
}

#search-box #searchform #searchsubmit {
    float: right;
    padding: 15px 0;
    width: 68px;
    text-indent: -9999px;
    border: none;
    background: url(images/icon-menu.png) no-repeat center -240px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 20px;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

#search-box #searchform #searchsubmit:hover {
    background-color: transparent;
}

.search-pinned {
    position: fixed !important;
    top: 50px;
    left: 0;
    z-index: 99999 !important;
}

/* Slideshow */
.slideshow-swiper-container {
    width: 100%;
    background: #ddd;
    overflow: hidden;
    position: relative;
}

.slideshow-swiper-container .inner {
    height: 100%;
}

.slideshow-swiper-container img {
    width: 100%;
}

.slideshow-swiper-container .inner {
    line-height: 1.5;
    text-shadow: 0 0 15px #444;
    position: relative;
}

.slideshow-swiper-container .slide-text {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1.2;
    position: absolute;
	 top:30%;
    left: 0;
    z-index: 10;
}

.slideshow-swiper-container .slide-text h4 {
    margin: 0 auto 25px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    word-spacing: 15px;
}

.slideshow-swiper-container .slide-text p {
    margin-bottom: 25px;
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.slideshow-swiper-container .slide-text a, .slideshow-swiper-container .slide-text a:hover {
    width: auto;
    height: auto;
    text-decoration: none;
    display: block;
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.slideshow-swiper-container .swiper-button-next, .slideshow-swiper-container .swiper-button-prev {
    top: 0;
    margin-top: 0;
    width: 50px;
    height: 100%;
    background: url(images/arrow-slider.png) no-repeat;
}

.slideshow-swiper-container .swiper-button-prev {
    left: -50px;
    background-position: right center;
}

.slideshow-swiper-container .swiper-button-next {
    right: -50px;
    background-position: 0 center;
}

.slideshow-swiper-container .swiper-pagination-bullets {
    right: 0;
    text-align: right;
}

.slideshow-swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.slideshow-swiper-container .swiper-pagination-bullet-active {
    background: transparent;
}

.slideshow-swiper-container .swiper-pagination-bullets, .slideshow-swiper-container > .swiper-pagination-bullets {
    bottom: 20px;
}

/* Container */
.container {
    margin-top: -54px;
    margin-bottom: 70px;
    padding: 30px;
    background: #fff;
    display: table;
    box-sizing: border-box;
    clear: both;
    *overflow: hidden;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.container-hp {
    margin-top: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.column-fluid {
    float: right;
    margin-bottom: 25px;
    width: 100%;
}

/* Breadcrumb */
.breadcrumb {
    width: 100%;
    height: 220px;
    line-height: 165px;
    color: #222;
    background: #eee url(images/default-banner.jpg) no-repeat center 0;
    background-size: cover;
    clear: both;
    overflow: hidden;
    text-transform: uppercase;
}

.breadcrumb a, .breadcrumb a:hover {
    color: #222;
    text-decoration: none;
}

.breadcrumb h2 {
    float: left;
    color: #222;
    font-size: 28px;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.crumb-box {
    float: right;
    padding-left: 20px;
    background: url(images/icon-hp.png) no-repeat 0 center;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=7);
}

.crumb-box i {
    padding: 0 8px 0 5px;
    font-style: normal;
}

.cur-title {
    margin-bottom: 25px;
    padding: 0 0 10px 20px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 2px solid #e6e6e6;
    color: #444;
    background: url(images/icon.gif) no-repeat 0 -220px;
    overflow: hidden;
}

.cur-title a {
    color: #444;
    text-decoration: none;
}

.cur-title span {
    padding-left: 4px;
    color: #fff;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    filter: alpha(opacity=30);
}

/* Content */
.content {
    margin-left: 290px;
    overflow: hidden;
}

.fullwidth {
    margin: 0 auto;
    width: 100%;
}

/* News */
.news-list {
    margin-top: -54px;
    height: 54px;
    line-height: 54px;
    background-color: rgba(255, 255, 255, 0.94);
    overflow: hidden;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
}

.news-list h3 {
    float: left;
    padding: 0 30px;
    font-size: 15px;
    background: transparent;
}

.news-list h3 a {
    color: #fff;
    text-decoration: none;
}

.news-list .swiper-news {
    height: 54px;
    overflow: hidden;
}

.news-list .swiper-news .swiper-wrapper {
    float: left;
    margin-left: 30px;
    width: auto !important;
}

.news-list .swiper-news .swiper-wrapper .swiper-slide {
    font-size: 14px;
    overflow: hidden;
}

.news-list .swiper-news .swiper-wrapper .swiper-slide span {
    float: right;
    margin-left: 40px;
    color: #888;
    font-size: 12px;
}

.news-list .swiper-news .swiper-button-next, .news-list .swiper-news .swiper-button-prev {
    margin-top: 0;
    width: 30px;
    height: 50%;
    background: url(images/swiper-news-prev-next.png) no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.news-list .swiper-news .swiper-button-next:hover, .news-list .swiper-news .swiper-button-prev:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.news-list .swiper-news .swiper-button-prev {
    top: 0;
    left: auto;
    right: 26px;
    background-position: center 12px;
}

.news-list .swiper-news .swiper-button-next {
    top: 27px;
    left: auto;
    right: 26px;
    background-position: center -35px;
}

/* HomePage */
.row-fluid {
    margin: 70px auto 0;
    overflow: hidden;
    clear: both;
}

.row-fluid h2 {
    margin-bottom: 50px;
    line-height: 40px;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    clear: both;
}

.row-fluid h2 a:link, .row-fluid h2 a:visited, .row-fluid h2 a {
    padding-bottom: 8px;
    cursor: pointer;
}

.row-fluid h2 a:hover {
    color: #222;
    text-decoration: none;
}

.row-fluid h2 span, .row-fluid h2 b, .row-fluid h2 strong {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    font-weight: normal;
    text-decoration: none !important;
    display: inline-block;
}

.row-fluid h2 a span, .row-fluid h2 span a:link, .row-fluid h2 span a:visited, .row-fluid h2 span a, .row-fluid h2 a b, .row-fluid h2 b a:link, .row-fluid h2 b a:visited, .row-fluid h2 b a, .row-fluid h2 a strong, .row-fluid h2 strong a:link, .row-fluid h2 strong a:visited, .row-fluid h2 strong a {
    padding-bottom: 0;
    border-bottom: none;
}

.row-fluid p {
    font-size: 14px;
    line-height: 2;
}

.row-fluid p a {
    text-decoration: underline;
}

.row-fluid p a:hover {
    color: #222;
}

.row-section {
    float: left;
    width: 100%;
}

.row-interval {
    background-color: #f9f9f9;
}

.row-interval p {
    margin-top: 20px;
}

.row-fluid-last {
    margin-bottom: -70px;
    padding: 70px 0 0;
}

.col-md-3 {
    margin: 0 -1.5%;
}

.col-md-3 div {
    float: left;
    padding: 0 1.5%;
    *padding: 0 1.4%;
    width: 30.33%;
    height: auto;
    min-height: 280px;
}

.col-md-3 div img {
    max-width: 100%;
    height: auto;
}

.col-md-3 div h3 {
    margin: 25px auto 0;
    width: 100%;
    height: 24px;
    font-size: 18px;
    overflow: hidden;
}

.col-md-3 div p {
    margin-top: 15px;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
}

.col-md-3 div p a:hover {
    color: #ef5c32;
}

.col-md-4 {
    margin: 0 -1%;
}

.col-md-4 div {
    padding: 0 1%;
    *padding: 0 0.9%;
    width: 23%;
}

.col-md-2 {
    margin: 0 -1%;
}

.col-md-2 div {
    padding: 0 1%;
    *padding: 0 0.9%;
    width: 48%;
}

.col-md-1 {
    margin: 0 auto;
}

.col-md-1 div {
    padding: 0;
    width: 100%;
}

.prod-box {
    overflow: hidden;
}

.prod-box-left {
    float: left;
    width: 19%;
    border: 1px solid #e2e2e2;
}

.cat-filter-title {
    background: #0071bc;
    font-size: 18px;
    color: #fff;
    padding: 15px 20px;
}

.cat-filter-title a {
    color: #fff;
}

.cat-filter ul {
    padding: 20px 20px 2px;
    background: #e9e9e9;
}

.cat-filter ul li {
    margin: 0 0 13px 0;
}

.cat-filter > ul > li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
}

.cat-filter > ul > li:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    width: 0;
    height: 0;
    border: 5px solid #666;
    border-color: transparent transparent transparent #666;
}

.cat-filter > ul > li:hover:before {
    left: 0;
    top: 8px;
    border-color: #666 transparent transparent;
}

.cat-filter ul li a {
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.cat-filter ul li.current-cat a, .cat-filter ul li a:hover {
    text-decoration: none;
    color: #0071bc;
}

.cat-filter ul li:hover ul {
    display: block;
    padding: 10px 10px 0;
}

.cat-filter ul li ul {
    display: none;
}

.cat-filter ul li ul li {
    font-size: 12px;
    margin: 0;
}

.cat-filter ul span a {
    margin: 0 12px 10px 0;
    padding: 5px 10px;
    color: #666;
    background: #f2f2f2;
    text-transform: uppercase;
    display: inline-block;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -ms-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}

.cat-filter ul span.current-cat a, .cat-filter ul span a:hover {
    color: #fff;
    background: #ee5225;
    text-decoration: none;
}

.row-fluid .piclist .mediaholder {
    border-color: #eee;
}

.row-news .sticky-news {
    overflow: hidden;
    position: relative;
}

.row-news .sticky-news .sticky-swiper-container img {
    width: 100%;
}

.row-news .sticky-news h4 {
    padding: 6px 15px;
    background: #f4f4f4;
    font-size: 14px;
    height: 24px;
    overflow: hidden;
}

.row-news .sticky-news .swiper-pagination-bullets {
    bottom: 45px;
    right: 15px;
    left: auto;
    text-align: right;
}

.row-news .sticky-news .swiper-pagination-bullet {
    background: #eee;
    opacity: 1;
}

.row-news .sticky-news .swiper-pagination-bullet-active {
    background: transparent;
}

.row-news .news-posts {
    overflow: hidden;
}

.row-news ul {
    margin-top: -13px;
}

.row-news ul li {
    margin: 0 auto;
    padding: 13px 0;
    font-size: 16px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.row-news ul li:hover {
    background-color: #f4f4f4;
}

.row-news ul li:hover a {
    text-decoration: underline;
}

.row-news ul li.nb, .row-news ul li:last-child {
    border: none;
}

.row-news ul li .post-date {
    float: left;
    margin-right: 15px;
    padding: 8px;
    text-align: center;
    color: #888;
    background: #f4f4f4;
}

.row-news ul li .post-date .post-date-year-month {
    font-size: 16px;
    display: block;
}

.row-news ul li .post-date .post-date-day {
    margin-bottom: 8px;
    font-size: 26px;
    color: #555;
    display: block;
}

.row-news ul li .post-date .post-date-day em {
    display: none;
}

.row-news ul li p {
    margin: 6px auto 0;
    color: #666;
    line-height: 20px;
    font-size: 12px;
}

.col-lt {
    float: left;
    width: 48%;
    overflow: hidden;
}

.col-rt {
    float: right;
    width: 48%;
}

#video-box iframe {
    width: 100% !important;
}

#img-box img {
    width: 100% !important;
    height: auto !important;
}

.row-map {
    margin-bottom: -70px;
}

.head-title {
    margin-bottom: 35px;
}

#map-position {
    margin-bottom: -70px;
    margin-top: -70px;
}

.baidu-map {
    width: 600px;
    height: 400px;
    margin: 0;
}

.accordion-header {
    margin-top: 12px;
    padding: 7px 15px 7px 40px;
    font-size: 14px;
    border: 1px solid #eee;
    background: #f9f9f9 url(images/icon-accordion.gif) no-repeat 15px 20px;
    cursor: pointer;
}

.active-header {
    font-weight: 600;
}

.inactive-header {
    color: #555;
    background: #f4f4f4 url(images/icon-accordion.gif) no-repeat 15px -65px;
}

.accordion-content {
    margin: 0 auto !important;
    padding: 20px 16px 20px 20px;
    border: 1px solid #eee;
    border-top: none;
    color: #888;
    font-size: 13px;
    line-height: 26px;
    display: none;
}

.accordion-content p {
    font-size: 13px;
}

.accordion-content a:hover {
    color: #222;
}

.accordion-list {
    margin-top: -12px;
    overflow: hidden;
}

.row-2c-rt {
    float: right;
    margin-left: -400px;
    width: 400px;
    overflow: hidden;
    position: relative;
}

/* Clients */
.client-swiper-container {
    position: relative;
    overflow: hidden;
}

.client-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.client-swiper-container img {
    border: 1px solid #eee;
}

/* Archive - Postlist */
.postlist {
    padding: 0;
    overflow: hidden;
}

.postlist li {
    margin: 0 auto;
    padding: 0 10px 0 25px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    background: url(images/icon.gif) no-repeat 10px 20px;
    overflow: hidden;
}

.postlist li.nb {
    border: none;
}

.postlist li a {
    float: left;
    width: 85%;
    font-size: 14px;
    -webkit-transition: text-indent .4s ease;
    -moz-transition: text-indent .4s ease;
    -ms-transition: text-indent .4s ease;
    -o-transition: text-indent .4s ease;
    transition: text-indent .4s ease;
}

.postlist li span {
    float: right;
    text-align: right;
    color: #bbb;
}

.postlist li:hover {
    background-color: #fbfbfb;
}

.postlist li:hover a {
    text-indent: 8px;
}

/* Archive - PicList */
.cat-desc {
    margin-bottom: 35px;
    padding: 15px 15px 18px 18px;
    border: 1px solid #f4f4f4;
    color: #666;
    background: #fbfbfb;
}

.cat-desc a:link, .cat-desc a:visited {
    color: #666;
    text-decoration: none;
}

.prod-box-right {
    width: 80%;
    float: right;
    overflow: hidden;
}

.piclist li {
    float: left;
    margin-bottom: 30px;
    margin-left: 1%;
    *margin-left: 1%;
    _margin-left: 1%;
    width: 19%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.piclist li .folio-thumb {
    position: relative;
}

.piclist li .folio-thumb img {
    width: 100%;
    height: auto;
    display: block;
	margin:0 auto;
}

.piclist li .folio-thumb .opacity-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    cursor: pointer;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    _display: none;
}

.piclist li:hover .folio-thumb .mediaholder {
    -moz-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.piclist li:hover .folio-thumb .opacity-pic {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.piclist li h3 {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.piclist li:hover a {
    text-decoration: underline;
}

.piclist-col4 {
    margin-left: -2%;
}

.piclist-col4 li {
    margin-left: 2%;
    _margin-left: 1%;
    width: 23%;
}

.piclist-col5 li {
    margin-left: 1%;
    _margin-left: 1%;
    width: 19%;
}

/*公司简介*/
.index-intro {
    margin-top: 0;
    padding: 20px 0;
    background: #e9e9e9;
    overflow: hidden;
}

.index-intro-title {
    margin: 0 0 15px;
    border-bottom: 1px solid #0071bc;
    font-size: 24px;
}

.index-intro-title span {
    padding: 10px 20px;
    background: #0071bc;
    color: #fff;
    display: inline-block;
}

.index-intro-content {
    /*overflow: hidden;*/
}

.index-intro-left {
    width: 400px;
    float: left;
    margin-right: 20px;
}

.index-intro-left img {
    width: 100%;
}

.index-intro-content h3 {
    color: #0071bc;
    font-size: 18px;
}

/*产品应用-技术支持*/
.index-list-wrap {
    margin-top: 0;
}

.index-list-head {
    background: #0071bc;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

.index-list-head-content {
    position: relative;
}

.index-list-head-content .arr {
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 0;
    height: 0;
    border-width: 30px 60px;
    border-style: solid;
    border-color: #0071bc transparent transparent;
    margin-left: -60px;
}

.index-list-head-content .arr1 {
    left: 5%;
}

.index-list-head-content .arr2 {
    left: 40%;
}

.index-list-head h3 {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
}

.index-list-head p {
    margin: 10px 0 0;
    font-size: 16px;
}

.index-contact {
    width: 30%;
    float: right;
    border: 1px solid #e2e2e2;
}

.index-contact h3 {
    margin: 0;
    padding: 10px;
    background: #0071bc;
    font-size: 18px;
    color: #fff;
}

.index-contact-content {
    padding: 10px;
    background: #e9e9e9;
    font-size: 14px;
}

.index-list {
    overflow: hidden;
}

.index-list-section {
    float: left;
    margin-right: 3%;
    width: 32%;
    font-size: 14px;
}

.index-list-tech {
    margin-right: 0;
}

.index-list-title {
    font-size: 18px;
    border-left: 10px solid #0071bc;
    padding: 0 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.index-list-title .more {
    float: right;
    font-size: 14px;
}

.index-list-section-time {
    float: right;
    padding-left: 10px;
}

.index-list-section li {
    border-bottom: 1px dashed #999;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

/*滚动*/
.index-marquee {
    overflow: hidden;
}

.index-marquee-title {
    margin: 20px 0;
    text-align: center;
}

.index-marquee h2 {
    position: relative;
    font-size: 24px;
    margin: 0;
    color: #0071bc;
    overflow: hidden;
    font-weight: bold;
}

.index-marquee h2:before {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    width: 100%;
    border-top: 1px solid #0071bc;
    margin-left: -60px;
}

.index-marquee h2:after {
    content: '';
    position: absolute;
    right: -50%;
    top: 50%;
    width: 100%;
    border-top: 1px solid #0071bc;
    margin-right: -60px;
}

.index-marquee p {
    color: #0071bc;
    margin: 0;
    font-size: 18px;
}

.index-marquee ul {
    overflow: hidden;
}

.index-marquee li {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;
}

.index-marquee li img {
    width: 200px;
    height: 200px;
}

.index-marquee li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    color: #fff;
}

.index-marquee li .title a {
    color: #fff;
}

/*荣誉资质*/
.index-honors {

}

.index-honors img {
    width: 150px;
    height: 200px;
    border: 1px solid #e2e2e2;
    padding: 5px;
}

.row-fluid p a.index-intro-btn {
    padding: 10px 20px;
    background: #ccc;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    text-decoration: none;
}

.row-fluid p a.index-intro-btn.btn-contact {
    background: #0071bc;
}

/* Archive - ExcerptPiclist */
.picexlist {
    padding: 0;
    overflow: hidden;
}

.picexlist li {
    margin: 0 auto 35px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
    color: #666;
    overflow: hidden;
}

.picexlist li .post-thumb {
    float: left;
    padding-right: 15px;
}

.picexlist li .post-thumb img {
    padding: 5px;
    width: 240px;
    border: 1px solid #eee;
}

.picexlist li:hover .post-thumb img {
    border-color: #fdb795;
}

.picexlist li h3 {
    margin-bottom: 12px;
    font-weight: 700;
}

.picexlist li .excerpt {
    color: #777;
}

.picexlist li:last-child, .picexlist li.nb {
    margin: 0 auto;
    border: none;
}

.picexlist p.read-more {
    margin-top: 10px;
    text-align: right;
}

.picexlist p.read-more a {
    padding-left: 12px;
    background: url(images/arrow-sub.gif) no-repeat 0 center;
    text-decoration: underline;
}

.picexlist p.read-more a:hover {
    color: #ef5c32;
}

/* Archive - Bloglist */
.bloglist {
    margin-left: -3.33%;
    padding: 0;
    overflow: hidden;
}

.bloglist li {
    float: left;
    margin: 0 0 30px 3.33%;
    _margin: 0 0 25px 1.51%;
    width: 30%;
    color: #666;
    overflow: hidden;
    position: relative;
}

.bloglist li .folio-thumb {
    padding: 4px;
    height: 540px;
    border: 1px solid #ddd;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bloglist li .folio-thumb:hover {
    border: 1px solid #ffb17d;
    background: #fff9f4;
}

.bloglist li .folio-thumb img {
    display: block;
}

.bloglist li h3 {
    margin: 10px auto 8px;
    padding: 0 3px 8px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
}

.bloglist li h3 a:hover, .bloglist li:hover h3 a {
    color: #ef5c32;
}

.post-meta {
    padding-bottom: 8px;
    color: #999;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.post-meta a:link, .post-meta a:visited {
    color: #999;
}

.post-meta a:hover {
    color: #666;
}

.post-meta span {
    padding: 2px 10px 2px 20px;
    background: url(images/icon-blog.png) no-repeat 5px 6px;
}

.post-meta span.date {
    background-position: 0 -86px;
}

.post-meta span.comments {
    background-position: 0 -120px;
}

.post-meta span.author {
    background-position: 0 -154px;
}

.post-meta span.cat {
    background-position: 0 -187px;
}

.bloglist li .postexcerpt {
    padding: 15px 5px;
    line-height: 20px;
    overflow: hidden;
}

.bloglist li .postexcerpt .post-excerpt {
    max-height: 120px;
    *height: 120px;
    overflow: hidden;
}

.bloglist li .postexcerpt .read-more {
    padding: 8px 0 0;
    font-weight: 700;
    display: inline-block;
}

.bloglist li .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bloglist li .tag .taglist {
    margin: 1px;
    padding: 8px 5px 8px 10px;
    text-indent: 20px;
    border: 1px solid #fff;
    background: #f9f9f9 url(images/icon-blog.png) no-repeat 10px -214px;
    overflow: hidden;
}

.bloglist li .tag .taglist a {
    text-indent: 0;
}

.bloglist li h2.title {
    margin-bottom: 5px;
    font-weight: 700;
}

.bloglist li .blog-meta {
    margin: 0 0 15px -8px;
    color: #ddd;
}

.bloglist li .blog-meta span {
    padding: 0 8px;
    color: #999;
}

.blog-meta a:link, .blog-meta a:visited {
    color: #999;
}

.blog-meta a:hover {
    color: #666;
}

.bloglist p.read-more {
    margin-top: 10px;
    text-align: right;
}

.bloglist p.read-more a {
    color: #005BB5;
    text-decoration: underline;
}

.bloglist p.read-more a:hover {
    color: #444;
}

/* Post */
.post {
    overflow: hidden;
}

.post .post-title {
    margin-bottom: 8px;
    padding-bottom: 8px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    border-bottom: 2px solid #f4f4f4;
}

.post .post-meta {
    margin-bottom: 25px;
    border: none;
}

.post .post-meta span {
    padding: 2px 20px 2px 20px;
}

.entry {
    font-size: 14px;
    line-height: 28px;
    color: #222;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 20px;
    padding: 0;
    font-weight: 700;
    border: none;
    background: none;
}

.entry p {
    margin-bottom: 12px;
}

.entry a:hover {
    color: #222;
}

.entry img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.entry hr {
    margin: 40px auto;
    height: 1px;
    line-height: 1px;
    background: #eee;
    font-size: 1px;
}

.entry .left {
    float: left;
    width: 45%;
}

.entry .right {
    float: right;
    width: 45%;
}

.entry ol, .entry ul {
    margin: 10px 30px;
}

.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 table {
    margin-bottom: 15px;
    max-width: 99.5%;
    color: #666;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.entry th {
    padding: 3px 10px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #f4f4f4;
}

.entry td {
    padding: 3px 10px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    word-wrap: break-word;
}

.entry input, .entry textarea, .entry select {
    padding: 5px 12px;
    line-height: 28px;
    border: 1px solid #ddd;
}

.entry input[type="text"]:hover, .entry input[type="text"]:focus, .entry input[type="text"]:active, .entry textarea :hover, .entry itextarea :focus, .entry textarea :active, .entry select:hover {
    border: 1px solid #ef5c32;
}

.alignleft {
    float: left;
    padding-right: 30px;
}

.alignright {
    float: right;
    padding-left: 30px;
}

.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;
}

.post-meta-bottom {
    margin: 35px auto 60px;
    color: #999;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.post-meta-bottom .tags {
    float: left;
    padding-bottom: 10px;
    text-indent: 18px;
    background: url(images/icon-blog.png) no-repeat 0 -222px;
    overflow: hidden;
}

.post-meta-bottom .tags a {
    padding-left: 5px;
    color: #888;
}

.post-meta-bottom .share {
    float: right;
}

.post-meta-bottom .share #sharebtn {
    float: right;
    padding-right: 10px;
    line-height: 36px;
}

.post-meta-bottom .share #bdshare, .post-meta-bottom .share .addthis_sharing_toolbox, .post-meta-bottom .share .bdsharebuttonbox {
    float: right;
}

.fancybox-wrap {
    max-width: 90% !important;
    height: auto !important;
}

.fancybox-wrap .fancybox-inner {
    max-width: 100% !important;
    height: auto !important;
}

/* Post - Product */
.container-product {
    margin-top: -25px;
    padding: 0;
    width: 100%;
}

.product-header {
    background: #fff;
}

.product .post-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
    clear: both;
}

.product .productMeta {
    overflow: hidden;
}

.product .product-meta-box {
    margin-left: 440px;
    overflow: hidden;
}

.product .metaList {
    float: left;
    margin: 0 0 0 30px !important;
}

.product .metaList li {
    padding: 7px 0 8px 0;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
}

.product .metaList li strong {
    float: left;
    padding-right: 8px;
    width: 130px;
    text-align: right;
    font-weight: normal;
    display: block;
}

.product .metaList li.inquiry {
    padding: 15px 0 5px;
}

.product .left {
    float: left;
    width: 45%;
}

.product .right {
    float: right;
    width: 45%;
}

.preview {
    float: left;
    margin-right: -435px;
    width: 435px;
}

.preview #wrap {
    padding: 0;
}

.preview #wrap img {
    margin-bottom: 0;
    padding: 5px;
    border: 1px solid #e6e6e6;
    width: 400px;
    height: 400px;
    background: #fff;
}

.post ul.thumblist {
    float: left;
    margin: 15px 0 0;
    width: 100%;
    overflow: hidden;
    display: block;
}

.post ul.thumblist li {
    float: left;
    margin: 0;
    width: 25%;
    text-align: center;
    overflow: hidden;
}

.post ul.thumblist li .thumb-wrap {
    float: left;
    padding: 1px;
    width: 82px;
    border: 1px solid #e6e6e6;
    background: #fff;
    overflow: hidden;
}

.post ul.thumblist li.nomargin {
    margin: 0 0 0 9px;
}

.post ul.thumblist li em {
    width: 100%;
    height: 6px;
    font-size: 0;
    overflow: hidden;
    display: none;
}

.post ul.thumblist li img {
    margin-bottom: 0;
    padding: 1px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    vertical-align: middle;
}

.post ul.thumblist li .imWrap {
    float: left;
    width: 82px;
    height: 82px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *font-size: 63px;
    *font-family: Arial;
}

.post ul.thumblist li span {
    color: #666;
}

.post ul.thumblist li.zoomActive .thumb-wrap {
    border: 1px solid #ef5c32;
}

.post ul.thumblist li.zoomActive span {
    color: #c52620;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    background: url(images/grid.png) repeat 0 0;
    cursor: move;
}

.cloud-zoom-big {
    top: 0 !important;
    width: 450px !important;
    height: 410px !important;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.cloud-zoom-loading {
    padding: 3px;
    border: 1px solid #ccc;
    color: #fff;
    background: #222;
}

.product-name {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
    color: #ee5225;
}

.product-summary {
    margin-bottom: 20px;
    font-size: 13px;
    color: #222;
}

.product-meta {
    margin-bottom: 35px;
    font-size: 13px;
    color: #222;
    overflow: hidden;
}

.product-meta p, .product-meta li {
    margin-bottom: 0;
    line-height: 30px;
}

.product-meta strong, .product-meta b {
    width: 170px;
    color: #666;
    font-weight: normal;
    display: inline-block;
}

.product-inquiry {
    overflow: hidden;
    clear: both;
}

.product-inquiry a {
    float: left;
    margin-right: 20px;
    padding: 9px 30px;
    line-height: 26px;
    font-size: 20px;
    color: #fff;
    background: #f70;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product-inquiry a:hover {
    color: #fff;
    background-color: #ef5c32;
    text-decoration: none;
}

.product-inquiry a i {
    float: left;
    margin-right: 8px;
    width: 36px;
    height: 26px;
    background: url(images/btn-inquiry.png) no-repeat 0 0;
}

.product-inquiry p {
    float: left;
    margin: 6px 0 0 15px;
    line-height: 20px;
    color: #999;
}

.product-tips {
    margin-top: 30px;
    padding: 20px 25px;
    border: 1px solid #e9ebed;
    background-color: #f5f7f8;
    clear: both;
    position: relative;
}

.product-tips i {
    width: 14px;
    height: 8px;
    line-height: 8px;
    font-size: 8px;
    background: url(images/icon-arrow.png) no-repeat center 0;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 45px;
    z-index: 99;
}

.product-tips h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.product-tips ul li {
    margin-bottom: 4px;
    padding-left: 16px;
    color: #777;
    background: url(images/icon.gif) no-repeat 0 -313px;
}

.tab-head {
    margin-top: 65px;
    height: 39px;
    border-bottom: 1px solid #e4e4e4;
}

.tab-head .inner {
    overflow: visible;
    position: relative;
}

.tab-head li {
    float: left;
    margin-right: 5px;
    padding: 0 25px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    display: block;
    cursor: pointer;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.tab-head li.current {
    margin-top: -3px;
    line-height: 41px;
    font-weight: bold;
    border: 1px solid #e4e4e4;
    border-top: 2px solid transparent;
    border-bottom: none;
    background: #fff;
}

.tab-head li a:link, .tab-head li a:visited, .tab-head li a:hover {
    color: #222;
    text-decoration: none;
}

.tab-head span {
    float: left;
    margin-right: 5px;
    padding: 0 25px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    display: block;
    cursor: pointer;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.tab-head span.hov {
    margin-top: -3px;
    line-height: 41px;
    font-weight: bold;
    border: 1px solid #e4e4e4;
    border-top: 2px solid transparent;
    border-bottom: none;
    background: #fff;
}

.Xtranslate {
    -wekit-transform: translate3d(90px, 0, 0);
    -moz-transform: translate3d(90px, 0, 0);
    -o-transform: translate3d(90px, 0, 0);
    -ms-transform: translate3d(90px, 0, 0);
    transform: translate3d(90px, 0, 0);
}

#tab-product {
    padding-top: 50px;
}

#tab-product .entry {
    display: none;
}

#tab-product .entry .tab-tilte {
    margin: 40px auto 25px;
    padding: 0 3%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    display: none;
}

#tab-product .entry .tab-tilte span {
    padding: 0 25px;
    line-height: 41px;
    font-weight: bold;
    border: 1px solid #e4e4e4;
    border-top: 2px solid transparent;
    border-bottom: none;
    background: #fff;
    display: inline-block;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.tab-head span a:link, .tab-head span a:visited, .tab-head span a:hover {
    color: #666;
    text-decoration: none;
}

.tab-pinned {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    -moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.08);
}

.tab-pinned span {
    float: none;
    display: inline-block;
}

.tab-pinned span.hov {
    margin-top: 0;
    line-height: 38px;
}

#tab-product .entry-pinned {
    padding-top: 110px;
}

.features {
    margin: 0 0 50px -1.5%;
}

.features h2 {
    padding: 10px 1.5%;
    line-height: inherit;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.features h2 span {
    padding: 0;
    border: none;
}

.feature-item {
    float: left;
    margin: 0 1.5% 40px;
    width: 47%;
}

.feature-item img {
    float: left;
    width: 100px;
    height: 100px;
}

.feature-item h4 {
    margin-bottom: 10px;
    padding-left: 120px;
    font-size: 18px;
    font-weight: bold;
}

.feature-item p {
    padding-left: 120px;
    color: #666;
    font-size: 14px;
}

/* Page */
.post .page-title {
    margin-bottom: 25px;
    padding-bottom: 8px;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid #E9E9E9;
    color: #222;
}

/* Page - About */
.feature-box {
    margin: 50px 0 50px -1.5%;
    padding-top: 70px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.feature-box .item {
    float: left;
    margin: 0 1.5% 50px;
    width: 47%;
}

.feature-box .item img {
    float: left;
    width: 96px;
    height: 96px;
}

.feature-box .item h4 {
    margin: -10px auto 10px;
    padding-left: 120px;
    font-size: 18px;
    font-weight: bold;
}

.feature-box .item p {
    padding-left: 120px;
    color: #666;
    font-size: 14px;
}

/* Page - Contact us */
.contact-us {
    float: none;
    margin-top: 30px;
}

.contact-us h3 {
    margin-bottom: 30px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e2e2e2;
}

.contact-us h3 strong, .contact-us h3 b, .contact-us h3 span {
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #aaa;
    display: inline-block;
}

.contact-msg {
    float: left;
    width: 48%
}

.contact-msg #commentform {
    padding-top: 5px;
}

.contact-msg #author, .contact-msg #email, .contact-msg #url, .contact-msg #comment {
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 90%;
    font-size: 12px;
}

.contact-msg #comment {
    min-height: 120px;
}

.contact-box {
    float: right;
    width: 48%;
}

.contact-box p {
    padding-left: 140px;
}

.contact-box p span {
    margin-left: -140px;
    padding-right: 12px;
    width: 128px;
    text-align: right;
    color: #666;
    display: inline-block;
}

.contact-map {
    margin-top: 60px;
}

/* 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: #222;
}

.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 - Error404 */
.error404 {
    max-width: 390px;
    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: #222;
}

/* Tags */
.tag-list a {
    margin: 0 10px 10px;
    display: inline-block;
}

/* Contact */
.c-online {
    overflow: hidden;
}

.col-lg-2 {
    float: left;
    width: 50%;
}

.col-lg-2 img {
    float: left;
    padding: 20px 30px 0 0;
    width: 75px;
}

.col-lg-2 h4 {
    padding-top: 35px;
    font-size: 24px;
}

.col-lg-2 p {
    padding-left: 105px;
    font-size: 32px;
    line-height: 50px;
    color: #ef5c32;
}

.col-lg-2 a:link, .col-lg-2 a:visited, .col-lg-2 a:hover {
    color: #ef5c32;
    text-decoration: none;
}

.col-lg-2-r img {
    width: 62px;
}

.col-lg-2-r p {
    padding-left: 92px;
}

.c-chat {
    margin: 50px auto;
    padding: 50px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.c-chat h4 {
    margin-bottom: 0;
}

.entry .c-chat table {
    margin-bottom: 35px;
    color: #666;
    border: none;
}

.entry .c-chat th {
    padding: 3px 10px;
    border: none;
    background: #fff;
}

.entry .c-chat td {
    padding: 3px 10px;
    border: none;
}

.entry .c-chat ul.olchat {
    margin: -10px 10px 25px;
    overflow: hidden;
}

.entry .c-chat ul.olchat li {
    float: left;
    width: 33.333%;
    margin-bottom: 12px;
    list-style: none;
    font-size: 12px;
    color: #666;
}

.c-mail h4 span {
    padding-left: 50px;
    color: #666;
    font-size: 14px;
}

.c-addr {
    margin-bottom: 50px;
}

.c-addr h3 {
    float: left;
    font-size: 24px;
}

.c-addr p {
    margin-bottom: 8px;
    padding-left: 50px;
    line-height: 1;
    color: #666;
    overflow: hidden;
}

.c-map img {
    padding: 5px;
    border: 1px solid #f0f0f0;
}

/* Pagenavi */
.wpagenavi {
    margin: 0 auto;
    padding-top: 50px;
    width: 100%;
    line-height: 46px;
    font-size: 14px;
    font-family: Tahoma;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    overflow: hidden;
}

.wpagenavi a:link, .wpagenavi a:visited {
    padding: 15px 19px;
    border-left: 1px solid #eee;
    color: #666;
    background: #f6f6f6;
    -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;
}

.wpagenavi a:hover, .wpagenavi a:active {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.wpagenavi a.current:link, .wpagenavi a.current:visited, .wpagenavi a.current:hover {
    color: #fff;
    background: transparent;
    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-bottom: 40px;
}

/* Related */
.related h2 {
    margin-bottom: 25px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.related-post ul {
    overflow: hidden;
}

.related-post ul li {
    float: left;
    margin-bottom: 8px;
    width: 50%;
    height: 24px;
    background: url(images/icon.gif) no-repeat 0 9px;
    overflow: hidden;
}

.related-post ul li a {
    padding-left: 15px;
}

.related-pic h2 {
    margin-bottom: 35px;
}

/* Sidebar */
.sidebar {
    float: left;
    margin-right: -260px;
    width: 260px;
    color: #666;
}

.sidebar h3 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-indent: 16px;
    color: #222;
    background: #e2e2e2;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
}

.sidebar h3 a, .sidebar h3 a:hover {
    color: #222;
    text-decoration: none;
}

.sidebar ul {
    margin: 0 auto;
}

.sidebar ul li {
    margin-bottom: 20px;
}

.sidebar ul li ul {
    margin: 0 auto;
    padding: 15px 10px;
    background: #f8f8f8;
}

.sidebar ul li ul li {
    margin: 0 auto 5px;
    padding-left: 16px;
    height: 24px;
    line-height: 24px;
    background: url(images/icon.gif) no-repeat 0 7px;
    overflow: hidden;
}

.sidebar ul li ul li ul {
    border: none;
    display: none;
}

.sidebar ul li div {
    padding-bottom: 15px;
    background: #f8f8f8;
    overflow: hidden;
}

.sidebar ul li div p {
    margin: 5px 10px 0;
}

/* Sidebar - WidgetMenu */
.sidebar ul li.widget_nav_menu div {
    padding: 0;
    border: none;
    background: none;
}

.sidebar ul li.widget_nav_menu h3 {
    height: 54px;
    line-height: 54px;
    text-indent: 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    border-bottom: none;
    color: #fff;
    background: transparent;
    -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, .08) inset;
    -moz-box-shadow: 0 -10px 10px rgba(0, 0, 0, .08) inset;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, .08) inset;
}

.sidebar ul li.widget_nav_menu h3 a, .sidebar ul li.widget_nav_menu h3 a:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar ul li.widget_nav_menu ul {
    padding: 0;
    border: none;
    background: none;
    overflow: visible;
}

.sidebar ul li.widget_nav_menu ul li {
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 15px;
    text-indent: 2em;
    border-top: 1px solid #fff;
    background: none;
    overflow: visible;
    position: relative;
}

.sidebar ul li.widget_nav_menu ul li:first-child {
    border-top: none;
}

.sidebar ul li.widget_nav_menu ul li a:link, .sidebar ul li.widget_nav_menu ul li a:visited {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e9e9e9;
    color: #444;
    background: #f8f8f8 /* url(images/icon-widget-menu.gif) no-repeat right -61px*/;
    display: block;
    overflow: hidden;
}

.sidebar ul li.widget_nav_menu ul li a:hover, .sidebar ul li.widget_nav_menu ul li:hover a {
    color: #fff;
    background: url(images/icon-widget-menu.png) no-repeat right 19px;
    text-decoration: none;
}

.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: url(images/icon-widget-menu.png) no-repeat right 19px;
    text-decoration: none;
}

.sidebar ul li.widget_nav_menu ul li ul {
    margin-top: -1px;
    width: 100%;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 260px;
    z-index: 999;
    display: none;
}

.sidebar ul li.widget_nav_menu ul li ul li {
    font-size: 14px;
}

.sidebar ul li.widget_nav_menu ul li ul li a:link, .sidebar ul li.widget_nav_menu ul li ul li a:visited, .sidebar ul li.widget_nav_menu ul li ul li a:hover {
    text-indent: 1em;
}

.sidebar ul li.widget_nav_menu ul li:hover ul li a:link, .sidebar ul li.widget_nav_menu ul li:hover ul li a:visited {
    border-bottom: 1px solid #e9e9e9;
    color: #555;
    background: #f8f8f8;
}

.sidebar ul li.widget_nav_menu ul li:hover ul li a:hover {
    color: #fff;
    background: transparent;
}

.sidebar ul li.widget_nav_menu ul li:hover ul li:hover a {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.sidebar ul li.widget_nav_menu ul li:hover ul li:hover ul li a:link, .sidebar ul li.widget_nav_menu ul li:hover ul li:hover ul li a:visited {
    border-bottom: 1px solid #e9e9e9;
    color: #444;
    background: #f8f8f8;
}

.sidebar ul li.widget_nav_menu ul li:hover ul li:hover ul li a:hover {
    color: #fff;
    background: transparent;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent {
    font-weight: 700;
    border-top: none;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent a:link, .sidebar ul li.widget_nav_menu ul li.current-cat-parent a:visited {
    background-color: #eee;
    background-position: 10px -113px;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent a:hover, .sidebar ul li.widget_nav_menu ul li.current-cat-parent:hover a {
    background-color: transparent;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent ul {
    border-top: 1px solid #e4e4e4;
    display: block;
    position: static;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li {
    font-weight: normal;
    border-top: 1px solid #f9f9f9;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li a:link, .sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li a:visited, .sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li a:hover {
    text-indent: 50px;
    background-position: 32px -61px;
    border-bottom-color: #e4e4e4;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li.current-cat a:link, .sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li.current-cat a:visited {
    background-color: transparent;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent:hover ul li.current-cat a {
    color: #fff;
    background-color: transparent;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li ul {
    display: block;
}

.sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li ul li a:link, .sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li ul li a:visited, .sidebar ul li.widget_nav_menu ul li.current-cat-parent ul li ul li a:hover {
    background-position: 52px -61px;
}

/* Newsletter */
.sidebar ul li .newsletter-widget {
    padding-top: 20px;
}

.sidebar ul li .newsletter-widget p {
    padding: 0 10px 12px;
}

.sidebar ul li .newsletter-email, .sidebar ul li .newsletter-firstname, .sidebar ul li input[type="text"] {
    margin: 0 auto;
    padding: 3px 10px;
    width: 218px;
    line-height: 30px;
    font-size: 13px;
    border: 1px solid #dadde0;
    color: #999;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar ul li .newsletter-submit, .sidebar ul li input[type="submit"] {
    margin-left: 0;
    padding: 3px 35px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    color: #fff;
    background: #ef5c32;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar ul li input[type="text"]:hover, .sidebar ul li input[type="email"]:hover {
    border-color: #999;
}

.sidebar ul li input[type="submit"]:hover {
    background: transparent;
}

/* RecentPosts */
.sidebar ul li.wpyou_widget_RecentPosts ul {
    padding: 25px 10px 0;
}

.sidebar ul li.wpyou_widget_RecentPosts ul li {
    margin: 0 auto 20px;
    padding: 0;
    height: auto;
    line-height: 18px;
    background: none;
    overflow: hidden;
}

.sidebar ul li.wpyou_widget_RecentPosts ul li:last-child {
    margin: 0 auto 10px;
}

.sidebar ul li.wpyou_widget_RecentPosts ul li img {
    float: left;
    padding-right: 8px;
    width: 96px;
    height: 70px;
}

.sidebar ul li.wpyou_widget_RecentPosts ul li h4 {
    margin-bottom: 5px;
    font-size: 13px;
}

.sidebar ul li.wpyou_widget_RecentPosts ul li p {
    color: #666;
}

.sidebar ul li.widget_recent_comments ul li {
    margin-bottom: 15px;
    padding: 0;
    height: auto;
    line-height: 1.5;
    background: none;
}

.sidebar ul li.widget_recent_comments ul li h4 {
    font-size: 12px;
    font-weight: bold;
}

.sidebar ul li.widget_recent_comments ul li h4 em {
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    color: #999;
}

.sidebar ul li.widget_recent_comments ul li .cmt-cnt {
    margin-top: 16px;
    padding: 10px;
    border: 1px solid #eee;
    color: #777;
    background: #fff;
    overflow: visible;
    position: relative;
}

.sidebar ul li.widget_recent_comments ul li .cmt-cnt a {
    color: #777;
}

.sidebar ul li.widget_recent_comments ul li .cmt-cnt a:hover {
    text-decoration: none;
}

.sidebar ul li.widget_recent_comments ul li .cmt-cnt .up-arrow {
    width: 20px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    background: url(images/icon-uparrow.gif) no-repeat 0 0;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 5px;
}

/* SpecialCatPosts */
.sidebar ul li.wpyou_widget_SpecialCatPosts ul {
    padding: 15px 10px;
}

.sidebar ul li.wpyou_widget_SpecialCatPosts ul li {
    margin: 0 auto 10px;
    padding: 0 0 0 14px;
    height: auto;
    line-height: 18px;
    background: url(images/arrow.gif) no-repeat 2px 8px;
    overflow: hidden;
}

/* StickyPosts */
.sidebar ul li.wpyou_widget_StickyPosts ul {
    padding: 15px 10px;
}

.sidebar ul li.wpyou_widget_StickyPosts ul li {
    margin: 0 auto 10px;
    padding: 0 0 0 14px;
    height: auto;
    line-height: 18px;
    background: url(images/arrow.gif) no-repeat 2px 8px;
    overflow: hidden;
}

/* Search */
.sidebar ul li.widget_search .searchInput {
    padding: 4px 8px 3px;
    width: 178px;
    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;
    padding: 0;
    width: 60px;
    height: 33px;
    *line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    border: none;
    color: #fff;
    background: #ef5c32;
    cursor: pointer;
    position: static;
}

.sidebar ul li.widget_search .searchBtn:hover {
    background: transparent;
}

/* CustomWidgets */
.sidebar ul li.wpyou_widget_SpecialCatList ul li 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;
    overflow: hidden;
}

.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li img {
    float: left;
    padding-right: 8px;
    width: 100px;
    height: 75px;
}

.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li h4 {
    margin-bottom: 5px;
    height: 54px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
}

.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li p {
    color: #666;
}

.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li {
    margin: 0 auto 18px;
    padding: 0;
    height: auto;
    text-align: center;
    background: none;
}

.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li img {
    width: 228px;
    height: 170px;
}

.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li h4 {
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
}

/* Calendar */
.sidebar ul li.widget_calendar div#calendar_wrap {
    padding: 10px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    padding: 5px 0px;
    font-size: 14px;
}

#wp-calendar th, #wp-calendar td {
    padding: 6px 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: #F30;
}

#wp-calendar tbody tr td a:hover {
    color: #222;
}

#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 {
    margin: 60px auto 0;
    overflow: hidden;
}

.postComment #addcomment, .postComment #comments {
    margin-bottom: 35px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.commentlist {
    padding-top: 15px;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.commentlist li {
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #f4f4f4;
    clear: both;
    position: relative;
}

.commentlist li .avatar {
    float: left;
    margin-top: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.commentlist li .comment_author {
    margin: 0 0 5px 62px;
}

.commentlist li .comment-body {
    padding: 0 10px 0 62px;
    color: #666;
}

.commentlist li .comment-body p {
    margin-bottom: 12px;
}

.commentlist li ul {
    padding: 15px 0 0;
}

.commentlist li ul li {
    padding: 18px 0 15px 10%;
    width: 90%;
}

.commentlist li.popular {
    border-top: 1px solid #FEE7C5;
    background: #FFFDEC;
}

.commentlist li #respond {
    padding: 15px 0 15px 62px;
}

.commentlist li #respond #addcomment {
    margin-bottom: 15px;
    padding: 0;
    line-height: 34px;
    font-size: 14px;
}

.commentlist cite {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #222;
}

.commentlist cite a {
    color: #222;
}

.commentlist cite a:hover {
    color: #222;
}

.commentlist em {
    padding-left: 6px;
    color: #A8A8A8;
}

.commentlist .comment_func {
    padding-right: 10px;
    text-align: right;
    color: #999;
}

.commentlist .comment_func span {
    padding-left: 5px;
}

.commentlist .comment_func a, #cancel-comment-reply a {
    color: #999;
}

.commentlist .comment_func a:hover, .commentlist .comment_func span:hover, #cancel-comment-reply a:hover {
    cursor: pointer;
    color: #222;
}

#cancel-comment-reply {
    text-align: right;
}

#respond p {
    margin: 0 auto 20px;
    overflow: hidden;
}

#respond p.logged {
    padding: 5px;
    background: #ffe;
    border: 1px solid #feb;
    width: 50%;
    text-align: center;
}

#respond label {
    float: left;
    padding: 3px 8px;
    width: 70px;
    text-align: right;
    display: block;
}

#respond em {
    padding-left: 12px;
    color: #f00;
    font-style: normal;
    font-weight: normal;
}

#commentform input[type="text"], #respond #comment {
    padding: 12px;
    width: 50%;
    border: 1px solid #ddd;
    color: #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#commentform input[type="text"]:hover, #commentform input[type="text"]:active, #commentform #comment:hover, #commentform #comment:active {
    border: 1px solid #f90;
}

#respond #comment {
    padding: 12px 0 12px 12px;
    width: 96%;
    height: 150px;
    font-size: 12px;
    overflow-y: scroll;
}

#commentform #submit {
    padding: 8px 50px;
    font-size: 18px;
    font-family: Arial;
    line-height: 28px;
    color: #fff;
    border: none;
    background: #f60;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#commentform #submit:hover, #commentform #submit:active {
    background: #f80;
}

/* CommentNavigation */
.comment-navi {
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    color: #888;
    background: #f9f9f9;
}

.comment-navi a:link, .comment-navi a:visited {
    padding: 5px 8px;
    color: #666;
}

.comment-navi span.cpt {
    padding: 5px 8px;
}

.comment-navi span.current {
    font-weight: bold;
}

/* Footer */
.footer {
    padding: 10px 0;
    width: 100%;
    color: #666;
    background: #f3f3f3;
    border-top: 1px solid #e5e5e5;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.footer a:link, .footer a:visited {
    color: #666;
}

.footer a:hover {
    color: #333;
}

/* Footbar */
.footbar {
    overflow: hidden;
}

.footbar h3 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.footbar h3 a {
    color: #333;
}

.footbar .widget-column {
    float: left;
    width: 14.4%;
}

.footbar .widget-column-last {
    padding: 0;
    width: 28%;
}

.footbar .widget-column ul {
    overflow: hidden;
}

.footbar .widget-column ul li, .footbar .widget-column p {
    margin-bottom: 3px;
    overflow: hidden;
}

.footbar .widget-column-last img {
    margin-right: 4px;
}

.footbar .widget_newsletterwidget form {
    margin-top: 15px;
    position: relative;
}

.footbar .widget_newsletterwidget form p {
    display: inline-block;
}

.footbar .widget_newsletterwidget .newsletter-email {
    padding: 4px 9px;
    width: 180px;
    height: 28px;
    line-height: 28px;
    color: #888;
    background: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #222;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15) inset;
}

.footbar .widget_newsletterwidget .newsletter-submit {
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #ef5c32;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #222;
    position: absolute;
    top: 0;
    left: 208px;
    -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: #000;
}

.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;
}

/* FriendLink */
.friendlink {
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    color: #888;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}

.friendlink a:link, .friendlink a:visited {
    margin-left: 10px;
    color: #888;
}

.friendlink a:hover {
    color: #333;
}

/* Copyright */
.copyright {
    padding: 14px 0;
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
    overflow: hidden;
}

.copyright a:link, .copyright a:visited {
    padding: 0 3px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.copyright a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}

/* LiveChat */
.live-chat {
    width: 200px;
    position: fixed;
    top: 32%;
    right: -160px;
    z-index: 9999;
}

.live-chat .live-chat-bar {
    float: left;
    padding: 20px 10px;
    width: 20px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.live-chat-box {
    float: left;
    width: 158px;
    display: none;
}

.live-chat-box .chat-header {
    padding: 6px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.live-chat .live-chat-bar span, .live-chat-box .chat-header span {
    float: left;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background-image: url(images/icon-livechat.png);
    background-repeat: no-repeat;
}

.live-chat span.cs {
    background-position: 0 center;
}

.live-chat .live-chat-bar span.cs {
    margin-bottom: 6px;
}

.live-chat .chat-header span.cs {
    margin-left: 6px;
    margin-right: 6px;
}

.live-chat .chat-header span.close {
    float: right;
    background-position: right center;
}

.live-list {
    padding: 20px 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background: #fff;
}

.live-list h4 {
    margin-bottom: 15px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #f70;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.live-list p {
    margin-bottom: 12px;
}

.live-list img {
    max-width: 100%;
}

/* Backtop */
.backToTop {
    width: 46px;
    height: 44px;
    background: #999 url(images/backtop.png) no-repeat 50% 50%;
    position: fixed;
    _position: absolute;
    right: 20px;
    bottom: -10px;
    opacity: 0;
    _bottom: "auto";
    cursor: pointer;
    display: none;
    z-index: 999;
}

.backToTop:hover {
    background-color: #666;
}

/* MobiFootbar */
.mobi-bar {
    width: 100%;
    font-size: 1em;
    text-align: center;
    background: #333;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.mobi-bar li {
    width: 25%;
    display: table-cell;
}

.mobi-bar li i {
    font-style: normal;
}

.mobi-bar li a {
    padding-top: 25px;
    border-left: 1px solid #383838;
    border-right: 1px solid #2b2b2b;
    color: #eee;
    background-image: url(images/icon-mobi.png);
    background-repeat: no-repeat;
    display: block;
}

.mobi-bar li a:active, .mobi-bar li a:hover {
    background-color: #222;
    text-decoration: none;
}

.mobi-bar li.mobi-map a {
    background-position: center 6px;
}

.mobi-bar li.mobi-phone a {
    background-position: center -67px;
}

.mobi-bar li.mobi-email a {
    background-position: center -134px;
}

.mobi-bar li.mobi-chat a {
    background-position: center -202px;
}

.mobi-bar li:first-child a {
    border-left: none;
}

.mobi-bar li:last-child a {
    border-right: none;
}

/* AddThis */
.addthis_native_toolbox {
    float: right;
}

.at4-share-outer {
    display: none !important;
}

/****  Responsive CSS  ****/
@media only screen and (min-width: 1025px) {
    .inner {
        width: 1200px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .inner {
        width: 96%;
    }

    .navi li {
        padding: 0;
    }

    .navi li a, .navi li a:link, .navi li a:visited {
        padding: 0 10px;
    }

    .news-list {
        margin-top: -44px;
        height: 44px;
        line-height: 44px;
    }

    .news-list .swiper-news {
        height: 44px;
    }

    .news-list .swiper-news .swiper-wrapper {
        margin-right: 30px;
    }

    .news-list .swiper-news .swiper-button-prev {
        right: 6px;
        background-position: center 8px;
    }

    .news-list .swiper-news .swiper-button-next {
        right: 6px;
        top: 23px;
    }

    .row-news ul li .post-date .post-date-year-month, .row-news ul li .post-date .post-date-day {
        color: #888;
        font-size: 14px;
        display: inline;
    }

    .row-news ul li .post-date .post-date-day em {
        display: inline;
    }

    .row-news ul li p {
        display: none;
    }
}

@media only screen and (max-width: 959px) {
    .inner {
        position: relative;
        width: 94%;
    }

    .top-right {
        display: none;
    }

    .header {
        position: relative;
    }

    .header .inner {
        width: 100%;
        height: 80px;
    }

    .logo {
        height: 60px;
        line-height: 60px;
        padding: 0;
    }

    .logo img {
        max-width: 80%;
        max-height: 60px;
    }

    .top-bar-lt {
        max-width: 45%;
        overflow: hidden;
    }

    .top-bar-contact {
        display: none;
    }

    #mobile-nav {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    #mobile-nav a {
        margin-top: 0;
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        background-image: url(images/icon-mo.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        cursor: pointer;
        display: inline-block;
    }

    #mobile-nav #mobile-menu {
        background-position: center 13px;
        right: 0;
    }

    #mobile-nav #mobile-so {
        background-position: center -27px;
        right: 0;
    }

    #mobile-nav .opacity {
        background-color: #f4f4f4;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100);
    }

    .main-menu-wrap {
        height: 0;
    }

    .main-menu {
        margin: 0 auto;
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        border-top: 1px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .main-menu .inner {
        width: 100%;
    }

    .navi {
        background: #222;
    }

    .navi li {
        float: none;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #141414;
        border-top: 1px solid #282828;
    }

    .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: #ddd;
    }

    .navi li a:hover {
        color: #fff;
        background: transparent;
        border-bottom: none;
    }

    .navi li ul {
        position: static;
        padding: 0;
        width: 100%;
        border-bottom: none;
        border-top: 1px solid #141414;
        background: #141414;
    }

    .navi li ul li {
        border: none;
        background: none;
        border-top: 1px solid #202020;
        border-bottom: 1px solid #000;
    }

    .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: #999;
        background: none;
    }

    .navi li ul li a:hover, .navi li:hover ul li a:hover {
        color: #ccc;
        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: #ccc;
        background-color: transparent;
    }

    .navi li ul li.menu-item-has-children a {
        height: 40px;
    }

    .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: 42px;
        height: 42px;
        line-height: 44px;
        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 -78px;
        position: absolute;
        right: 0;
        top: -2px;
        z-index: 99;
        cursor: pointer;
    }

    .navi li.menu-item-has-children .mean-clicked:hover {
        color: #888;
        background-color: #141414;
    }

    .navi li.menu-item-has-children .mean-toggle {
        background-color: #141414;
        background-position: center -128px;
    }

    .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: #fff;
        background-color: transparent;
    }

    .navi li ul li.menu-item-has-children ul li:last-child {
        border-bottom: none;
    }

    /*.navi li:hover ul li.menu-item-has-children a{ color:#ccc; background-color:transparent;}*/
    .navi li:hover ul li.menu-item-has-children .mean-toggle:hover {
        background: #222 url(images/icon-mo.png) no-repeat center -125px !important;
    }

    .navi li:hover ul li.menu-item-has-children .mean-clicked {
        background: #222 url(images/icon-mo.png) no-repeat center -75px;
    }

    .navi li:hover ul li.menu-item-has-children .mean-toggle {
        background: #222 url(images/icon-mo.png) no-repeat center -125px !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: 4px 0 4px 36px;
        color: #999;
    }

    .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: #fff;
        background-color: transparent;
    }

    .btn-so {
        display: none;
    }

    #search-box {
        width: 100%;
        position: relative;
        top: 0;
    }

    #search-box i {
        display: none;
    }

    #search-box #searchform {
        width: 100%;
    }

    .slideshow-swiper-container .swiper-slide {
        height: auto;
        max-height: 300px;
    }

    .slideshow-swiper-container .swiper-pagination-bullets, .slideshow-swiper-container > .swiper-pagination-bullets {
        display: none;
    }

    .slideshow-swiper-container .inner {
        padding: 8% 0;
        height: 84%;
    }

    .slideshow-swiper-container .inner h4 {
        margin: 0 auto 15px;
        font-size: 40px;
    }

    .slideshow-swiper-container .inner p {
        margin-bottom: 20px;
        width: 70%;
        font-size: 14px;
    }

    .news-list {
        margin: 0 auto;
        width: 100%;
        height: 44px;
        line-height: 44px;
        position: relative;
        background: #fafafa;
    }

    .news-list .swiper-news {
        height: 44px;
    }

    .news-list .swiper-news .swiper-wrapper {
        margin-right: 30px;
    }

    .news-list .swiper-news .swiper-button-prev {
        right: 6px;
        background-position: center 8px;
    }

    .news-list .swiper-news .swiper-button-next {
        right: 6px;
        top: 23px;
    }

    .container {
        margin-top: 0;
        margin-bottom: 70px;
        padding: 30px 0 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .row-fluid {
        margin: 20px auto 0;
    }

    .row-2c-lt, .row-2c-rt {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .row-2c-lt {
        margin-bottom: 50px;
    }

    .row-2c-lt h2, .row-2c-rt h2 {
        text-align: center;
    }

    .cur-title {
        display: none;
    }

    .postlist li a {
        float: none;
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .prod-box {

    }

    .prod-box-left {
        box-sizing: border-box;
        width: 100%;
        border: none;
        padding: 0;
    }

    .prod-box-right {
        float: none;
        width: 100%;
    }

    .cat-filter ul {
        padding: 0;
    }

    .cat-filter ul li {
        display: inline-block;
        margin: 0 2px 2px;
    }

    .cat-filter-title {
        font-size: 16px;
        padding: 0 20px;
    }

    .piclist {
        margin-left: -1%;
    }

    .piclist li {
        margin-left: 1%;
        width: 32.333333%;
        margin-bottom: 0;
    }

    .piclist li h3 {
        text-align: center;
        height: auto;
        line-height: 1.5;
        margin: 5px 0;
		min-height:44px;
		}

    .piclist-fc li .folio-thumb {
        float: none;
        display: none;
    }

    .piclist-fc li .folio-text {
        float: none;
        margin: 0 auto;
    }

    .banner {
        height: 80px;
        line-height: 80px;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .breadcrumb {
        height: 60px;
        line-height: 60px;
    }

    .breadcrumb h2 {
        float: none;
        text-align: center;
    }

    .breadcrumb .cur-title {
        display: none;
    }

    .crumb-box {
        display: none;
    }

    .container, .content {
        float: none;
        margin: 0 auto;
    }

    .col-md-3, .col-md-4, .col-md-2, .col-md-1 {
        float: none;
        margin: 0 auto;
    }

    .col-md-3 div h3 {
        margin: 20px auto 0;
    }

    .col-md-3 div, .col-md-4 div, .col-md-2 div, .col-md-1 div, .col-lt, .col-rt {
        float: none;
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }

    .col-lt {
        margin-bottom: 25px;
    }

    #video-box {
        text-align: center;
    }

    /*#video-box iframe{ width:100% !important;}*/
    .row-fluid img {
        max-width: 100% !important;
        height: auto;
    }

    .row-map img {
        max-width: none !important;
    }

    .postlist li a {
        float: none;
        width: 100%;
    }

    .bx-pager, .postlist li span, .sidebar, .cs-div, .backToTop {
        display: none !important;
    }

    .pic-scroll-list .slide {
        width: 100%;
        height: auto;
    }

    .row-fluid-prod {
        margin-top: -15px;
    }

    .bloglist {
        margin-left: -3%;
    }

    .bloglist li {
        margin: 0 0 30px 3%;
        width: 47%;
    }

    .productlist li .folio-thumb {
        height: 370px;
    }

    .review ul li {
        float: none;
        margin-bottom: 35px;
        width: 96%;
    }

    .row-help .stinner {
        padding: 0;
    }

    .row-help .stinner img {
        margin-bottom: 20px;
    }

    .post .post-title {
        margin-bottom: 28px;
        text-align: center;
    }

    .post .post-meta {
        display: none;
    }

    .entry {
        font-size: 16px;
    }

    .entry p {
        margin-bottom: 20px;
    }

    .entry table {
        max-width: none;
        width: 99.5% !important;
        table-layout: fixed;
    }

    .post .share-post, .post .share-post .addthis_native_toolbox {
        float: none;
        margin-top: 10px;
    }

    .related ul.post-list li {
        float: none;
        width: 98%;
    }

    .container-product {
        margin-top: -25px;
    }

    .product .product-inner, .product-img {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .product .tips {
        clear: both;
        margin-top: 50px;
        text-align: center;
    }

    .product .post-head .post-title {
        width: 100%;
    }

    .product .post-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product .post-head #tabs {
        width: 100%;
    }

    .product .post-head #tabs span {
        padding: 0 2%;
    }

    .product .btn-inquiry-b {
        display: block;
    }

    .preview {
        float: none;
        margin: 0 auto 35px;
        overflow: hidden;
    }

    .cloud-zoom-big {
        display: none !important;
    }

    .cloud-zoom-lens {
        border: none;
        background: none;
        cursor: default;
    }

    .product .product-meta-box {
        margin-left: 0;
    }

    .tab-head .tab-ul {
        margin: 0 auto; /* position:absolute; top:0; left:0;*/
    }

    .tab-head .tab-ul li {
        margin: 0;
        font-size: 14px;
        display: none;
    }

    .tab-head .tab-ul li.current {
        line-height: 38px;
        display: block;
    }

    #tab-product .entry, #tab-product .entry .tab-tilte {
        display: block;
    }

    .feature-item {
        float: none;
        width: 97%;
    }

    .related {
        float: none;
    }

    #author, #email, #url, #comment {
        padding: 12px 2%;
        width: 95%;
    }

    .feature-box .item {
        float: none;
        margin: 0 1.5% 35px;
        width: 100%;
    }

    #inquiryForm {
        padding: 30px 15px;
    }

    #inquiryForm .productImg {
        margin: 0 0 20px 0;
    }

    #inquiryForm .productImg img {
        margin: 0 15px 0 0;
    }

    #inquiryForm .productImg h4 {
        line-height: 20px;
    }

    #inquiryForm .productImg p {
        padding-left: 100px;
    }

    .wpcf7 label, #inquiryForm .wpcf7 label {
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .wpcf7 .wpcf7-textarea, #inquiryForm .wpcf7 .wpcf7-textarea {
        width: 90%;
    }

    .wpcf7 .wpcf7-select {
        max-width: 97%;
    }

    .wpcf7 .wpcf7-submit {
        width: 97%;
    }

    #inquiryProductMeta {
        width: 98%;
    }

    #inquiryProductMeta .productImg img {
        width: 120px;
        height: 120px;
    }

    #btn-submit label {
        display: none;
    }

    .col-lg-2 {
        float: none;
        width: 100%;
    }

    .entry .col-lg-2 h4 {
        margin-bottom: 10px;
    }

    .c-mail h4 span {
        padding: 0;
        display: block;
    }

    .c-addr h3 {
        float: none;
    }

    .c-addr p {
        padding: 0;
    }

    .entry .c-chat ul.olchat li {
        width: 50%;
    }

    .post-meta-bottom .tags, .post-meta-bottom .share {
        float: none;
    }

    .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;
    }

    #commentform input[type="text"], #respond #comment {
        width: 80%;
    }

    .newsletter-sns {
        text-align: center;
    }

    .newsletter-sns .newsletter, .newsletter-sns .sns {
        float: none;
    }

    .newsletter-sns .newsletter {
        margin-bottom: 35px;
    }

    .newsletter-sns .newsletter .newsletter-email, .newsletter-sns .newsletter .newsletter-firstname, .newsletter-sns .newsletter input[type="text"] {
        max-width: 92%;
    }

    .newsletter-sns .newsletter p {
        max-width: 100%;
    }

    .newsletter-sns .sns a {
        margin-right: 6px;
        margin-bottom: 12px;
    }

    .footbar h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footbar .widget-column {
        padding: 0 2% 30px;
        width: 46%;
    }

    .footbar .widget-column-rt {
        float: left;
    }

    .footbar .widget-contact {
        width: auto;
    }

    .copyright {
        padding: 20px 0 70px;
    }

    .copyright .cp, .copyright .ft-menu {
        float: none;
        margin-bottom: 12px;
        width: 100%;
        text-align: center;
    }

    #live-chat, #formilla-chat-button {
        display: none;
    }

    .mobi-bar {
        display: table;
        text-align: center;
    }

    .index-intro-title {
        margin-bottom: 0;
    }

    .index-intro-left {
        float: none;
    }

    .index-intro-content {
        padding: 10px 0;
    }

    .index-intro-content h3 {
        margin: 10px 0;
    }

    .index-intro-content p {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .top-bar-lt {
        display: none;
    }

    .logo img {
        max-width: 80%;
        max-height: 60px;
    }

    .slideshow-swiper-container .inner {
        padding: 2% 0;
        height: 83%;
    }

    .slideshow-swiper-container .inner h4 {
        margin: 0 auto 10px;
        font-size: 18px;
        word-spacing: 2px;
    }

    .slideshow-swiper-container .inner p {
        margin-bottom: 5px;
        width: 90%;
        font-size: 12px;
    }

    .news-list {
        margin: 0 auto;
        width: 100%;
    }

    .news-list h3 {
        padding: 0 10px;
    }

    .news-list .swiper-news .swiper-wrapper {
        margin: 0 10px;
    }

    .row-news ul li .post-date {
        margin-bottom: 30px;
    }

    .row-news ul li .post-date .post-date-day em, .news-list .swiper-news .swiper-button-prev, .news-list .swiper-news .swiper-button-next {
        display: none;
    }

    .col-md-3 div img {
        width: 100%;
    }

    #video-box iframe {
        width: 100% !important;
        height: auto;
    }

    #allmap {
        max-height: 350px;
    }

    .preview {
        width: auto;
    }

    .preview #wrap {
        border: 1px solid #e6e6e6;
    }

    .preview #wrap img {
        padding: 2%;
        width: 96%;
        height: auto;
        border: none;
        background: #fff;
    }

    .post ul.thumblist li .imWrap {
        width: 100%;
        height: auto;
    }

    .post ul.thumblist li .thumb-wrap {
        float: none;
        width: 90%;
    }

    .post ul.thumblist li img {
        padding: 1%;
        width: 98%;
        height: auto;
    }

    .product-inquiry a {
        float: none;
        padding: 11px 0;
        width: 100%;
        text-align: center;
    }

    .product-inquiry a i {
        float: none;
        margin: 0 auto;
        padding: 0 20px;
    }

    .product-inquiry p {
        float: none;
        margin: 6px 0 0;
    }

    .bloglist {
        margin-left: 0;
    }

    .bloglist li {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
    }

    .bloglist li .folio-thumb {
        height: auto;
    }

    .picexlist li .post-thumb {
        display: none;
    }

    .related-post ul li {
        float: none;
        width: 100%;
    }

    .wpcf7 .wpcf7-text {
        width: 90%;
    }

    .newsletter-sns .newsletter .newsletter-email, .newsletter-sns .newsletter .newsletter-firstname, .newsletter-sns .newsletter input[type="text"] {
        margin: 0 auto 10px;
        width: 90%;
    }

    .newsletter-sns .newsletter .newsletter-submit, .newsletter-sns .newsletter input[type="submit"] {
        margin-left: 0;
        width: 96%;
    }

    .footbar .widget-column {
        padding: 0 2% 30px;
        width: 96%;
    }

    .footbar .widget-column#text-3, .footbar .widget-column#text-9, .footbar .widget-column#text-2, .footbar .widget-column#text-4 {
        display: none;
    }

    /*产品应用-技术支持*/
    .index-list-head {
        margin-bottom: 0;
    }

    .index-list-head-content .arr {
        display: none;
    }

    .index-contact {
        display: none;
    }

    .index-list-section {
        float: none;
        margin-right: 0;
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
    }

    .index-list-section li {
        border-bottom: 1px dashed #999;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    /*滚动*/
    .index-marquee li {
        position: relative;
        float: left;
        width: 110px;
        height: 110px;
        margin-right: 10px;
        text-align: center;
        overflow: hidden;
    }

    .index-marquee li img {
        width: 110px;
        height: 110px;
    }

    .index-marquee li .title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 24px;
        line-height: 24px;
        background: rgba(0, 0, 0, .5);
        overflow: hidden;
        color: #fff;
    }

}