
/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

/*
@media print {

    html,
    body {
        overflow: visible !important;
        height: auto !important;
    }

    .fullpage-wrapper {
        height: auto !important;
        transform: none !important;
        transition: none !important;
    }

    .fp-section {
        height: auto !important;
    }

    .fp-slidesContainer {
        width: auto !important;
        transition: none !important;
        transform: none !important;
    }

    .fp-slides,
    .fp-slides * {
        position: static !important;
    }

    .fp-slide {
        width: auto !important;
    }
}
*/

@media print {
    html.fp-enabled,
    .fp-enabled body{
        overflow: visible !important;
        height: auto !important;
    }

    html {
        background: #fff;
        width: auto;
        height: auto;
        overflow: visible;
    }
    body {
        background: #fff;
        font-size: 20pt;
        width: auto;
        height: auto;
        border: 0;
        margin: 0 5%;
        padding: 0;
        overflow: visible;
        float: none !important;
    }

    #fp-nav,
    .fp-slidesNav,
    .fp-controlArrow{
        display: none !important;
    }
    /* Need to reduce the size of the fonts for printing */
    h1 { font-size: 28pt !important;  }
    h2 { font-size: 24pt !important; }
    h3 { font-size: 22pt !important; }
    h4 { font-size: 22pt !important; font-variant: small-caps; }
    h5 { font-size: 21pt !important; }
    h6 { font-size: 20pt !important; font-style: italic; }

    .fp-section,
    .fp-tableCell,
    .slimScrollDiv,
    .fp-scrollable{
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position:relative;
        float: none !important;
    }
    .fp-slidesContainer{
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

        -webkit-transition: none !important;
           -moz-transition: none !important;
            -ms-transition: none !important;
                transition: none !important;
    }

    .fp-slides,
    .fp-slidesContainer{
        height: auto !important;
        width: 100% !important;
        float: none !important;
        overflow: hidden !important;
    }
    .fp-slides{
        height: 800px !important;
        width: 800px !important;
    }
    .fp-slide{
        float: none !important;
        width: 100% !important;
        position: static !important;
    }
    .fullpage-wrapper{
         float: none !important;

        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

      -webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
            transition: none !important;

        position: static !important;
        width: auto !important;
        height: auto !important;

        left: 0 !important;
        top: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        zoom: 1 !important;

        overflow: visible !important;
        display: block !important;

        text-align: left !important;
    }
    .fp-section{
        page-break-after: always !important;
    }
    .fp-slide{
        page-break-after: always !important;
    }

}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* CSS Reset*/
html { font-family:"微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
body { margin: 0; font-size:1.4rem; color: #000; background-color: #fff; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
a { background: transparent; text-decoration: none; color: #000; }
a:active { outline: 0; }
b, strong { font-weight: bold; }
dfn { font-style:normal;}
img { border: 0; vertical-align: middle; }
* {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent; /* For some Androids */
        outline: none;
}
input,textarea,button { border: 0; margin: 0; padding: 0; font-family:"微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;}
textarea { resize: none;}
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; }

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */
/*Reset End*/
.blank0 {
	height: 0;
	clear: both;
	font-size: 0px;
	overflow: hidden;
}

.blank5 {
	height: 5px;
	clear: both;
	font-size: 0px;
	overflow: hidden;
}

.blank10 {
	height: 10px;
	clear: both;
	font-size: 0px;
	overflow: hidden;
}

.blank20 {
	height: 20px;
	clear: both;
	font-size: 0px;
	overflow: hidden;
}

.f10 {
	font-size: 10px!important;
}

.f12 {
	font-size: 12px!important;
}

.f14 {
	font-size: 14px!important;
}

.f16 {
	font-size: 16px!important;
}

.line120 {
	line-height: 120%;
}

.line100 {
	line-height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fb {
	font-weight: bold
}

.tc {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

* html .clearfix {
	height: 1%;
}

.sZoom {
	-webkit-animation: DivZoom 0.5s ease-in-out
}

@-webkit-keyframes DivZoom {
	0% {
		-webkit-transform: scale(0.01);
		opacity: 0.2
	}

	60% {
		-webkit-transform: scale(1.05);
		opacity: 0.5
	}

	80% {
		-webkit-transform: scale(0.95);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.00);
		opacity: 1
	}
}

.z {
	background: black;
	border: medium none;
	cursor: default;
	filter: Alpha(Opacity=60);
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0.6;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

.disinline{
	display:inline-block;
	*display:inline;
	*zoom:1;	
}

.hide{
	display:none !important;
}

.noindent{
	text-indent:0 !important;
}

.radius5{
	border-radius:.5em;
	box-shadow:1px 1px 5px rgba(0,0,0,.2);
}

.shadow{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#CCCCCC;
	filter:alpha(opacity=50);  
	 -moz-opacity:.5;  
	 -khtml-opacity:.5;  
	 opacity:.5;
	 z-index:999998;
}

.copyright{
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.copyright a{
	text-decoration:none;
	color:#EEE;
}
/**/
@charset "utf-8";
html, body, #body{
	overflow: hidden;
}

.section{
	overflow: hidden;
}

b{
	font-size:15px;
}

a{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#DDDDDD;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	border-radius:50%;
	background: rgba(0, 0, 0, 0.8) !important;
}

#idforie6png{
	display:none;
	display:block\9;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#FFFFFF;
	z-index:99999999;
}

.header{
	position:absolute;
	width:100%;
	height:85px;
	left:0;
	top:0;
	border-bottom:1px solid #AAAAAA\9;
	border-bottom:1px solid rgba(8, 8, 8,0.14);
	z-index: 99999;
}

.logo{
    position:absolute;
    left: 48px;
    top: 20px;
    z-index: 9999;
}
.logo .logo_icon{
    width: 185px;
    height: 55px;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png");
    cursor:pointer;
}

.logo .logo_icon img{
	width: 180px;
    height: 55px;
}

.lbwdlogowrap{
	position:absolute;
	left:15px;
	bottom:10px;
	z-index:1000;
}

.lbbwlogowrap{
	position:absolute;
	left:15px;
	bottom:10px;
	z-index:1000;
}

.menu{
    float:right;
    margin-right:15px;
}
.menu ul li{
    float: left;
   	height:85px;
    line-height:85px;
    padding: 0 10px;
}
.menu ul li a{
	display:inline;
	text-decoration:none;
	text-align:center;
	padding: 10px 0px;
	width:35px;
    color: #ffffff;
    font-size: 16px;
}

.menu ul li a:hover{
	border-bottom:2px solid #FFFFFF;
}

.menucuritem{
	border-bottom:2px solid #FFFFFF;
}

#container{
	position: relative;
}

.point{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    z-index: 99999;
}
.point div{
    font-size: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    background: url('/images/point_normal.png') no-repeat 0 0;
    _background: url('/images/point_ie6.png') no-repeat 0 0;
    cursor: pointer;
}
.point div.now{
    background: url('/images/point_normal.png') no-repeat 0 -10px;
    _background: url('/images/point_ie6.png') no-repeat 0 -10px;
}

.content{
	position:relative;
	width:900px;
	margin:0 auto;
}

.cnttitle{
	color:#FFF;
	line-height:40px;
	font-size:30px;
	letter-spacing:4px;
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
	margin-bottom:5px;
}

.btcontentl{
	width:560px;
	height:430px;
	padding-top:60px;
}

.cntdesc{
	color:#FFF;
	font-size:18px;
	line-height:40px;
	letter-spacing:4px;
	font-weight:400px;
	padding-top:4px;
}

.cntoperbtnwrap{
	margin-top:20px;
	color:#FFFFFF;
}

.btmainlh{
	height:350px;
}
.btcontentlbtn{
	display:inline-block;
	border:1px solid #356C82;
	border-radius:.2em;
	box-shadow:1px 1px 5px rgba(0,0,0,.2);
	padding:10px 10px;
	margin-right:13px;
	margin-top:15px;
	width:100px;
	font-size:14px;
	letter-spacing:4px;
	text-align:center;
}

.cntoperbtnwrap a{
	text-decoration:none;
}

.cntoperbtnwrap a:hover{
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #FFFFFF !important;
}

.btcontdemobtn, .btcontvideobtn, .btcontdownloadbtn, .btcontmorebtn{
	color:#FFFFFF;
	padding-left:23px;
	cursor:pointer;
}

.cntdetailwrap{
	font-size:14px;
}

.cntdetailwrap a:hover{
	text-decoration:underline;
}

.btcontdemobtn{
	background:url(/images/btn_icon_pc.png) no-repeat left center;
}

.btcontdownloadbtn{
	background:url(/images/btn_icon_phone.png) no-repeat left center;
}

.btcontvideobtn{
	background:url(/images/btn_video.png) no-repeat left center;
	background-image: -webkit-image-set(
    url(/images/btn_video.png) 1x,
    url(/images/2x/btn_video.png) 2x);
}

.btcontmorebtn{
	background-repeat:no-repeat;
	background-position:left center;
    background-image:url(/images/btn_detail.png);
    background-image: -webkit-image-set(
    url(/images/btn_detail.png) 1x,
    url(/images/2x/btn_detail.png) 2x);
}

.trianglewrap{
	position:relative;
	margin-top:20px;
	border-top:1px solid #FFFFFF;
}

.triangle{
	position:absolute;
	left:50px;
	top:-13px;
	display:block;
	height:20px;
	width:12px;
	background:url(/images/up.png) no-repeat center center;
}

.bttriangle{
	background-color:#2C5773;
}

.cntdetailwrap{
	position:relative;
	color:#FFFFFF;
}

.cntdetailcontwrap{
	padding-top:10px;
}

.cntdownload p{
	margin-top:15px;
}

.btandroiddw, .btiosdw{
	width:45%; 
	text-align:center;
	padding:10px;
}

.phonebg{
	background:url(/images/whitedolphin/iphone.png) no-repeat;
	background-position: 0 -10px;
	width:300px;
	height:530px;
	margin-top:10px;
}

.phoneapppicwrap{
	position:relative;
	width:208px;
	height:371px;
	border:1px solid #2C5773;
	*border:none;
    margin-top:62px;
    margin-left:41px;
    *margin-left:-10px;
}

.phoneapppicwrap img{
	display:block;
	width:208px;
	height:370px;
}

#idAppPicLogo{
	position:absolute;
	right:10px;
	bottom:10px;
}

.gotopwrap{
	display:none;
	position:absolute;
	text-align:center;
	right:10px;
	bottom:10px;
	cursor:pointer;
	z-index:1000;
}

.gotopwrapabg{
	display:block;
	width:38px;
	height:45px;
	background:url(/images/gotop_01.png) no-repeat;
}
.gotopwrapahoverbg{
	background:url(/images/gotop_02.png) no-repeat;
}

.godownwrap{
	position:absolute;
	text-align:center;
	padding:10px;
	left:50%;
	margin-left:-25px;
	bottom:10px;
	cursor:pointer;
	z-index:1000;
}

.ljcontentl{
	width:550px;
}

.ljcntdetailcontwrap{
	padding-top:10px;
	border-top:1px solid #FFFFFF;
}

.ljtriangle{
	background-color:#1C94C6;
}

.ljcontentlbtn{
	border:1px solid #61B5D7;
}

.bgimg{
    position: absolute;
    left: 0;
    top: 0;
}

.redlogopage{
	height:100%;
	background-color:#B3B3AE;
	background: -webkit-radial-gradient(#FFFFFF, #B3B3AE); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#FFFFFF, #B3B3AE); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#FFFFFF, #B3B3AE); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#FFFFFF, #B3B3AE); /* Standard syntax */
}

.redlogowrap{
	position:absolute;
	top:50%;
	margin-top:-90px;
	left:50%;
	margin-left:-285px;
}

/*==========WD-BW==========*/
.wdcontent{
	height:600px;
	padding-top:160px;
}

.wdcontentl{
	width:580px;
}

.wddownloadwrap{
	width:210px;
}

.wddownloadlist li{
	height:30px;
	line-height:30px;
}

.wddownloadlist li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	letter-spacing:4px;
}

.wddownloadlist li a:hover{
	color:#DDDDDD;
	text-decoration:underline;
}

.wdintrocontent{
	width:550px;
}

.wdcntleft{
	padding-left:20px;
}

.wdcntright{
	padding-right:20px;
}

.wdintrodesc p{
	line-height:30px;
	color:#FFFFFF;
	font-size:15px;
	text-align:justify;
	text-justify:distribute;
	text-indent:2em;
}

.wdintrowrap{
	padding:0;
	*padding-top:100px;
}
.secpicrorl{
	width:280px;
}

.wdintropicleft{
	float:left;
	padding-left:20px;
	text-align:center;
}

.wdintropicright{
	float:right;
	padding-right:20px;
	text-align:center;
}

.wdintropiccnt{
	position:relative;
	width:25%;
}

.wdproductbgwrap{
	/*margin-left:-50px;*/
}

.wdintrofeature{
	width:100%;
}

/*==========WD-BW==========*/
/**/
@charset "utf-8";
.fadeInLeft{
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name:fadeInLeft ;
     animation-name:fadeInLeft ;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
     animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
    }

    100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    }

}
@-moz-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -moz-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
    }
    100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    }

}
@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -moz-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
    }

    100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    }

}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name:fadeInRight ;
            animation-name:fadeInRight ;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }

}
@-moz-keyframes fadeInRight {
    0% {
    opacity: 0;
    -moz-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
    }
    100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }

}
@keyframes fadeInRight {
    0% {
    opacity: 0;
    -moz-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
    }
    100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }
}

