﻿@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
*:before,
*:after,
ul.unstyle,
ul.unstyle li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft Yahei", "HanHei SC", "PingFang SC", "SimHei", Arial;
    display: block;
    position: static;
    padding: 80px 0 30px;
    background: #fff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.cWrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 100%;
}

.innerpage .cWrap {
    padding: 0 30px;
}

.innerpage {
    padding: 80px 0;
}

input {
    -webkit-appearance: none;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cWrap.narrow {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
    line-height: 2;
}

.clear {
    width: 100%;
    clear: both;
    margin: 0px !important;
}

.unstyle,
.unstyle li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.fullWidth {
    float: left;
    width: 100%;
    clear: both;
}

.halfWidth {
    float: left;
    width: 48.25%;
    margin: 0 0 0 3.5%;
}

.three-blocks {
    float: left;
    width: 31%;
    margin: 0 0 0 3.5%;
}

.four-blocks {
    float: left;
    width: 26.375%;
    margin: 0 0 0 3.5%;
}

.noMargin .halfWidth {
    width: 50%;
    margin: 0px;
}

.noMargin .three-blocks {
    width: 33.333%;
    margin: 0px;
}

.noMargin .four-blocks {
    width: 25%;
    margin: 0px;
}

.first {
    margin: 0px;
    clear: left;
}

.tableCell {
    display: table
}

.tableCell>* {
    display: table-cell
}

p {
    font-weight: 300;
}

.sGreen {
    background: #5fc3ad;
    color: #fff;
}

.dGrey {
    background: #333;
    color: #fff;
}

.lGrey {
    background: #f8f8f8;
    color: #444;
}

#newBridge {
    z-index: 99 !important;
}

.readMore {
    float: left;
    width: 200px;
    height: 50px;
    text-align: center;
    position: relative;
    color: #5fc3ad;
    text-decoration: none;
    line-height: 50px;
    font-size: 20px;
    font-weight: 300;
}

.readMore:before {
    content: '';
    display: block;
    width: 200px;
    height: 50px;
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    border: #5fc3ad 2px solid;
}

.readMore strong {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 50px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    background: #5fc3ad;
    color: #fff;
    overflow: hidden;
    transition: width 0.2s ease-in-out;
}

.readMore strong em {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 50px;
}

.readMore:hover strong {
    width: 200px;
}

#loading {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    left: 0%;
    top: 0%;
    background: #5fc3ad;
}

#loading:before {
    content: '努力加载中...';
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    top: 50%;
}

#loading span {
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition: all 0.3s ease-out;
    font-weight: 300;
}

#loading svg {
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 240px;
    height: 240px;
}

#outter-ring {
    animation: rotate 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 20px 20px;
}

#inner-ring {
    animation: rotate 1.8s infinite linear;
    transform-origin: 20px 20px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#transition {
    float: left;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #5fc3ad;
    transition: all 0.7s cubic-bezier(.55, .055, .675, .19);
}

.header {
    width: 100%;
    background: #fff;
    height: 80px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
}

.header #siteLogo {
    float: left;
    padding: 0 0 0 30px;

}

.header #siteLogo img {
    display: block;
    max-height: 100%;
}

.header h2 {
    float: right;
    font-size: 26px;
    color: #555;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 46px;
    margin: 22px 30px 0 0;
    box-sizing: border-box;
}

.header h2 svg {
    float: left;
    width: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#mainMenu {
    width: 60%;
    float: left;
    margin: 20px 0 0 5%;
}

#mainMenu>div {

}

#mainMenu li {
    width: 16.6%;
    float: left;
    font-size: 15px;
    margin: 0 24px 0 0;
    padding: 0 0 17px;
}

#mainMenu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    
    overflow: hidden;
    text-decoration: none;
    color: #555;
}

#mainMenu li a:hover,
#mainMenu li.current-menu-item a {
    color: #5fc3ad;
}

#mainMenu li.no_link,
#mainMenu li.has_child {
    position: relative;
}

#mainMenu li.no_link>a {}

#mainMenu li.no_link .sub-menu,
#mainMenu li.has_child .sub-menu {
    display: block;
    position: absolute;
    left: -20px;
    top: 100%;
    margin: -10px 0 0;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

#mainMenu li.no_link.hover .sub-menu,
#mainMenu li.has_child.hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#mainMenu .sub-menu li {
    padding: 0px;
    white-space: nowrap;
    margin: 0px;
    display: block;
    width: 100%;
}

#mainMenu .sub-menu li a {
    display: block;
    background: #5fc3ad;
    color: #fff;
    padding: 10px 20px;
}

#mainMenu .sub-menu li a:hover {
    background: #3c8476
}

.header #menuBtn {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 15px;
    right: 10px;
    cursor: pointer;
    z-index: 20;
    border-radius: 0px;
    transition: all 0.4s;
    display: none;
}

.header #menuBtn span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #5fc3ad;
    top: 24px;
    left: 15px;
    transition: all 0.4s ease;
}

.header #menuBtn:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #5fc3ad;
    margin: -8px 0 0;
    opacity: 1;
    left: 15px;
    top: 24px;
    transition: all 0.4s;
}

.header #menuBtn:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #5fc3ad;
    margin: 8px 0 0;
    left: 15px;
    top: 24px;
    transition: all 0.4s;
}

#slider {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#slider>div {
    float: left;
    position: absolute;
    width: 100%;
    height: inherit;
    z-index: -3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.8s ease-out;
    overflow: hidden;
}

#slider>div:before {
    content: '';
    display: block;
    background: url(../images/dots_mask.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
}

#slider>div.active {
    z-index: -1;
}

#slider>div.lastAct {
    z-index: 0;
}

