
@import url(//at.alicdn.com/t/font_498698_magltaz93co3l3di.css);

* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}

body {
    font-size: 14px;
    font-family: '微软雅黑';
    -webkit-font-smoothing: antialiased;
    background: #fff;
    margin-top: 60px;
}

::selection {
    color: #fff;
    background: #1371AF;
}

::-moz-selection {
    color: #fff;
    background: #1371AF;
}

p {
    color: #858585;
}

.pDark{background: #f4f4f4;}

.pDark p {
    color: #858585;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 2em;
}


#indexnews { width: 100%; margin: 0 auto; }
#indexnews .owl-wrapper-outer { margin: 0 auto;}
#indexnews .item { position: relative; width: 100%; margin: 0 auto;overflow: hidden;}
#indexnews .txt {width: 100%; height: 140px; padding: 0 12px; color: #888;text-align: center;}
#indexnews p {line-height: 24px; font-size: 14px;}
#indexnews .owl-theme .owl-controls{ display: none;}
#indexnews .owl-theme .owl-controls .owl-buttons .owl-prev { left: -40px;}
#indexnews .owl-theme .owl-controls .owl-buttons .owl-next { right: -40px;}
#indexnews .owl-theme .owl-controls .owl-buttons .owl-prev:before { content: "<";}
#indexnews .owl-theme .owl-controls .owl-buttons .owl-next:before { content: ">";}


.fader {
    position: relative;
    font-family: "futura", arial;
    overflow: hidden;
}

.fader .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.fader img.slide {
    height: auto;
}

.fader .prev,
.fader .next {
    position: absolute;
    height: 80px;
    line-height: 55px;
    width: 50px;
    font-size: 100px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 0;
    z-index: 4;
    margin-top: -25px;
    cursor: pointer;
    opacity: .7;
    transition: all 150ms;
}

.fader .prev:hover,
.fader .next:hover {
    opacity: 1;
}

.fader .next {
    left: auto;
    right: 0;
}

.fader .pager_list {
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    z-index: 4;
}

.fader .pager_list li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    background: #fff;
    opacity: .7;
    text-indent: -9999px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 150ms;
}

.fader .pager_list li:hover,
.fader .pager_list li.active {
    opacity: 1;
}


.button-outline {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(255,255,255,0.15);
}

    .button-outline:hover {
        color: #fff;
        background: rgba(255,255,255,0.35);
    }

a {
    color: #1371AF;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:hover {
        color: #2593DB;
        text-decoration: none;
    }

.btn {
    border: 0px;
    border-radius: 4px;
}



.btn-primary {
    background: #1371AF;
}

.form-control {
    border-radius: 0px;
}

.mrgn30 {
    margin: 30px 0;
}

.copyright {
    color: #6D6D6D;
    background: #202527;
    padding: 20px 0;
}

#top {
    position: relative;
}

.topHome {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

.tray {
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
    height:300px;
}
.tray h3{
    font-size: 22px;
}
.tray h4{
    font-size: 16px;
}

    .tray .iconfont {
        color: #666;
        display: block;
        text-align: center;
        font-size: 3em;
        height: 80px;
    }
.tray2 {
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
    min-height:300px;
    max-height:500px;
}
.tray2 h3{
    font-size: 22px;
}


    .tray2 .iconfont {
        margin:0 auto;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 3em;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border-radius: 100%;
        background: #1371AF;
    }
/* Header 
----------------------------------------------*/
#main-nav {
   

}

.header {
    position: relative;
    z-index: 3;
    margin:10px auto;
    width: 100%;
    background: transparent;
    z-index: 10;
    border-radius: 0;
    overflow: hidden;
    /*  box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top: 2px solid #1371AF;*/
}
.header .container{
     border:hidden 5px #000000;
     width:1000px;
     border-radius: 4px;
     background: #fff;
     padding:0;

}

.header .nav-header{
    overflow: hidden;
    padding:10px;
}

.header .nav-header .logo{float: left;margin-top: 5px;margin-left: 20px;}
.header .nav-header .lang{float: right;margin-top: 25px;}
.header .nav-header .lang a.active{color:red;}

