@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1100px; 
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  overflow-x: hidden;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ul li { list-style-type: none; }
img { border: none; }
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}
.all-icons { 
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat 0 0;
}

/* banner */
.banner { 
  height: 632px;
  text-align: center;
  background: url(../images/bg.jpg) top center no-repeat;
}
.banner .logo { 
  display: block; 
  position: absolute;
  top: 42px;
  left: 0px;
  width: 56px; 
  height: 18px; 
  text-indent: -9999px; 
  background: url(../images/logo.png) no-repeat;
}
.banner .title {
  position: relative;
  margin: 0 auto;
  width: 860px;
}
.banner .title .left {
  margin-top: 20px;
  width: 180px;
}
.banner .title .right {
  margin-top: 64px;
  width: 650px;
  text-align: left;
  font-style: italic;
  text-transform: uppercase;
}
.banner .title .only {
  display: block;
  width: 138px;
  height: 21px;
  text-indent: -9999px;
  background: url(../images/only-tag.png) no-repeat;
}
.banner .title h1 {
  color: #fff;
  font-size: 44px;
  line-height: 60px;
}
.banner .title h5 {
  padding-left: 112px;
  margin-top: 4px;
  color: #fcd418;
  font-size: 14px;
}
.discount {
  position: absolute;
  top: 10px;
  right: -34px;
  width: 171px;
  height: 73px;
  text-indent: -9999px;
}
.discount.soldout { background: url(../images/discount-sold.png) no-repeat; }
.discount.eight { background: url(../images/discount-8.png) no-repeat; }
.discount.seven,
.discount.soldout.eight { background: url(../images/discount-7.png) no-repeat; }
.discount.soldout.seven,.discount { background: url(../images/discount.png) no-repeat; }
.floatlayer .discount {
  top: 24px;
  right: 44px;
  z-index: 1;
  width: 95px;
  height: 48px;
  background-size: 95px;
}
.floatlayer .discount.soldout.eight,
.floatlayer .discount.soldout.seven { background-size: 95px; }