/*
#slide1{background-image:url(../images/slide1.jpg);}
#slide2{background-image:url(../images/slide2.jpg);}
#slide3{background-image:url(../images/slide3.jpg);}
*/
#slider .slider_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#slider>div .cWrap {
    position: relative;
    width: 100%;
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
}

#slider>div figure {
    font-size: 54px;
    position: absolute;
    right: -290px;
    top: -460px;
    color: #232323;
    width: 1200px;
    height: 600px;
    border-radius: 300px;
    text-align: left;
    background: rgba(96, 195, 173, 0.5);
    padding: 0 80px;
    -ms-transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
    opacity: 0;
}

#slider>div figure h2 {
    position: relative;
    -ms-transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    float: left;
    width: auto;
    top: 16%;
    margin: 100px 0 0 -20px;
}

#slider>div figure h2 em {
    display: block;
    color: #fff;
    font-size: 36px;
}

#slider>div figure h2 small {
    font-size: 28px;
}

#slider>div figure h2 strong {
    font-size: 24px;
    display: block;
}

#slider>div#slide2 figure {
    left: -90%;
    top: 50%;
    color: #232323;
    width: 1200px;
    height: 500px;
    border-radius: 250px;
    text-align: left;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 80px;
    -ms-transform: rotate(0deg) translateY(-50%);
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}

#slider>div#slide2 figure h2 {
    -ms-transform: rotate(0deg) translateY(-50%);
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    float: right;
    width: 36%;
    top: 50%;
    margin: 0 -20px 0 0;
    color: #252525;
}

#slider>div#slide2 figure h2 em {
    color: #fff;
    font-weight: 300;
}

#slider>div#slide2 figure h2 small {
    color: #fff;
    font-weight: 300;
}

#slider>div#slide2 figure h2 strong {
    color: #fff;
    font-weight: 300;
}

#slider>div#slide2 figure h2 strong span {
    background: #3a9770;
    font-size: 46px;
    display: inline-block;
    padding: 0 8px 4px;
    margin: 0 4px;
}

#slider>div#slide3 figure h2 {
    width: 420px;
    margin: 100px 0 0 -10px;
}

#slider>div#slide3 figure h2 em {
    color: #fff;
}

#slider .active figure {
    opacity: 1;
    top: -280px;
    transition: all 0.8s ease-out;
    transition-delay: 0.4s;
}

#slider #slide2.active figure {
    left: -60%;
    top: 50%;.four-blocks
}

#hWelcome {
    padding: 50px 0 140px;
    background: #f4f4f4 url(../images/logo_bg.png) no-repeat 85% top;
}

#hWelcome h2,
#hWhy h2,
#hKnowledge h2 {
    font-size: 36px;
    line-height: 64px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

#hWelcome h3,
#hWhy h3 {
    margin: 40px 0 60px;
    font-size: 30px;
    color: #999;
}

#hWelcome h3 strong {
    color: #5fc3ad;
}

#hWelcome {
    font-size: 20px;
    line-height: 1.6em;
}

#hWelcome .readMore {
    position: relative;
    left: 50%;
    margin: 100px 0 0 100px;
}

#hWelcome img {
    position: absolute;
    width: 460px;
    z-index: 4;
    left: 0px;
    top: 110%;
}

#hWhat .three-blocks {
    position: relative;
    padding-top: 33.333%;
    overflow: hidden;
}

#hWhat .whiteCell {
    background: transparent url(../images/what_bg.jpg) no-repeat left bottom;
}

#hWhat .three-blocks h2 {
    width: 100%;
    position: absolute;
    padding-top: 33.333%;
    left: 0px;
    top: 50%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 70px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hWhat .three-blocks h2 em {
    display: block;
    font-size: 36px;
    margin-top: -12px;
}

#hWhat .three-blocks h2 strong {
    display: block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.4);
}

#hWhat .three-blocks img {
    display: block;
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0%;
    transition: all 0.3s ease-in-out;
}

#hWhat .three-blocks:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(80%);
}

#hWhat .three-blocks .readMore {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -100px;
}

#hWhat .three-blocks ul {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 50%;
    text-align: center;
    font-size: 24px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hWhat h3 {
    float: left;
    position: absolute;
    font-size: 22px;
    right: 0px;
    bottom: 15%;
    z-index: 1;
    color: #fff;
    padding: 20px 40px;
    overflow: hidden;
    font-weight: 300;
    max-width: 70%;
}

#hWhat h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
    transition: all 0.25s ease-in-out;
}

#hWhat h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #5fc3ad;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: -1;
    opacity: 0.8;
    transition: all 0.25s ease-in-out;
}

#hWhat .three-blocks:hover h3:before {
    left: -100%;
}

#hWhat .three-blocks:hover h3:after {
    left: 0%;
}

#hWhat .three-blocks ul li {
    margin: 10px 0;
    color: #555;
    letter-spacing: 2px;
}

#hKnowledge h4 {
    font-size: 26px;
    color: #5fc3ad;
    margin: 2em 0 0.4em;
    text-align: left;
}

#hKnowledge p {
    text-align: left;
}

#hKnowledge a {
    float: left;
    clear: both;
    margin: 30px 0 0;
    padding: 0 30px;
    line-height: 30px;
    background: #5fc3ad;
    color: #fff;
    text-decoration: none;
}

#hKnowledge,
#hWhy {
    padding: 100px 0;
    text-align: center;
}

#hKnowledge .cWrap,
#hWhy .cWrap {
    padding: 0 30px;
}

#hKnowledge h2 strong,
#hWhy h2 strong {
    color: #5fc3ad;
    margin: 0 0 0 40px;
}

#hWhy h3 {
    margin: 60px 0 0;
}

#hWhy svg {
    width: 140px;
    margin: 0 0 20px;
}