.header .main-nav li{
    float: left;
    padding:10px 0;
    width: 25%;
    text-align: center;
    list-style:none;
     border-right:1px solid #5d5d5d; 
 border-left:1px solid #929292; 
 border-bottom:1px solid #575757; 
 border-top:1px solid #797979;

    /* Gradient backgrounds for the buttons. Generated using http://gradients.glrzad.com/ */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f; /* Fallback */
}
.header .main-nav li a{display:block;color:#fff;}
.header .main-nav li:hover{
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; /* Fallback */
    
    /* We use the inset of the box shadow to create a subtle inner glow when hovering */
    -moz-box-shadow: inset 0 0 5px 5px #535353;
    -webkit-box-shadow: inset 0 0 5px 5px #535353;
    box-shadow: inset 0 0 5px 5px #535353;
}

    .header .navbar-brand {
        margin-left: 15px;
    }

.navbar-inverse .navbar-toggle {
    border-color: #1371AF;
    background-color: #1371AF;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        /*background-color: #1371AF;*/
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #1371AF;
    }

        .navbar-inverse .navbar-toggle:hover .icon-bar {
            background: #fff;
        }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #1371AF;
}

.navbar-toggle {
}
/*----Nav ----*/
.header .navbar-brand {
    float: left;
    padding: 10px 15px;
    margin-left:30px;
    line-height: 18px;
    /*color:#1371AF;*/
}

.navbar-brand b {
    color: #1371AF;
}

.logo {
    font-size: 2.2em;
    text-shadow: none;
}

    .logo:hover {
        color: #5A5A5A;
    }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #2593DB;
    box-shadow: none;
}

.header .navbar {
    margin: 0;
    background: #fff;
    border: 0;
}

.main-nav-box{float: right;}

.navbar-inverse .navbar-nav > li > a {
    color: #858585;
    font-size: 1.2em;
}
.lang{margin-top: 10px;margin-right: 30px;text-align: right;}
.lang a{display: inline-block;margin-left: 20px;color:#999;}
.lang a:hover{color:#1371AF;}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #1371AF;
    background: none;
}

.navbar-nav > li:hover, .navbar-nav > li a:hover {
    color: #1371AF;
}

.header .navbar-nav > li > a {
    padding: 25px 30px;
}

.header .navbar, .navbar-inverse {
    background: none;
}

.brand-section {
    margin-top: -175px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}
.main-section {
    margin-top: -150px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}
.main-section img{width:100%;}
.main-section{border-bottom: 4px solid #1371AF;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}



#owl-banner{
        width: 1450px;
    height:520px;
}
.page-section {
    width: 100%;
    height: auto;
    padding: 30px 0 80px 0;
}

    .page-section h1 {
        font-size: 3.5em;
        margin: 90px 0 30px;
        line-height: 1.2em;
    }

        .page-section h1 span {
            font-weight: 200;
        }

    .page-section h2 {
        color: #1371AF;
    }

    .page-section p {
        font-size: 1em;
        line-height: 1.6em;
    }


.darkBg {
    background: #2d3538;
}

    .darkBg h2 {
    }

    .darkBg h3 {
        color: #CACACA;
    }

    .darkBg .media {
        margin-bottom: 20px;
    }

#services .fa {
    color: #E0E0E0;
    font-size: 40px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.09);
    text-align: center;
    display: block;
    border-radius: 10%;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.item-content .fa {
    color: #80878F !important;
}

.img-circle {
    border-radius: 5%;
}
/*--- Banner ----*/
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: 2px 100%;
    background: url("../images/overlay.png") rgba(0,0,0,.6) !IMPORTANT;
}

.banner-container {
    width: 1450px;
    margin:0 auto;
    position: relative;
    padding: 0px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    max-height: 520px;
    height: 520px;
    background-size: 100% 100%;
    background-size: cover;
}

