/* reset */
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, dl, dt, dd, ol, nav ul, nav li, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/*end reset*/
body {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    /*background: url(../images/banner_bg.jpg) no-repeat center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-size: 100% 100%;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}

.header-top {
    background-color: #fff;
}

.about-us {
    position: relative;
    /*background:url("../images/img_ny2_1@2x.png") no-repeat;*/
    /*background-size: cover;*/
    /*min-height: 700px*/
}

.title-bar {
    float: left;
    margin: 6% 0 0 6%;
}

.title-bar li {
    list-style: disc;
    color: #4B4B4B;
    margin-top: 16%;
}

.title-bar li a {
    font-size: 1em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color: #4B4B4B;
}

.about-us-right {
    float: right;
    width: 35%;
    margin: 6% 5% 0 0 ;
}

.about-us-right p {
    font-size: 1em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(75,75,75,1);
    line-height: 1.5em;
    margin-top: 10%;
}

.service-aim {
    position: relative;
    /*background: url("../images/img_ny2_2@2x.png") no-repeat;*/
    /*background-size: cover;*/
    /*min-height: 700px;*/
}

.service-aim-right {
    float: right;
    width: 43%;
    margin: 8% 10% 0 0;
}

.our-advantages-right {
    float: left;
    width: 60%;
    margin: 9% 0 0 12%;
}

.service-aim-right h3,.our-advantages-right h3 {
    font-size: 1em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(75,75,75,1);
    margin-top: 5%;
}

.service-aim-right p,.our-advantages-right p,.our-team-right p,.our-vision-right p {
    font-size: 0.9em;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 1.5em;
    margin-top: 1%;
}

.service-aim-right ul {
    display: flex;
    margin-top: 3%;
}

.service-aim-right ul li {
    width: 16%;
    /*height: 35px;*/
    border: 1px solid #0091E5;
    border-radius: 3px;
    font-size: 1.2em;
    color: #0091E5;
    text-align: center;
    line-height: 35px;
    margin-left: 15px;
}

.our-advantages {
    position: relative;
    /*background: url("../images/img_bg_3@2x.png") no-repeat;*/
    /*background-size: cover;*/
    /*min-height: 700px;*/
}

.our-team {
    position: relative;
    /*background: url("../images/img_bg4@2x.png") no-repeat;*/
    /*background-size: cover;*/
    /*min-height: 700px;*/
}

.our-team-right {
    float: left;
    width: 37%;
    margin: 10% 0 0 5%;
}

.our-team-img {
    float: left;
    width: 38%;
    margin: 8% 0 0 5%;
}

.our-vision {
    position: relative;
    /*background: url("../images/img_bg_5@2x.png") no-repeat;*/
    /*background-size: cover;*/
    /*min-height: 450px;*/
}

.our-vision-img {
    float: left;
    width: 25%;
    margin: 9% 0 0 5%;
}

.our-vision-right {
    float: left;
    width: 36%;
    margin: 18% 0 0 5%;
}

.logo {
    float: left;
    margin-top: 13px;
}

.logo ul li {
    display: inline-block;
    color: #255E63;
}

.logo ul h6 {
    /*background: url(../images/sep.png) no-repeat;*/
    width: 23px;
    height: 22px;
    float: left;
}

.logo ul li.line {
    vertical-align: top;
    margin-top: 17px;
    font-size: 0.85em;
}

.logo img {
    /*width: 90px;*/
    height: 40px;
}

span.green {
    color: #0fcf8c;
}

.menu {
    float: right;
}

.menu li {
    display: inline-block;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    display: block;
    font-size: 0.85em;
    padding: 15px 15px 0px 15px;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu li a:hover, .menu li.active a {
    border-top: 1px solid #0091E5;
    color: #0091E5;
}

.current a {
    color: #0091E5 !important;
}

#nav .current a {
    border-top: 1px solid #0091E5;
}

.toggleMenu {
    display: none;
    padding: 4px 5px 0px 5px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
}

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

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}

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

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

.honor-banner {
    width: 100%;
    /*min-height: 458px;*/
    background: url("../images/img_banner@2x.jpg") no-repeat;
    background-size: 100%;
}

.banner-title {
    padding: 10% 0;
}

.authentication-certificate,.certificate-of-honor,.software-copyright {
    width: 72%;
    margin: 50px auto;
}

.authentication-title {
    margin-bottom: 15px;
}

.authentication-title h2 {
    display: inline-block;
    font-size: 1.5em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,145,229,1);
    vertical-align: super;
}

.authentication-title img {
    width: 4%;
}

.certification-authority {
    /*width:85%;*/
    height:45px;
    font-size: 0.7em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 45px;
    background:rgba(0,145,229,1);
    opacity:0.6;
}

.credential-info,.honor-info,.software-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4%;
}

.credential-info img {
    /*width: 260px;*/
}

.credential-info li {
    width: 25%;
}

.software-info img {
    /*width: 230px;*/
}

.credential-info p,.honor-info p,.software-info p {
    font-size: 0.6em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(75,75,75,1);
    text-align: center;
}

.honor-info li {
    margin-left: 6%;
}

.software-info li {
    width: 21%;
    margin-left: 4%;
}

.credential-info .upright {
    width: 22%;
    margin: 5% 0 0 4%;
}

.upright-bottom {
    margin: 3% 0 0 5%;
}

.credential-info .upright-bottom{
    width: 21%;
}

.banner-title h1 {
    font-size: 2em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
}

.banner-title h3 {
    font-size: 1em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-top: 30px;
}

.company-profile {
    position: relative;
    /*width: 100%;*/
    /*min-height: 800px;*/
    /*background: url("../images/img_bg5@2x1.png") no-repeat;*/
    /*background-size: cover;*/
    overflow: hidden;
}

.profile-left {
    position: absolute;
    top: 15%;
    left: 15%;
    /*float: left;*/
    /*margin: 8% 0 0 18%;*/
}

.profile-right {
    position: absolute;
    top: 15%;
    right: 10%;
    /*float: right;*/
    width: 25%;
    /*margin: 8% 10% 0 0;*/
}

.company-profile h1 {
    width: 100%;
    font-size: 2em;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.company-profile h2 {
    font-size: 2.1em;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 145, 229, 1);
    margin-top: 2%;
}

.company-profile p {
    font-size: 0.9em;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: rgba(75, 75, 75, 1);
    margin-top: 10%;
}

