/**
 * common style
 */
body {
    font-family: 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    min-width: 1000px;
    max-width: 2048px;
    margin: 0 auto;
    background: #030c09 url('../images/home.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

body.bg {
    background-image: url('../images/home_crest.jpg');
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

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

p {
    margin: 0 0 1em;
}

.lazy-hidden {
    background: #eee url('../images/lazy-loading.gif') no-repeat center;
}

/**
 * font style
 */
@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('../font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/TrajanPro-Regular.otf')  format('opentype'),
         url('../font/TrajanPro-Regular.woff') format('woff'),
         url('../font/TrajanPro-Regular.ttf')  format('truetype'),
         url('../font/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro-Bold';
    src: url('../font/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/TrajanPro-Bold.otf') format('opentype'),
         url('../font/TrajanPro-Bold.woff') format('woff'),
         url('../font/TrajanPro-Bold.ttf') format('truetype'),
         url('../font/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
 * Page Loading
 */

#loading-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: transparent;
}

#loading-layer .loading-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000 url('../images/home-bg.jpg') top center no-repeat;
    background-size: cover;
}

#loading-layer .loading-logo,
#loading-layer .loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

#loading-layer .loading-logo {
    top: 200px;
    margin: 0 0 0 -167.5px;
    width: 335px;
    height: auto;
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3' /></filter></svg>#blur");
        filter: blur(3px);
    }
    100% {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='0' /></filter></svg>#blur");
        filter: blur(0);
    }
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3' /></filter></svg>#blur");
        filter: blur(3px);
    }
    100% {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='0' /></filter></svg>#blur");
        filter: blur(0);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3' /></filter></svg>#blur");
        filter: blur(3px);
    }
    100% {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='0' /></filter></svg>#blur");
        filter: blur(0);
    }
}

.loading-logo.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3' /></filter></svg>#blur");
    filter: blur(3px);
    -webkit-animation: blur 2s 2s;
    -moz-animation: blur 2s 2s;
    animation: blur 2s 2s;
}

/**
 * header style
 */
.browser-notice {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #ccc;
    text-align: center;
    font-size: 13px;
    color: #000;
    z-index: 99999;
    display: none;
}

#site-header.has-notice {
    top: 25px;
}

#site-header.hidden {
    filter: alpha(opacity=0);
    opacity: 0;
}

#site-header.fixed-header {
    position: fixed;
    filter: alpha(opacity=100);
    opacity: 1;
    background: url('../images/bar_blur.png') 0 0 repeat-x;
}

#site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 61px;
    background: rgba(0, 0, 0, .2);
    background-size: 100% 100%;
    z-index: 20;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.site-logo {
    position: absolute;
    top: 8px;
    left: 30px;
    visibility: hidden;
    z-index: 60;
}

.site-logo img {
    height: 44px;
}

#site-header.fixed-header .site-logo {
    visibility: visible;
}

.header-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 50;
}

.header-nav ul {
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 215px;
    height: 100%;
    text-transform: uppercase;
}

.nav-item a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    padding-top: 21px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    text-indent: -99999px;
    overflow: hidden;
}

.sub-item > a {
    text-indent: 0;
}

.nav-item a img {
    position: absolute;
}

.menu-item-link span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: transparent;
}

.about-link span {
    background: url('../images/about.png') center 22px no-repeat;
}

.service-link span {
    background: url('../images/services.png') center 22px no-repeat;
}

.project-link span {
    background: url('../images/project.png') center 22px no-repeat;
}

.ru .about-link span {
    background: url('../images/ru_about_117x15.png') center 22px no-repeat;
}

.ru .service-link span {
    background: url('../images/ru_service_83x15.png') center 22px no-repeat;
}

.ru .project-link span {
    background: url('../images/ru_project_100x15.png') center 22px no-repeat;
}

.zh .about-link span {
    background: url('../images/zh_about_67x18.png') center 22px no-repeat;
}

.zh .service-link span {
    background: url('../images/zh_service_67x18.png') center 22px no-repeat;
}

.zh .project-link span {
    background: url('../images/zh_project_67x17.png') center 23px no-repeat;
}

.nav-item a:active {
    background: url('../images/hover-line.png') 0 25px no-repeat;
}

.nav-item a.current {
    color: #907444;
    background: url('../images/hover-line.png') 0 25px no-repeat;
}

.zh .nav-item a:active,
.zh .nav-item a.current {
    background-position: 0 27px;
}

.nav-item .sub-nav {
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 40;
}