#hWhy h4 {
    font-size: 30px;
    margin: 0 0 20px;
}

#hWhy ol {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px 0 2em;
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
}

#hWhy li {
    padding-left: 0.4em;
    margin-bottom: 10px;
}

#hNews {
    background: transparent url(../images/hnews_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}

#hNews .cWrap {
    padding: 0 30px;
}

#hNews .four-blocks {
    position: relative;
    height: inherit;
}

#hNews h2 {
    width: 110%;
    font-size: 60px;
    position: absolute;
    bottom: 90px;
    left: -10%;
    text-align: right;
    color: #fff;
}

#hNews h2 strong {
    display: block;
    font-size: 60px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #5fc3ad;
    text-transform: uppercase;
}

#hNews h3 {
    font-size: 32px;
    color: #fff;
    margin: 25% 0 1em;
}

#hNews h3 strong {
    display: block;
    font-size: 28px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #5fc3ad;
    text-transform: uppercase;
    margin-top: 0px;
}

#hNews li {
    margin: 0 0 10px;
    color: #fc0;
    fon-size: 14px;
}

#hNews li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 16px;
}

.allNews {
    float: left;
    clear: both;
    line-height: 30px;
    font-size: 20px;
    color: #fc0;
    text-decoration: none;
    margin: 20px 0 0;
}

#newsList {
    position: relative;
    width: 60%;
    height: 300px;
    margin: 100px 0 0;
    left: 50%;
    max-width: 480px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

#newsList li {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0px;
}

#newsList li.active {
    left: 0%;
    transition: left 0.6s ease-out;
}

#newsList h4 {
    color: #5fc3ad;
    font-size: 24px;
    margin: 0px;
}

#newsList em {
    display: block;
    color: #fc0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    margin: 0 0 20px;
}

#newsList p {
    color: #f0f0f0;
    line-height: 1.4em;
}

#newsList a {
    display: inline-block;
    padding: 8px 25px;
    margin: 30px 0 0;
    color: #fff;
    background: #5fc3ad;
    text-decoration: none;
}

.innerHeader {
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.innerHeader:before {
    content: '';
    display: block;
    background: url(../images/dots_mask.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 0;
}

#about {
    background-image: url(../images/about_bg.jpg);
}

#cases {
    background-image: url(../images/cases_bg.jpg);
}

#products {
    background-image: url(../images/products_bg.jpg);
}

#services {
    background-image: url(../images/service_bg.jpg);
}

#contact {
    background-image: url(../images/contact_bg.jpg);
}

#knowledge {
    background-image: url(../images/knowledge_bg.jpg);
}

.innerHeader .cWrap {
    height: inherit;
}

.otherBanner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    bottom: 40%;
    right: 30%;
    z-index: 1;
}

.otherBanner h1 strong {
    display: block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #5fc3ad;
    text-transform: uppercase;
    font-size: 42px;
    margin: 0 0 -12px;
}

.innerpage {
    padding: 0 0 120px;
}

.overlap {
    padding: 90px 90px 40px;
    float: left;
    width: 80%;
    margin: -80px 10% 0;
    line-height: 1.8em;
    position: relative;
}

.overlap:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 200px;
    -ms-transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    background: inherit;
    margin: -14% 0 0;
    z-index: -1;
}

.overlap p {
    margin: 0 0 2em;
}

article.aboutTxt {
    padding: 0 15%;
}

article.aboutTxt img {
    width: 40%;
    margin: 140px 30% 60px;
}

.innerpage article p {
    line-height: 1.6em;
    margin: 0 0 2em;
    height: 75px;
    overflow: hidden
}

.category-title {
    display: block;
    text-align: center;
    margin: 1.5em 0 0;
    font-size: 50px;
    font-weight: 100;
    color: #444;
}

.category-title strong {
    display: inline-block;
    padding: 0px;
    position: relative;
}

.category-title strong:before {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #5fc3ad;
    position: absolute;
    top: 55%;
    left: -70px;
}

.category-title strong:after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #5fc3ad;
    position: absolute;
    top: 55%;
    right: -70px;
}

.serviceItem {
    float: left;
    width: 80%;
    margin: 50px 10% 0;
    color: #555;
}

.serviceItem:first-child {
    margin-top: 100px;
}

.serviceItem img {
    width: 40%;
}

.serviceItem p {
    width: 55%;
    padding: 5% 6%;
    border: #333 10px solid;
    font-size: 18px;
    margin-top: 10% !important;
    transition: border 0.2s linear;
}

.serviceItem:hover p {
    border: #f0f0f0 10px solid;
}

.serviceItem p strong {
    display: block;
    font-size: 200%;
    font-weight: 400;
    color: #5fc3ad;
    margin: 0 0 0.8em;
}

.serviceItem.left>* {
    float: left;
}

.serviceItem.right>* {
    float: right;
}

.serviceItem.left p {
    float: left;
    margin-left: -7%;
    padding-left: 12%
}

.serviceItem.right p {
    float: right;
    margin-right: -7%;
    padding-right: 12%
}

.pagination {
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 3px;
    padding: 0 4px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    background: #e0e0e0;
    color: #444;
    text-decoration: none;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #5fc3ad;
    color: #fff;
}

article#caseList {
    padding: 80px 0;
}

.caseItem {
    margin-bottom: 60px;
}

.caseItem:nth-child(2n+1) {
    margin: 0;
}

.caseItem img {
    display: block;
    max-width: 100%;
}

.caseItem h3 {
    font-size: 20px;
    color: #5fc3ad;
    margin: 16px 0 8px;
    font-weight: 600;
}

.caseItem p {
    color: #555;
}

.caseItem a {
    display: inline-block;
    line-height: 36px;
    padding: 0 40px;
    background: #5fc3ad;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

article#knowledgeList {
    padding: 80px 20%;
}