.extra-content li h5 {
    font-size: 0.8em;
    font-weight: bold;
    color: #4B4B4B;
}

.extra-content li p {
    font-size: 0.8em;
    color: #4B4B4B;
    text-indent: 2em;
    margin: 10px 0;
}

.project-introduction h4,.project-highlights h4 {
    font-size: 0.9em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(75,75,75,1);
}

.project-introduction h5 {
    font-size: 0.75em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(75,75,75,1);
    margin-top: 15px;
}

.project-introduction li {
    list-style: disc;
    color: #0091E5;
    margin-top: 20px;
}

.project-introduction li p {
    font-size: 0.8em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    /*text-indent: 2em;*/
    color:rgba(75,75,75,1);
}

.project-highlights ul li {
    font-size: 0.8em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(75,75,75,1);
    line-height:24px;
}

.solution {
    margin-top: 20px;
}

.solution h4 {
    font-size: 0.9em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(75,75,75,1);
}

.solution p {
   text-indent: 2em;
    margin: 0;
}

.span_2_of_single .resolvent p {
    margin: 3px 0;
}

.system-function h4 {
    font-size: 0.9em;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(75,75,75,1);
}

.system-function h5 {
    font-size: 0.9em;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4B4B4B;
}

.system-function ul li p {
    font-size: 0.8em;
    font-weight: 400;
    color: #4B4B4B;
    margin: 5px 0;
}

.span_2_of_single .build-platform p {
    margin: 3px 0;
}

.introduction-intelligent-transportation {
    margin-top: 30px;
}

.introduction-intelligent-transportation li {
    height: 60px;
    margin-top: 15px;
}

.icon {
    width: 3%;
    float: left;
    margin-top: 0.5%;
}

.introduction-content {
    width: 95%;
    float: left;
    margin-left: 1%;
}

.programme-content {
    margin-bottom: 2%;
}

.programme-content li {
    margin-top: 3%;
}

.content {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
}

.content li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2%;
}

.tag {
    width: 5%;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    border: 1px solid #C3C4C4;
}

.distinction {
    /*float: left;*/
    margin-left: 2%;
}

.span_2_of_single .distinction p{
    margin: 3px 0;
}

.advantage {
    margin-top: 3%;
}

.advantage li {
    display: flex;
    flex-direction: row;
    padding: 8px 0;
}

.advantage-img {
    width: 3%;
}

.advantage li p {
    font-size: 0.8em!important;
    margin-left: 2%!important;
}

.section p {
    text-indent: 2em;
}

.total-solution {
    margin-top: 3%;
}

.total-solution h5,.decks-function h5 {
    font-size: 0.9em;
}

.total-solution ul li p,.decks-function ul li p {
    font-size: 0.8em;
    margin: 5px 0;
}

.decks-function {
    margin: 5% 0;
}

.content-top {
    margin-top: 3%;
}

.content-top p {
    font-size: 0.8em;
    margin: 5px 0!important;
}

.intelligent-access-control {
    margin-bottom: 5%;
}

.intelligent-access-control h5 {
    font-size: 0.9em;
}

.intelligent-access-control ul li p {
    margin: 5px 0;
}

.apply-content li {
    margin: 3% 0;
}

.apply-content li p {
    font-size: 0.8em;
    margin: 0;
}

.solution-content h5 {
    font-size: 0.9em;
    margin-top: 3%;
}

.platform-architecture ul li {
    margin: 2% 0;
}

.platform-architecture ul li h5 {
    font-size: 0.9em;
}

.platform-architecture ul li p {
    font-size: 0.8em;
    margin: 0;
}

.project-introduction {
    margin: 5% 0;
}

.product-function {
    margin-left: 2%;
}

.product-information p {
    text-indent: 2em;
}

.product-function li {
    list-style: disc;
    font-size: 0.85em;
    font-weight: 600;
    color: #4B4B4B;
    margin: 5px 0;
}

.management-platform p {
    font-weight: 600!important;
}

.paragraph li:nth-child(-n+2) p {
    font-weight: 600;
}

.superior-characteristic p {
    margin: 3px 0!important;
}

.superior-characteristic h4 {
    font-size: 1em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(75,75,75,1);
    margin: 2% 0;
}

.charging-pile-info {
    margin: 3% 0;
}

.charging-pile-info li {
    font-size: 0.8em;
    margin: 5px 0;
}

.span_2_of_single .service p {
    margin: 3px 0;
}

.service h4 {
    font-size: 1em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(75,75,75,1);
    margin: 3% 0;
}


/*html {font-size: 62.5%!important; !* 10÷16=62.5% *!}*/
/*@media only screen and (min-width: 481px){*/
    /*html {*/
        /*font-size: 94%!important; !* 15.04÷16=94% *!*/
    /*}*/
/*}*/
/*@media only screen and (min-width: 561px){*/
    /*html {*/
        /*font-size: 109%!important; !* 17.44÷16=109% *!*/
    /*}*/
/*}*/
/*@media only screen and (min-width: 641px){*/
    /*html {*/
        /*font-size: 125%!important; !* 20÷16=125% *!*/
    /*}*/
/*}*/

@media screen and (max-width: 800px) {
    .menu {
        margin: 10px 0;
    }

    .active {
        display: block;
    }

    .menu li a {
        text-align: left;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

    .nav {
        list-style: none;
        *zoom: 1;
        width: 95%;
        position: absolute;
        right: 2.5%;
        background: #fff;
        top: 60px;
        z-index: 9999;
    }

    .menu li a span.messages {
        text-align: center;
        top: 15px;
    }

    .nav li ul {
        width: 100%;
    }

    .menu ul {
        margin: 0;
    }

    .nav > li.hover > ul {
        width: 100%;
    }

    .nav > li {
        float: none;
        display: block;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }

    .nav li a {
        border-top: 1px solid #D8D8D8;
    }

    .nav li:first-child a {
        border-top: none;
    }
}

/**** Slider *****/
.wmuSlider {
    position: relative;
    overflow: hidden;
    padding: 10% 0 5% 0;
}

.wmuSlider .wmuSliderWrapper article {
    text-align: center;
}

.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

/* Default Skin */
.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    right: 50px;
    bottom: 55%;
}

.wmuSliderPagination li {
    margin: 0 0 10px 0;
    list-style-type: none;
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 7px;
    height: 7px;
    background: none;
    border: 1px solid #044763;
    border-radius: 20px;
}

