body {
    background: #fff;
    font-family: 'Microsoft Yahei','Open Sans',sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

body.homepage {
    background: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    font-family: 'Microsoft Yahei','Open Sans',sans-serif;
    color: #575757;
}

h1 {
    font-size: 46px;
    font-weight: 600;
    color: #EEE;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 26px;
}

h4 {
    font-size: 16px;
}

a {
    color: #185493;
    -webkit-transition: color 300ms,background-color 300ms;
    -moz-transition: color 300ms,background-color 300ms;
    -o-transition: color 300ms,background-color 300ms;
    transition: color 300ms,background-color 300ms;
}

a:hover,a:focus {
    color: #d9890b;
}

ul,ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}



.container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.content-wrap {
    width: 100%;
    float: left;
}

.content {
    position: relative;
    min-height: 500px;
    margin-bottom: 15px;
}

.btn-more {
    margin-top: 20px;
    width: 206px;
    height: 48px;
    border: 2px solid #414958;
    background: none;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #414958;
    padding: 0;
}

.btn-more:hover {
    background: #414958;
    color: #fff;
}

.btn-primary {
    padding: 14px 20px;
    background: #414958;
    color: #fff;
    border-radius: 0;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background: #687c92;
    outline: none;
    box-shadow: none;
}
.btn-primary:focus{
    background: #213346;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.center h2,
.top-center h2 {
    font-weight: normal;
    color: #000;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.center h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.top-center {
    background-color: #eee;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.lead {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

address,cite,dfn,em,var,i,s {
    font-style: normal;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.clear {
    clear: both;
}

.hand {
    cursor: pointer;
}

.clearfix {
    *zoom:1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

* html .clearfix {
    zoom:1;
}

*+html .clearfix {
    zoom:1;
}

.bg-gray{
    background: #f0f0f0;
}


.last-right {
    margin-right: 0!important;
}

.last-bottom {
    margin-bottom: 0!important;
}

.text-line {
    font-size: .75em;
}

.title,.pagetitle {
    margin-bottom: 10px;
    overflow: hidden;
}

.title h3,.pagetitle h1,.pagetitle h2 {
    font-size: 20px;
    margin: 0;
    float: left;
}

.title .more {
    float: right;
    position: relative;
    top: 5px;
}

.title .more li {
    float: left;
    margin-left: 20px;
}

.title .more li a {
    color: #999;
}

.title .more li a:hover {
    color: #45B6F7;
}

.pagetitle small {
    margin-left: 10px;
    position: relative;
    top: 2px;
    color: #999;
}

.title .pull-right {
    font-size: 12px;
    position: relative;
    bottom: -4px;
}

.title .pull-right a {
    color: #bbb;
}

.title .pull-right a:hover {
    color: #999;
}

.single .title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.site-top {
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #46464d;
    text-align: right;
    color: #607181;
    font-size: 100%;
    overflow: hidden;
}

.site-top .container {
    padding-right: 40px;
}

.site-top .company-name {
    font-size: .75em;
    color: #b5b5b5;
}

.site-top .company-name .fa {
    font-size: 1.6em;
}

.site-top a {
    color: #96a0ab;
    font-size: .75em;
    display: inline-block;
    padding: 0 6px;
}

.site-top a:hover {
    color: #fff;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    height: 50px;
}

.navbar-brand>img {
    display: inline-block;
}

.navbar-brand .logo {
    height: 76px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 24px 0 0;
}

.navbar:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.navbar-nav {
    margin-top: 12px;
}

.navbar-nav>li {
    margin-left: 15px;
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #181818;
    line-height: 24px;
    font-size: 1.125em;
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background: #5f6f8e;
    color: #fff;
}

.navbar-inverse {
    border: 0;
    background-color: #fff;
    border-color: rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}

.navbar-inverse .navbar-brand {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #181818;
}

.navbar-brand .logo-text,
.navbar-inverse .navbar-brand:focus .logo-text,
.navbar-inverse .navbar-brand:hover .logo-text {
    color: #555;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #414958;
    color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar-nav li a.dropdown-toggle:hover .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-nav .dropdown .dropdown-menu {
    top: 38px;
    padding: 0;
    border-radius: 0;
}

.navbar-nav .dropdown .dropdown-menu>li>a {
    padding: 8px 20px;
}

.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover {
    background: #414958;
    color: #fff;
}


.banner-wrap{
    padding: 0;
}
.banner-box {
    background: #a4a4a4;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 20px !important;
}

.swiper-animation {
    opacity: 0;
}

.banner-box .swiper-pagination-bullet-active {
    background: #414958 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.banner-img {
    padding-bottom: 34%;
    height: 0;
    overflow: hidden;
}

.banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.swiper-text-box {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 19.8%;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.swiper-text-box .banner-en {
    max-width: 877px;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.swiper-text-box .banner-max {
    font-size: 61px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 4%;
    color: #414958;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    /*text-shadow: 5px 0 7px rgba(0, 0, 0, .4);*/
    /*-webkit-text-shadow: 5px 0 7px rgba(0, 0, 0, .4);*/
}

.swiper-text-box .banner-min {
    margin-top: 1.5%;
    font-size: 46px;
    line-height: 120%;
    color: #414958;
    font-weight: bold;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
    /*text-shadow: 5px 0 7px rgba(0, 0, 0, .4);*/
    /*-webkit-text-shadow: 5px 0 7px rgba(0, 0, 0, .4);*/
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}






#brand {
    padding-top: 50px;
    padding-bottom: 0;
}

.feature-slogo {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    line-height: 1.4em;
}

.lead-slogo {
    font-size: 18px;
    color: #888;
}

#feature {
    background: #f2f2f2;
    padding-bottom: 0;
}

#inner-page {
    padding-bottom: 0;
    padding-bottom: 20px;
}

.features {
    padding: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
    text-align: center;
}

.feature-wrap .features-img {
    margin: 0 auto;
    display: inline-block;
    width: 260px;
}

.feature-wrap h2 {
    margin-top: 10px;
    color: #000;
}

.feature-wrap h3 {
    font-size: 1em;
    text-indent: 2em;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}

.feature-wrap i.fa {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #fff;
    color: #185493;
}

#recent-works .col-xs-12.col-sm-4.col-md-4 {
    padding: 15px;
}

#recent-works {
    padding-bottom: 70px;
}

#recent-works .center{
    padding-bottom: 20px;
}
.recent-work-wrap {
    position: relative;
}

#recent-works .readmore {
    color: #185493;
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
}