.knowledgeItem {
    position: relative;
    padding: 26px 0 0 150px;
    line-height: 30px;
    margin: 0 0 30px;
    border-top: #f0f0f0 1px solid;
}

.knowledgeItem.first {
    border-top: none;
}

.knowledgeItem figure {
    position: absolute;
    left: 0px;
    top: 34px;
    width: 120px;
    text-align: center;
    background: #aaa;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
}

.knowledgeItem a {
    text-decoration: none;
    font-size: 18px;
    color: #5fc3ad;
}

.knowledgeItem a small {
    display: block;
    font-size: 14px;
    color: #555;
    font-weight: 100;
}

.innerpage.tableCell {
    padding: 0px;
}

.innerpage.tableCell>.halfWidth {
    float: none;
    width: 50%;
    margin: 0px;
    vertical-align: middle;
    padding-top: 5%;
    padding-bottom: 5%;
    background: #e0e0e0;
}

#contactInfo {
    background: url(../images/contact_back.jpg) no-repeat center center !important;
    background-size: cover;
}

#contactInfo+.halfWidth {
    position: relative;
}

#contactInfo>div {
    float: left;
    position: relative;
    left: 15%;
    font-size: 30px;
    color: #fff;
}

#contactInfo p,
#contactInfo a {
    float: left;
    clear: both;
    margin: 4px 0;
}

#contactInfo>div h2 {
    float: left;
    clear: both;
    font-size: 46px;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
}

#contactInfo>div h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #5fc3ad;
    left: 0px;
    top: 100%;
    margin: 24px 0 0;
}

#contactInfo a {
    text-decoration: none;
    color: #5fc3ad;
    position: relative;
}

#contactInfo a:before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #5fc3ad;
    left: 0px;
    top: 100%;
    position: absolute;
    transition: width 0.25s ease-in-out;
}

#contactInfo a:hover:before {
    width: 100%;
}

.wpcf7-form {
    float: left;
    width: 70%;
    margin: 0 15%;
}

div.wpcf7 {
    height: inherit;
}

.wpcf7-form h2 {
    display: block;
    font-size: 40px;
    color: #333;
    margin: 0 0 60px;
    position: relative;
    text-align: center;
}

.wpcf7-form h2:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #5fc3ad;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 30px 0 0 -50px;
}

.wpcf7-form .halfWidth,
.wpcf7-form .fullWidth {
    margin-top: 24px;
}

.wpcf7-form input {
    display: block;
    width: 100%;
    height: 40px;
    background: none;
    border-bottom: #999 1px solid;
    resize: none;
    outline: none;
}

.wpcf7-form textarea {
    display: block;
    width: 100%;
    height: 80px;
    background: none;
    border-bottom: #999 1px solid;
    resize: none;
    outline: none;
}

.wpcf7-form .wpcf7-submit {
    border: none;
    height: 52px;
    background: #5fc3ad;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 24px;
}

.wpcf7-quiz-label {
    margin: 20px 0 0;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    color: #999;
    display: block;
    width: 100%;
    font-size: 32px;
}

div.wpcf7-mail-sent-ok {
    float: left;
    border: none !important;
    position: absolute;
    top: 30px;
    right: 0px;
    background: #444;
    color: #fff;
    margin: 0px !important;
    padding: 10px 10px 10px 20px !important;
}

#newsArchive {
    width: 80%;
    margin: 80px 10%;
}

.newsItem {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 60px;
    padding: 0 0 0 160px;
    position: relative;
}

.newsItem figure {
    float: left;
    width: 80px;
    height: 80px;
    background: #5fc3ad;
    color: #fff;
    position: absolute;
    left: 40px;
    top: 0px;
    border-radius: 50%;
}

.newsItem figure span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsItem figure span strong {
    display: block;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -3px;
    text-indent: -4px;
    font-size: 32px;
    margin: 0 0 -4px;
    line-height: 1em;
}

.newsItem img {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

.newsItem h3 {
    display: block;
    font-size: 22px;
    color: #5fc3ad;
    margin: 0 0 10px;
}

.newsItem p {
    display: block;
    margin: 0 0 14px;
}

.newsItem a {
    display: inline-block;
    padding: 0 30px;
    border: #5fc3ad 2px solid;
    line-height: 40px;
    text-decoration: none;
    color: #333;
}

.newsItem.otherItem {
    padding: 0px;
}

.detailpage {
    padding: 80px 0;
}

.detailpage .cWrap {
    padding: 0 400px 0 0;
}

.detailpage .article {
    display: block;
    padding-left: 30px;
}

.detailpage .aside {
    float: left;
    width: 320px;
    position: absolute;
    right: 30px;
    top: 0px;
    min-height: 100%;
    border-left: #e0e0e0 1px solid;
    padding: 0 0 0 40px;
}

.detailpage .article .entry-title,
.service-item .entry-title {
    font-size: 40px;
    color: #459484;
    font-weight: 400;
    margin: 0 0 1em;
}

.detailpage .article .entry-title+em {
    display: block;
    font-size: 24px;
    color: #888;
    font-weight: 100;
    margin: -1.2em 0 2em;
}

.detailpage .article .entry-title+em a {
    color: #888;
    text-decoration: none;
}

.detailpage .article .entry-title+em a:hover {
    color: #5fc3ad;
}

.detailpage .article h3 {
    font-size: 22px;
    margin: 0 0 1.4em;
    position: relative;
    font-weight: 400;
    color: #333;
}

.detailpage .article h3:before {
    content: '';
    display: block;
    width: 5px;
    height: 40px;
    background: #5fc3ad;
    position: absolute;
    left: -20px;
    top: 0px;
}

.detailpage .article h4 {
    font-size: 18px;
    margin: 0 0 1.4em;
    color: #459484;
    font-weight: 400;
}

.detailpage .article p,
.service-item p {
    line-height: 1.6em;
    margin: 0 0 1.6em;
}

.detailpage .article ol {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

.detailpage .article ol li {
    margin-bottom: 0.6em;
}

.detailpage .article img {
    display: block;
    width: 480px;
    margin: 20px 0 0;
    max-width: 100%;
}

.detailpage .article img.fullWidth {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}

.detailpage .article blockquote {
    display: block;
    padding: 30px 30px 2px;
    background: #5fc3ad;
    color: #fff;
    border-radius: 4px;
}

.detailpage .aside h3 {
    display: block;
    text-align: center;
    line-height: 50px;
    border: #5fc3ad 2px solid;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.unstyle.sideLists {
    display: block;
    margin: 20px 0;
}

.unstyle.sideLists li {
    border-top: #e0e0e0 1px solid;
    display: block;
    padding: 0 15px;
}

.unstyle.sideLists li:first-child {
    border-top: none;
}

.unstyle.sideLists li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #555;
}

.detailpage .aside .allLinks {
    display: block;
    text-align: center;
    line-height: 50px;
    background: #e0e0e0;
    color: #333;
    text-decoration: none;
}

.detailpage .aside .allLinks+h3 {
    margin-top: 60px;
}

.backList {
    display: block;
    width: 100%;
    margin: 80px 0 40px;
    border-top: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #5fc3ad;
}

/*new styles for service detail page*/
.cWrap.service-item {
    padding: 60px 15%;
}

#related-cont img {
    display: block;
    max-width: 100%;
    margin: 0 0 14px;
}