.sub-nav .sub-item {
    position: relative;
    float: left;
    width: 25%;
    height: 168px;
    background-color: #000;
}

.sub-nav .sub-item .item-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sub-nav .sub-item a {
    display: block;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    line-height: 1.5;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: background .5s ease-out, color .6s ease;
    -moz-transition: background .5s ease-out, color .6s ease;
    transition: background .5s ease-out, color .6s ease;
}

.sub-nav .sub-item a span {
    display: inline-block;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
    height: 100%;
}

.ie .sub-nav .sub-item a,
.ie .sub-nav .sub-item a span {
    background: url('../images/bg_transparent.png') 0 0 repeat;
}

.sub-nav .sub-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
}

.sub-nav .sub-item:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.sub-nav .sub-item:hover a {
    color: #fff;
    background: transparent;
}

.header-links {
    position: absolute;
    right: 60px;
    top: 0;
    height: 61px;
    z-index: 60;
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    font-size: 14px;
}

.login-btn {
    float: left;
    display: none;
    margin-top: 23px;
    height: 15px;
    line-height: 15px;
    color: #a1834c;
    cursor: pointer;
    text-decoration: none;
}

.language-select {
    float: left;
    list-style: none;
    margin: 21.5px 0 0 27px;
    padding: 0;
    text-transform: uppercase;
}

.language-select li {
    float: left;
    color: #a1834c;
    height: 15px;
    cursor: pointer;
}

.language-select .selected {
    color: #e0c17d;
}

.language-select .divider-left {
    position: relative;
    margin-left: 20px;
}

.language-select .divider-left:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: -10px;
    display: block;
    height: 15px;
    width: 1px;
    background-color: #a1834c;
}

.site-link {
    display: block;
    width: 315px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    margin-bottom: 15px;
    background: rgba(5, 25, 16, 0.6);
    text-align: center;
    color: #b1946a;
    text-decoration: none;
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    font-size: 18px;
}

/**
 * main content style
 */
#home,
.nav-section {
    position: relative;
}

#home {
    min-width: 1000px;
    min-height: 100vh;
    margin: 0 auto;
    text-align: center;
    color: #907444;
}

#home p {
    margin: 0;
}

#home .extra-title {
    margin-top: 60px;
}

.inner-logo {
    padding: 200px 0 30px 0;
}

.site-title,
.extra-title {
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    font-size: 20px;
    font-weight: normal;
    -moz-transition: opacity .9s ease-in;
    -webkit-transition: opacity .9s ease-in;
    transition: opacity .9s ease-in;
}

#home .site-title p {
    margin-bottom: .8em;
}

.country-list {
    margin: 40px 0;
    font-size: 12px;
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
}

.country-list span {
    margin: 0;
}

.loading .site-title.fade-in,
.loading .extra-title.fade-in {
    opacity: 0;
}

.loaded .site-title.fade-in,
.loaded .extra-title.fade-in {
    opacity: 1;
}

.splash-block {
    padding: 40px 0 38px;
}

.splash-block .splash-text {
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.line {
    margin: 40px 0;
}

.line .line-image {
    display: inline-block;
    margin: 0 auto;
    width: 262px;
    height: 22px;
    background: url('../images/cut-line-home.png') center no-repeat;
    overflow: hidden;
}

.section-content {
    width: 1000px;
    min-height: 600px;
    margin: 0 auto;
}

.section-title {
    margin: 0;
    padding: 130px 0 40px 0;
    text-align: center;
    font-size: 36px;
    color: #907444;
    text-transform: capitalize;
}

.ru .section-title {
    text-transform: none;
}

.section-title,
.inner-group-title {
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    font-weight: normal;
}

.section-inner {
    width: 1000px;
    margin: 0 auto 50px;
}

.section-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-inner .child-page-item {
    float: left;
    padding: 0;
    margin: 10px 0;
    width: 439px;
    background: rgba(0, 0, 0, .2);
}

.section-inner .child-page-item:hover {
    background: rgba(0, 0, 0, .4);
}

.section-inner .child-page-item.odd {
    margin-right: 122px;
}

.inner-group {
    padding: 46px 30px 40px 30px;
    cursor: pointer;
}

.inner-group-title {
    display: table;
    height: 70px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 20px;
}

.inner-group-title span {
    display: table-cell;
    vertical-align: middle;
}

.inner-group-desc {
    margin: 0;
    padding: 10px 0 20px;
    height: 105px;
    font-size: 14px;
}

.mCSB_container {
    font-size: 14px;
}

.inner-group-line img,
.inner-group-image img {
    width: 100%;
}

.bttrlazyloading-wrapper {
    width: 100%;
}

.dialog {
    position: relative;
    width: 1000px;
    height: 600px;
    background: #121212;
    display: none;
}

.dialog .dialog-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}

