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

h1,h2,h3,h4,h5{ font-weight:normal }

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.2em
}

body,button,input,select,textarea {
    font-family: Raleway, "Microsoft Yahei","Hiragino Sans GB",sans-serif;
    color: #222
}

::-moz-selection {
    background: #fb7;
    color: #632;
    text-shadow: none
}

::selection {
    background: #fb7;
    color: #632;
    text-shadow: none
}

a,a:visited {
    color: #EB9656;
    text-decoration: none
}

a:hover {
    color: #fb7
}

a:focus {
    /*outline: thin dotted*/
}

a:hover,a:active {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold
}

pre,code,kbd,samp {
    font-family: monospace,monospace;
    _font-family: 'courier new',monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,q:after {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

ul,ol {
    margin: 1em 0;
    padding: 0 0 0 40px
}

dd {
    margin: 0 0 0 40px
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal;
    *overflow: visible
}

table button,table input {
    *overflow: auto
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:invalid,textarea:invalid {
    background-color: #f0dddd
}

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

td {
    vertical-align: top
}

.tleft { text-align:left }
.left { float:left }
.tright { text-align:right }
.right { float:right }
.tcenter { text-align: center }
.center { margin:0 auto }

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.ir br {
    display: none
}

.hidden {
    display: none!important;
    visibility: hidden
}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0
}
.clearfix { zoom:1 }



/*--------------------------------------*/


.container{
    /*padding:50px 30px 0px 30px;*/
    padding-top: 50px;
}





  .cd-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 70px;
      background: #fff;
      /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
      z-index: 20;
  }
  .cd-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-header #cd-logo {
    float: left;
    margin: 23px 0 0 5%;
    position: absolute;
  }
  
  .cd-header #cd-logo a {
    background: url(/images/icon.png) no-repeat;
    background-size: 100%;
    float: left;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon.png', sizingMethod='scale');

    width: 80px;
    height: 80px;
    display: block;
    border-radius: 100%;
  }
  .cd-header #cd-logo span {
    display: block;
    float: left;
    padding: 4px 0px 0px 20px;
    font-weight: 900;
    font-size: 1.5em;
    color: #9B8A81;
  }

  .container{
    /*padding:70px 30px 0px 30px;*/
    padding-top: 70px;
  }
  
@media only screen and (max-width: 768px) {
.cd-header {
  height: 50px;
}

.cd-header #cd-logo {
  margin: 5px 0 0 5%;
}
.cd-header #cd-logo a {
  width: 40px;
  height: 40px;
}
.cd-header #cd-logo span {
  display: none;
}
.container{
  /*padding:50px 30px 0px 30px;*/
  padding-top:50px;
}
}


  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
    float: right;
    margin-right: 5%;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
      margin: 0px;
      padding: 0px;
      list-style: none;
      list-style-image: none;
      transition: all .2s;
      -webkit-transition: all .2s
  }
  .cd-main-nav:hover ul, .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    *float: left;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #666;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
  .no-touch .cd-main-nav a:hover {
    color: #99a478;
  }

  
