    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
    padding-bottom: 0px;
    color: #5a5a5a;
    font-family: "微软雅黑", "宋体";
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }



    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }
	.carousel .carousel-right .eagleimg {
    height: 382px;
	width:220px;
    display: block;
    position: absolute;
    right: 50px;
    top: 125px;
    min-width: 0%;
    background-image: url(../img/eagle_3d.png);
  	}
    .carousel .item {
    height: 500px;
    }

	.carousel img {
    position: absolute;
    height: 500px;
    max-width: 100%;
    min-width: 100%;
    }

    .carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-top: 200px;
    margin-left: 40px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
    margin-top: 25px;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }
.carousel-caption .lead {
    margin-bottom: 0;
    font-size: 2.2em;
}
#myCarouse2{
    margin-top: 60px;
    /* [disabled]background-image: url(../img/index_compatibility_bg.jpg); */
    background-repeat: no-repeat;
    background-size: auto 146%;
    background-position: 31% 10%;
    margin-bottom: 50px;
    background-color: #f6f7f2;
}
#myCarouse2 .item  {
    height: 450px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* [disabled]background-color: #F2F2F2; */
}
#myCarouse2 .carousel-inner img {
    min-width: 0px;
    min-height: 0px;
    height: 400px;
    position: relative;
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]background-position: center center; */
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
}

.footer{
    background: #33495E;
    padding: 2em 0px;
    position: relative;
    margin-top: 60px;
}
.footer-main a img{
    position: relative;
}
.footer-main{
	text-align:center;
}
.footer-main .icon {
    position: absolute;
    top: -20%;
    left: 0px;
    width: 100%;
}
.footer-main p{
	color:#fff;
	font-size:20px;
	font-weight:400;
}
.footer-main p a{
	color:#00C6FF;
}
.footer-main p a:hover{
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-main h3{
    font-size: 1.5em;
    color: #fff;
    /* [disabled]font-family: 'Play', sans-serif; */
    margin: 0px;
}
.footer-main ul{
    padding: 0px;
    margin: 3em 0px;
    display: none;
}
.footer-main ul li{
	list-style:none;
	display:inline-block;
	margin:0px 10px;
}
.footer-main ul li a span{
    /* [disabled]background: url(img/footer-sprit.png) no-repeat; */
    width: 78px;
    height: 78px;
    display: block;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.footer-main ul li a span:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-main ul li a span.f-f{
	background-position:0px 0px;
}
.footer-main ul li a span.f-t{
	background-position:-78px 0px;
}
.footer-main ul li a span.f-g{
	background-position:-156px 0px;
}
.footer-main ul li a span.f-in{
	background-position:-234px 0px;
}
.footer-main ul li a span.f-c{
	background-position:-312px 0px;
}		
.span6 ul li em {
    float: right;
    margin-bottom: 0px;
}
a {
    color: #666;
}
.span6 ul li {
    font-size: 16px;
    line-height: 35px;
}
.row .span6 {
    margin-bottom: -10px;
}
.span6 ul {
    list-style-type: circle;
    margin-right: 22px;
    margin-left: 22px;
}
.row h2 , h3{
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}
.row p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-left: 0px;
}
.row .features {
    margin-left: 15%;
    margin-right: 15%;
}
		
.download{
    background-repeat: no-repeat;
    background-image: url(../img/buy_adv.jpg);
    background-size: 120% 100%;
    min-height: 500px;
    margin-top: 100px;
    background-position: center 0%;
    margin-bottom: 20px;
}
.download-top{
	text-align:center;
	margin-top: 7em;
}
.download-top h3{
    color: #fff;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0px;
    /* [disabled]font-family: 'Play', sans-serif; */
}
.download-top p.lorem{
    color: #CCCACA;
    font-size: 19px;
    font-weight: 100;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 40%;
    margin-top: 40px;
}
.download-top ul li{
	display:inline-block;
	list-style:none;
	width: 23%;
	border: 2px solid #fff;
	border-radius:0.3em; 
    	-webkit-border-radius:0.3em;
    	-moz-border-radius:0.3em;
    	-o-border-radius:0.3em; 
    	margin: 0px 2.5em;
    	padding: 6px 0px;
}
.download-top ul{
	padding:0px;
	margin-top: 5em;
}
.download-top ul li a{
	text-decoration:none;
}
.download-top ul li a span{
	background:url(../images/download-sprit.png) no-repeat;
	width:40px;
	height:46px;
	display:inline-block;
	float: left;
	margin-left: 10px;
}
.download-top ul li a span.ph{
	background-position:0px 0px;
}
.download-top ul li a span.d{
	background-position:-40px 0px;
}
.download-top ul li a span.b{
	background-position:-80px 0px;
}		

/*--getin-starts-here--*/
.getin-top{
	text-align:center;
}
.getin-top h3{
    /* [disabled]font-family: 'Play', sans-serif; */
    color: #444646;
    font-size: 1.7em;
    font-weight: 600;
    margin: 0px;
}
.getin-top p{
    color: #444646;
    font-size: 18px;
    font-weight: 100;
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
}
.getin-left ul li {
	list-style: none;
	display: block;
}
.getin-left ul {
	padding: 0px;
}
.getin-left ul li span{
    background: url(../img/getin-sprit.png) no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1em;
}
.getin-left ul li span.get-ph{
	background-position:0px 0px;
}
.getin-left ul li span.get-cl{
	background-position:-20px 0px;
}
.getin-left ul li span.get-msg{
	background-position:-40px 0px;
}
.getin-left ul li span.get-dp{
	background-position:-60px 0px;
}
.getin-left ul li span.get-qq{
    background-position: -80px 0px;
}
.getin-left ul li p a:hover{
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color:#00C6FF;
}
.getin-left ul li p a {
    color: #000000;
}
.getin-left ul li p {
	color: #444646;
	font-size: 1.2em;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	width: 85%;
	margin:10px 0px 0px 15px;
}
.getin-right input[type="text"]{
	padding: 1em 15px;
	width: 60%;
	font-size: 18px;
	margin: 8px 0px;
	border: 2px solid #E5E5E5;
	color: #B7B7B7;
	background: none;
	background: #F6F4F5;
	-webkit-appearance: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.getin-right textarea {
	height: 8.5em;
	padding:15px 0px 0px 15px;
	resize: none;
	width: 83%;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-appearance: none;
	margin: 8px 0px;
	border: 2px solid #E5E5E5;
	color: #B7B7B7;
	background: none;
	background: #F6F4F5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	outline:none;
}
.getin-right input[type="submit"] {
    margin-top: 0.8em;
    color: #fff;
    font-size: 1.5em;
    padding: 0.7em 0.5em;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "微软雅黑", "宋体";
    background: #00C6FF;
    width: 30%;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
}
.getin-right input[type="submit"]:hover{
	background: #444646;
}
.getin-right h4,.getin-left h4{
	color: #00C6FF;
	font-size: 1.3em;
	font-weight: 600;
}
.getin-bottom {
    margin-top: 2em;
}
.getin {
	padding: 3em 0px;
}
.row .span4 h3 , h4{
    color: #00C6FF;
}
.guarantee {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.features {
    margin-left: 10%;
    margin-right: 10%;

}
.price {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #00C6FF;
    margin-top: 50px;
    margin-bottom: -30px;

}



/*--getin-ends-here--*/


    /* RESPONSIVE CSS
    -------------------------------------------------- */
@media (max-width:1200px){
#myCarouse2 .carousel-inner img {
    min-width: 0px;
    min-height: 0px;
    height: 350px;
    position: relative;
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]background-position: center center; */
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
}


#myCarouse2 .item {
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* [disabled]background-color: #F2F2F2; */
}
}
    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        width: auto;
        height: 500px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