.wmuSliderPagination a.wmuActive {
    background: #fff;
}

.slider_text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.slider_text h1 {
    color: #FFF;
    font-size: 4em;
    font-weight: 300;
}

.slider_text h2 {
    color: #FFF;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 3%;
}

.m_1 {
    position: relative;
}

.m_1 p {
    color: #fff;
    font-size: 1.1em;
}

span.right_line {
    height: 3px;
    width: 40px;
    display: block;
    /*background: url(../images/border.png) no-repeat 0px 0px;*/
    position: absolute;
    right: 194px;
    bottom: 5px;
}

span.head {
    font-weight: bold;
}

span.left_line {
    height: 3px;
    width: 40px;
    display: block;
    background: url(../images/border.png) no-repeat 0px 0px;
    position: absolute;
    left: 190px;
    bottom: 5px;
}

.social {
    padding-top: 8%;
}

.social ul li:first-child, ol li:first-child {
    margin-top: 0px;
    margin-left: 0;
}

.social li {
    background: none;
    display: inline-block;
}

li.twitter a span {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -26px -320px;
}

li.twitter a span:hover {
    background: url(../images/img-sprite1.png) no-repeat -16px -360px;
}

li.facebook a span {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -66px -320px;
}

li.facebook a span:hover {
    background: url(../images/img-sprite1.png) no-repeat -66px -359px;
}

li.google a span {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -109px -320px;
}

li.dribble a span {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -146px -320px;
}

li.dribble a span:hover {
    background: url(../images/img-sprite1.png) no-repeat -146px -361px;
}

.test-monials-grids {
    background: #f4f7f9;
    padding: 5% 0;
}

.col_1_of_3:first-child {
    margin-left: 0;
}

.col_1_of_3 {
    display: block;
    float: left;
    margin: 1% 0 1% 3.6%;
}

.span_1_of_3 {
    width: 30.9%;
    text-align: left;
}

h3.m_2 {
    text-align: center;
    font-size: 2em;
    color: #0FCF8C;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1%;
}

.m_3 {
    text-align: center;
    position: relative;
}

span.left_line1 {
    height: 3px;
    width: 100px;
    display: block;
    background: url(../images/border1.png) no-repeat 0px 0px;
    position: absolute;
    left: 40%;
    bottom: 13px;
}

span.right_line1 {
    height: 3px;
    width: 100px;
    display: block;
    background: url(../images/border1.png) no-repeat 0px 0px;
    position: absolute;
    right: 40%;
    bottom: 13px;
}

i.feather {
    width: 48px;
    height: 50px;
    background: url(../images/img-sprite1.png) -276px -185px;
    float: left;
    margin-right: 4%;
}

i.pencil {
    width: 48px;
    height: 50px;
    background: url(../images/img-sprite1.png) -200px -185px;
    float: left;
    margin-right: 4%;
}

i.megaphone {
    width: 48px;
    height: 50px;
    background: url(../images/img-sprite1.png) -354px -185px;
    float: left;
    margin-right: 4%;
}

.desc {
    width: 83.5%;
    float: left;
}

.desc h4 {
    color: #1F313F;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 4%;
}

.desc p {
    color: #4D606E;
    font-size: 0.85em;
    line-height: 1.8em;
    font-weight: 600;
}

.box1 {
    padding: 4% 0;
    background: #F4F7F9;
}

/*--works--*/
.works {
    background: #fff;
    /*padding: 5% 0;*/
}
.cooperation {
    position: relative;
    width: 100%;
    /*min-height: 800px;*/
    /*background: url("../images/img_bg3@2x.png") no-repeat;*/
    /*background-size: cover;*/
}
.cooperation-title {
    position: absolute;
    top: 46%;
    left: 5%;
}
.cooperation-title h1 {
    font-size: 2.5em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.cooperation-title h2 {
    font-size: 2.4em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.cooperation-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 91%;
}
.cooperation-icon img {
    width: 100%;
    height: 100%;
}
.cooperation-icon-swiper {
    height: 100%;
    overflow: hidden;
}
.footer {
    position: relative;
    width: 100%;
    /*min-height: 500px;*/
    /*background: url("../images/img_bg5@2x.png") no-repeat;*/
    /*background-size: cover;*/
}
.content h1 {
    font-size: 3em;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,145,229,1);
    margin: 10px 0 0 0;
}
.content h2 {
    font-size: 1em;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    margin-top: 25px;
}
.content h3 {
    font-size: 0.9em;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    margin-top: 15px;
}
.contact-way {
    width:260px;
    height:50px;
    border:1px solid rgba(0,145,229,1);
    padding: 5px 0 0 15px;
    margin-top: 10px;
}
.contact-way p {
    font-size: 0.85em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,145,229,1);
    line-height: 20px;
}

.content-provider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    background-color: #303030;
    padding: 1.5% 0;
}

.content-provider p {
    font-size: 0.7em;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.arrows-right,.arrows-left {
    position: absolute;
    width: 7%;
    height: 10%;
}

.arrows-right {
    right: 9%;
    bottom: 8%;
}

.arrows-left {
    right: 20%;
    bottom: 8%;
}

#filters {
    margin: 3% 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#filters li {
    display: -webkit-inline-box;
}

#filters li span {
    display: block;
    padding: 8px 24px;
    text-decoration: none;
    color: #1F313F;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 700;
}

#filters li span.active {
    background: #0FCF8C;
    color: #FFF;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    /*width: 25%;*/
    display: none;
    float: left;
    overflow: hidden;
}


.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio-wrapper a {
    width: 100%;
}

.portfolio img {
    max-width: 100%;
    /*--position: relative;--*/
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
    display: block;
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}

.portfolio .label-bg {
    background: #22B4B8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
    font-size: 12px;
    text-transform: uppercase;
}
.direction {
    font-size:1.6em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.pointing {
    display: block;
    font-size:1.8em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
}

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container-arrows-left  {
    position: absolute;
    top: 42%;
    left: 5%;
    width: 6%;
}
.container-arrows-right {
    position: absolute;
    top: 42%;
    right: 5%;
    width: 6%;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    overflow: hidden;
}

.b-link-stripe .b-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.b-wrapper p {
    margin-top: 3%;
}

.b-link-stripe .b-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    background: rgba(25, 104, 197, 0.68);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden; /* lt-ie9 */
}