#recent-works .readmore:hover {
    color: #444;
}

.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: 1;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
}

.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #fff;
}

.recent-work-wrap .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    opacity: 0;
    border-radius: 0;
    background: rgba(95,111,142,1.0);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.recent-work-wrap .recent-work-inner h3{
    line-height: 60px;
    margin: 0;
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.recent-work-wrap:hover .overlay {
    opacity: .9;
}
.recent-work-wrap:hover .overlay {
    background: rgba(95,111,142,0.9);
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 20px;
    border-radius: 50%;
    background: #FFF;
    transition: all .5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #185493;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #185493;
}

#middle {
    background: #f2f2f2;
}

#middle .readmore {
    color: #185493;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-top: 30px;
}

#middle .readmore:hover {
    color: #444;
}

#middle h3 {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 600;
}

#middle i.fa {
    color: #185493;
}

#middle .media-body h3 {
    color: #4e4e4e;
    font-size: 18px;
}

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading,.panel {
    background-color: #ebebeb;
    border: 0 none;
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #f1f1f1;
    color: #4e4e4e;
}

.panel-body {
    padding: 20px;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 8px;
}

.panel-heading {
    border-radius: 0;
}

.panel-title>a {
    color: #4e4e4e;
    font-size: 14px;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #ebebeb;
    border-radius: 8px;
}

.panel-heading.active .panel-title>a {
    color: #4e4e4e;
}

a.accordion-toggle i.fa {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #ebebeb;
    border-radius: 8px;
}

.panel-heading.active a.accordion-toggle i.fa {
    color: #4e4e4e;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-heading.active a.accordion-toggle.collapsed i.fa {
    color: #fff;
}

#get-started {
    padding: 50px 0 60px 0;
    text-align: center;
    background: #eee;
    border-top: 1px solid #fff;
}

.about-us {
    padding-bottom: 30px;
}