#related-cont a:hover {
    color: #5fc3ad
}

#related-cont h2 {
    font-size: 24px;
    color: #555;
    padding: 0 0 0 24px;
    position: relative;
    margin: 40px 0 20px;
}

#related-cont h2:first-child {
    margin-top: 0px;
}

#related-cont h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
    width: 6px;
    height: 90%;
    background: #5fc3ad;
}

#related-cont a {
    float: left;
    overflow: hidden;
    color: #555;
    text-decoration: none;
}

#rtv-list a {
    float: none;
    display: block;
    color: #555;
    text-decoration: none;
    margin: 0 0 6px;
}

#backTop {
    text-align: center;
    background: #f7f7f7;
}

#backTop svg {
    display: inline-block;
}

.footer {
    background: #363636;
    text-align: center;
}

.footer .cWrap {
    padding: 0 30px;
}

.footer aside {
    float: right;
    padding: 50px 0;
}

.footer img {
    height: 70px;
    margin: 0 0 0 15px;
}

.footer .article a {
    color: #fc0;
    text-decoration: none;
}

.footer .article {
    background: #252525;
    padding: 20px 0;
    font-size: 14px;
    color: #bbb;
}

.footer .co-info {}

.footer .co-info span {}

.footer em {}

#rotate {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #252525;
    left: 0px;
    top: 0px;
    display: none;
}

#rotate figure {
    float: left;
    width: 50px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#rotate div {
    float: left;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#rotate h4 {
    width: 100%;
    min-width: 320px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 20%);
    -ms-transform: translate(-50%, 20%);
    -webkit-transform: translate(-50%, 20%);
    -moz-transform: translate(-50%, 20%);
    -o-transform: translate(-50%, 20%);
    text-align: center;
    color: #777;
}

#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
    background: transparent url(../images/chat_ico.png) no-repeat;
}

.nb-customer-icon-style {
    animation: blingStar 4s normal infinite;
}

#nb_icon_wrap.nb-icon-wrap-4 {
    height: 50px !important;
    width: 50px !important;
    margin: 0 15px 0 0 !important;
    animation: blingStar 4s normal infinite;
    bottom: 20px !important;
}

#newBridge .nb-icon-wrap-4 .nb-icon-wrap-base {
    border-radius: 0% !important;
    background: transparent url(../images/chat_ico.png) no-repeat !important;
    background-size: 50px 50px !important;
}

@keyframes blingStar {
    0% {
        margin-bottom: 0px;
    }

    5% {
        margin-bottom: 8px;
    }

    10% {
        margin-bottom: 0px;
    }

    15% {
        margin-bottom: 8px;
    }

    20% {
        margin-bottom: 0px;
    }

    100% {
        margin-bottom: 0px;
    }
}

@media screen and (orientation: landscape) {
    .mCell #rotate {
        display: block;
    }
}

@media (min-width: 1400px) {

    .innerpage .cWrap,
    #hNews .cWrap,
    footer .cWrap {
        padding: 0px;
    }

    .header #siteLogo {
        float: left;
        padding: 0 0 0 60px;
        width: 20%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .header h2 {
        width: 15%;
        margin: 16px 0 0 0;
    }

    #slider>div figure {
        right: -360px;
    }

    #newsList {
        margin: 150px 0 0;
    }

    #hNews {
        height: 600px;
    }

    .detailpage .cWrap {
        padding: 0 500px 0 0;
    }

    .detailpage .aside {
        width: 450px;
    }

    #hNews h2 {
        width: 120%;
        left: 0%;
    }

    #hNews h3 {
        margin: 40% 0 1em;
    }
}