.banner .chart {
  position: relative;
  margin: 18px 0 30px;
  height: 249px;
  background: url(../images/chart-bg.png) top center no-repeat;
}
.banner .chartbox {
  position: absolute;
  width: 101px;
  height: 61px;
  background: url(../images/chart01.png) no-repeat;
  background-size: 101px;
}
.banner .chartbox.big {
  width: 121px;
  height: 70px;
  background-size: 121px;
}
.banner .chartbox.center {
  width: 144px;
  height: 114px;
  background: url(../images/chart02.png) no-repeat;
  background-size: 144px;
}
.banner .chartbox span {
  display: block;
  padding-top: 2px;
  color: #fff;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
.banner .chartbox.big span { padding-top: 8px; }
.banner .chartbox.center span {
  padding-top: 6px;
  color: #000;
  text-transform: uppercase;
}
.banner .chartbox b { display: block; }
.banner .chartbox.big b { font-size: 14px; }
.banner .chartbox.center b {
  margin-top: 22px;
  color: #fffc11;
  font-size: 20px;
}
.banner .chartbox.center big { font-size: 36px; }
.banner .chartbox.one {
  top: 12px;
  left: 100px;
}
.banner .chartbox.two {
  top: 42px;
  left: 244px;
}
.banner .chartbox.three {
  top: 32px;
  left: 464px;
}
.banner .chartbox.four {
  top: 42px;
  right: 268px;
}
.banner .chartbox.five {
  top: -8px;
  right: 50px;
}
.banner .numbox { margin: 0 24px 0 208px; }
.numbox { position: relative; }
.flipNum {
  margin-bottom: 8px;
  height: 44px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #555;
}
.floatlayer .flipNum { margin-top: 12px; }
.floatlayer .flipNum,
.floatlayer .flipNum .listbox { border-color: #c8c8c8; }
.flipNum .listbox {
  float: left;
  width: 75px;
  height: 46px;
  text-align: center;
  border-right: 1px solid #555;
}
.floatlayer .flipNum .listbox{ width: 60px;}
.flipNum .listbox.last {
  border: 0px;
  border: none;
}
.flipNum .list { 
  display: block;
  float: left; 
  width: inherit;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
}
.floatlayer .flipNum .list { color: #313131; }
.numbox.soldout .flipNum .list { color: #858284; }
.flipNum .list b { display: block; }
.change {
  color: #dfdfdf;
  font-weight: 600;
}
.floatlayer .change {
  position: absolute;
  bottom: -16px;
  left: -35px;
  width: 315px;
  color: #313131;
  font-size: 12px;
}
.change b {
  display: inline-block;
  width: 24px;
  text-align: center;
}
.floatlayer .change b.userNum {
  width: 30px; 
  text-align: right;
}
.btnbox { position: relative; }
.btnbox:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -90px;
  width: 72px;
  height: 72px;
  background: url(../images/moneyback-black.png) no-repeat;
}
.btnbox p {
  margin-top: 6px;
  color: #858284;
  font-size: 12px;
  font-weight: 600;
}
.floatlayer .price { 
  margin-top: 22px;
  margin-left: 68px;
  text-align: center; 
}
.feature .price {
  margin-top: 10px;
  text-align: center;
  opacity: 0; 
  filter: alpha(opacity=100); 
}
.price p {
  color: #b7b5b6;
  font-size: 12px;
}
.price strong {
  color: #d81e0c;
  font-size: 20px;
}
.feature .price strong { font-size: 18px; }
.feature .price strong big { font-size: 50px; }
.price del {
  display: inline-block;
  padding-left: 6px;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 700;
}
.feature .price del { font-size: 18px; }
.banner .price .change {
  color: #d1d1d1;
  font-size: 12px;
}

/* buybtn */
.buybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 308px;
  height: 64px;
  color: #fff;
  line-height: 64px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid #ff0000;
  background-color: #b40000;
  box-shadow: 0px 15px 33.25px 1.75px rgba(13, 4, 8, 0.4);
  background-image: -webkit-linear-gradient(rgb(255,63,25) 0%, rgb(180,0,0) 100%);
  background-image:         linear-gradient(rgb(255,63,25) 0%, rgb(180,0,0) 100%);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.floatlayer .buybtn {
  margin-top: 20px;
  margin-right: 84px;
  width: 308px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  box-shadow: none;
}
.feature .buybtn { margin: -6px auto 14px; }
.buybtn small { font-size: 16px; }
.buybtn:hover {
  background-color: #ff3f19;
  background-image: -webkit-linear-gradient(rgb(180,0,0) 0%, rgb(255,63,25) 100%);
  background-image:         linear-gradient(rgb(180,0,0) 0%, rgb(255,63,25) 100%);
}

/* intro */
.intro {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 884px;
  background: #fff;
}
.intro .intro-bg {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  margin: auto;
  width: 100%;
  height: 784px;
  background: url(../images/intro-bg.jpg) center center no-repeat;
}
.intro .intro-bg.on { 
  position: fixed;
  bottom: 0px; 
}
.intro h2 {
  position: relative;
  z-index: 9;
  padding: 120px 0 90px;
  width: 100%;
  color: #010101;
  font-size: 38px;
  text-align: center;
}
.intro .intro-box {
  position: relative;
  z-index: 9;
  height: 420px;
  color: #010101;
}
.intro .gray {
  position: absolute;
  top: 16px;
  left: 82px;
  z-index: -1;
  width: 468px;
  height: 301px;
  display: none;
  background: url(../images/gray-bg.png) no-repeat;
}
.intro .gray.on {
  z-index: 0;
  display: block;
}
.intro .intro-img {
  position: relative;
  float: left;
  width: 670px;
  height: inherit;
}
.intro .intro-list { 
  position: absolute; 
  opacity: 0; 
  filter: alpha(opacity=100); 
}
.intro .intro-list.one { left: 0; }
.intro .loading {
  position: absolute;
  top: 95px;
  left: 244px;
  width: 181px;
  height: 181px;
  text-indent: -9999px;
  background: url(../images/loading.png) no-repeat;
}
.intro .scanbox {
  position: absolute;
  top: 16px;
  left: 82px;
  width: 468px;
  height: 301px;
  opacity: 0; 
  filter: alpha(opacity=0); 
  background: url(../images/screen02.png) no-repeat;
}
.intro .scan { 
  position: absolute; 
  top: -85px;
  bottom: 0;
  left: 0px; 
  right: 0px;
  margin: auto;
  transform: translateX(45px);
  z-index: 1;
  width: 151px; 
  height: 151px; 
  /* background: url(../images/scan.png) no-repeat;  */
}
.intro .scan h6{ font-size: 22px; font-weight: 100; text-align: center; line-height: 151px; color: #787a89;}
.intro .circleprogress-content { 
  position: relative;
  margin-left: 134px; 
  margin-top: 124px; 
  width: 200px; 
  height: 200px; 
}
.intro .circle { 
  position: absolute; 
  top: 0; 
  width: 100px; 
  height: 200px; 
  overflow: hidden;
}
.intro .circle.left { left: 0px;}
.intro .circle.right { right: 0;}
.intro .circleprogress { 
  position: absolute; 
  top: 0; 
  width: 188px; 
  height: 188px; 
  border-radius: 50%; 
  border: 6px solid transparent; 
}
.intro .rightcircle { 
  right: 3px;
  border-top: 6px solid #140d4e; 
  border-right: 6px solid #140d4e; 
}
.intro .leftcircle { 
  left: 0;
  border-bottom: 6px solid #140d4e; 
  border-left: 6px solid #140d4e; 
}
.intro .percent { 
  position: absolute;
  top: 16px;
  left: 90px;
  width: 459px;
  height: 296px;
  opacity: 0;
  background: url(../images/screen03.png) no-repeat;
}
.intro .change-num { 
  display: block;
  position: absolute; 
  top: 98px;
  left: 234px;
  z-index: 11;
  width: 100px;    
  color: #e5eaff;
  font-size: 40px; 
  text-align: center;
}
.intro .completed { 
  position: absolute; 
  top: 188px;
  left: 190px;
  width: 183px; 
  height: 120px; 
  opacity: 0; 
  filter: alpha(opacity=0); 
  background: url(../images/completed.png) no-repeat;
}
.intro .circletwo { 
  position: absolute; 
  top: 72px;
  right: 114px;
  width: 55px; 
  height: 115px;
}
.intro .circletwo .top-circle,
.intro .circletwo .bottom-circle {
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 1;
  width: 55px; 
  height: 115px;
  background: url(../images/circle-border.png) no-repeat;
}
.intro .circletwo .bottom-circle { 
  z-index: 9;
  width: 56px; 
  height: 0px;
  background: url(../images/circle.png) no-repeat;
}
.intro .rocket {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 189px;
  height: 169px;
  opacity: 0; 
  filter:alpha(opacity=0); 
  background: url(../images/rocket.png) no-repeat;
}
.intro .safebox {
  position: absolute;
  top: 16px;
  left: 90px;
  width: 459px;
  height: 296px;
  opacity: 0; 
  filter:alpha(opacity=100); 
  background: url(../images/screen03.png) no-repeat;
}
.intro .privacy { 
  position: absolute; 
  top: -40px;
  left: 280px;
  width: 246px; 
  height: 364px;
  opacity: 0;
  filter:alpha(opacity=100);  
  background: url(../images/privacymid.png) no-repeat;
}
.intro .shield {
  position: absolute;
  bottom: 74px;
  left: 72px;
  display: block;
  color: #98a3d9;
  font-size: 14px;
  font-weight: 600;
}
.intro .privacy span.icon {
  display: block; 
  width: 57px; 
  height: 57px;
  margin-top: 24px; 
  margin-left: 90px; 
  background: url(../images/privacy-icon.png) no-repeat;
}
.intro .privacy span.icon.on { background-position: 0 -57px; }
.intro .check { 
  position: absolute; 
  bottom: 128px;
  left: 188px;
  width: 10px; 
  height: 14px; 
  border-radius: 25px; 
  background: #383e5a; 
}
.intro .check:after { 
  content: "";
  position: absolute; 
  top: 2px;
  right: 2px; 
  width: 10px; 
  height: 10px; 
  border-radius: 50%;
  background: #cadefd; 
}
.intro .privacy .text { 
  position: absolute; 
  bottom: 12px;
  left: 76px; 
  color: #3169df;
  font-size: 12px; 
  opacity: 0; 
  filter:alpha(opacity=100); 
}
.intro .privacy-right { 
  position: absolute; 
  bottom: -72px; 
  right: -78px;
  width: 362px; 
  height: 235px;  
  opacity: 0; 
  filter:alpha(opacity=100);
}
.intro .shield-img {
  position: absolute;
  bottom: -95px;
  left: -50px;
  width: 152px;
  height: 211px;
  opacity: 0; 
  filter:alpha(opacity=100); 
  background: url(../images/shield.png) no-repeat;
}
.intro .intro-txt {
  position: relative;
  float: right;
  width: 420px; 
}
.intro h3 {
  margin-bottom: 8px;
  color: #e82323;
  font-size: 30px;
}
.intro .intro-txt p {
  font-size: 18px;
  line-height: 32px;
}
.intro .intro-txt dl {
  position: relative;
  margin-bottom: 26px;
  padding-left: 30px;
  line-height: 28px;
}
.intro .intro-txt .slow {
  position: absolute;
  top: 125px;
  right: 0px;
  width: inherit;
  opacity: 0; 
  filter: alpha(opacity=0);
}
.intro .intro-txt .slow span,
.intro .intro-txt .slow .line {
  position: relative;
  display: inline-block;
}
.intro .intro-txt .slow .line {
  position: absolute;
  top: 18px;
  left: -3px;
  width: inherit;
  height: 4px;
  background-color: #e82323;
}
.intro .intro-txt .slow p .line {
  top: 16px;
  left: 0px;
  height: 2px;
  background-color: #010101;
}
.intro .intro-txt .fast {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0; 
  filter:alpha(opacity=100); 
}
.intro .intro-txt .fast-list {
  position: relative;
  margin-top: 66px;
  opacity: 0; 
  filter:alpha(opacity=100); 
}
.intro .intro-txt .fast .one,
.intro .intro-txt .fast .two {
  position: absolute;
  top: 0px;
}
.intro .intro-txt .fast .two {
  opacity: 0; 
  filter:alpha(opacity=0);
}
.intro .line,
.intro .line .red {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 4px;
  height: 180px;
  border-radius: 2px;
  background-color: #d4d4d4;
}
.intro .line .red {
  height: 90px;
  top: 0px;
  background-color: #e00a00;
}

.intro.exchange h2 {
  position: fixed;
  top: 0px;
  z-index: 9;
  background: #fff;
}
.intro.exchange .intro-list {
  position: fixed;
  top: 270px;
  left: 0;
  right: 0;
  z-index: 998;
  margin: auto;
  width: 1100px;
}
.intro.exchange .intro-txt { 
  position: fixed;
  top: 270px;
  right: 0px;
  left: 0px;
  z-index: 997;
  margin: auto;
  padding-left: 680px;
  width: 420px;
  height: 120px;
}
.intro.exchange .intro-txt .fast { width: 420px; }
.intro .fast-list .one {
  opacity: 1;
  filter:alpha(opacity=100);
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  -webkit-transition: all ease .2s;
          transition: all ease .2s;
}
.intro .fast-list .two {
  opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all ease .2s;
          transition: all ease .2s;
}
.intro .fast-list .one.on {
  opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}
.intro .fast-list .two.on {
  opacity: 1;
  filter:alpha(opacity=100);
 -webkit-transform: translate(0, 0px);
         transform: translate(0, 0px);
}

/* comparison */
.comparison table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.comparison h2 {
  margin: 48px 0 68px;
  color: #010101;
  font-size: 38px;
  text-align: center;
}
.comparison .itema,
.comparison .itemb { 
  width: 250px;
  font-size: 16px; 
  text-align: center;
  background-color: #f6f6f6;
}
.comparison .itemb {
  width: 280px;
  background-color: #f6f2f2;
}
.comparison td { 
  height: 48px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}
.comparison th.text { border-bottom: 1px solid #e1e1e1; }
.comparison td.virtue {
  padding: 0 10px;
  width: 560px;
}
.comparison th.itema,
.comparison th.itemb { 
  height: 70px;
  color: #fff;
  font-weight: 500;
  background-color: #555;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.comparison th.itemb { 
  font-size: 20px;
  background-color: #c60a01; 
}
.comparison th.itemb .pro {
  margin-top: -20px;
  padding-top: 12px;
  height: 78px;
  background-color: #c60a01;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.comparison th.itemb .pro big {
  display: block;
  font-size: 26px;
}
.comparison tfoot th.itema,
.comparison tfoot th.itemb { 
  height: 30px;
  background-color: #f6f6f6;
  border-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.comparison tfoot th.itemb { background-color: #f6f2f2; }
.comparison i.all-icons {
  width: 15px;
  height: 15px;
  background-position: 0 0px;
}
.comparison i.black { background-position: 0 -15px; }
.comparison i.red { background-position: 0 -30px; }

/* feature */
.feature {
  height: 678px;
  background: url(../images/feature-bg.jpg) top center no-repeat;
}
.feature.new {
  height: 380px;
  background-position: bottom center;
}
.feature.new .price {
  opacity: 1; 
  filter: alpha(opacity=100);
}
.feature h2 {
  padding: 84px 0;
  font-size: 38px;
  text-align: center;
}
.feature.new h2 {
  padding-bottom: 60px;
  font-size: 30px;
}
.feature .feature-box {
  position: relative;
  width: 100%;
  height: 250px;
}
.feature .feature-img {
  position: absolute;
  top: 0px;
  left: 28px;
  width: 400px;
  height: inherit;
  opacity: 0; 
  filter: alpha(opacity=0); 
}
.feature .light-box {
  position: absolute;
  top: 10px;
  left: 52px;
  width: 0px;
  height: 175px;
  opacity: 0; 
  filter: alpha(opacity=0); 
  background: url(../images/screen06.png) top center no-repeat;
}
.feature .light {
  display: block;
  position: absolute;
  top: -46px;
  right: -34px;
  width: 75px;
  height: 314px;
  background: url(../images/light.png) no-repeat;
}
.feature .feature-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: inherit;
  opacity: 0; 
  filter: alpha(opacity=0); 
}
.feature .feature-item {
  margin-top: 40px;
  float: left;
  width: 33.33%;
  text-align: center;
}
.feature .feature-item h5 {
  margin: 14px 0 8px;
  font-size: 14px;
}
.feature .feature-item h3 {
  color: #367af9;
  font-size: 20px;
}
.feature .feature-item sup {
  display: inline-block;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.feature .small-box {
  display: block;
  position: absolute;
  bottom: -22px;
  left: -32px;
  opacity: 0; 
  filter: alpha(opacity=0); 
}

/* review-wrap */
.review-wrap {
  min-height: 621px;
  background: url(../images/review-bg.jpg) top center no-repeat;
}
.review-wrap h2 {
  padding-top: 84px;
  margin-bottom: 54px;
  color: #010101;
  font-size: 32px;
  text-align: center;
}
.present dl {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
}
.present dl.center:before,
.present dl.center:after {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  width: 2px;
  height: 107px;
  border-radius: 4px;
  background-color: #dcdcdc;
}
.present dl.center:before { left: 38px; }
.present dl.center:after { right: -40px; }
.present dt,
.present dd {
  display: inline-block;
  padding-right: 16px;
  width: 42%;
  text-align: right;
  vertical-align: middle;
}
.present dd {
  width: 46%;
  color: #4a4a4a;
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}
.present h4 {
  color: #c60b02;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

/* review */
.review { 
  padding: 110px 0 0;
  position: relative;
}
.review h2 { position: relative; font-size: 36px; text-align: center; }
.review h2 span { position: relative; display: inline-block; z-index: 2;}
.review h2:after { position: absolute; content: ""; width: 65px; height: 57px; left: 16px; top: -20px; z-index: 1; background: url(../images/commit.png);}
.dg-container { 
  position: relative;
  width: 100%;
  z-index: 99;
}
.dg-wrapper .dg-transition { 
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; 
}
.dg-container .nav {
  position: relative;
  width: inherit;
}
.dg-container .nav span {
  position: absolute;
  top: 312px;
  width: 15px;
  height: 28px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/review-control.png") no-repeat;
}
.dg-container .nav .dg-prev {
  left: 60px;
  background-position: 0 0;
  z-index: 5;
}
.dg-container .nav .dg-prev:hover {
  background-position: 0 -28px;
}
.dg-container .nav .dg-next {
  right: 60px;
  background-position: -15px 0;
}
.dg-container .nav .dg-next:hover{
  background-position: -15px -28px;
}
.content { 
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%; 
  height: 225px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(83, 83, 83, 0.24);
}
.content:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 542px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;      
}
.content .reviews { display: none;}
.content .reviews h2 { 
  padding-top: 24px;
  margin-bottom: 8px;
  font-size: 22px; 
  color: #302d3d; 
  font-weight: 600;
}
.content .reviews dd {
  color: #545454; 
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.content .reviews dd p { 
  padding: 0 80px; 
  opacity: 0;
  transform: scale(.8);
  transition: opacity .6s, transform .8s;
}
.content .reviews.active dd p.on {
  opacity: 1;
  transform: scale(1);
}
.content .reviews cite {
  position: absolute;
  bottom: -58px;
  width: 100%;
  display: block; 
  color: #000;
  font-style: normal; 
  font-size: 20px; 
  font-weight: 500;
}
.review ul { position: relative; width: 683px; line-height: 240px; height: 240px; margin: 80px auto 0px; overflow: hidden; text-align: center}
.review ul li { position: absolute; height: 130px; display: inline-block; vertical-align: middle; opacity: 0.3; filter:alpha(opacity=0); transform: scale(0.7);
   -webkit-transition: all .5s;  
   transition: all .5s;
}
.review ul li.first { left: 0px;}
.review ul li.two { left: 91px;}
.review ul li.three { left: 182px;  }
.review ul li img { border-radius: 50%; }
.review ul li.active { left:283px; transform: scale(1); opacity: 1; filter:alpha(opacity=100); z-index: 10;}
.review ul li.active img{ width: 130px; height: 130px; border: solid #fff 6px; box-shadow: 0 40px 40px rgba(92, 95, 101, 0.3); }
.review ul li.four { left: 384px;  }
.review ul li.five { left: 475px;  }
.review ul li {left: 566px;}
.content .reviews.active{ display: block;}

/* awards */
.awards {
  padding: 52px 0 66px;
  color: #2e2e2e;
  text-align: center;
  background-color: #e4e4e4;
}
.awards h2 {
  font-size: 32px;
  font-weight: 600;
}
.awards p { 
  margin-bottom: 36px;
  line-height: 22px;
  font-weight: 600;
}

/* footer */
.footer { 
  padding: 70px 0 120px;
  color: #676767;
  font-size: 12px;
  line-height: 18px;
  background-color: #2a2a2a;
}
.footer .service dl {
  margin-bottom: 30px;
  width: 547px;
  height: 126px;
  color: #929292;
  background: #181818;
}
.footer .service h3 {
  margin: 23px 0 15px;
  font-size: 14px;
  font-weight: 400;
}
.footer .service dl.left dt {
  margin-top: 25px;
  float: left;
  width: 108px;
  text-align: center;
}
.footer .service dl.left dd {
  float: left;
  width: 432px;
}
.footer .service dl.right {
  padding: 0 30px;
  width: 487px;
}
.footer .copyright {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

/* floatlayer */
.floatlayer { 
  position: fixed; 
  right: 0px;
  left: 0px;
  bottom: -120px; 
  z-index: 999; 
  width: 100%;
  height: 90px;  
  text-align: center;
  visibility: hidden; 
  background: url(../images/float-bg.jpg) top center no-repeat;
  -webkit-transition: all 0.4s; 
          transition: all 0.4s;  
}
.floatlayer.on { 
  bottom: 0px; 
  visibility: visible; 
}
.floatlayer .imgbox {
  position: relative;
  width: 220px;
}
.floatlayer .imgbox img {
  position: relative;
  z-index: 9;
  display: block;
  margin-top: -28px;
  margin-left: -30px;
  width: 120px;
}