@media only screen and (max-width: 768px) {
    .cd-main-nav {
      float: right;
      margin-right: 5%;
      width: 50px;
      height: 100%;
      background: url("data:image/svg+xml;charset=utf-8,<?xml version='1.0' encoding='utf-8'?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44px' height='44px' viewBox='0 0 44 44' enable-background='new 0 0 44 44' xml:space='preserve'><g><rect x='18' y='13' fill='#666666' width='20' height='3'/><rect x='18' y='20' fill='#666666' width='20' height='3'/><rect x='18' y='27' fill='#666666' width='20' height='3'/></g></svg>") no-repeat center center;
      background-size: 44px 44px;
      cursor: pointer;
    }
    .cd-main-nav ul {
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    .cd-main-nav:hover ul, .cd-main-nav ul.is-visible {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
    .cd-main-nav li {
      display: block;
    }
    .cd-main-nav a {
      display: block;
      line-height: 200%;
      padding-left: 5%;
      background: #fff;
      border-top: 1px solid #eee;
    }
}





.sectionhero {
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    height: 800px;/*52vw;*/
    background-size: cover;
    font-size: 1em;
    line-height: 1em;
    min-width: 480px
}
.sectionhero .schcontent{
    max-width: 1280px;
    _width:1280px;
    margin:0 auto;
}

.sectionhero .sub{
  font-size: 20px; /*1.5vw;*/
  line-height: 1.5em;
  color: #666;
}
.sectionhero h2{
  font-size: 48px; /*3.5vw;*/
  line-height: 1em;
  font-weight: lighter;
  margin: 20px 0px;
  color: #000;
}
.sectionhero h2 sup{
  font-size: 0.6em;
  border: 1px solid;
  border-radius: 30px;
  padding: 4px 10px;
  top: -.2em;
  margin-left: 10px;
}

.home-icons{
    padding-top: 100px;
}
.home-icons img{
    padding: 30px;
}

.package-lib{
    padding:5px 0px;
}

.package-lib .left{
    width:33.333%;
}
.package-lib .p-bg{
    padding: 0px 6% 0px 10%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;/*52vw;*/
}
.package-lib h3{padding-top: 80px; font-size:2em; margin-bottom:10px}
.package-lib p{margin:4px 0px;}
.package-lib .expbutton{ border-width:1px; display:inline-block;font-size:1.2em;line-height:2em }

.frontpagehero {
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;/*52vw;*/
    background-size: cover;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    text-align: center;
    min-width: 480px
}

.frontpagehero .fphcontent {
    max-width: 1280px;
    margin: auto;
    display: block
}

a.fphLink {
    color: #fff
}

a.fphLink:hover {
    text-decoration: none;
    color: #fff
}

.frontpagehero .fphcontent .fphtext h1 {
    font-size: 4.5vw;
    line-height: 1em;
    font-weight: lighter;
    margin: 20px 0px;
}

.frontpagehero .fphcontent .fphtext .fphmaintext {
    font-size: 1.2em;
    line-height: 1.5em
}

.expbutton {
    display: inline-block;
    font-size: 2vw;
    line-height: 4vw;
    margin-top: 20px;
    background-color: transparent;
    color: #fff !important;
    border:2px solid #fff;
    padding: 5px 30px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.expbutton:visited{ color: #fff !important; }
.expbutton:hover {
    background-color: #fb7 !important;
    color: #632 !important;
    border-color: #fb7 !important;
}
.expbutton.dark {color:#000 !important; border-color:#000}
.expbutton.dark:visited{ color: #000 !important; }
.expbutton.dark:hover {
    background-color: #fb7 !important;
    color: #632 !important;
    border-color: #fb7 !important;
}

.product-spots {
    list-style: none;
    padding: 0;
    margin: 30px auto 0px auto;
    -webkit-font-smoothing: antialiased;
}

.product-spot {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    position: relative;
}

.product-spot .specialoffercontainer {
    position: absolute;
    top: 60px;
    color: #fff;
    background-color: rgba(255, 187, 119, .8);
    padding: 10px;
    line-height: 2em;
}

.product-spot.rounded {
    text-align: center
}

.product-image:hover .product-image-element {
    transform: scale(1.02);
    -webkit-transform: scale(1.02)
}

.product-spot .product-image {
    width: 100%;
    height: 300px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block
}

.product-spot.rounded .product-image {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 1000px;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 5
}

.product-spot .product-image .product-image-element {
    transition: all .2s;
    -webkit-transition: all .2s;
    background-color: #aeaeae;
    /*width: 100%;
    height: 100%;
    display:inline-block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%; */
    height: 100%;
}

.product-spot.sm .product-image .product-image-element{
    background-color: transparent !important;
    height: 40% !important;
}
.product-spot.sm .product-image {
    height: 200px;
    line-height: 200px;
}

.product-spot .product-image .product-image-element.features-icon{
    background-color: transparent !important;
    width: 100px !important;
    height: 100px !important;
    border: 3px solid #fff;
    color: rgba(255,255,255,.88);
    display: inline-block;
    font-size: 2.6em;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
}

.product-spot .product-image h3 {
    z-index: 6;
    position: absolute;
    top: 17px;
    left: 20px;
    color: #fff;
    font-size: 3vw;
    line-height: 1em;
    text-transform: none;
    margin: 0px;
    font-weight: lighter;
}


.product-spot .product-info {
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: relative
}

.product-spot.rounded .product-info {
    background-color: inherit
}

.product-spot .product-info>div:first-child {
    padding: 20px 20px 10px 20px;
    max-height: 22px
}

.product-spot .product-info>div:first-child>span {
    font-size: 18px;
    margin-right: 12px;
    position: relative;
}

.product-spot .product-info .currency{
    font-size: 14px;
    text-transform: uppercase
}

.product-spot .product-info>div:first-child>span.line-through:before {
    position: absolute;
    content: "";
    background-color: #999;
    left: -5px;
    right: -5px;
    top: 50%;
    height: 1px
}

.product-spot .product-info>div:first-child>span.line-through {
    color: #999
}

.product-spot p {
    font-size: 13px;
    line-height: 1.2em;
    margin: 0 20px 0 20px
}



.gallery-spot {
    padding-bottom: 0!important
}

.gallery-spot img {
    width: 100%;
    height: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.gallery-spot .gallery-spot-image {
    overflow: hidden;
}

.gallery-spot .gallery-spot-image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.gallery-spot-image1 {
    width: 20%;
    height: 100%;
    float: left
}

.gallery-spot-image2 {
    width: 20%;
    height: 50%;
    float: left
}

.gallery-spot-image3 {
    width: 40%;
    height: 50%;
    float: left
}

.gallery-spot-image4 {
    width: 20%;
    height: 50%;
    float: left
}

.gallery-spot-image5 {
    width: 20%;
    height: 50%;
    float: left
}

.gallery-spot-image6 {
    width: 20%;
    height: 50%;
    float: left
}

.gallery-spot-image7 {
    width: 40%;
    height: 50%;
    float: left
}


.tech-spec{
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tech-spec .title {padding:20px 10%;}
.tech-spec .title p {font-weight:bold}
.tech-spec .in {max-width:900px; margin:0 auto}
.tech-spec.spec-1{ color:#fff; background-image:url(/images/tech_background_1.jpg) }
.tech-spec.spec-2{ color:#aaa; background-image:url(/images/tech_background_2.jpg) }
.tech-spec.spec-3{ background-image:url(/images/tech_background_3.jpg) }
.tech-spec.spec-3 .iconfont{ background-color: rgba(0,0,0,.1) !important }
.tech-spec table{
    display: block;
    margin-bottom: 30px;
    /*margin: 0 auto 30px auto;*/
    padding: 0
}
.tech-spec table td {
    padding: 10px 10px;
    line-height: 1.75em;
    font-size: .8em;
    vertical-align: top
}
.tech-spec table td ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tech-spec table td.what {
    font-size: 16px;
    font-weight: 200;
    padding-left: 30px;
    text-align: right
}
.tech-spec table td.what .iconfont{
    display:block;
    font-size:20px;
    text-align:center;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:100%;
    border:1px solid;
    background-color: rgba(255,255,255,.05)
}
.tech-spec h4{ margin:0; font-size: 1.3em; font-weight:bold }

.technology table {
    display: block;
    margin: 0 auto 30px auto;
    padding: 0
}

.technology table td {
    padding: 20px 30px;
    line-height: 1.75em;
    vertical-align: middle
}

.technology table td span {
    color: #666;
    display: block;
    margin-bottom: 5px
}

.technology table td ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.technology table td.what {
    font-size: 16px;
    color: #a3a2a2;
    font-weight: 200;
    padding-left: 30px;
    text-align: right
}

.technology table .image {
    text-align: center
}

.technology table .image td {
    vertical-align: bottom;
    padding: 0
}

.technology table .title {
    color: #696969;
    font-size: 18px;
    padding: 20px;
    text-align: center
}

.technology table .title td {
    padding: 0 0 10px 0
}

.technology table .first,.technology table .second {
    border: 1px solid #eee;
    width: 40%;
    color: #808080;
    font-size: 15px
}

.technology table td.second {
    /*border-right: none*/
}

.technology table td.last {
    /*border-bottom: none*/
}




.column-center {
    width: 100%;
    text-align: center;
    padding:40px 0;
    color: #666;
    position: relative;
    overflow: hidden;
}
.column-center .radar-content { width:999px; height:999px; position:relative; top:0px; margin:-10% auto 0 auto; opacity:.3; -webkit-transform:scaleY(.6); transform:scaleY(.6) }
.column-center .radar-content .pie1{
    width: 100%;
    height: 100%;
    border-radius:100%;
    background: linear-gradient(0deg, #E06BED 0%, #695FFF 50%, #6ED3FF 100%);
    position: absolute;
    top:-20%;
}
.column-center .radar-content .pie1:before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius:100%;
    background: -webkit-radial-gradient( 50% 0%, 8% 50%, hsla(0,0%,100%,1) 0%, hsla(0,0%,100%,.1) 100%);
}
.column-center .radar-content .spin{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359.999deg);
    transform: rotate(359.999deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359.999deg);
    transform: rotate(359.999deg);
  }
}

.column-center .estate-carousel-label{ position:absolute }
.column-center.gray{
    background-color: #F2F0F2;
}
.column-center .in {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.column-center .le {
    text-align: left;
    padding: 4% 10%;
    
}
.column-center .in p {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.column-center .le p {
    
}
.column-center h2 {
    font-size: 44px;
    line-height: 1.08;
    font-weight: lighter;
    margin: 0px;
}
.column-center h3 {
    font-size: 22px;
    line-height: 1.08;
    font-weight: lighter;
    margin: 0px;
}
.column-center p {
    line-height: 1.44;
    font-size: 1.1em;
}



div.counter {
    padding: 80px 0;
    background: #444 url(/images/jd_bg.jpg) center bottom fixed;
    background-size: cover;
    color: #fff;
    font-size: 2vw;
    text-align: center;
    font-weight: lighter;
}
div.counter div {
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
}
div.counter span.count {
    font-size: 8vw;
    letter-spacing: -4px;
    line-height: 1.2em;
    display: block;
}
div.counter h3 {
    margin: 0px
}

h2.title{ margin:0px; padding:80px 0px 40px 0px; color: #666; font-weight: lighter} 

.company-info{
    width:600px;
    line-height:200%;
    padding:40px 0;
}
.leadership {
    width: 500px;
    margin: 0 auto;
}
.leadership .felix-image{
    width: 160px;
    height: 160px;
    background: url(/images/felix.png) no-repeat center top;
    background-size: cover;
    border-radius: 100%;
    margin: 20px;
}

.footer{
    padding: 20px 0px;
}
.footer .row-ft{ width:60%; margin:0 auto}
.footer dl{float:left; width:25%;  line-height:1.5em}
.footer dt{font-weight:bold}
.footer dd{margin:0px}
.footer p{color:#999;text-align:center}