.fadeInTop{
    -webkit-animation-name: fadeInTop;
    -moz-animation-name: fadeInTop;
    -o-animation-name: fadeInTop;
     animation-name: fadeInTop;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
     animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInTop {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    }

    100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }

}
@-moz-keyframes fadeInTop {
    0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    }
    100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }

}
@keyframes fadeInTop {
    0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    }

    100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }

}

.godownmove{
	animation:godownmove 1.5s infinite;
	-moz-animation:godownmove 1.5s infinite;
	-webkit-animation:godownmove 1.5s infinite;
	-o-animation:godownmove 1.5s infinite;
}

@keyframes godownmove
{
	0%{
		bottom:20px;
	}
	50%{
		bottom:10px;
	}
	100%{
		bottom:20px;
	}
}

@-moz-keyframes godownmove
{
	0%{
		bottom:20px;
	}
	50%{
		bottom:10px;
	}
	100%{
		bottom:20px;
	}
}

@-webkit-keyframes godownmove
{
	0%{
		bottom:20px;
	}
	50%{
		bottom:10px;
	}
	100%{
		bottom:20px;
	}
}

@-o-keyframes godownmove
{
	0%{
		bottom:20px;
	}
	50%{
		bottom:10px;
	}
	100%{
		bottom:20px;
	}
}