.about-us h3 {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-us p {
    color: #4e4e4e;
}

.about-us img {
    margin-top: 25px;
}


.banner-read-wrap {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.banner-read-img {
    width: 100%;
    overflow: hidden;
}

.banner-text-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner-text-wrap span {
    color: #fff;
    display: block;
    text-align: center;
}

.banner-text-wrap span:nth-child(1) {
    font-size: 55px;
    font-weight: bold;
    line-height: 130%;
}

.banner-text-wrap span:nth-child(2) {
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 130%;
}

.banner-nav {
    position: absolute;
    top: 8%;
    width: 100%;
    font-size: 0;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.banner-nav span {
    color: #fff;
    font-size: 14px;
}

.banner-nav span a {
    color: #fff;
    font-size: 14px;
}









.maps-box {
    position: relative;
    width: 99.8%;
    height: 340px;
    margin: 20px auto 20px;
    border: 1px solid #ededed;
    background: #fff;
}

.maps-box .map-container {
    width: 100%;
    height: 100%;
}

.contact-main {
    padding-bottom: 50px;
}

.contact-us li i {
    color: #999;
    float: left;
    font-size: 1.25em;
    margin: 6px 8px 0 0;
}

.contact-us p {
    line-height: 24px;
}

.contact-us li p strong {
    color: #727272;
    float: left;
    font-weight: 600;
    margin: 0 5px 5px 0;
}

h3 {
    font-size: 22px;
    position: relative;
}

.mod-title {
    margin: 0;
    font-size: 32px;
    overflow: hidden;
    line-height: 120%;
    color:#000;
    padding-bottom: 30px;
}

.mod-title:after {
    content: "";
    height: 5px;
    position: absolute;
    top: 12px;
    width: 99%;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.portfolio-filter>li {
    display: inline-block;
}

.portfolio-filter>li a {
    background: none repeat scroll 0 0 #FFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    text-transform: uppercase;
    transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -webkit-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 3px;
}

.portfolio-filter>li a:hover,.portfolio-filter>li a.active {
    color: #fff;
    background: #45B6F7;
    border: 1px solid #45B6F7;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.portfolio-filter .btn-default.active.focus,
.portfolio-filter .btn-default.active:focus,
.portfolio-filter .btn-default.active:hover,
.portfolio-filter .btn-default:active.focus,
.portfolio-filter .btn-default:active:focus,
.portfolio-filter .btn-default:active:hover {
    color: #fff;
    background-color: #45B6F7;
    border-color: #45B6F7;
    outline: none;
}

.portfolio-items>li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item {
    margin: 0;
    padding: 15px;
}
.portfolio-item:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.portfolio-item:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.portfolio-item:nth-child(3n) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.portfolio-item img.pic-list-img{
    max-height: 220px;
}

/*.portfolio-item img.pic-list-img{
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.portfolio-item a:hover img.pic-list-img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}*/

.portfolio-item-cont {
    overflow: hidden;
    display: block;
    background: #fff;
    padding: 20px 20px 15px;
    text-align: center;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-animation: all .3s linear;
    -o-transition: all .3s linear;
}

.portfolio-item-cont a {
    display: block;
}

.portfolio-item-cont .title {
    text-align: center;
    border-top: 2px solid #f0f0f0;
    line-height: 1em;
    padding: .8em 0 0;
    font-size: 1em;
    font-weight: 200;
    transition: all .18s linear;
    -moz-transition: all .18s linear;
    -webkit-animation: all .18s linear;
    -o-transition: all .18s linear;
}

.portfolio-item-cont:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}

.portfolio-item-cont:hover .title {
    color: #414958;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.pricing-tables {
    padding: 40px 0 80px 0;
    text-align: center;
}

.pricing-tables .pricing-table {
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}

.pricing-tables .pricing-table:hover {
    z-index: 2;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.pricing-tables .highlight-plan {
    margin: -15px 0;
    margin-right: -1px;
    z-index: 1;
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
    background-color: #185493;
    padding: 25px 0;
    border-radius: 8px 8px 0 0;
}

.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
    color: #fff;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
    background-color: #185493;
    padding: 30px 0;
    border-radius: 0 0 8px 8px;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
    border-color: #fff;
    color: #fff;
}

.pricing-table .plan-name {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    border-bottom: 1px solid #eee;
}

.pricing-table .plan-name h3 {
    font-weight: 700;
    color: #666;
    font-size: 22px;
}

.pricing-table .plan-price {
    padding: 25px 0;
}

.pricing-table .plan-price .price-value {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: #666;
}

.pricing-table .plan-price .price-value span {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}

.pricing-table .plan-price .interval {
    line-height: 14px;
    color: #999;
    font-size: 13px;
}

.pricing-table.btn-system.border-btn {
    border-color: #f8ba01;
    color: #f8ba01;
}

.pricing-table .plan-list li {
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.pricing-table .btn-system {
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    background-color: #185493;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.pricing-table .btn-system:hover,.pricing-table .btn-system.border-btn:hover {
    background-color: #c27c0e;
}

.pricing-table .btn-system:last-child {
    margin-right: 0;
}

.pricing-table .btn-system.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}




.job-item {
    float: left;
    width: 32%;
    display: inline-block;
    margin-right: 1.999%;
    padding-bottom: 2%;
    vertical-align: top;
}

.job-item:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.job-item:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.job-item:nth-child(3n) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.job-item a {
    background: #e1e7ed;
    padding: 50px;
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job-item:nth-child(3n) {
    margin-right: 0;
}

.job-item span {
    display: block;
}

.job-item span:nth-child(1) {
    font-size: 22px;
    color: #687c92;
    padding-bottom: 25px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job-item span:nth-child(2) {
    font-size: 16px;
    line-height: 28px;
    min-height: 74px;
    margin-bottom: 25px;
    color: #595757;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.job-item span:nth-child(3) {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;

}

.job-item span:nth-child(3):after {
    content: "";
    width: 2px;
    height: 100%;
    background: #687c92;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job-item span:nth-child(3):before {
    content: "";
    width: 100%;
    height: 2px;
    background: #687c92;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job-item a:hover {
    background: #46597b;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.job-item a:hover span:nth-child(3):after {
    background: #fff;
}

.job-item a:hover span:nth-child(3):before {
    background: #fff;
}

.job-item a:hover span:nth-child(1) {
    color: #fff;
}

.job-item a:hover span:nth-child(2) {
    color: #fff;
}




/*** 在线留言 ***/
.contact-icon-li:nth-child(1) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.contact-icon-li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.contact-icon-li:nth-child(3) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.contact-icon-li:nth-child(4) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.contact-icon-li:nth-child(5) {
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}

.contact-icon-li:nth-child(6) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.contact-right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.contact-icon-li {
    font-size: 0;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.contact-icon-left {
    width: 50px;
    position: absolute;
    left: 0;
    padding-right: 20px;
    vertical-align: top;
    margin-top: 2px;
}

.contact-icon-right {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    padding-left: 50px;
    vertical-align: top;
    padding-right: 100px;
}

.contact-icon-right span {
    display: block;
    color: #595757;
}

.contact-icon-right span:nth-child(1) {
    color: #687c92;
}

.contact-icon-right span:nth-child(2) img {
    width: 190px;
    padding-top: 10px;
}


.contact-form label{
    display: none;
}
.contact-input {
    margin-bottom: 30px;
}

.contact-input:nth-child(1) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.contact-input:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.contact-input:nth-child(3) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.contact-textarea {
    margin-bottom: 30px;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.contact-form .form-control{
    width: 100%;
    padding: 20px;
    border-color: #687c92;
    border-radius: 0;
    box-shadow: none;
    background: #e9eff3;
    font-size: 16px;
    color: #687c92;
    line-height: 60px;
}
.contact-form .contact-textarea .form-control {
    height: 222px;
    background: #e1e7ec;
    overflow: hidden;
    font-size: 16px;
    color: #687c92;
    line-height: 28px;
    padding-top: 10px;
    resize: vertical;
}
.contact-form .form-control:focus {
    border-color: #48709c;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.contact-form .form-control.Validform_error{
    border-color: #e04251;
}

.contact-input input::placeholder,
.contact-textarea textarea::placeholder {
    color: #687c92;
}

.contact-button {
    width: 100%;
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #aaa;
    background: #2e2e2e;
}

#footer a {
    color: #eee;
}

#footer a:hover {
    color: #185493;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px;
}

.follow-us {
    margin-top: -5px;
    text-align: center;
}

.social-icon {
    padding-top: 6px;
    font-size: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 2px solid #999;
    border-radius: 50%;
    color: #999;
    margin: 5px;
}

a.social-icon:hover,
a.social-icon:active,
a.social-icon:focus {
    text-decoration: none;
    color: #185493;
    border-color: #185493;
}

#pages {
    clear: both;
    padding: 50px 0 30px;
    text-align: center;
    font-family: Arial,Microsoft Yahei;
}

#pages a,
#pages span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #898989;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
}

#pages a.a1 {
    width: 60px;
    padding: 0;
}

#pages a:hover {
    color: #687c92;
    border-color: #687c92;
    text-decoration: none;
}

#pages span {
    background: #687c92;
    color: #fff;
    border: 1px solid #687c92;
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.no-data {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    line-height: 60px;
    color: #999;
    text-align: center;
    font-size: 1.5em;
    font-weight: 200;
    margin: 50px auto;
}

.show-main {
    margin-top: 30px;
}

.product-pic-box {
    height: 351px;
    padding: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.product-pic-box img {
    width: 100%;
    height: 100%;
    max-height: 351px;
    max-width: 710px;
    display: inline-block;
}

.product-feature {
    height: 351px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin-right: 15px;
    border: 1px solid #ddd;
}

.show-title {
    font-size: 1.8em;
    color: #000;
    margin: 0 0 20px;
    display: block;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

#product-feature {
    width: 100%;
    height: 100%;
    cursor: move;
}

#product-feature .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-detail {
    border: 1px solid #e0e0e0;
    background: #fff;
    margin: 30px 0 50px -15px;
}

.product-detail .product-photo{
    text-align: center;
}
.product-detail .product-photo img{
    max-width: 100%;
    margin: 20px auto;
}
.product-detail-nav {
    border-bottom: #e0e0e0 1px solid;
    background-color: #f5f5f5;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.product-detail-nav a {
    display: inline-block;
    padding: 0 30px;
    color: #333;
    font-size: 16px;
}

.product-detail-nav a:hover {
    color: #e00000;
    font-weight: 500;
    background: #dedede;
}

.product-detail-nav a.selected {
    color: #e00000;
    font-weight: 500;
}

.product-detail-bd {
    padding: 5px 30px 50px;
}

.cont-title {
    color: #000;
    font-size: 24px;
    padding-left: 0;
    border-bottom: solid 1px #e0e0e0;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.container-page {
    padding-left: 215px;
}

.container-page .content {
    margin-right: 0;
    padding: 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.container-no-sidebar .content {
    margin-right: 0;
    padding: 15px 30px 20px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 4px;
}

.container-no-sidebar .article-content {
    margin-bottom: 50px;
    overflow: hidden;
}


.container-main .content {
    padding: 15px 120px;
}

.pageside {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}

.pageheader {
    overflow: hidden;
    background-color: #45B6F7;
    padding: 25px 20px;
    margin-bottom: 15px;
    color: #fff;
}

.pageheader h1 {
    font-size: 30px;
    margin: 0;
}

.pageheader h1 small {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -4px;
}

.pageheader .note {
    margin-top: 5px;
}

.pageheader p {
    margin-bottom: 0;
}

.pageheader .share {
    float: right;
    height: 28px;
    margin: 17px 0 0;
    color: #fff;
}

.pageheader .share a {
    width: 28px;
    height: 28px;
    background-color: #FFF;
    border: solid 2px #FFF;
    border-radius: 4px;
    opacity: .9;
    top: 0;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -8px;
    position: relative;
}

.pageheader .share .bds_count {
    border-left-color: #fff;
}

.pageheader-mini {
    padding: 15px 0 13px;
}

.pageheader-mini h1 {
    font-size: 18px;
}

.pageheader-mini .share {
    margin: -5px 0;
}

.article-header {
    margin-bottom: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.article-title {
    margin-top: 0;
    font-size: 26px;
    line-height: 36px;
}

.article-title a,.article-title a:hover {
    color: #000;
}

.article-meta {
    font-size: 12px;
    color: #999;
}

.article-meta .item {
    margin-right: 20px;
}

.article-pages {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
}

.article-pages a,.article-pages span {
    display: inline-block;
    padding: 4px 12px;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666;
}

.article-pages span {
    background: #61B3E6;
    border-color: #61B3E6;
    color: #fff;
}

.article-pages a span {
    background-color: #fff;
    color: #666;
}

.article-pages a:hover span {
    border-color: #bbb;
}

.product-feature table {
    border-top: solid 1px #f0f1f3;
    border-left: solid 1px #f0f1f3;
    width: 100%;
    margin-bottom: 18px;
}

.product-feature table th {
    background-color: #f9f9f9;
    text-align: center;
}

.product-feature table td,.product-feature table th {
    border-bottom: solid 1px #f0f1f3;
    border-right: solid 1px #f0f1f3;
    padding: 3px 4px;
}

.article-content {
    font-size: 15px;
    line-height: 25px;
    word-wrap: break-word;
}

.article-content img {
    margin: 5px 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
    padding: 10px 0;
    margin-bottom: 18px;
    color: #555;
    font-weight: bold;
}

.article-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0;
    border-bottom: 1px solid #eaeaea;
}

.article-content h3 {
    font-size: 16px;
}

.article-content h4 {
    font-size: 15px;
}

.article-content h5 {
    font-size: 14px;
}

.article-content ul,.article-content ol {
    margin: 0 0 18px 46px;
}

.article-content ul {
    list-style: disc;
}

.article-content ol {
    list-style: decimal;
}

.article-content li {
    margin-bottom: 6px;
}

.article-content p {
    margin-bottom: 18px;
    word-wrap: break-word;
}

.article-content pre {
    word-wrap: break-word;
}

.article-content table {
    border-top: solid 1px #f0f1f3;
    border-left: solid 1px #f0f1f3;
    width: 100%;
    margin-bottom: 18px;
}

.article-content table th {
    background-color: #f9f9f9;
    text-align: center;
}

.article-content table td,.article-content table th {
    border-bottom: solid 1px #f0f1f3;
    border-right: solid 1px #f0f1f3;
    padding: 8px 10px;
}

.article-content .alignnone {
    margin: 0 auto;
}

.article-content .alignleft {
    float: left;
    text-align: left;
    margin-right: 10px;
}

.article-content .aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.article-content .alignright {
    float: right;
    text-align: right;
    margin-left: 10px;
}

.article-content .wp-caption {
    margin-bottom: 18px;
    background-color: #f6f6f6;
    padding: 10px 10px 1px;
    max-width: 100%;
}

.article-content .wp-caption img {
    margin: 0 0 5px;
}

.article-content .wp-caption p {
    margin-bottom: 10px;
    text-indent: 0;
}

.article-content .wp-caption.alignnone {
    text-align: center;
}

.article-content .wp-caption:hover .wp-caption-text {
    color: #61B3E6;
}

.article-content a {
    text-decoration: underline;
}

.article-content pre,.comment pre {
    margin: 20px 0;
    font: 12px/20px 'courier new';
    background: #272822;
    padding: 10px 15px;
    color: #F8F8D4;
    border: none;
}

.article-content blockquote {
    margin: 30px 30px;
    padding: 15px 20px 1px;
    font-size: 16px;
    color: #999;
    border-left: 5px solid #EEE;
}

.article-content blockquote p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.article-content hr {
    width: 100%;
    border-top: 1px solid #ddd;
}

.post-copyright {
    background-color: #eee;
    padding-right: 30px;
    font-size: 12px;
    padding: 3px 0;
    border-radius: 3px;
    color: #aaa;
    text-align: center;
}

.post-copyright a,.post-copyright a:hover {
    color: #aaa;
    text-decoration: none;
}

.post-copyright:hover {
    background-color: #61B3E6;
    color: #fff;
}

.post-copyright:hover a {
    color: #fff;
}

.article-pics {
    text-align: center;
}

.article-pics img {
    margin: 5px auto;
    max-width: 100%;
    height: auto;
}

.ads-post-footer b {
    font-weight: normal;
    color: #41C282;
}

.ads-post-footer strong {
    font-weight: normal;
    color: #FD6A5E;
}

.ads-post-footer a {
    text-decoration: none;
    border-bottom: solid 2px #eee;
}

.ads-post-footer a:hover {
    border-bottom-color: #1FAEFF;
}

.pads {
    overflow: hidden;
    padding: 0;
    margin: 0 -2% 10px 0;
}

.pads li {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 2%;
}

.pads img {
    max-width: 100%;
    margin-bottom: 5px;
}

.pads h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin: 0;
}

.pads time {
    color: #fff;
    background-color: #FF5E52;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.pads a {
    display: block;
    position: relative;
}

.pads a:hover h4 {
    color: #FF5E52;
}

.pads a:hover time {
    color: #fff;
}

.article-tags {
    margin: 20px 0 30px;
    text-align: left;
}

.article-tags a {
    display: inline-block;
    padding: 4px 7px 3px;
    margin: 0 4px 4px 0;
    color: #fff;
    font-size: 12px;
    background-color: #61B3E6;
    opacity: .85;
    filter: alpha(opacity=85);
}

.article-tags a:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tag-clouds {
    overflow: hidden;
}

.tag-clouds a {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #999;
    background-color: #eee;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.tag-clouds a small {
    margin-left: 5px;
}

.tag-clouds a:hover {
    color: #fff;
    background-color: #4DAAE6;
}

.article-nav {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px;
    color: #bbb;
}

.article-nav span {
    float: left;
    position: relative;
    width: 50%;
}

.article-nav span.article-nav-next {
    float: right;
    text-align: right;
}

.article-nav span.article-nav-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #eee;
}

.article-nav a {
    color: #999;
    margin-right: 10px;
    display: inline-block;
}

.article-nav span.article-nav-next a {
    margin-left: 10px;
    margin-right: 0;
}

.article-nav a:hover {
    color: #61B3E6;
}

.relates ul {
    list-style: disc;
    margin-left: 18px;
    color: #bbb;
    margin-bottom: 30px;
    padding-top: 5px;
}

.relates li {
    margin-top: 12px;
}

.relates a {
    color: #777;
}

.relates a:hover {
    color: #61B3E6;
    text-decoration: underline;
}

.thumb {
    max-width: 100%;
}

.excerpt {
    border: 1px solid #eaeaea;
    border-color: #eaeaea #fff #eaeaea #fff;
    padding: 20px 0 20px 310px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: -1px;
}
.excerpt:nth-child(2) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.excerpt:nth-child(3) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.excerpt:nth-child(4) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.excerpt:nth-child(5) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}
.excerpt:nth-child(6) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}
.excerpt:nth-child(7) {
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}
.excerpt:nth-child(8) {
    animation-delay: 900ms;
    -webkit-animation-delay: 900ms;
}