/* lt-ie9 */
.b-link-stripe:hover .b-line {
    visibility: visible;
}

.b-link-stripe .b-line1 {
    left: 0;
}

.b-link-stripe .b-line2 {
    left: 20%;
    transition-delay: 0.1s !important;
    -moz-transition-delay: 0.1s !important;
    -ms-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    -webkit-transition-delay: 0.1s !important;
}

.b-link-stripe .b-line3 {
    left: 40%;
    transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -ms-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
}

.b-link-stripe .b-line4 {
    left: 60%;
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
}

.b-link-stripe .b-line5 {
    left: 80%;
    transition-delay: 0.4s !important;
    -moz-transition-delay: 0.4s !important;
    -ms-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    -webkit-transition-delay: 0.4s !important;
}

.b-link-stripe:hover .b-line {
    opacity: 1;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go {
    text-decoration: none;
}

.b-animate {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    visibility: hidden;
    font-size: 1.1em;
    font-weight: 700;
}

.b-animate img {
    margin-top: 16%;
    display: -webkit-inline-box;
    display: inline-block;
}

/* lt-ie9 */
.b-animate-go:hover .b-animate {
    visibility: visible;
}

.b-from-left {
    position: relative;
    left: -100%;
}

.b-animate-go:hover .b-from-left {
    left: 0;
}

span.m_4 {
    font-size: 16px;
    font-weight: 400;
}

p.m_5 {
    margin: 2% auto 5%;
    width: 70%;
    color: #283A47;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

/*--team--*/
.team {
    background: #fff;
    padding: 0 0 9% 0;
}

.col_1_of_4:first-child {
    margin-left: 0;
}

.span_1_of_4 {
    width: 22.8%;
}

.col_1_of_4 {
    display: block;
    float: left;
    margin: 1% 0 1% 2.6%;
    background: #FFF;
}

/*--facts--*/
.facts {
    width: 100%;
    background: url(../images/2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-size: 100% 100%;
    padding: 5% 0;
}

.view {
    width: 300px;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask, .view .content {
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view h2 {
    color: #FFF;
    text-align: center;
    position: relative;
    font-size: 1.1em;
    padding: 10px;
    background: none;
    margin: 5px 0 0 0;
    font-weight: 600;
}

.view p {
    font-size: 1em;
    position: relative;
    color: #FFF;
    padding: 0px 20px 20px;
    text-align: center;
    line-height: 1.5em;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

.view a.info:hover {
    background: #E74C3C;
}

.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.view-fifth .mask {
    background-color: rgba(15, 207, 140, 0.9);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-fifth h2 {
    color: #fff;
}

.view-fifth p {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-fifth:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.social_hover {
    padding: 20% 0 6%;
}

.social_hover ul li:first-child, ol li:first-child {
    margin-top: 0px;
    margin-left: 0;
}

.social_hover li {
    background: none;
    display: inline-block;
}

li.fb a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite.png) no-repeat -150px -15px #03B477;
}

li.tw a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite.png) no-repeat -186px -17px #03B477;
}

li.g1 a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite.png) no-repeat -224px -17px #03B477;
}

.social_hover li:hover {
    opacity: 0.9;
}

.grid_desc {
    padding: 7% 0;
}

.grid_desc h4 {
    margin-bottom: 2%;
}

.grid_desc h4 a {
    color: #283A47;
    font-size: 1.2em;
    font-weight: 600;
}

.grid_desc h4 a:hover {
    color: #0FCF8C;
}

.grid_desc p {
    color: #4D606E;
    font-size: 0.84em;
    font-weight: 600;
}

span.left_line2 {
    height: 3px;
    width: 100px;
    display: block;
    background: url(../images/border2.png) no-repeat 0px 0px;
    position: absolute;
    left: 40%;
    bottom: 13px;
}

span.right_line2 {
    height: 3px;
    width: 100px;
    display: block;
    background: url(../images/border2.png) no-repeat 0px 0px;
    position: absolute;
    right: 40%;
    bottom: 13px;
}

.col_1_of_f:first-child {
    margin-left: 0;
}

.col_1_of_f {
    display: block;
    float: left;
    margin: 1% 0 1% 2.6%;
    text-align: center;
}

.span_1_of_f {
    width: 22.8%;
}

i.clock {
    width: 145px;
    height: 143px;
    background: url(../images/img-sprite1.png) -23px -9px;
    display: inline-block;
}

i.users {
    width: 145px;
    height: 143px;
    background: url(../images/img-sprite1.png) -198px -9px;
    display: inline-block;
}

i.rocket {
    width: 145px;
    height: 143px;
    background: url(../images/img-sprite1.png) -350px -9px;
    display: inline-block;
}

i.cup {
    width: 145px;
    height: 143px;
    background: url(../images/img-sprite1.png) -13px -167px;
    display: inline-block;
}

.clock h4 {
    font-size: 4em;
    font-weight: 600;
    color: #fff;
}

.clock p {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
}

/*--footer-top--*/
.footer-top {
    padding: 5% 0 0 0;
    background: #fff;
}

.span_2_of_2 {
    width: 67.1%;
}

.cont {
    display: block;
    float: left;
}

.span_1_of_2 {
    width: 29.2%;
}

.rsidebar {
    display: block;
    float: left;
}

h4.m_8 {
    color: #283A47;
    font-size: 1.5em;
}

.address {
    margin-top: 5%;
}

.address p {
    font-size: 0.85em;
    font-weight: 600;
    color: #888;
    line-height: 1.8em;
}

.address p span {
    color: #666;
    cursor: pointer;
}

.address p span:hover {
    text-decoration: underline;
}

h4.m_9 {
    color: #000;
    font-size: 1.7em;
    font-weight: 600;
}

.contact-to input[type="text"] {
    padding: 15px 0px;
    width: 46.5%;
    margin: 10px 0 40px;
    color: #999;
    background: #FFF;
    float: left;
    outline: none;
    font-size: 0.85em;
    border-bottom: 1px solid #E0E0E0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text2 input[type="text"], .text2 textarea {
    width: 96.5%;
    border-bottom: 1px solid #E0E0E0;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #999;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
    resize: none;
    text-decoration: none;
    font-size: 0.85em;
}

.contact-form input[type="submit"] {
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 12px 35px;
    background: url(../images/img-sprite1.png) -309px -355px;
    display: inline-block;
    font-size: 1em;
    margin-top: 2%;
    color: #000;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    outline: none;
}

.contact-form input[type="submit"]:hover {
    color: #0FCF8C;
}

.social_icons {
    float: left;
}

.map {
    padding-top: 5%;
    border-bottom: 5px solid #062033;
}

.social_icons ul li:first-child, ol li:first-child {
    margin-top: 0px;
    margin-left: 0;
}

.social_icons ul li {
    margin-bottom: 6px;
}

.social_icons ul li:hover {
    opacity: 0.7;
}

li.behance a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -200px -320px;
}

li.tw1 a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -246px -320px;
}