.gotopmove{
	animation:gotopmove 1s infinite;
	-moz-animation:gotopmove 1s infinite;
	-webkit-animation:gotopmove 1s infinite;
	-o-animation:gotopmove 1s infinite;
}

@keyframes gotopmove
{
	0%{
		background:url(/images/gotop_01.png) no-repeat;
	}
	50%{
		background:url(/images/gotop_02.png) no-repeat;
	}
	100%{
		background:url(/images/gotop_01.png) no-repeat;
	}
}

@-moz-keyframes gotopmove
{
	0%{
		background:url(/images/gotop_01.png) no-repeat;
	}
	50%{
		background:url(/images/gotop_02.png) no-repeat;
	}
	100%{
		background:url(/images/gotop_01.png) no-repeat;
	}
}

@-webkit-keyframes gotopmove
{
	0%{
		background:url(/images/gotop_01.png) no-repeat;
	}
	50%{
		background:url(/images/gotop_02.png) no-repeat;
	}
	100%{
		background:url(/images/gotop_01.png) no-repeat;
	}
}

@-o-keyframes gotopmove
{
	0%{
		background:url(/images/gotop_01.png) no-repeat;
	}
	50%{
		background:url(/images/gotop_02.png) no-repeat;
	}
	100%{
		background:url(/images/gotop_01.png) no-repeat;
	}
}

.wheelplay{
	animation:wheel 2.5s linear 0s infinite;
	-ms-animation:wheel 2.5s linear 0s infinite;
	-webkit-animation:wheel 2.5s linear 0s infinite;
    -moz-animation:wheel 2.5s linear 0s infinite;
    -o-animation:wheel 2.5s linear 0s infinite;
}

@keyframes wheel{
     from{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
@-webkit-keyframes wheel{
     from{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
@-ms-keyframes wheel{
     from{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
@-moz-keyframes wheel{
     from{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
@-o-keyframes wheel{
     from{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to{
        -webkit-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -o-transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform:translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