@media (max-device-width: 800px) {
    .header {
        width: 100%;
    }

    .header #siteLogo {
        float: left;
        height: 24px;
        margin: 32px 0 0 30px;
    }

    .header #siteLogo img {
        display: block;
        max-height: 100%;
    }

    .header h2 {
        float: left;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0px;
    }

    .header h2 svg {
        top: 5px;
    }

    .header h2 a {
        color: #555;
        text-decoration: none;
    }

    .header ul.unstyle {
        width: 100%;
        text-align: center;
    }

    #mainMenu li {
        float: none;
        display: inline-block;
    }

    #mainMenu li a {
        color: #f0f0f0;
    }

    .header #menuBtn {
        display: block;
    }

    #mainMenu {
        margin: 0px;
        padding: 0;
        text-align: center;
        position: fixed;
        top: 50%;
        background: #5fc3ad;
        width: 40%;
        height: 40%;
        border: rgba(255, 255, 255, 0.1) 24px solid;
        left: 50%;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
    }

    #mainMenu ul {
        position: absolute;
        left: 0px;
        top: 50%;
        margin: 0px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #mainMenu.open {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    #mainMenu ul {
        display: none;
    }

    #mainMenu.open ul {
        display: block;
    }

    #mainMenu li {
        float: left;
        width: 100%;
        margin: 4px 0;
        line-height: 36px;
        padding: 0px;
        font-size: 22px;
        font-weight: 400;
    }

    #mainMenu li a {
        color: #fff;
    }

    #mainMenu li.current-menu-item a {
        color: rgba(0, 0, 0, 0.6);
    }

    #mainMenu li.no_link,
    #mainMenu li.has_child {
        position: relative;
    }

    #mainMenu li.has_child,
    #mainMenu li.no_link {
        margin: 0px;
    }

    #mainMenu li.no_link>a,
    #mainMenu li.has_child>a {
        display: none;
    }

    #mainMenu li.no_link .sub-menu,
    #mainMenu li.has_child .sub-menu {
        display: block;
        position: static;
        margin: 0px;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    #mainMenu li.no_link.hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    #mainMenu .sub-menu li {
        padding: 0px;
        white-space: nowrap;
        margin: 0px;
    }

    #mainMenu .sub-menu li a {
        display: block;
        background: none;
        color: #fff;
        padding: 4px 0px;
    }

    #mainMenu .sub-menu li a:hover {
        background: none
    }

    #slider {
        width: 100%;
        height: 560px;
        overflow: hidden;
    }

    #slider>div figure {
        font-size: 36px;
        position: absolute;
        right: -20%;
        top: -120px;
        color: #232323;
        width: 800px;
        height: 400px;
        border-radius: 200px;
        text-align: left;
        background: rgba(96, 195, 173, 0.5);
        padding: 0 80px;
        -ms-transform: rotate(-65deg);
        -webkit-transform: rotate(-65deg);
        transform: rotate(-65deg);
        opacity: 0;
    }

    #slider>div figure h2 {
        position: relative;
        -ms-transform: rotate(65deg);
        -webkit-transform: rotate(65deg);
        transform: rotate(65deg);
        float: left;
        width: auto;
        top: 16%;
        margin: 75px 0 0 -60px;
    }

    #slider>div figure h2 em {
        display: block;
        color: #fff;
        font-size: 28px;
        line-height: 32px;
    }

    #slider>div figure h2 small {
        font-size: 20px;
        line-height: 24px;
    }

    #slider>div figure h2 strong {
        font-size: 16px;
        display: block;
    }

    #slider>div#slide2 figure {
        left: -400px;
        top: 300px;
        width: 800px;
        height: 400px;
        border-radius: 200px;
        padding: 0 90px 0 60px;
    }

    #slider>div#slide2 figure h2 {
        -ms-transform: rotate(0deg) translateY(-50%);
        -webkit-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
        float: right;
        width: 36%;
        top: 50%;
        margin: 0 -20px 0 0;
        color: #252525;
    }

    #slider>div#slide2 figure h2 em {
        color: #fff;
        font-weight: 300;
    }

    #slider>div#slide2 figure h2 small {
        color: #fff;
        font-weight: 300;
    }

    #slider>div#slide2 figure h2 strong {
        color: #fff;
        font-weight: 300;
    }

    #slider>div#slide2 figure h2 strong span {
        background: #3a9770;
        font-size: 46px;
        display: inline-block;
        padding: 0 8px 4px;
        margin: 0 4px;
    }

    #slider>div#slide3 figure h2 {
        width: 310px;
        margin: 75px 0 0 -60px;
    }

    #slider>div#slide3 figure h2 em {
        color: #fff;
    }

    #slider .active figure {
        opacity: 1;
        top: -120px;
        transition: all 0.8s ease-out;
        transition-delay: 0.4s;
    }

    #slider #slide2.active figure {
        left: -400px;
        top: 300px;
    }

    #hWelcome {
        padding: 80px 0 140px;
    }

    #hWelcome h2,
    #hWhy h2 {
        font-size: 32px;
    }

    #hWelcome h3,
    #hWhy h3 {
        font-size: 26px;
    }

    #hWelcome {
        font-size: 18px;
        line-height: 1.6em;
    }

    #hWelcome .readMore {
        position: relative;
        left: 50%;
        margin: 60px 0 0 100px;
        width: 160px;
        height: 44px;
    }

    #hWelcome .readMore:before,
    #hWelcome .readMore:after,
    .readMore strong em,
    .readMore:hover strong {
        width: 160px;
    }

    #hWelcome img {
        width: 420px;
        margin-left: 40px;
    }

    #hWhat .three-blocks {
        position: relative;
        width: 50%;
        padding-top: 50%;
        overflow: hidden;
    }

    #hWhat .first {
        clear: none;
    }

    .four-blocks {
        width: 48.25%;
        margin-bottom: 30px;
    }

    .four-blocks:nth-child(odd) {
        clear: left;
        margin-left: 0px;
    }

    .halfWidth {
        width: 100%;
        margin: 0 0 50px;
    }

    #hNews {
        background: transparent url(../images/hnews_bg_m.jpg) no-repeat center center;
        position: relative;
        height: auto;
    }

    #hNews .cWrap {
        padding: 0 30px;
    }

    #hNews .four-blocks.latest-title {
        padding-top: 25%;
    }

    #hNews h2 {
        width: 100%;
        position: static;
        text-align: left;
        max-width: 480px;
        margin: 0 auto;
    }

    #hNews h3 {
        margin: 20% 0 1em;
    }

    #hNews figure {
        bottom: 0%;
    }

    #newsList {
        width: 100%;
        margin: 80px 0 0;
    }

    .allNews {
        top: 30%;
    }

    .innerHeader {
        height: 400px;
    }

    .innerpage {
        padding: 0 0 80px;
    }

    .overlap {
        padding: 60px 60px 5px;
        width: 100%;
        margin: -80px 0 0;
    }

    .overlap:before {
        margin: -20% 0 0;
    }

    .article.aboutTxt {
        padding: 0%;
    }

    .article.aboutTxt img {
        width: 60%;
        margin: 120px 20% 40px;
    }

    .article#caseList {
        padding: 80px 40px;
    }

    .serviceItem {
        width: 100%;
        margin: 0 0 60px;
    }

    .serviceItem img {
        width: 50%;
    }

    .serviceItem p {
        width: 55%;
        padding: 5% 4%;
        font-size: 16px;
    }

    .serviceItem p strong {
        font-size: 180%;
    }

    .serviceItem.left p {
        padding-left: 10%
    }

    .serviceItem.right p {
        padding-right: 10%
    }

    .tableCell {
        display: block;
    }

    .innerpage.tableCell>.halfWidth {
        float: left;
        width: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .wpcf7-form {
        width: 90%;
        margin: 0 5%;
    }

    #newsArchive {
        width: 100%;
        margin: 80px 0% 20px;
    }

    .newsItem {
        padding: 0 0 0 100px;
    }

    .newsItem figure {
        left: 0px;
    }

    .newsItem img {
        float: left;
        width: 220px;
        margin: 0 20px 0 0;
    }

    .newsItem div {
        padding: 0 0 0 240px
    }

    .detailpage .cWrap {
        padding: 0 50px;
    }

    .detailpage .article {
        float: left;
        width: 100%;
        padding-left: 0px;
    }

    .detailpage .aside {
        float: left;
        width: 100%;
        position: static;
        height: auto;
        border: none;
        padding: 0px;
    }

    .detailpage .article img {
        width: 100%;
        max-width: 600px;
        margin: 20px auto 0;
    }

    /*new styles for service detail page*/
    .cWrap.service-item {
        padding: 60px 30px;
    }

    .otherBanner {
        position: relative;
    }
}