.bannerOverlay {
    content: '';
    width: 100%;
    position: absolute;
    background-image: url(../images/bg_line.png);
    background-repeat: repeat;
    max-height: 600px;
    height: 600px;
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 3;
}

    .banner-content h2 {
        color: #fff;
        font-size: 3.5em;
        margin: 2% 0 30px;
        line-height: 1.2em;
    }

    .banner-content p {
        font-size: 1.9em;
        font-weight: normal;
        color: #B9B9B9;
    }

.sub-heading {
    padding: 15px 0;
}

    .sub-heading h2 {
        font-size: 18px;
        margin: 15px 0 8px !important;
    }

    .sub-heading p {
        color: #5A5A5A;
    }

.heading {
    padding-bottom: 30px;
}

    .heading p {
        font-size: 1em;
    }

.pdingBtm30 {
    padding-bottom: 30px;
}
/* Services
    -------------------------------------------------*/
.media-heading {
    color: #fff;
}


/* ------- */

.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio img {
    width: 100%;
}

.portfolio-more{margin-top: 30px;text-align: center;}

#portfolio article p {
    margin-bottom: 1.45em; /*set next row on the baseline*/
}

nav#filter {
    margin-bottom: 1.5em;
}

    nav#filter li {
        display: inline-block;
        margin: 0 0 0 5px;
    }

    nav#filter a {
        padding: 4px 12px;
        line-height: 20px;
        border: 1px solid #1371AF;
        text-decoration: none;
    }

.current {
    background: #1371AF;
    color: #fff;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .portfolio-item img {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .portfolio-item .portfolio-desc {
        display: block;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        color: rgba(220, 220, 220);
    }

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20px;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
    background: rgba(19, 113, 175, 0.70);
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;


}

    .portfolio-item .portfolio-desc a:hover {
        /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
        text-decoration: none;
        font-weight: normal;
    }

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}

.btn {
    font-weight: 200;
}

.btn-dark {
    background: #444;
    color: #fff;
}

    .btn-dark:hover {
        background: #000;
        color: #fff;
    }

.back-to-top {
    display: inline-block;
    clear: both;
    background: #fff;
    color: #333;
    padding: 0 10px 5px;
    margin: 20px 0 0;
    text-shadow: none;
}

    .back-to-top:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }

hr {
    border-color: #ddd;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

#navigation {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 10px 10px -10px #000000;
}

    #navigation > li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #navigation > li > a {
            margin: 1px;
            color: #000000;
            background: #cccccc;
            display: block;
            padding: 5px;
            text-decoration: none;
            transition: all 400ms;
        }

            #navigation > li > a.current,
            #navigation > li:hover > a {
                background: #999999;
            }

.pageSection {
    min-height: 600px;
    padding: 20px;
    background: #dddddd;
}

    .pageSection:nth-child(odd) {
        background: #eeeeee;
    }

.socialIcons {
    float: left;
    margin-right: 20px;
}

    .socialIcons li {
        list-style: none;
        display: inline;
        margin-right: 6px;
    }







.main-content{
    overflow: hidden;
    _zoom:1;
}
.main-content .container{margin:0 auto;padding:20px 0;width:1000px;}
.main-content .breadcrumbs {
    border:0;
}
.main-content .breadcrumbs ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.main-content .breadcrumbs ul li{
    display: inline-block;
    padding-right:5px;
    font-size:0.923em;
}
.main-content .breadcrumbs ul li:last-child { background:none;}

.container-box{padding:30px 0;}
.container-title{font-size: 32px;text-align: center;margin-bottom: 30px;}
.casedesc{
    overflow: hidden;_zoom:1;
}
.casedesc .case-fl{
    width:670px;
    float:left;
}
.casedesc .case-fr{
    float: right;
    width:300px
}

.casedesc .owl-theme .owl-controls{
    position: absolute;
    right:0;
}

.casedesc .case-fr .main-nav h4{
    margin:20px 0;
    font-family:CuprumFFURegular;
    font-size:1.769em;
    color:#272727;
}