.excerpt:hover {
    background-color: #FAFDFF;
    position: relative;
    z-index: 2;
}
.excerpt:hover header h2{
    margin-left: 20px;
}

.excerpt .focus {
    float: left;
    margin-left: -310px;
    width: 280px;
}

.excerpt .thumbnail {
    width: 280px;
    height: 186px;
    border: none;
    padding: 0;
}

.excerpt header {
    margin-bottom: 10px;
}

.excerpt .cat {
    color: #fff;
    background-color: #45BCF9;
    padding: 3px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.excerpt .cat:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}

.excerpt .cat i {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #45BCF9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.excerpt h2 {
    display: inline;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    font-weight: bold;

    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.excerpt h2 a {
    color: #414958;
}

.excerpt h2 a:hover {
    color: #46597b;
}

.excerpt time,
.excerpt .pv,
.excerpt .pc {
    margin-right: 20px;
}

.excerpt .note {
    font-size: 14px;
    color: #999;
    word-wrap: break-word;
    line-height: 32px;
}

.excerpt .meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}

.excerpt .meta .fa {
    margin-right: 4px;
}

.excerpt .meta a {
    color: #999;
    text-decoration: underline;
}

.excerpt .meta a:hover {
    color: #61B3E6;
}

.post-tags {
    color: #ddd;
}