.carousel .carousel-right .eagleimg {
    height: 382px;
    max-height: 382px;
	background-image: url();
    display: none;
    position: absolute;
    right: -20px;
    top: 125px;
    min-width: 0%;
  	}
.carousel-caption .lead {
    margin-bottom: 0;
    font-size: 2em;
}
#myCarouse2 .carousel-inner img {
    min-width: 0px;
    min-height: 0px;
    height: 270px;
    position: relative;
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]background-position: center center; */
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
}
#myCarouse2 .item {
    height: 320px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* [disabled]background-color: #F2F2F2; */
}
.span6 ul {
    list-style-type: circle;
    margin-right: -12px;
    margin-left: 12px;
}
.download-top p.lorem {
    color: #CCCACA;
    font-size: 19px;
    font-weight: 100;
    margin: 0 auto;
    width: 50%;
}
.getin-top p {
    color: #444646;
    font-size: 18px;
    font-weight: 100;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}
.getin-bottom {
    text-align: center;
}
.getin-left ul {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

}





    }


    @media (max-width: 767px) {

      .navbar-inner {
    margin-top: -20px;
    /* [disabled]margin-right: -20px; */
    /* [disabled]margin-left: -20px; */
    margin-bottom: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {
    width: auto;

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
    width: 90%;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0;
    margin-top: 95px;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
.carousel .carousel-right .eagleimg {
    height: 382px;
    max-height: 382px;
	background-image: url(); 
    position: absolute;
	display: none;
    right: 50px;
    top: 125px;
    min-width: 0%;
  	}
#myCarouse2 .carousel-inner img {
    min-width: 0px;
    min-height: 0px;
    height: 200px;
    position: relative;
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]background-position: center center; */
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
}
#myCarouse2 .item {
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* [disabled]background-color: #F2F2F2; */
}
.span6 ul {
    list-style-type: circle;
    margin-right: 30px;
    margin-left: 30px;
}

.download {
    margin-left: -20px;
    margin-right: -20px;
}
.footer {
    margin-left: -20px;
    margin-right: -20px;
}
.download-top p.lorem {
    color: #CCCACA;
    font-size: 19px;
    font-weight: 100;
    margin: 0 auto;
    width: 60%;
}
.getin-top p {
    color: #444646;
    font-size: 18px;
    font-weight: 100;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}

	}
    

    .upgrade {
    margin-left: auto;
    margin-right: 28px;
    /* [disabled]display: block; */
    margin-bottom: 7px;
}
    .border {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    margin-top: -14px;
}
.more {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}