.casedesc .case-fr .main-nav h4:after,
.casedesc .case-fr .main-nav h4:before {
    background: url("/images/separating-lines.gif") repeat-x left center;
    content: "";
    display: inline-block;
    height: 13px;
    width:78px;
    margin-top:7px;
}

.casedesc .case-fr .main-nav li{
    list-style: none;
    line-height: 32px;
}
.casedesc .case-fr .main-nav li a{
    color:#666;
}
.casedesc .case-fr .main-nav li a:hover{
    color:#1371AF;
}

.contact-fl{
    float:left;
    width:450px;
}
.contact-fr{
    float:right;
    width:450px;
}

.contact-fl .item{
    margin-bottom: 20px;
}

.about-content{text-align: center;}
.about-how{border:4px solid #000;padding:30px 50px;text-align: center;width: 80%;}
.about-how h4{font-size:30px;color:#000;}
.about-how p{font-size:24px;color:#000;}

.webdesign{
    margin-bottom: 20px;
}

footer {
    background-color: #242424;
    color: #8e8e8e;
    font-size: 14px;
     width: 100%;
    height: auto;
}
footer h4{color:#bcbebf;}
footer h5{color:#bcbebf;margin-bottom: 2px;}
footer .col-sm-4,footer .col-sm-5{border-right:1px solid #4c575a;padding-left:30px;}
footer .col-sm-3{padding-left:30px;}
footer .col-sm-4:last-child{border-right: none;}
footer .news h4{margin-bottom: 10px;text-align: center;}
footer address{margin-bottom: 10px;}

footer   .address{
overflow: hidden;
_zoom:1;
}
footer  .address-item{float: left;width: 50%;}


.addBg {
    background: #fff !important;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
}

    .addBg ~ .navbar-header {
        display: none;
    }

.da-slide {
    top: 15%;
}

@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }


}

@media (max-width: 768px) {
    .banner-container {
        background-size: contain;
    }

    .navbar-header {
        background: #fff;
    }

    #main-nav {
        background: #fff !important;
        -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
        -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
        box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
    }

    .team-member .member-img img {
        max-width: 100%;
    }

    .banner-container {
        width: 100%;
        max-height: 432px;
    }

    .bannerOverlay {
        max-height: 432px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        height: 400px;
        margin: 0px auto;
    }

    .header .navbar-nav > li > a {
        padding: 25px 12px;
    }


    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info {
        padding: 0px;
    }

        .portfolio-item .portfolio-desc .folio-info h5 {
            font-size: 1em;
        }
}

@media (max-width:760px) {
    .header .navbar-nav > li > a {
        padding: 7px 12px;
        font-size: 14px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #A8A8A8;
    }
}

@media (max-width: 480px) {
    .banner-container {
        width: 100%;
        background-size: contain;
        height: 270px;
    }
    .header .navbar-brand {
        float: left;
        padding: 10px 0px;
    }
    .webThemez {
    width:100%;
    text-align:center;
    display:block;
    }
    .bannerOverlay {
        height: 270px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        height: 263px;
        position: relative;
        margin: 0 auto;
    }

    .da-slide {
        top: 26%;
    }

        .da-slide h2 {
            font-size: 40px;
            text-align: center;
            width: initial;
            top: 10px;
        }

        .da-slide p {
            width: 65%;
            top: 65px;
            height: 50px;
        }

    .page-section h1 {
        font-size: 3em;
    }

    .page-section h2 {
        font-size: 2em;
    }

    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    .banner-container {
        width: 100%;
        background-size: contain;
        height: 180px;
    }

    .bannerOverlay {
        height: 180px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        height: 145px;
        position: relative;
        margin: 0 auto;
    }

    .da-slide h2 {
        font-size: 30px;
        text-align: center;
        width: initial;
        top: 10px;
    }

    .da-dots {
        bottom: 2px;
        display: none;
    }

    .grid .text-content {
        padding-left: 29%;
        padding-right: 2%;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 10px;
        margin: 10px 0 0 0;
    }

    nav#filter li {
        display: inline-block;
        margin: 0 0 23px 5px;
    }
}