li.dribble1 a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -300px -320px;
}

li.forest a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -345px -320px;
}

li.g2 a span {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite1.png) no-repeat -397px -320px;
}

/*--footer-bottom--*/
.footer-bottom {
    /*padding-bottom: 5%;*/
}

.application-Project {
    margin: 2% 5%;
}

.application-Project h3 {
    font-size: 0.9em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(75,75,75,1);
}

.application-Project ul li{
    margin-top: 15px;
}

.application-Project ul li h4 {
    font-size: 0.8em;
    font-family:Microsoft YaHei;
    font-weight: bold;
    color:rgba(75,75,75,1);
    line-height: 20px;
}

.application-Project ul li p {
    font-size: 0.8em;
    font-weight: 400;
    text-indent: 2em;
    color:rgba(75,75,75,1);
}
.col_1_of_5:first-child {
    margin-left: 0;
}

.col_1_of_5 {
    display: block;
    float: left;
    margin: 1% 0 1% 3.6%;
}

.span_1_of_5 {
    width: 21.9%;
}

p.m_10 {
    color: #fff;
    font-size: 0.8125em;
    line-height: 1.8em;
}

.f-logo {
    margin: -4% 0 14% 0;
}

h5.m_11 {
    color: #EDFFFB;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20%;
}

.subscribe {
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 2px solid #FFF;
    width: 90%;
    margin-bottom: 5%;
}

.subscribe input[type="text"], .subscribe input[type="submit"] {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    border: none;
    color: #FFF;
    outline: none;
    font-size: 0.8125em;
    -webkit-appearance: none;
}

.subscribe input[type="text"] {
    background: none;
    padding: 9px;
    width: 82%;
}

.subscribe input[type="submit"] {
    position: absolute;
    top: 6px;
    right: 6px;
    background: url('../images/img-sprite1.png') no-repeat -210px -363px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.subscribe input[type="submit"]:hover {
    background: url('../images/img-sprite1.png') no-repeat -210px -400px;
}

ul.list {
    float: left;
    margin-top: -10px;
    width: 50%;
}

ul.list1 {
    float: right;
    margin-top: -10px;
    width: 50%;
}

ul.list li a {
    color: #FFF;
    font-size: 0.8125em;
    line-height: 2.5em;
}

ul.list li a:hover, ul.list1 li a:hover {
    color: #062033;
}

ul.list1 li a {
    color: #FFF;
    font-size: 0.8125em;
    line-height: 2.5em;
}

ul.m_11 {
    border-left: 1px solid #288e80;
    padding: 0 0 0 10px;
    margin-top: 26%;
}

ul.m_11 li {
    font-size: 0.8125em;
    color: #fff;
    line-height: 1.8em;
}

ul.m_11 li img {
    vertical-align: middle;
}

.copy {
    margin-top: 15%;
}

.copy p {
    color: #022B22;
    font-size: 0.85em;
    font-weight: 600;
}

.copy p a {
    color: #fff;
}

.copy p a:hover {
    text-decoration: underline;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/img-sprite1.png) no-repeat -242px -363px;
}

/*--single--*/
.single_header-top {
    background: rgba(12, 39, 40, 0.31);
    padding: 0 0 10px 0;
}

.single-top {
    background: #fff;
    padding: 5% 0 0 0;
}

.span_2_of_single {
    width: 66.1%;
}

.cont1 {
    display: block;
    float: left;
}

.span_2_of_single h3 {
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 2%;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,145,229,1);
}

.span_1_of_single h3 {
    font-size: 1.8em;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,145,229,1);
    text-transform: uppercase;
    margin-bottom: 5%;
}

.extra h4 {
    font-family:Microsoft YaHei;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight:bold;
    color:rgba(75,75,75,1);
    margin: 10px 0;
}

.span_2_of_single p {
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(75,75,75,1);
    font-size: 0.8em;
    line-height: 1.8em;
    margin: 10px 0;
}

.links {
    padding: 10px 0px;
    border: 1px solid #EEE;
    border-left: none;
    border-right: none;
    margin: 30px 0 50px 0;
}

.links ul li {
    display: inline-block;
    margin-right: 20px;
}

.links ul li a {
    color: #4D606E;
    font-size: 0.85em;
    padding-left: 10px;
    font-weight: 600;
}

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

.comment h2 {
    font-size: 1.5em;
    color: #0FCF8C;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2%;
}

.comments-area h2 {
    font-size: 1.5em;
    color: #0FCF8C;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2%;
}

ul.comment-list {
    border: 1px solid #EEE;
    padding: 20px;
}

ul.comment-list img {
    float: left;
    width: 7%;
    margin-right: 20px;
}

ul.comment-list .desc {
    float: left;
    width: 90%;
    margin: 0;
}

ul.comment-list .desc h5 a {
    color: #4D606E;
    font-size: 0.85em;
    font-weight: 800;
}

ul.comment-list .desc h5 a:hover {
    color: #010B13;
}

.span_1_of_single {
    width: 29.2%;
}

.single_sidebar {
    display: block;
    float: left;
    margin: 0 0 0 4.6%;
}

ul.sidebar li {
    list-style: disc;
    margin: 0 15px 15px;
    vertical-align: bottom;
}

ul.sidebar li a {
    color: #4D606E;
    font-size: 0.85em;
    line-height: 1.8em;
    font-weight: 600;
}

ul.sidebar li p a {
    font-size: 0.7em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#4B4B4B;
}

ul.sidebar li a:hover {
    color: #1E3D53;
}

.extra a {
    color: #000;
}

.extra a:hover {
    color: #555;
}

.links ul li img {
    vertical-align: middle;
    padding-right: 10px;
}

i.blog_icon1 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite1.png) -21px -425px;
    float: left;
}