@media (max-width: 640px) {
    .header h2 {
        margin: 0 0 0 30px;
    }

    #slider>div figure {
        right: -40%;
    }

    #slider>div#slide2 figure,
    #slide2.active figure {
        left: -440px;
        top: 300px;
    }

    #hWelcome .readMore {
        margin: 60px 0 0 80px;
    }

    #hWelcome img {
        width: 360px;
        margin-left: 20px;
    }

    #hWhat .three-blocks h2 {
        font-size: 60px;
    }

    #hWhat .three-blocks h2 em {
        font-size: 36px;
    }

    #hWhat .three-blocks h2 strong {
        font-size: 45px;
        margin-top: -10px;
    }

    #hWhat h3 {
        font-size: 18px;
        padding: 10px 30px;
    }

    .overlap {
        padding: 30px 30px 5px;
    }

    .overlap:before {
        margin: -30% 0 0;
    }

    .newsItem img {
        display: none;
    }

    .newsItem div {
        padding: 0px
    }

    .category-title {
        font-size: 40px;
    }

    .detailpage .article .entry-title {
        font-size: 36px;
    }
}

@media (max-device-width: 480px) {
    body {
        padding: 50px 0 30px;
    }

    .innerpage .cWrap {
        padding: 0 20px;
    }

    .cWrap.narrow {
        padding: 0 20px;
    }

    .header {
        width: 100%;
        background: #fff;
        height: 50px;
    }

    .header #siteLogo {
        float: left;
        height: 44px;
        margin: 3px 0 0;
        padding: 5px 0 5px 20px;
    }

    .header>h2 {
        display: none;
    }

    .header nav.open {
        padding: 30px;
    }

    .header nav div {
        width: 100%;
        padding: 30px 0 0;
    }

    .header ul.unstyle {
        width: 100%;
        padding: 8px 0 0;
    }

    .header #menuBtn {
        top: 1px;
        right: 0px;
    }

    #slider {
        height: 300px;
    }

    #slider figure {
        display: none;
    }

    #mainMenu li {
        font-size: 18px;
        line-height: 28px;
    }

    #hWelcome {
        padding: 50px 0 160px;
    }

    #hWelcome h2,
    #hWhy h2 {
        font-size: 30px;
    }

    #hWelcome h3,
    #hWhy h3 {
        font-size: 22px;
    }

    #hWelcome {
        font-size: 16px;
        line-height: 1.6em;
    }

    #hWelcome .readMore {
        position: relative;
        left: 0%;
        margin: 40px 0;
        width: 100%;
        height: 44px;
    }

    #hWelcome .readMore:before,
    #hWelcome .readMore:after,
    .readMore strong em,
    .readMore:hover strong {
        width: 100%;
    }

    #hWelcome img {
        width: 90%;
        margin-left: 5%;
        top: 125%;
    }

    #hWhat .three-blocks {
        width: 100%;
        padding-top: 100%;
    }

    #hKnowledge h2 strong {
        display: block;
        margin: 0px;
    }

    #hKnowledge .three-blocks {
        width: 100%;
        margin: 0 0 30px;
    }

    #hNews {
        background: transparent url(../images/hnews_bg_m.jpg) no-repeat center center;
        position: relative;
        background-size: cover;
    }

    #hNews h2 {
        font-size: 48px;
        padding: 0 20px;
    }

    #hNews h2 strong {
        font-size: 48px;
    }

    #hNews h3 {
        margin-top: 10%;
        margin-bottom: 0.4em;
    }

    #hNews h3 strong {
        margin-top: -10px;
    }

    #newsList {
        width: 100%;
        margin: 50px 0 0;
    }

    #newsList h4 {
        font-size: 20px;
    }

    .allNews {
        float: left;
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        background: #5fc3ad;
        color: #fff;
        text-decoration: none;
    }

    #hNews .four-blocks.latest-title {
        display: none;
    }

    #hNews .four-blocks {
        padding-right: 0px;
    }

    .four-blocks {
        width: 100%;
        margin: 0 0 30px;
    }

    .innerHeader {
        height: 300px;
    }

    .innerpage {
        padding: 0;
    }

    #post-4 .cWrap {
        padding: 0px;
    }

    .overlap {
        padding: 30px 30px 5px;
        margin: -30px 0 0;
    }

    .overlap .halfWidth {
        margin: 0px;
    }

    .overlap:before {
        margin: -44% 0 0;
    }

    .article.aboutTxt {
        padding: 0 30px;
    }

    .article.aboutTxt img {
        width: 80%;
        margin: 100px 10% 20px;
    }

    .article#caseList {
        padding: 80px 0px;
    }

    .caseItem a {
        display: block;
        line-height: 40px;
        padding: 0px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .serviceItem:first-child {
        margin-top: 40px;
    }

    .serviceItem {
        width: 100%;
        margin: 30px 0 0;
    }

    .serviceItem img {
        width: 100%;
    }

    .serviceItem p {
        float: left;
        width: 100%;
        margin: 30px 0 10px !important;
        border: none;
        padding: 0px !important;
    }

    .serviceItem p strong {
        font-size: 180%;
    }

    #contactInfo {
        display: none;
    }

    .detailpage .cWrap {
        padding: 0 20px;
    }

    .detailpage .article .entry-title {
        font-size: 26px;
    }

    /*new styles for service detail page*/
    .cWrap.service-item {
        padding-top: 60px;
    }

    #related-cont .three-blocks {
        width: 100%;
        margin: 0 0 20px;
    }

    .footer aside {
        float: none;
        padding: 0px;
        display: inline-block;
        position: static;
        width: auto;
        margin: 30px auto;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .footer img {
        margin: 0 10px;
    }

    .footer em {
        width: 100%;
        margin: 10px 0;
    }
    .newsItem h3 {
        line-height: 30px;
        height: 60px;
        overflow: hidden;
    }
    .newsItem p{
        line-height: 24px;
        height: 96px;
        overflow: hidden;
    }
    .newsItem{
        margin-bottom: 30px;
    }
    .detailpage{
        padding: 40px 0;
    }
    .next_pre{
        padding: 0;
        font-size: 14px;
    }
    .backList{
        margin: 30px 0;
    }
    .unstyle.sideLists li{
        padding: 0;
    }
    .detailpage .article h4{
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    #mainMenu li {
        font-size: 16px;
        line-height: 24px;
    }

    #slider {
        height: 220px;
    }

    .innerHeader {
        height: 260px;
    }

    .overlap:before {
        margin: -50% 0 0;
    }

    .category-title {
        font-size: 36px;
    }

    .category-title strong:before {
        width: 40px;
        left: -60px;
    }

    .category-title strong:after {
        width: 40px;
        right: -60px;
    }
}