.post-tags a {
    color: #999;
    text-decoration: underline;
}

.post-tags a:hover {
    color: #61B3E6;
}

.excerpt h2 b,
.excerpt .note b {
    font-weight: normal;
    color: #FF5549;
}

.excerpt-multi {
    padding: 20px;
}

.excerpt .thumbnails {
    position: relative;
    margin: 0 -10px 0 0;
    overflow: hidden;
}

.excerpt .thumbnails .item {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 10px;
}

.excerpt .thumbnails .thumb-span {
    margin-right: 10px;
    display: block;
    position: relative;
    font-family: 'Glyphicons Halflings';
    overflow: hidden;
}

.excerpt .thumbnails .thumb-span::before {
    content: "";
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.excerpt .thumbnails .thumb-span:hover::before {
    background-color: rgba(0,0,0,.4);
}

.excerpt .thumbnails .thumb-span:hover::before {
    background-color: rgba(0,0,0,.4);
}

.side-menu-box {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

.side-menu-catname {
    padding: 12px 20px;
    background: #414958;
}

.side-menu-catname h3 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.side-menu-catname i {
    color: #C1D1F2;
    margin-top: 4px;
    margin-right: 8px;
}

.side-menu li.top-menu a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.side-menu li.top-menu a:hover {
    color: #000;
    background: #F0F7FF;
}

.side-menu li.top-menu-active a,
.side-menu li.top-menu-active a:hover {
    color: #fff;
    background-color: #656f82;
    margin: 0 -1px;
}

.side-menu li:last-child a {
    border-bottom: none;
}

.product-category {
    float: left;
    width: 100%;
    height: 100%;
    _display: inline;
    position: relative;
    display: block;
    _overflow: hidden;
    border: 1px solid #eaeaea;
}

.product-category h3 {
    position: relative;
    clear: both;
    width: 100% height:38px;
    line-height: 38px;
    text-indent: 35px;
    z-index: 0;
    cursor: pointer;
    font-weight: 400;
    color: #000;
    font-size: 1em;
    display: block;
    margin: 0;
}

.product-category h3 a {
    color: #000;
    display: block;
}

.product-category h3 a:hover {
    color: #f60;
    text-decoration: none;
}

.product-category_on {
    width: 0;
    padding: 0;
}

.product-category_on div {
    visibility: hidden;
    _display: none;
}

.product-category .top_menu {
    clear: both;
    width: 100%;
    position: relative;
    z-index: 0;
    height: 38px;
    height: line-38px;
    cursor: pointer;
    color: #000;
    display: block;
    font-size: 14px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.product-category .top_menu a {
    color: #333;
    font-size: 14px;
    line-height: 38px;
    padding-left: 35px;
    display: block;
    text-decoration: none;
    background: url(img/icon_category.png) no-repeat 16px -75px;
}

.product-category .top_menu a:hover {
    color: #f60;
    text-decoration: none;
}

.product-category li.current a {
    color: #3c5b9b;
    font-size: 1.0em;
    margin-left: -1px;
    border-left: 2px solid #3c5b9b;
    background-color: #fff;
}

.product-category li.current a:hover {
    text-decoration: none;
}

.product-category .menu-box {
    zoom:1;clear: both;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.product-category .menu-box h3 a {
    padding: 0;
}

.product-category .menu {
    zoom:1;clear: both;
    display: none;
}

.product-category .menu li {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    margin-bottom: 1px;
    border-top: 1px solid #eaeaea;
    margin-top: -1px;
}

.product-category .menu li a {
    height: auto;
    line-height: 35px;
    padding: 0 3px 0 48px;
    *zoom:1;background: #fff url(img/icon_category.png) no-repeat 38px -115px;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.product-category .menu li span {
    display: block;
    position: absolute;
    background: url(img/icon_category.png) -280px -804px no-repeat;
}

.product-category .menu li.current {
    font-weight: bold;
    background: url(img/icon_category.png) 0 top no-repeat;
}

.product-category .menu li.current a {
    color: #f60;
    padding-left: 2px;
    border-left: 2px solid #f60;
}

.product-category .menu li.current a:hover {
    text-decoration: none;
}

.product-category .menu li a:hover {
    color: #f60;
    text-decoration: none;
}

.product-category .menu li .icon {
    position: absolute;
    right: 20px;
    top: 5px;
    background: url(img/icon_category.png) -30px -193px no-repeat;
}

.product-category .menu li.subCur a {
    margin-left: -1px;
    color: #fff;
    background-color: #45B6F7;
}

.product-category .menu-open,.product-category .menu-close {
    position: absolute;
    width: 13px;
    height: 13px;
    text-indent: -2010px;
    line-height: normal;
    cursor: pointer;
    top: 12px;
    left: 16px;
    overflow: hidden;
    background: url(img/icon_category.png) no-repeat scroll 0 0;
    display: block;
}

.product-category .menu-box-open {
    background: #fff;
}

.product-category .menu-open {
    background-position: 0 0;
}

.product-category .menu-close {
    background-position: 0 -43px;
}

.mod-side-contact {
    padding: 80px 20px 10px;
    line-height: 24px;
    background: #F6F6F6;
}

.mod-side-contact strong {
    font-weight: bold;
}

.pic-list {
    width: 100%;
    padding: 35px 0;
}

.pic-list-item {
    float: left;
    display: inline-block;
    width: 24.99%;
    height: auto;
    margin-bottom: 20px;
}

.pic-list-cont {
    display: block;
    background: #fff;
    margin: 0 10px;
    padding: 20px 20px 15px;
    text-align: center;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-animation: all .3s linear;
    -o-transition: all .3s linear;
}

.pic-list-item .pic-list-img {
    display: inline-block;
}

.pic-list-item .title {
    text-align: center;
    border-top: 2px solid #f0f0f0;
    line-height: 1em;
    padding: .8em 0 0;
    font-size: 1em;
    font-weight: 200;
}

.pic-list-item:hover .title {
    color: #e00000;
}

.pic-list-item:hover .pic-list-cont {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}

.pic-list-col-3 .pic-list-item {
    width: 33.3%;
}


.float-nav {
    width: 186px;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    right: -134px;
    top: 32%;
    z-index: 999;
    padding: 0;
    border-radius: 8px 0 0 8px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float-max {
    right: 0;
}

.float-max .float-ewm {
    width: 120px;
    height: auto;
    margin: 5px auto 25px;
}

.float-li {
    line-height: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.float-li:last-child {
    border: none;
}

.float-li .float-icon {
    font-size: 0;
    cursor: pointer;
}

.float-li .float-icon a {
    display: block;
}

.float-li .float-icon span {
    vertical-align: top;
    display: inline-block;
}
.float-li img {
    border: none;
    display: block;
    width: 100%;
}
.float-li .float-icon span:nth-child(1) {
    width: 28px;
    opacity: .6;
    margin: 14px 0 0 12px;
}

.float-li .float-icon span:nth-child(2) {
    font-size: 16px;
    color: #fff;
    padding-left: 12px;
}

.float-ewm {
    width: 0;
    margin: 0 auto;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float-ewm2 {
    width: 0;
    margin: 0 auto;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}


.footer-wrap {
    background: #414958;
    padding: 50px 0;
}

.footer-box {
    font-size: 0;
    margin-bottom: 20px;
}

.footer-left {
    display: inline-block;
    width: 72%;
    float: left;
}

.footer-nav {
    font-size: 0;
    position: relative;
    padding-left: 83px;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.footer-link {
    font-size: 0;
    position: relative;
    padding-left: 83px;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.footer-nav-title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 65px;
    position: absolute;
    left: 0;
}

.footer-nav-ul {
    display: inline-block;
    width: 100%;
}

.footer-nav-ul .footer-nav-li {
    font-size: 16px;
    display: inline-block;
    padding: 0 18px 30px;
    white-space: normal;
}

.footer-nav-ul .footer-nav-li a {
    color: #979797;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer-nav-ul .footer-nav-li:hover a {
    color: #fff;
}

.footer-right {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

.footer-icon {
    width: 35%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.footer-icon span {
    width: 27px;
    display: inline-block;
    cursor: pointer;
    margin: 0 16px;
}

.footer-ewm {
    width: 24%;
    display: inline-block;
    float: right;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.footer-ewm2 {
    width: auto;
    display: inline-block;
    float: right;
    /*margin-right: 20px;*/
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.border-wrap {
    clear: both;
    height: 1px;
    width: 100%;
    background: #9e9e9e;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.footer-bq {
    font-size: 0;
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.footer-bq span, .footer-bq span a {
    font-size: 14px;
    color: #9e9e9e;
}

.footer-bq span:nth-child(2) {
    padding: 0 60px 0 20px;
    line-height: 36px;
}

.navbar-brand,
.site-navbar,
.site-search,
.widget-navcontent .item,
.navbar-nav .fa-angle-down,
.rollbar li,
.rollbar h6,
.btn,
.search-btn,
.pads h4,
.company-name,
.pageside,
.show-title,a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

@media(max-width: 1240px) {
    .container {
        margin:0 15px;
    }

    .page-banner {
        height: 140px;
        background-size: 100%;
    }

    .page-banner .banner-text {
        margin-top: 30px;
    }

    .page-banner .banner-text .catname {
        font-size: 22px;
    }
}

@media(max-width: 1024px) {
    .content {
        margin-right:0;
    }

    .sidebar {
        display: none;
    }

    .site-search-form {
        padding: 25px 0;
    }

    .navto-nav,.navto-design {
        display: none;
    }

    .pic-list-item {
        width: 33.3%;
    }

    .page-banner {
        height: 120px;
        background-size: 110%;
    }
}

@media screen and(max-width: 991px) {
    .product-feature {
        margin-top:20px;
        margin-right: 0;
    }

    .product-feature .swiper-slide {
        overflow-x: Scrollbar;
    }
}

@media screen and(min-width: 769px) and(max-width:991px) {
    .container {
        width:100%;
        margin: 0;
    }

    .navbar-brand .logo {
        height: 56px;
    }

    .product-feature {
        margin-right: 0;
    }
}

@media(max-width: 850px) {
    .brand {
        display:none;
    }

    .topmenu .red {
        display: none;
    }

    .page-banner .banner-text {
        margin-top: 30px;
    }

    .page-banner .banner-text .catname {
        font-size: 18px;
        padding: 8px 15px;
    }
}

@media(max-width: 768px) {
    body {
        padding-top:60px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        z-index: 99;
    }

    .site-top {
        display: none;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand {
        line-height: 45px;
        height: 45px;
    }

    .navbar-brand .logo {
        height: 30px;
    }

    .navbar-brand .logo-text {
        font-size: 22px;
    }

    .container-page {
        padding-left: 155px;
    }

    .pageside {
        width: 140px;
    }

    .side-menu-catname h3 {
        font-size: 16px;
    }

    .side-menu li.top-menu a,.side-menu li.top-menu-active a,.side-menu li.top-menu-active a:hover {
        padding: 8px 16px;
        font-size: 14px;
    }

    .page-banner {
        height: 118px;
        background-size: 140%;
    }

    .page-banner .banner-text {
        margin-top: 30px;
    }

    .page-banner .banner-text .catname {
        font-size: 20px;
    }
}

@media(max-width: 680px) {
    .site-navbar {
        margin-top:0;
    }

    .company-name {
        display: none;
    }

    .pic-list-item {
        width: 49.9%;
    }

    .pic-list-cont {
        padding: 10px;
        margin: 0 5px;
    }

    .pic-list-item .title {
        padding: .4em;
        border-top: 1px solid #f0f0f0;
    }
}

@media(max-width: 640px) {
    .header {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        z-index: 99;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand {
        line-height: 45px;
        height: 45px;
    }

    .navbar-brand .logo {
        height: 30px;
    }

    .navbar-brand .logo-text {
        font-size: 22px;
    }

    .side-menu-catname {
        padding: 8px 14px;
    }

    .side-menu-catname h3 {
        font-size: 14px;
    }

    .side-menu-catname h3 .fa {
        display: none;
    }

    .side-menu li.top-menu a,.side-menu li.top-menu-active a,.side-menu li.top-menu-active a:hover {
        padding: 8px 16px;
        font-size: 14px;
    }

    .container {
        margin: 0 10px;
    }

    .single .container {
        margin: 0;
        padding: 0 10px;
    }

    .site-search {
        top: -100px;
    }

    .navto-search {
        display: none;
    }

    .topbar {
        display: none;
    }

    .carousel-control {
        display: none;
    }

    .single .content {
        padding: 0;
        border: none;
    }

    .article-header {
        text-align: left;
        padding: 15px 0;
    }

    .article-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .article-meta .item {
        margin-right: 10px;
    }

    .article-content img {
        border-radius: 5px;
    }

    .post-copyright {
        display: none;
    }

    .action-share {
        display: none;
    }

    .rollbar {
        right: -120px;
    }

    .article-content {
        font-size: 15px;
        line-height: 24px;
    }

    .article-content p,.article-content h2,.article-content h3,.article-content h4 {
        margin-bottom: 15px;
    }

    .article-content h2 {
        font-size: 16px;
        font-weight: bold;
        margin: 15px -10px 15px -10px;
        line-height: 18px;
        padding-left: 10px;
        border-left: none;
    }

    .article-content ul,.article-content ol {
        margin-left: 20px;
    }

    .pagetitle {
        padding: 10px 10px 6px;
    }

    .pagetitle h1 {
        font-size: 16px;
        font-weight: bold;
    }

    .excerpt {
        padding: 10px 10px 10px 180px;
    }

    .excerpt .focus {
        width: 160px;
        margin-left: -170px;
    }

    .excerpt .thumb {
        width: 160px;
        height: 109px;
    }

    .excerpt .note {
        display: none;
    }

    .excerpt .cat {
        display: none;
    }

    .excerpt h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .excerpt-multi {
        padding-left: 10px;
    }

    .excerpt-multi .thumb-span .thumb {
        height: auto;
    }

    .page-template-pagesthemes-php .pageheader {
        margin-top: 0;
    }

    .pageheader {
        padding: 10px;
        margin-bottom: 0;
    }

    .pageheader h1 {
        font-weight: bold;
        font-size: 18px;
    }

    .pageheader .note {
        font-size: 12px;
    }

    .pageheader .share {
        display: none;
    }

    .container-page {
        padding-left: 100px;
    }

    .container-page .content {
        padding: 10px;
    }

    .container-page .content::after {
        display: none;
    }

    .pageside {
        width: 95px;
    }

    .side-menu {
        margin-bottom: 5px;
    }

    .side-menu li a {
        padding: 8px 10px;
        font-size: 14px;
    }

    .topbar-user {
        display: none;
    }

    .site-navbar {
        float: none;
        margin-top: 0;
        position: absolute;
        top: -1100%;
        left: 0;
        right: 0;
        background-color: #444;
        text-align: left;
        padding: 20px 0;
        opacity: 0;
    }

    .site-navbar {
        display: ;
        margin: 0;
        line-height: 32px;
        font-size: 16px;
    }

    .site-navbar li {
        float: none;
        text-align: ;
        margin-left: 0;
    }

    .site-nav li:hover>.sub-menu {
        display: none;
    }

    .site-nav .fa {
        display: none;
    }

    .site-navbar li a {
        display: block;
        padding: 10px 20px;
        background-color: ;
        margin: 0;
    }

    .site-navbar li.active a,.site-navbar li.active a:hover {
        background-color: #444;
        color: #fff;
        border-bottom: none;
    }

    .site-navbar .sub-menu {
        display: none;
        position: relative;
        top: 0;
        box-shadow: none;
        background-color: transparent;
        border: none;
        border-radius: 0;
        width: auto;
        margin-top: 0;
    }

    .site-navbar .sub-menu li a {
        padding-left: 40px;
    }

    .navto-home,.navto-nav,.navto-ads {
        display: block;
    }

    .topbar-user {
        position: relative;
        margin: 20px 20px 0 10px;
    }

    .branding {
        padding: 50px 10px;
    }

    .branding h1,.branding h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .newmsgs {
        display: none;
    }

    .pagetitle h1,.pagetitle h2,.pagetitle h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .title h3 {
        font-size: 16px;
    }

    .title .more {
        display: none;
    }

    .footer {
        padding: 30px 0 20px;
    }

    .footer nav {
        display: none;
    }

    .footer {
        padding: 15px 10px;
    }

    .footer .container {
        height: 32px;
        overflow: hidden;
        line-height: 16px;
    }

    .footer a:first-child {
        display: block;
    }

    .m-mask {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0);
        z-index: 98;
        overflow: hidden;
    }

    .m-nav-show .m-mask {
        display: block;
    }

    .m-icon-nav {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 19px;
        line-height: 40px;
        padding: 2px 10px 0;
        color: #999;
    }

    .m-nav-show .m-icon-nav {
        color: #45B6F7;
    }

    .m-nav-show .site-navbar {
        -webkit-transform: translate3d(0,143%,0);
        opacity: 1;
    }

    .product-feature {
        overflow-x: scrollbar;
    }

    .product-feature table {
        font-size: 12px;
    }

    .show-title {
        font-size: 1.4em;
    }
}

@media(max-width: 480px) {
    #homeslider {
        margin-bottom:15px;
    }

    .product-pic-box {
        height: auto;
    }

    .pads {
        margin-right: -3%;
    }

    .pads li {
        width: 47%;
        margin-right: 3%;
    }

    .pads h4 {
        font-size: 12px;
    }

    .cat-first {
        padding: 10px 10px 10px 170px;
    }

    .cat-first .thumbnail {
        margin-left: -160px;
        width: 150px;
    }

    .cat-first .note {
        display: none;
    }

    .cat-first .meta .pc {
        display: none;
    }

    .cat-first h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .cat-posts li {
        width: 50%;
    }

    .cat-posts li a {
        padding: 10px;
    }

    .cat-posts li:nth-child(1) {
        border-radius: 0;
    }

    .cat-posts li:nth-child(1),.cat-posts li:nth-child(2) {
        border-bottom: none;
    }

    .cat-posts li:nth-child(3) {
        border-left: 1px solid #eaeaea;
        border-radius: 0 0 0 4px;
    }

    .excerpt {
        padding: 10px 10px 10px 120px;
    }

    .excerpt .focus {
        width: 100px;
        margin-left: -110px;
    }

    .excerpt .thumb {
        width: 100px;
        height: 68px;
    }

    .excerpt .note {
        display: none;
    }

    .excerpt h2 {
        overflow: hidden;
        display: block;
        position: relative;
    }

    .excerpt h2:before {
        content: "";
        float: left;
        width: 5px;
    }

    .excerpt h2,.excerpt h2:before {
        height: 36px;
    }

    .excerpt h2>*:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }

    .excerpt h2:after {
        content: "\02026";
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -18px;
        left: 100%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white),color-stop(50%,white));
        background: -moz-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: -o-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: -ms-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
    }
}

@media(max-width: 346px) {
    .cat-ebox li {
        width:100%;
        border-right: none;
    }

    .cat-ebox li:first-child {
        border-bottom: 2px solid #eaeaea;
    }

    .cat-posts li a {
        height: 170px;
    }

    .article-header {
        padding: 10px 0;
        text-align: left;
    }

    .article-meta .item:nth-child(2) {
        display: none;
    }

    .article-title {
        font-size: 16px;
    }

    .excerpt h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .excerpt .pc {
        display: none;
    }

    .excerpt .pv {
        margin-right: 0;
    }

    .pagination ul>li {
        display: none;
    }

    .pagination ul>li.prev-page,.pagination ul>li.next-page {
        display: inline;
    }

    .pagination ul>li.next-page a {
        background-color: #61B3E6;
        color: #fff;
    }

    .btn-lg {
        padding: 8px 20px;
        font-size: 14px;
    }

    #commentform {
        padding-left: 0;
    }

    #respond {
        overflow: hidden;
        width: 100%;
    }

    .comt {
        padding-left: 0;
    }

    .comt-title {
        width: auto;
        float: none;
        margin-left: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .comt-avatar {
        width: 30px;
        height: 30px;
        float: left;
        margin-right: 5px;
    }

    .comt-avatar .avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .comt-comterinfo {
        width: 100%;
    }

    .comt-comterinfo .text-muted {
        display: none;
    }

    .comt-comterinfo input {
        width: 100%;
        margin-right: 0;
        box-shadow: none;
    }

    .comment-reply-link,.comt-info {
        position: relative;
        top: 0;
        display: inline-block;
        margin-left: 10px;
    }

    .comt-main {
        margin-right: 0;
        margin-left: 40px;
    }

    .comt-f {
        display: none;
    }

    .commentlist>.comment .children {
        margin-left: 0;
    }

    .commentlist>.comment.depth-1>.children {
        margin-left: 46px;
    }

    .comt-author {
        display: inline-block;
    }

    .branding {
        padding: 30px 10px;
    }

    .branding h1,.branding h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .branding p {
        font-weight: normal;
    }

    .product-feature table {
        font-size: 10px;
    }

    .product-feature table td,.product-feature table th {
        padding: 1px 2px;
    }

    .show-title {
        font-size: 1.2em;
    }
}