i.blog_icon2 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite1.png) -57px -425px;
    float: left;
}

i.blog_icon3 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite1.png) -94px -425px;
    float: left;
}

i.blog_icon4 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite1.png) -129px -428px;
    float: left;
}

i.blog_icon5 {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite1.png) -170px -426px;
    float: left;
}

.reply a {
    color: #4D606E;
    font-size: 0.85em;
    font-weight: 600;
}

.reply a:hover {
    text-decoration: underline;
}

.comments-area {
    padding-top: 50px;
}

.comments-area label {
    display: block;
    color: #999;
}

.comments-area span {
    color: #0FCF8C;
    position: absolute;
    left: 4px;
    top: 30px;
}

.comments-area input[type="text"] {
    padding: 7px 15px;
    width: 47%;
    color: #999;
    font-size: 13px;
    border: none;
    background: #F4F7F9;
    outline: none;
    display: block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comments-area textarea {
    padding: 7px 15px;
    width: 70%;
    color: #999;
    font-size: 13px;
    outline: none;
    height: 100px;
    display: block;
    border: none;
    background: #F1F3F6;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comments-area p {
    position: relative;
    padding: 8px 0;
    margin: 0;
}

.comments-area input[type="submit"] {
    padding: 15px 20px;
    color: #FFF;
    background: #0FCF8C;
    font-size: 1em;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.comments-area input[type="submit"]:hover {
    background: #555;
}

.archive {
    padding: 20px 0;
}

/*--responsive design--*/
@media (max-width: 1366px) {
    .wrap {
        width: 90%;
    }

    span.left_line {
        left: 150px;
        bottom: 8px;
    }

    span.right_line {
        right: 150px;
        bottom: 8px;
    }

    .desc {
        width: 82.5%;
    }
}

@media (max-width: 1280px) {
    .wrap {
        width: 90%;
    }

    span.left_line {
        left: 120px;
        bottom: 8px;
    }

    span.right_line {
        right: 120px;
        bottom: 8px;
    }

    .desc {
        width: 81.5%;
    }
}

@media (max-width: 1024px) {
    .wrap {
        width: 90%;
    }

    span.left_line {
        left: 60px;
        bottom: 8px;
    }

    span.right_line {
        right: 60px;
        bottom: 8px;
    }

    .slider_text h2 {
        font-size: 2.4em;
    }

    .desc {
        width: 78.5%;
    }

    span.left_line1 {
        left: 37%;
    }

    span.right_line1 {
        right: 37%;
    }

    .b-animate img {
        margin-top: 4%;
    }

    .view {
        width: 215px;
        height: 215px;
    }

    .view .mask, .view .content {
        width: 215px;
        height: 215px;
    }

    .view h2 {
        font-size: 0.85em;
    }

    .view p {
        font-size: 0.8125em;
    }

    .social_hover {
        padding: 4% 0 0 0;
    }

    span.left_line2 {
        left: 37%;
    }

    span.right_line2 {
        right: 37%;
    }

    .span_2_of_2 {
        width: 61.1%;
    }

    h4.m_8 {
        font-size: 1.1em;
    }

    ul.comment-list .desc {
        width: 87%;
    }

    .clock h4 {
        font-size: 3em;
    }
}

@media (max-width: 768px) {
    .wrap {
        width: 90%;
    }

    span.left_line {
        left: 30px;
        bottom: 8px;
        width: 30px;
    }

    span.right_line {
        right: 30px;
        bottom: 8px;
        width: 30px;
    }

    .slider_text h2 {
        font-size: 1.7em;
    }

    .desc {
        width: 78.5%;
    }

    span.left_line1 {
        left: 32%;
    }

    span.right_line1 {
        right: 32%;
    }

    .b-animate img {
        margin-top: 16%;
    }

    .view {
        width: 300px;
        height: 300px;
    }

    .view .mask, .view .content {
        width: 300px;
        height: 300px;
    }

    .view h2 {
        font-size: 1.1em;
    }

    .view p {
        font-size: 1em;
    }

    .social_hover {
        padding: 16% 0 0 0;
    }

    span.left_line2 {
        left: 32%;
    }

    span.right_line2 {
        right: 32%;
    }

    .span_2_of_2 {
        width: 61.1%;
    }

    h4.m_8 {
        font-size: 1.1em;
    }

    .menu li a {
        padding: 10px;
    }

    .slider_text h1 {
        font-size: 3.5em;
    }

    .m_1 p {
        font-size: 0.85em;
    }

    .span_1_of_3 {
        width: 100%;
        text-align: left;
    }

    .col_1_of_3 {
        margin: 1% 0 1% 0;
    }

    .desc h4 {
        margin-bottom: 10px;
    }

    p.m_5 {
        font-size: 0.89em;
    }

    #portfoliolist .portfolio {
        width: 50%;
        float: left;
    }

    .span_1_of_4 {
        width: 50%;
    }

    .container {
        width: 100%;
    }

    .col_1_of_4 {
        float: left;
        margin: 1% 0 1% 0%;
    }

    .span_1_of_f {
        width: 50%;
    }

    .col_1_of_f {
        float: left;
        margin: 1% 0 1% 0%;
    }

    .clock h4 {
        font-size: 3em;
    }

    .clock {
        margin-top: 0;
    }

    .rsidebar {
        float: none;
    }

    .span_1_of_2 {
        width: 100%;
        margin-bottom: 4%;
    }

    .address {
        margin-top: 10px;
    }

    .span_2_of_2 {
        width: 90.1%;
    }

    .span_1_of_5 {
        width: 100%;
    }

    .co_1_of_5 {
        float: none;
        margin: 1% 0 1% 0%;
    }

    .f-logo {
        margin: 0px 0 10px;
    }

    h5.m_11 {
        margin-bottom: 20px;
    }

    .copy {
        margin-top: 20px;
        text-align: center;
    }

    .span_2_of_single {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont {
        float: left;
    }

    .single_sidebar {
        float: none;
        margin: 0;
    }

    .span_1_of_single {
        width: 100%;
    }

    .span_1_of_single h3 {
        margin-bottom: 10px;
    }

    .cont1 {
        float: none;
    }


    .col_1_of_5 {
        float: none;
        margin: 1% 0 1% 0;
    }
}

@media (max-width: 640px) {
    .wrap {
        width: 90%;
    }

    span.left_line {
        left: 10px;
        bottom: 8px;
        width: 30px;
    }

    span.right_line {
        right: 10px;
        bottom: 8px;
        width: 30px;
    }

    .slider_text h2 {
        font-size: 1.5em;
    }

    .desc {
        width: 78.5%;
    }

    span.left_line1 {
        left: 27%;
    }

    span.right_line1 {
        right: 27%;
    }

    .b-animate img {
        margin-top: 16%;
    }

    .view {
        width: 300px;
        height: 300px;
    }

    .view .mask, .view .content {
        width: 300px;
        height: 300px;
    }

    .view h2 {
        font-size: 1.1em;
    }

    .view p {
        font-size: 1em;
    }

    .social_hover {
        padding: 16% 0 0 0;
    }

    span.left_line2 {
        left: 27%;
    }

    span.right_line2 {
        right: 27%;
    }

    .span_2_of_2 {
        width: 61.1%;
    }

    h4.m_8 {
        font-size: 1.1em;
    }

    .menu li a {
        padding: 10px;
    }

    .slider_text h1 {
        font-size: 2.9em;
    }

    .m_1 p {
        font-size: 0.85em;
    }

    .span_1_of_3 {
        width: 100%;
        text-align: left;
    }

    .col_1_of_3 {
        margin: 1% 0 1% 0;
    }

    .desc h4 {
        margin-bottom: 10px;
    }

    p.m_5 {
        font-size: 0.89em;
    }

    #portfoliolist .portfolio {
        width: 50%;
        float: left;
    }

    .span_1_of_4 {
        width: 50%;
    }

    .container {
        width: 100%;
    }

    .col_1_of_4 {
        float: left;
        margin: 1% 0 1% 0%;
    }

    .span_1_of_f {
        width: 50%;
    }

    .col_1_of_f {
        float: left;
        margin: 1% 0 1% 0%;
    }

    .clock h4 {
        font-size: 3em;
    }

    .clock {
        margin-top: 0;
    }

    .rsidebar {
        float: none;
    }

    .span_1_of_2 {
        width: 100%;
        margin-bottom: 4%;
    }

    .address {
        margin-top: 10px;
    }

    .span_2_of_2 {
        width: 90.1%;
    }

    .span_1_of_5 {
        width: 100%;
    }

    .co_1_of_5 {
        float: none;
        margin: 1% 0 1% 0%;
    }

    .f-logo {
        margin: 0px 0 10px;
    }

    h5.m_11 {
        margin-bottom: 20px;
    }

    .copy {
        margin-top: 20px;
        text-align: center;
    }

    .span_2_of_single {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont {
        float: left;
    }

    .single_sidebar {
        float: none;
        margin: 0;
    }

    .span_1_of_single {
        width: 100%;
    }

    .span_1_of_single h3 {
        margin-bottom: 10px;
    }

    h3.m_2 {
        font-size: 1.5em;
    }

    .span_2_of_single h3 {
        font-size: 1.1em;
    }

    .comment h2 {
        font-size: 1.1em;
    }

    .comments-area h2 {
        font-size: 1.1em;
    }

    .span_1_of_single h3 {
        font-size: 1.1em;
    }

    .col_1_of_5 {
        float: none;
        margin: 1% 0 1% 0;
    }
}

@media (max-width: 480px) {
    .wrap {
        width: 90%;
    }

    span.left_line {
        left: 10px;
        bottom: 8px;
        width: 30px;
    }

    span.right_line {
        right: 10px;
        bottom: 8px;
        width: 30px;
    }

    .slider_text h2 {
        font-size: 1em;
    }

    .desc {
        width: 78.5%;
    }

    span.left_line1 {
        left: 21%;
    }

    span.right_line1 {
        right: 21%;
    }

    .b-animate img {
        margin-top: 9%;
    }

    .view {
        width: 300px;
        height: 300px;
    }

    .view .mask, .view .content {
        width: 300px;
        height: 300px;
    }

    .view h2 {
        font-size: 1.1em;
    }

    .view p {
        font-size: 1em;
    }

    .social_hover {
        padding: 16% 0 0 0;
    }

    span.left_line2 {
        left: 20%;
    }

    span.right_line2 {
        right: 20%;
    }

    .span_2_of_2 {
        width: 61.1%;
    }

    h4.m_8 {
        font-size: 1em;
    }

    .menu li a {
        padding: 10px;
    }

    .slider_text h1 {
        font-size: 2.2em;
    }

    .m_1 p {
        font-size: 0.85em;
    }

    .span_1_of_3 {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .desc h4 {
        margin-bottom: 10px;
    }

    p.m_5 {
        font-size: 0.84em;
    }

    #portfoliolist .portfolio {
        width: 50%;
        float: left;
    }

    .span_1_of_4 {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0%;
    }

    .span_1_of_f {
        width: 50%;
    }

    .col_1_of_f {
        float: left;
        margin: 1% 0 1% 0%;
    }

    .clock h4 {
        font-size: 2em;
    }

    .clock {
        margin-top: 0;
    }

    .rsidebar {
        float: none;
    }

    .span_1_of_2 {
        width: 100%;
        margin-bottom: 4%;
    }

    .address {
        margin-top: 10px;
    }

    .span_2_of_2 {
        width: 90.1%;
    }

    .span_1_of_5 {
        width: 100%;
    }

    .co_1_of_5 {
        float: none;
        margin: 1% 0 1% 0%;
    }

    .f-logo {
        margin: 0px 0 10px;
    }

    h5.m_11 {
        margin-bottom: 10px;
    }

    .copy {
        margin-top: 20px;
        text-align: center;
    }

    .span_2_of_single {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont {
        float: left;
    }

    .single_sidebar {
        float: none;
        margin: 0;
    }

    .span_1_of_single {
        width: 100%;
    }

    .span_1_of_single h3 {
        margin-bottom: 10px;
    }

    h3.m_2 {
        font-size: 1.5em;
    }

    .span_2_of_single h3 {
        font-size: 1.1em;
    }

    .comment h2 {
        font-size: 1.1em;
    }

    .comments-area h2 {
        font-size: 1.1em;
    }

    .span_1_of_single h3 {
        font-size: 1.1em;
    }

    .col_1_of_5 {
        float: none;
        margin: 0 0 20px 0;
    }

    .m_1 {
        display: none;
    }

    .wmuSlider {
        padding: 4% 0 5% 0;
    }

    .desc h4 {
        font-size: 1.1em;
    }

    .desc p {
        font-size: 0.8125em;
    }

    #filters li span {
        padding: 6px 14px;
        font-size: 0.8125em;
    }

    .b-animate {
        font-size: 0.85em;
    }

    .contact-to input[type="text"] {
        width: 40.5%;
    }

    .text2 input[type="text"], .text2 textarea {
        width: 88.5%;
    }

    ul.m_11 {
        border-left: none;
        padding: 20px 0 0 0px;
        margin-top: 0;
    }

    ul.list li a {
        line-height: 1.8em;
    }

    .clock p {
        font-size: 0.85em;
    }

    h4.m_9 {
        font-size: 1.2em;
    }

    .address p {
        font-size: 0.8125em;
    }

    .span_2_of_single p {
        font-size: 0.8125em;
    }

    .links ul li a {
        font-size: 0.8125em;
        padding-left: 10px;
    }

    ul.sidebar li a {
        font-size: 0.8125em;
    }

    ul.sidebar li {
        margin: 0 12px 5px;
    }

    ul.comment-list {
        padding: 10px;
    }

    ul.comment-list img {
        float: left;
        width: 20%;
        margin-right: 10px;
    }

    ul.comment-list .desc {
        width: 100%;
        float: none;
    }
}

@media (max-width: 320px) {
    .wrap {
        width: 90%;
    }

    span.left_line {
        left: 10px;
        bottom: 8px;
        width: 30px;
    }

    span.right_line {
        right: 10px;
        bottom: 8px;
        width: 30px;
    }

    .slider_text h2 {
        display: none;
    }

    .desc {
        width: 77.5%;
    }

    span.left_line1 {
        left: 20%;
        width: 60px;
    }

    span.right_line1 {
        right: 20%;
        width: 60px;
    }

    .b-animate img {
        margin-top: 2%;
    }

    .view {
        width: 300px;
        height: 300px;
    }

    .view .mask, .view .content {
        width: 300px;
        height: 300px;
    }

    .view h2 {
        font-size: 1.1em;
    }

    .view p {
        font-size: 1em;
    }

    .social_hover {
        padding: 16% 0 0 0;
    }

    span.left_line2 {
        left: 20%;
        width: 60px;
    }

    span.right_line2 {
        right: 20%;
        width: 60px;
    }

    .span_2_of_2 {
        width: 61.1%;
    }

    h4.m_8 {
        font-size: 1em;
    }

    .menu li a {
        padding: 5px;
        font-size: 0.8125em;
    }

    .slider_text h1 {
        font-size: 1.4em;
    }

    .m_1 p {
        font-size: 0.85em;
    }

    .span_1_of_3 {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .desc h4 {
        margin-bottom: 10px;
    }

    p.m_5 {
        font-size: 0.84em;
    }

    #portfoliolist .portfolio {
        width: 50%;
        float: left;
    }

    .span_1_of_4 {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0%;
    }

    .span_1_of_f {
        width: 50%;
    }

    .span_1_of_f img {
        width: 45%;
    }

    .col_1_of_f {
        float: left;
        margin: 1% 0 1% 0%;
    }

    .clock h4 {
        font-size: 1.5em;
    }

    .clock {
        margin-top: 0;
    }

    .rsidebar {
        float: none;
    }

    .span_1_of_2 {
        width: 100%;
        margin-bottom: 4%;
    }

    .address {
        margin-top: 10px;
    }

    .span_2_of_2 {
        width: 83.1%;
    }

    .span_1_of_5 {
        width: 100%;
    }

    .co_1_of_5 {
        float: none;
        margin: 1% 0 1% 0%;
    }

    .f-logo {
        margin: 0px 0 10px;
    }

    h5.m_11 {
        margin-bottom: 5px;
    }

    .copy {
        margin-top: 20px;
        text-align: center;
    }

    .span_2_of_single {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont {
        float: left;
    }

    .single_sidebar {
        float: none;
        margin: 0;
    }

    .span_1_of_single {
        width: 100%;
    }

    .span_1_of_single h3 {
        margin-bottom: 10px;
    }

    h3.m_2 {
        font-size: 1.3em;
    }

    .span_2_of_single h3 {
        font-size: 1.1em;
    }

    .comment h2 {
        font-size: 1.1em;
    }

    .comments-area h2 {
        font-size: 1.1em;
    }

    .span_1_of_single h3 {
        font-size: 1.1em;
    }

    .col_1_of_5 {
        float: none;
        margin: 0 0 20px 0;
    }

    .m_1 {
        display: none;
    }

    .wmuSlider {
        padding: 4% 0 5% 0;
    }

    .desc h4 {
        font-size: 1em;
    }

    .desc p {
        font-size: 0.8125em;
    }

    #filters li span {
        padding: 6px 14px;
        font-size: 0.8125em;
    }

    .b-animate {
        font-size: 0.8125em;
    }

    .contact-to input[type="text"] {
        width: 37.5%;
        font-size: 0.8125em;
    }

    .text2 input[type="text"], .text2 textarea {
        width: 88.5%;
        font-size: 0.8125em;
    }

    ul.m_11 {
        border-left: none;
        padding: 20px 0 0 0px;
        margin-top: 0;
    }

    ul.list li a {
        line-height: 1.8em;
    }

    .clock p {
        font-size: 0.8125em;
    }

    h4.m_9 {
        font-size: 1.2em;
    }

    .address p {
        font-size: 0.8125em;
    }

    .span_2_of_single p {
        font-size: 0.8125em;
    }

    .links ul li a {
        font-size: 0.8125em;
        padding-left: 10px;
    }

    ul.sidebar li a {
        font-size: 0.8125em;
    }

    ul.sidebar li {
        margin: 0 12px 5px;
    }

    .logo ul li.line {
        display: none;
    }

    .grid_desc h4 a {
        font-size: 1em;
    }

    ul.comment-list img {
        width: 20%;
        margin-right: 10px;
    }

    ul.comment-list {
        padding: 10px;
    }

    ul.comment-list .desc {
        width: 100%;
        float: none;
    }

    .single_header-top {
        padding: 0 0 0px 0;
    }

    .logo {
        margin-top: 10px;
    }

    .contact-to input[type="text"] {
        padding: 10px 0px;
    }

    .span_2_of_2 {
        width: 86.1%;
    }
}