.link_a {
    padding-bottom: 10px;
    background: #f7f7f7;
}

.link_a a {
    color: #bbb;
    text-decoration: underline
}

.next_pre {
    padding: 20px;
    padding-bottom: 0;
    width: 100%
}

.next_pre:after {
    content: "";
    display: block;
    clear: both
}

.next_pre a {
    padding: 6px 12px;
    border: 1px solid #515151;
    border-radius: 6px;
    text-decoration: none;
}

.next_pre .next_pre_pre {
    float: left;
}

.next_pre .next_pre_next {
    float: right;
}

.narrow p {
    overflow: hidden;
}

/*//翻页*/
.pages {
    clear: both;
    text-align: center;
    font-size: .8rem;
    padding: 0 0 2rem 0;
    color: #7e7064;
    margin-top: 1rem;
}

.pages a,
.pages span {
    display: inline-block;
    height: 2rem;
    padding: 0 .8rem;
    margin: 0 0.2rem !important;
    line-height: 2rem
}

.pages a:link,
.pages a:visited {
    color: #7e7064;
    border: 1px solid #ccc;
    background: #fff;
}

.pages a:hover,
.pages a:active,
.pages span.ctxt {
    background: #F15A29;
    border: 1px solid #F15A29;
    color: #fff;
    text-decoration: none
}


.mob-footer {
    background: #000000;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 3rem;
    line-height: 3rem;
}

.mob-footer a {
    color: #fff !important;
    display: inline-block;
    background: url(/static/images/dbdh.png) no-repeat left center;
    background-size: contain;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
    padding-left: 1.8rem;
    vertical-align: middle;
}

.mob-footer a img {
    vertical-align: middle;
    display: inline-block;
}

.mob-footer .col-xs-6 {
    width: 49%;
    display: inline-block;
}

@media (max-width:768px) {
    .footer {
        margin-bottom: 3em;
    }

    .mob-footer {
        display: block;
    }
}

@media (max-width: 414px) {
    .mob_css_info {
        display: block;
        text-align: left;
    }
}

#message_wrap {
    clear: both;
}