.dialog .dialog-image-slider {
    position: relative;
    width: 100%;
    height: 100%;
    text-align:center;
}

.dialog .dialog-single-image {
    width: auto;
    max-width: 1000px;
    height: 570px;
}

.dialog .dialog-image-slider .control-btn {
    position: absolute;
    top: 255px;
    width: 60px;
    height: 60px;
    background: rgba(20, 20, 20, 0.4);
    z-index: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    text-align: center;
}

.dialog .dialog-image-slider:hover .control-btn {
    z-index: 15;
    filter: alpha(opacity=100);
    opacity: 1;
}

.dialog .dialog-image-slider .control-btn img {
    padding-top: 10px;
}

.dialog .dialog-image-slider .prev-btn {
    left: 0;
}

.dialog .dialog-image-slider .next-btn {
    right: 0;
}

.dialog .dialog-image-slider .sp-buttons {
    height: 16px;
    padding: 7px 0;
}

.dialog .dialog-image-slider .sp-button {
    width: 4px;
    height: 4px;
    border-radius: 0;
    border: 0;
    margin: 6px 4px;
    background-color: #907444;
}

.dialog .dialog-image-slider .sp-selected-button {
    width: 8px;
    height: 8px;
    margin: 4px;
}

.dialog .dialog-content-block {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0;
    width: 100%;
    height: 35px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.dialog .dialog-content-block.expand {
    height: 290px;
}

.dialog .dialog-content-block.expand .dialog-header {
    width: 100%;
}

.dialog .dialog-content-block .dialog-title {
    float: left;
    margin: 0;
    padding: 10px 20px 0 20px;
    max-height: 35px;
    font: 20px 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    line-height: 1;
    color: #907444;
    text-align: left;
    overflow: hidden;
}

.dialog .dialog-content-block .embedded-btn,
.dialog .dialog-content-block .expand-btn {
    position: absolute;
    top: 1px;
    right: 0;
    width: 34px;
    height: 20px;
    padding: 7px 0;
    margin-right: 16px;
    text-align: center;
    cursor: pointer;
}

.dialog .dialog-content-block .embedded-btn img,
.dialog .dialog-content-block .expand-btn img {
    width: 100%;
    height: 100%;
}

.dialog .dialog-content-block .embedded-btn {
    display: none;
}

.dialog .dialog-content-block.expand .embedded-btn {
    display: block;
}

.dialog .dialog-content-block.expand .expand-btn {
    display: none;
}

.dialog .dialog-content-block .dialog-content {
    padding: 0 20px;
    margin: 20px 5px 0;
    max-height: 220px;
    color: #fff;
    overflow: auto;
    font-size: 14px;
}

.dialog .dialog-close {
    position: absolute;
    right: -76px;
    top: 0;
    width: 76px;
    height: 76px;
    background: url('../images/close.png') center no-repeat;
    cursor: pointer;
}

.dialog .dialog-close:hover {
    background-image: url('../images/close_hover.png');
}

.dialog-content a {
    color: #907444;
}

.dialog-content::-webkit-scrollbar {
    width: 6px;
}

.dialog-content::-webkit-scrollbar-track {
    background: rgba(144, 116, 68, .3);
}

.dialog-content::-webkit-scrollbar-thumb {
    background: #907444;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #907444;
    background-color: rgba(144, 116, 68, .3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #907444;
    background-color: rgba(144, 116, 68, .85);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #907444;
    background-color: rgba(144, 116, 68, .95);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #907444;
}

.dialog {
    -moz-transform: scaleX(.3);
    -webkit-transform: scaleX(.3);
    transform: scaleX(.3);
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.popup_visible .dialog {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dialog-close-btn {
    width: 76px;
    height: 76px;
    background: url('../images/close.png') 0 0 no-repeat;
    text-indent: -9999px;
}

.dialog-close-btn:hover {
    background: url('../images/close_hover.png') 0 0 no-repeat;
}

#about {
    color: #907444;
    font-size: 14px;
}

#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6 {
    text-align: center;
}

#about .section-inner {
    margin-bottom: 100px;
}

.section-inner .pages-row {
    padding: 0;
    margin: 0 auto 90px;
    width: 1000px;
    text-align: center;
}

.section-inner .page-items {
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.section-inner .page-items .child-page-item {
    float: left;
    margin: 0 0 0 50px;
}

.section-inner .page-items .child-page-item:first-child {
    margin-left: 0;
}

.section-summary {
    font-size: 14px;
}

.section-summary a {
    color: #907444;
}

.col-2 .section-inner {
    margin-bottom: 10px;
}

.col-2 .section-summary {
    text-align: center;
    padding: 40px 0 71px;
    font-size: 14px;
}

.col-2 .section-inner .child-pages {
    margin: 0;
    padding: 0;
    list-style: none;
}

.col-2 .section-inner .child-page-item {
    float: left;
    padding: 0;
    margin: 10px 0;
    width: 439px;
    background: rgba(0, 0, 0, .2);
}

.col-2 .section-inner .child-page-item:hover {
    background: rgba(0, 0, 0, .4);
}

.col-2 .section-inner .child-page-item.odd {
    margin-right: 122px;
}

.col-2 .inner-group-title {
    font-size: 24px;
    height: 110px;
}

.col-2 .section-title {
    padding: 130px 0 40px;
    font-size: 36px;
}

.col-2 .section-inner .child-page-item {
    position: relative;
    margin: 0 0 90px 0;
    width: 420px;
    background-color: rgba(0, 0, 0, .2);
}

.col-2 .section-inner .child-page-item:hover {
    background-color: rgba(0, 0, 0, .4);
}

.col-2 .section-inner .child-page-item.odd {
    margin-right: 160px;
}

.col-2 .section-inner .child-page-item .bg-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.col-2 .section-inner .child-page-item .bg-block img {
    width: 100%;
    height: 100%;
}

.col-2 .section-inner .child-page-item .inner-group {
    position: relative;
    padding-top: 8px;
    z-index: 1;
}

.ie .col-2 .section-inner .child-page-item .inner-group {
    background: url('../images/bg_transparent.png') 0 0 repeat;
}

.col-2 .section-inner .child-page-item .inner-group-image img {
    width: 360px;
    height: 197px;
}

.col-3 .section-inner {
    margin-bottom: 10px;
}

.col-3 .section-inner .section-summary {
    margin-bottom: 90px;
    font-size: 14px;
    text-align: center;
}

.col-3 .section-inner .pages-row {
    margin: 0 auto 90px;
}

.col-3 .section-inner .child-page-item {
    position: relative;
    float: left;
    margin: 0 0 0 50px;
    width: 300px;
    background-color: rgba(0, 0, 0, .2);
}

.col-3 .section-inner .child-page-item:hover {
    background-color: rgba(0, 0, 0, .4);
}

.col-3 .section-inner .child-page-item .bg-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.col-3 .section-inner .child-page-item .bg-block img {
    width: 100%;
    height: 100%;
}

.col-3 .section-inner .child-page-item .inner-group {
    position: relative;
    padding: 0 1px 40px 1px;
    z-index: 1;
}

.ie .col-3 .section-inner .child-page-item .inner-group {
    background: url('../images/bg_transparent.png') 0 0 repeat;
}

.col-3 .section-inner .child-page-item .inner-group-image img {
    height: 260px;
}

.col-3 .section-inner .child-page-item .inner-group-title,
.col-3 .section-inner .child-page-item .inner-group-desc {
    padding-left: 25px;
    padding-right: 25px;
}

.col-3 .section-inner .child-page-item .inner-group-title {
    margin-top: 30px;
    color: #caae7c;
}

.col-4-bottom .section-inner {
    margin-bottom: 20px;
}

.col-4-bottom .section-title {
    padding: 130px 0 40px 0;
}

.col-4-bottom .section-summary {
    margin-bottom: 90px;
    font-size: 14px;
    -moz-column-count: 3;
    -webkit-column-count:3;
    column-count: 3;
    -moz-column-width: 300px;
    -webkit-column-width: 300px;
    column-width: 300px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.col-4-bottom .section-summary p strong {
    color: #b59864;
}

.col-4-bottom .section-inner .pages-row {
    margin-bottom: 80px;
}

.col-4-bottom .section-inner .child-page-item {
    position: relative;
    margin: 0 0 0 40px;
    width: 220px;
    background-color: rgba(0, 0, 0, .2);
}

.col-4-bottom .section-inner .child-page-item:hover {
    background-color: rgba(0, 0, 0, .4);
}

.col-4-bottom .section-inner .child-page-item .bg-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.col-4-bottom .section-inner .child-page-item .bg-block img {
    width: 100%;
    height: 100%;
}

.col-4-bottom .child-page-item .inner-group {
    position: relative;
    padding: 8px 12px 40px 12px;
    z-index: 1;
}

.ie .col-4-bottom .child-page-item .inner-group {
    background: url('../images/bg_transparent.png') 0 0 repeat;
}

.col-4-bottom .child-page-item .inner-group-title {
    font-size: 20px;
    height: 130px;
}

.col-4-bottom .child-page-item .inner-group-desc {
    padding-bottom: 16px;
}

.col-4-bottom .child-page-item .inner-group-image img {
    width: 196px;
    height: 197px;
}

.col-4-full .section-inner {
    margin-bottom: 10px;
}

.col-4-full .section-title {
    padding: 130px 0 40px 0;
    font-size: 36px;
}

.col-4-full .section-summary {
    margin-bottom: 90px;
    font-size: 14px;
    text-align: center;
}

.col-4-full .section-inner .child-page-item {
    padding: 0;
    width: 220px;
    margin: 0 0 0 40px;
}

.col-4-full .section-inner .child-page-item:first-child {
    margin-left: 0;
}

.col-4-full .section-inner .child-page-item.odd .inner-group {
    position: relative;
    padding: 0 15px 40px;
}

.col-4-full .section-inner .child-page-item.odd .inner-group-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.col-4-full .section-inner .child-page-item.odd .inner-group-image img {
    width: 100%;
    height: 100%;
}

.col-4-full .section-inner .child-page-item.even {
    background: url('../images/page_4.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.col-4-full .section-inner .child-page-item.even .inner-group-image {
    display: none;
}

.col-4-full .section-inner .child-page-item.odd {
    margin-right: 0;
    background: none;
}

.col-4-full .section-inner .child-page-item .inner-group {
    padding: 0 15px 40px 15px;
}

.col-4-full .section-inner .inner-group-title {
    padding: 120px 0 0 0;
    margin: 0;
    height: 155px;
    font-size: 20px;
    text-align: left;
    color: #bf9f73;
}

.col-4-full .section-inner .border-line {
    display: block;
    margin-top: 3px;
    width: 60px;
    height: 3px;
    background: #907444;
}

.col-4-square .section-summary {
    margin-bottom: 90px;
    font-size: 14px;
    text-align: center;
}

.col-4-square .section-inner .child-page-item {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0;
    padding: 0;
}

.col-4-square .section-inner .child-page-item .inner-group-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.col-4-square .section-inner .child-page-item .inner-group-image img {
    width: 100%;
    height: 100%;
}

.col-4-square .section-inner .child-page-item .inner-group {
    position: absolute;
    padding: 10px;
    width: 230px;
    height: 230px;
    background: rgba(0, 0, 0, .8);
}

.col-4-square .section-inner .child-page-item .inner-group:hover {
    background: none;
}

.col-4-square .section-inner .child-page-item .inner-group-block {
    height: 220px;
    padding: 5px;
    border: 1px solid #bf9f73;
}

.col-4-square .section-inner .child-page-item:hover .inner-group-block {
    background: rgba(0, 0, 0, .5);
}

.ie .col-4-square .section-inner .child-page-item .inner-group,
.ie .col-4-square .section-inner .child-page-item .inner-group-block {
    background: url('../images/bg_transparent.png') 0 0 repeat;
}

.col-4-square .section-inner .child-page-item .inner-group-title {
    padding-top: 3px;
    color: #e1bc89;
}

.col-4-square .section-inner .child-page-item .inner-group-desc {
    color: #a08f71;
}

.col-4-square .section-inner .end-line {
    text-align: center;
    margin: 25px 0 140px 0;
}

.section-second-title {
    text-align: center;
    font-size: 22px;
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
}

.nav-section {
    color: #907444;
}

.projects .section-content {
    width: 100%;
    color: #907444;
}

.projects .section-content .section-inner {
    width: 100%;
}

.project-layer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.project-layer {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.projects-slider.one .left-line,
.projects-slider.one .right-line,
.projects-slider.one .sp-thumbnails-container {
    display: none;
}

.projects-slider .sp-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    border-left: 1px solid rgba(144, 116, 68, .6);
}

.projects-slider .sp-slides-container.even-slides {
    left: -10%;
}

.projects-slider .sp-slide::after{
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    border-left: 1px solid rgba(144, 116, 68, .6);
}

/* .projects-slider .sp-slide.hover .project-layer, */
.projects-slider .sp-slide:hover .project-layer {
    left: -100%;
    filter: alpha(opacity=0);
    opacity: 0;
}

.projects-slider img.sp-image {
    position: relative;
    top: -25%;
    left: -50px;
    height: 150% !important;
    width: auto !important;
    -webkit-transition: all 3s linear;
    transition: all 3s linear;
}

/* .projects-slider .sp-slide.hover .sp-image, */
.projects-slider .sp-slide:hover img.sp-image {
    top: 0;
    left: -5px;
    height: 100% !important;
}

.project-layer-content {
    padding: 278px 50px 40px 20px;
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    color: #ad8644;
}

.project-layer-content h3 {
    margin: 0;
    height: 100px;
    font-size: 24px;
    font-weight: normal;
}

.project-layer-content .inner-group-desc {
    padding: 0;
    height: 100px;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
}

.sp-bottom-thumbnails {
    margin-top: 40px;
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
    overflow: visible;
}

.sp-thumbnail .thumbnail-image {
    width: 36px;
    height: 36px;
    border: 2px solid rgba(144, 116, 68, .6);
    filter: alpha(opacity=0);
    opacity: 0;
    margin-top: -32px;
}

.sp-thumbnail .thumbnail-title {
    max-height: 80px;
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 800ms ease;
    transition: opacity 800ms ease;
    text-align: left;
}

.sp-thumbnail.hover .thumbnail-title,
.sp-thumbnail.hover .thumbnail-image,
.sp-selected-thumbnail .sp-thumbnail .thumbnail-title,
.sp-selected-thumbnail .sp-thumbnail .thumbnail-image {
    filter: alpha(opacity=100);
    opacity: 1;
}

.sp-thumbnail.hidden .thumbnail-title {
    filter: alpha(opacity=0);
    opacity: 0;
}

.sp-thumbnail-container {
    text-align: center;
}

.sp-thumbnail .thumbnail-dot {
    width: 8px;
    height: 8px;
    margin: 16px auto 0 auto;
    border-radius: 50%;
    background: #907444;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sp-thumbnail.hover .thumbnail-dot,
.sp-selected-thumbnail .sp-thumbnail .thumbnail-dot {
    filter: alpha(opacity=0);
    opacity: 0;
}

.sp-thumbnails-container {
    overflow: visible;
}

.sp-thumbnails {
    margin: 0 auto;
}

.projects-slider {
    position: relative;
}

.projects-slider .left-line,
.projects-slider .right-line {
    position: absolute;
    bottom: 86px;
    width: 150px;
    height: 8px;
}

.projects-slider .left-line {
    left: 50%;
    margin-left: -320px;
    background: url('../images/zhuangshixian_150x8.png') center no-repeat;
}

.projects-slider .right-line {
    right: 50%;
    margin-right: -320px;
    background: url('../images/zhuangshixian_right_150x8.png') center no-repeat;
}

.projects-slider .sp-thumbnail-container .thumbnail-image,
.projects-slider .sp-thumbnail-container .thumbnail-title {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.projects-slider .sp-thumbnail-container.sp-selected-thumbnail .thumbnail-image,
.projects-slider .sp-thumbnail-container.sp-selected-thumbnail .thumbnail-title {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup_content ul, .section-content ul {
    list-style-type: disc;
}
.popup_content ul li, .section-content ul li {
    margin-left: 20px;
}

.dialog .attachment-links {
    float: left;
    padding-top: 10px;
}

.dialog .attachment-links a {
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    color: #907444;
    text-indent: -9999px;
    outline: none;
}

.dialog .attachment-links a:last-child {
    margin-right: 0;
}

.dialog .attachment-links .pdf-link {
    background: url('../images/pdf_20x20.png') center no-repeat;
}

.dialog .attachment-links .video-link {
    background: url('../images/video_20x20.png') center no-repeat;
}

/**
 * footer style
 */
#site-footer {

    background-color: #020202;
}

.footer-inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 31px;
    color: #907444;
    font-size: 14px;
}

.company {
    font-family: 'TrajanPro-Regular', 'Trebuchet MS', 'Microsoft YaHei', Helvetica, Arial, SimHei, sans-serif;
    float: left;
}

.company p {
    margin: 0;
}

.links {
    text-align: right;
}

.links a {
    color: #907444;
    text-decoration: none;
}

.crest {
    clear: both;
    width: 100%;
    padding-top: 100px;
    text-align: center;
}

.crest img{
   height: 100%;
}
