/**
 * fullPage 1.4.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html,
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

.next {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    z-index: 999;
}

.next a {
    width: 100%;
    height: 100%;
    display: block;
    background: url('../image/down.png') no-repeat 0 0;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.section5 .next {
    transform: rotate(180deg);
}

#fullPage-nav {
    display: none;
}

#pageContainer {
    margin-top: 0;
}

#superContainer {
    height: 100%;
    position: relative;
}

.yw-header {
    display: none;
    position: relative;
}

.yw-header .container {
    width: 100%;
}
/* 动态产品开始 */
.navbar .nav {
    position: static;
}
.product-menu {
    display: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 108px;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid #D8D8D8;
    z-index: 9999;
}

.product-menu ul {
    list-style: none;
    float: right;
}

.product-menu li {
    float: left;
    line-height: 140px;
}

.product-menu li img {
    height: 90px;
}

.product-menu-open {
    height: 140px;
}

.product-menu-open ul {
    margin-right: 225px;
    animation: move1 1s ease;
    -webkit-animation: move1 1s ease;
    -moz-animation: move1 1s ease;
    -o-animation: move1 1s ease;
}

@keyframes move1 {
    0% {
        opacity: 0;
        margin-right: -300px;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
        margin-right: 225px;
    }
}

@-webkit-keyframes move1 {
    0% {
        opacity: 0;
        margin-right: -300px;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
        margin-right: 225px;
    }
}
/* 动态产品结束 */
.header {
    width: 100%;
    height: 50px;
    background: #93B91F;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header>.logo>a {
    margin-left: 10px;
    width: 94px;
    height: 50px;
    display: block;
    background: url('../image/m-logo.png') no-repeat center center;
    background-size: contain;
    -webkit-background-size: contain;
}

.nav-tabs {
    border: none;
}

.header .nav .dropdown-toggle {
    width: 50px;
    height: 50px;
    display: block;
    background: url('../image/m-more.png') no-repeat center center;
    background-size: 32px;
    -webkit-background-size: 32px;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav .dropdown-menu {
    z-index: 9999;
    width: 100%;
    height: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: #93B91F;
    position: fixed;
    top: 50px;
    left: 0;
    overflow: hidden;
    display: block;
    transition: height .2s ease-in;
    -webkit-transition: height .2s ease-in;
    -moz-transition: height .2s ease-in;
}

.nav .open .dropdown-menu {
    height: 236px;
}

.header .nav .dropdown-menu a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    /*border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);*/
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.header .nav .dropdown-menu li:last-of-type a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 0 0 5px 5px;*/
}

#pageContainer {
    padding-bottom: 60px;
}

#full-screen-slider {
    position: relative;
}

#full-screen-slider,
#slides,
#slides li {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 80%;
}



.new-banner{
    background-image: url('../image/new-banner.png');
}
@media (max-width:760px){
    #slides .new-banner{
        background-image: url('../image/new_banner7.jpg');
        background-position: 0 -10px;
    }
}


.new-pp_banner{
    background-image: url('../image/pp_bannner2.png');
}
@media (max-width:760px){
    #slides .new-pp_banner{
        background-image: url('../image/new_banner8.jpg');
        background-position: 0 -10px;
    }
}

.new-banner2{
    background-image: url('../image/new-banner2.png');
}
@media (max-width:760px){
    #slides .new-banner2{
        background-image: url('../image/new_banner9.jpg');
        background-position: 0 -10px;
    }
}

.new-banner4{
    background-image: url('../image/new_banner4.jpg');
}
@media (max-width:760px){
    #slides .new-banner4{
        background-image: url('../image/new_banner5.jpg');
        background-position: 0 -10px;
    }
}


.banner-618{
    background-image: url('../image/618_banner.png');
}
@media (max-width:760px){
    #slides .banner-618{
        background-image: url('../image/618_banner1.png');
        background-position: 0 -10px;
    }
}

.new-banner5{
    background-image: url('../image/new_banner5.jpg');
}
@media (max-width:760px){
    #slides .new-banner5{
        background-image: url('../image/new_banner6.jpg');
        background-position: 0 -10px;
    }
}


#slides li:nth-of-type(1) {
    background-color: #F3ECDC;
}

#slides li:nth-of-type(3) {
    background-color: #F6F8F7;
}

#slides li:nth-of-type(4) {
    background-color: #C9E3F0;
}

#slides {
    margin: 0;
    overflow: hidden;
}

.tableCell {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box {
    padding: 120px 0 0 20px;
}

#pagination {
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 9900;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    height: 20px;
    text-align: center;
}

#pagination li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border: #fff 1px solid;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: transparent;
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#pagination li.current {
    background: #fff;
}


/*第二屏*/

.section2 h2,
.section2 p {
    display: none;
}

.bg51,
.bg52,
.bg53,
.bg54 {
    width: 40%;
    float: left;
    margin-top: 10px;
}

.bg51,
.bg53 {
    margin-left: 6%;
    margin-right: 4%;
}

.bg52,
.bg54 {
    margin-left: 4%;
    margin-right: 6%;
}

.bg51,
.bg52 {
    margin-top: 70px;
}

.bg52 {
    padding-bottom: 10px;
}

.grid-item h4 {
    margin: 0;
}


/*第三屏*/

.section3 h2 {
    text-align: center;
    padding-top: 55px;
}

.section3 h2>img {
    height: 35px;
}

.section3 .list {
    width: 65%;
    margin: 0 auto;
}

.section3 .list li {
    color: #93B91F;
    font-size: 14px;
    line-height: 18px;
}

.section3 .list p {
    color: #888;
}

.iphone {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 360px;
    height: 360px;
    z-index: 70;
    margin-left: -267px;
}

.hand {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 200px;
    z-index: 90;
}

.slide-m {
    position: absolute;
    bottom: 74px;
    left: 50%;
    margin-left: -65px;
    z-index: 80;
}

.slide-m .box {
    position: relative;
    width: 130px;
    height: 204px;
    overflow: hidden;
    padding: 0;
}

.slide-m .box ul>li,
.slide-m .box ul>li>img {
    width: 130px;
    height: 236px;
}

.slide-m .box ol {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    margin: 0 0 0 -110px;
    padding: 0;
    text-align: center;
}

.slide-m .box ol li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    width: 6px;
    height: 6px;
    background: green;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    opacity: .4;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    -o-opacity: .4;
    filter: alpha(opacity=40);
}

.slide-m .box ol li.cur {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100);
}

.slide-m ul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-m ul li {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    list-style: none;
    float: left;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.slide-m ul li img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    height: 390px;
}


/*第四屏*/

.section4 {
    overflow: hidden;
}

.section4 h1 {
    padding-top: 50px;
    margin-bottom: 0;
}

.grid-photo h1>img {
    height: 25px;
}

.section4 .grid {
    width: 20%;
    float: left;
}


/*第五屏*/

.section5 h2 {
    transform: none;
}

.section5 .weixin-code {
    text-align: center;
}

.section5 h2 {
    text-align: left;
	margin-left:38px;
}

.section5 h2:nth-of-type(1) {
    padding-top: 80px;
}

.section5 h2>img {
    height: 20px;
}

.section5 .weixin-code>.item {
    width: 81%;
}

.weixin-code>.item:nth-of-type(1) {
    margin: 0 auto 10px;
}

.weixin-code>.item:nth-of-type(2) {
    margin: 0 13% 0 2%;
}

.section5 .weixin-code>.item>img {
    width: 110%;
}

.section5 .list {
    margin-left: 10%;
    color: #93B91F;
}

.section5 .list>li {
    margin-left: 20px;
}

.section5 .list>li>p {
    color: #888;
}

.footer {
    padding: 20px 0;
    display: none;
}

.pocmt img {
    width: 90px;
    height: 90px;
}

.lpty {
    font-size: 24px;
    margin-top: 20px;
}

.pmo {
    text-align: center;
}

.dyTitle {
    margin: 40px auto;
}

.dyTitle ul {
    text-align: center;
    font-size: 0;
}

.dyTitle ul li {
    width: 20%;
    margin-left: 5%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    border: 1px solid #CCC;
    display: inline-block;
}

.dyTitle ul li:nth-child(1) {
    margin-left: 0;
}

.dyTitle ul .pcActive {
    color: #93B91F;
    border: 1px solid #93B91F;
}

.postn .postn-y1 {
    list-style: none;
}

.p-tivler {
    font-size: 18px;
    font-weight: bold;
}

.p-yed {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.p-yed a {
    color: #999;
    text-decoration: none;
}

.posy-title {
    text-align: center;
    font-size: 24px;
}

@media screen and (min-width:436px) {
    .box {
        padding: 140px 0 0 20px;
    }
}

@media screen and (min-width:580px) {
	.section5 h2.title2
	{
        left: 64%;
    }
    .bg51,
    .bg52,
    .bg53,
    .bg54 {
        width: 20%;
        margin-top: 40px;
    }
    .bg51,
    .bg53 {
        margin-left: 3%;
        margin-right: 2%;
    }
    .bg52,
    .bg54 {
        margin-left: 2%;
        margin-right: 3%;
    }
    .section2 h2 {
        display: block;
        text-align: center;
        padding-top: 120px;
    }
}

@media screen and (min-width: 768px) {
	
    .section5 h2>img {
        height: 33px;
    }
    .section3 .list li {
        font-size: 18px;
        line-height: 20px;
    }
    .grid-photo h1>img {
        width: 132px;
        height: 33px;
    }
    .yw-header {
        display: block;
    }
    .yw-header .brand {
        margin-left: 20px;
    }
    .yw-header .nav {
        margin-right: 20px;
    }
    .footer {
        padding: 50px 0;
        display: block;
    }
    .next {
        display: none;
    }
    .section5 .tableCell>.tableCell {
        padding-top: 0;
    }
    .section5 h2:nth-of-type(1) {
        padding-top: 0;
        position: absolute;
        left: 50%;
        top: 21%;
        margin-left: -471px;
    }
    .section5 h2:nth-of-type(1)>img {
        width: 164px;
        height: 210px;
    }
    .section5 .weixin-code {
        top: 15%;
        position: absolute;
        /* width: 300px; */
        height: 175px;
        left: 50%;
        margin-left: -1310px;
        margin-top: 80px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }
    .section5 .weixin-code .item {
        margin: 0;
        width: 350px;
        margin-left: 30px;
        max-height: 300px;
        overflow: hidden;
        /*height: 168px;*/
    }
    .weixin-code .weixin-title {
        margin-top: 100px;
    }
    .section4 h1 {
        padding: 0;
    }
    #fullPage-nav {
        display: block;
    }
    .header {
        display: none;
        position: relative;
    }
    .section {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        ;
    }
    .slide {
        float: left;
    }
    .slide,
    .slidesContainer {
        height: 100%;
        display: block;
    }
    .slides {
        height: 100%;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .section.table,
    .slide.table {
        display: table;
        width: 100%;
    }
    .slidesContainer {
        float: left;
        position: relative;
    }
    .controlArrow {
        position: absolute;
        top: 50%;
        cursor: pointer;
        width: 0;
        height: 0;
        border-style: solid;
        margin-top: -38px;
    }
    .controlArrow.prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }
    .controlArrow.next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }
    .scrollable {
        overflow: scroll;
    }
    .easing {
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
    }
    #fullPage-nav {
        position: fixed;
        z-index: 100;
        margin-top: -32px;
        top: 50%;
        opacity: 1;
    }
    #fullPage-nav.right {
        right: 17px;
    }
    #fullPage-nav.left {
        left: 17px;
    }
    .fullPage-slidesNav {
        position: absolute;
        z-index: 4;
        left: 50%;
        opacity: 1;
    }
    .fullPage-slidesNav.bottom {
        bottom: 17px;
    }
    .fullPage-slidesNav.top {
        top: 17px;
    }
    #fullPage-nav ul,
    .fullPage-slidesNav ul {
        margin: 0;
        padding: 0;
    }
    #fullPage-nav li,
    .fullPage-slidesNav li {
        display: block;
        width: 14px;
        height: 14px;
        margin: 15px 7px;
        position: relative;
    }
    .fullPage-slidesNav li {
        display: inline-block;
    }
    #fullPage-nav li a,
    .fullPage-slidesNav li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
    }
    #fullPage-nav li .active span,
    .fullPage-slidesNav .active span {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        filter: alpha(opacity=100);
    }
    #fullPage-nav span,
    .fullPage-slidesNav span {
        display: block;
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background: #222;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
        filter: alpha(opacity=50);
    }
    .fullPage-tooltip {
        position: absolute;
        color: #fff;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
        top: -2px;
    }
    .fullPage-tooltip.right {
        right: 20px;
    }
    .fullPage-tooltip.left {
        left: 20px;
    }
    .index-page .yw-header {
        display: block;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
    }
    #full-screen-slider {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 10;
    }
    #slides {
        display: block;
        width: 100%;
        min-width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }
    #slides li {
        display: block;
        width: 100%;
        min-width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 50% 80px;
        background-size: 100%;
    }
    #full-screen-slider #slides li .box {
        height: 100%;
        width: 1180px;
        margin: auto;
        padding: 0;
    }
    .button-link,
    .button-link:visited {
        color: #fff;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 150px;
        text-align: center;
        padding: 10px;
        line-height: 30px;
        font-size: 20px;
        border: #fff 1px solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .button-link:hover {
        background-color: rgba(255, 255, 255, .2);
        text-decoration: none;
        color: #fff;
    }
    #pagination {
        display: block;
        list-style: none;
        position: absolute;
        left: 0;
        bottom: 20px;
        z-index: 9900;
        padding: 5px 0;
        margin: 0;
        width: 100%;
        height: 20px;
        text-align: center;
    }
    #pagination li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 14px;
        height: 14px;
        margin: 0 10px;
        border: #fff 1px solid;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background: transparent;
    }
    #pagination li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        text-indent: -9999px;
        overflow: hidden;
    }
    #pagination li.current {
        background: #fff;
    }
    .slide-m .box {
        position: relative;
        width: 220px;
        height: 390px;
        overflow: hidden;
        padding: 0;
    }
    .slide-m .box ul>li,
    .slide-m .box ul>li>img {
        width: 220px;
        height: 390px;
    }
    .slide-m .box ol {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 220px;
        margin: 0 0 0 90px;
        padding: 0;
    }
    .slide-m .box ol li {
        float: left;
        display: inline-block;
        margin: 0 2px;
        padding: 0;
        width: 6px;
        height: 6px;
        background: green;
        text-indent: -999em;
        overflow: hidden;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        opacity: .4;
        -moz-opacity: .4;
        -webkit-opacity: .4;
        -o-opacity: .4;
        filter: alpha(opacity=40);
    }
    .slide-m .box ol li.cur {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        filter: alpha(opacity=100);
    }
    .slide-m ul {
        padding: 0;
        margin: 0;
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slide-m ul li {
        padding: 0;
        margin: 0;
        white-space: nowrap;
        list-style: none;
        float: left;
        background: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .slide-m ul li img {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        height: 390px;
    }
    .list {
        color: #93B91F;
        list-style: disc inset;
        padding: 0 0 0 15px;
    }
    .list li {
        margin: 15px 0;
    }
    .list li p {
        color: #888;
    }
    .grid-photo .grid,
    .section h2,
    .section1 .cur h1,
    .section1 .button-link,
    .section3 .iphone,
    .section3 .hand,
    .section3 .slide-m,
    .section3 .list,
    .section5 .weixin-code,
    .section5 .weixin-title,
    .section5 .download,
    .section5 .split,
    .section5 .email,
    .section5 .list {
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
    }
    .grid-photo {
        width: 100%;
        display: block;
    }
    .grid-photo .grid {
        width: 10%;
        float: left;
        transform: scale(0.5, 0.5);
        -moz-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        -o-transform: scale(0.5, 0.5);
    }
    .grid-photo .grid img {
        width: 100%;
        height: 121px;
        /*height: 203.75px;*/
        transition: opacity 1s;
        -moz-transition: opacity 1s;
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
    }
    .grid-photo .grid:hover img {
        opacity: .8;
        -moz-opacity: .8;
        -webkit-opacity: .8;
        filter: alpha(opacity=80);
    }
    .grid-item {
        position: relative;
        display: block;
        ;
        cursor: default;
    }
    .grid-item img {
        width: 100%;
        height: 337px;
    }
    .grid-item h4 {
        display: none;
        color: #fff;
        position: absolute;
        ;
        bottom: 5px;
        left: 0;
        text-align: center;
        width: 100%;
        line-height: 1.6;
        font-weight: 400;
        font-size: 14px;
    }
    .grid-item h4 p {
        margin-bottom: 0;
    }
    .grid-item .mask {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #111;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .8);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .8);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, .8);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        transition: opacity 1.2s;
        -moz-transition: opacity 1.2s;
        -webkit-transition: opacity 1.2s;
        -o-transition: opacity 1.2s;
        filter: alpha(opacity=0);
    }
    .grid-item:hover {
        text-decoration: none;
    }
    .grid-item:hover .mask {
        opacity: 0.4;
        -moz-opacity: 0.4;
        -webkit-opacity: 0.4;
        -o-opacity: 0.4;
        filter: alpha(opacity=40);
    }
    section h2,
    .section1 #slides h1 {
        background-repeat: no-repeat;
        background-position: 50% 0;
        height: 45px;
        left: 8%;
        margin-left: -250px;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: 20%;
        transform: scale(0.5, 0.5);
        transition: all 1s ease 0s;
        width: 500px;
        z-index: 10;
    }
    .section .brief {
        color: #888;
        font-size: 15px;
        font-weight: 400;
        height: 45px;
        left: 50%;
        margin-left: -256px;
        margin-top: 80px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        position: absolute;
        top: 40%;
        transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        width: 512px;
        text-align: center;
        z-index: 10;
    }
    .section5 a {
        color: #888;
        text-decoration: underline;
    }
    .section1 .tableCell,
    .section2 .tableCell {
        vertical-align: top;
    }
    .section3 .tableCell,
    .page5 .tableCell {
        vertical-align: bottom;
    }
    .section3 h2 {
        padding-top: 0;
    }
    .section1 #slides h1 {
        background-position: 0 0;
        width: 532px;
        height: 79px;
        margin-left: 50px;
        top: 40%;
        margin-top: -400px;
        padding: 0;
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    .section1 p.brief {
        width: 600px;
        height: 80px;
        top: 50%;
        left: 8%;
        margin-left: 655px;
        margin-top: -40px;
        line-height: 1.5;
        text-align: left;
        color: #8f8d8d;
    }
    .section1 p#brief {
        width: 600px;
        height: 80px;
        top: 24%;
        left: 8%;
        margin-left: 600px;
        margin-top: -40px;
        line-height: 1.5;
        text-align: left;
        color: #fff;
    }
    .section1 .button-link {
        left: 50%;
        margin-left: 55px;
        margin-top: 240px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        position: absolute;
        top: 50%;
        width: 170px;
        z-index: 10;
    }
    .section2 h2 {
        padding-top: 100px;
        display: block;
        text-align: center;
        width: 100%;
        color: #666666;
        margin: 0px;
    }
    .section2 p {
        display: block;
        font-size: 16px;
    }
    .section2 .brief {
        top: 15%;
        margin-top: 30px;
    }
    .section3 {
        background: #ececf4;
        background-size: cover;
        background-repeat: repeat-x;
    }
    .section3 h2 {
        position: absolute;
        background-position: 0 0;
        top: 50%;
        left: 50%;
        margin-top: -230px;
        margin-left: 130px;
    }
    .section3 .iphone {
        position: absolute;
        z-index: 1;
        width: 642px;
        height: 681px;
        left: 25%;
        bottom: 0;
        margin-left: -621px;
    }
    .section3 .hand {
        position: absolute;
        z-index: 5;
        width: 358px;
        height: 362px;
        left: 25%;
        bottom: -300px;
        ;
        margin-left: 140px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }
    .section3 .slide-m {
        position: absolute;
        z-index: 3;
        width: 220px;
        height: 390px;
        bottom: 233px;
        left: 25%;
        margin-left: -266px;
    }
    .section3 .list {
        left: 50%;
        margin-left: 135px;
        margin-top: 200px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        position: absolute;
        top: 50%;
        transform: scale(0.5, 0.5);
        -moz-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        -o-transform: scale(0.5, 0.5);
        width: 550px;
        text-align: left;
        z-index: 10;
        font-size: 18px;
    }
    .bg51,
    .bg52,
    .bg53,
    .bg54 {
        position: absolute;
        z-index: 1;
        width: 230px;
        left: 50%;
        top: 15%;
        color: #fff;
        margin-top: 130px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }
    .section5 h2.title1 {
        position: absolute;
        top: 20%;
        width: 300px;
        height: 31px;
        margin-left: -500px;
        background-position: 0 0;
        left: 50%;
    }
    .section5 .weixin-code {
        top: 15%;
        position: absolute;
        /*width:300px;*/
        height: 175px;
        left: 50%;
        margin-left: -1310px;
        margin-top: 80px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }
    .section5 .weixin-title {
        margin-top: 500px;
        font-size: 16px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }
    a.btn-app,
    a.btn-app i {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    a.btn-app i {
        background: url(https://www.vellgo.com.cn/twcms/view/trgf/css/icon_2.png)/*tpa=http://www.yowooa.com/css/img/https://www.vellgo.com.cn/twcms/view/trgf/css/icon_2.png*/
        no-repeat 0 50%;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 11px;
        left: 10px;
    }
    .btn-app.android i {
        background-position: -30px 50%;
    }
    a.btn-app {
        width: 100px;
        height: 60px;
        padding-left: 60px;
        line-height: 60px;
        color: #333;
        margin: 15px 0 8px 0;
        position: relative;
        z-index: 0;
        text-decoration: none;
        font-size: 20px;
        border: #aaa 1px solid;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }
    a.btn-app:active,
    a.btn-app:focus {
        background-color: #eee;
    }
    .btn-app.iphone {
        background-position: 0 0;
    }
    .btn-app.android {
        background-position: 0 -68px;
    }
    .section5 .download {
        top: 20%;
        position: absolute;
        width: 100px;
        height: 200px;
        left: 50%;
        margin-left: -300px;
        margin-top: 90px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }
    .section5 .download p {
        width: 160px;
        margin-top: 12px;
        text-align: center;
        font-size: 16px;
    }
    .section5 .split {
        position: absolute;
        top: 20%;
        height: 0px;
        margin-left: -30px;
        border-left: #948f8f 1px solid;
        width: 0;
        left: 52%;
    }
    .section5 h2.title2 {
        position: absolute;
        top: 21%;
        left: 59%;
        width: 500px;
        height: 31px;
        margin-left: 0;
        background-position: 0 0;
    }
    .section5 .email {
        position: absolute;
        width: 500px;
        height: 175px;
        top: 20%;
        left: 50%;
        margin-left: 800px;
        margin-top: 60px;
        font-size: 18px;
        color: #00cccc;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }
    .section5 .list {
        position: absolute;
        width: 500px;
        height: 175px;
        top: 11%;
        left: 50%;
        margin-left: 605px;
        margin-top: 95px;
        font-size: 16px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }
    .section5 .footer {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .section5 .footer a {
        color: #fff;
    }
    .section5 .friend-link {
        text-align: center;
        padding: 0 0 15px 0;
    }
    .section5 .friend-link a {
        text-decoration: none;
        margin: 0 10px;
    }
    .section5 .friend-link a:hover {
        text-decoration: underline;
    }
    .bg51 {
        margin-left: -851px;
    }
    .bg52 {
        margin-left: -403px;
    }
    .bg53 {
        margin-left: 195px;
    }
    .bg54 {
        margin-left: 645px;
    }
    .active h2,
    .section4.active .grid,
    .ie7 .section h2,
    .ie8 .section h2,
    .ie7 .section4 .grid,
    .ie8 .section4 .grid {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
    }
    .section1.active #full-screen-slider .cur h1,
    .ie8 .section1 #full-screen-slider h1,
    .ie7 .section1 #full-screen-slider h1 {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        margin-top: -120px;
        transition-delay: 1s;
        -moz-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    }
    .section1.active .cur .brief,
    .ie7 .section1 #full-screen-slider .brief,
    .ie8 .section1 #full-screen-slider .brief {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        margin-left: 55px;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transition-delay: 1s;
        -moz-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    }
    .section1.active .cur .button-link,
    .ie7 .section1 #full-screen-slider .button-link,
    .ie8 .section1 #full-screen-slider .button-link {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        margin-top: 50px;
        transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
    }
    .section2.active .brief,
    .ie7 .section2 .brief,
    .ie8 .section2 .brief {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        top: 15%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transition-delay: 1s;
        -moz-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    }
    .section3.active .list,
    .ie7 .section3 .list,
    .ie8 .section3 .list {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        margin-top: -180px;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transition-delay: 1s;
        -moz-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    }
    .active .bg51,
    .ie7 .section .bg51,
    .ie8 .section .bg51 {
        margin-left: -461px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    .active .bg52,
    .ie7 .section .bg52,
    .ie8 .section .bg52 {
        margin-left: -223px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    .active .bg53,
    .ie7 .section .bg53,
    .ie8 .section .bg53 {
        margin-left: 15px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    .active .bg54,
    .ie7 .section .bg54,
    .ie8 .section .bg54 {
        margin-left: 254px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    .section3.active .iphone,
    .ie7 .section3 .iphone,
    .ie8 .section3 .iphone {
        margin-left: -321px;
        transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
    }
    .active .slide-m,
    .ie7 .section .slide-m,
    .ie8 .section .slide-m {
        margin-left: 44px;
        transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
    }
    .active .hand,
    .ie7 .section .hand,
    .ie8 .section .hand {
        bottom: 0;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
    }
    .active .weixin-code,
    .ie7 .section .weixin-code,
    .ie8 .section .weixin-code {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        margin-left: -510px;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    .active .download,
    .ie7 .section .download,
    .ie8 .section .download {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        transition-delay: 2s;
        -moz-transition-delay: 2s;
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
    }
    .active .weixin-title,
    .ie7 .section .weixin-title,
    .ie8 .section .weixin-title {
        margin-top: 10px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        transition-delay: 2s;
        -moz-transition-delay: 2s;
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
    }
    .section5.active .list,
    .ie7 .section5 .list,
    .ie8 .section5 .list {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        margin-left: 160px;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    .section5.active .email,
    .ie7 .section5 .email,
    .ie8 .section5 .email {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        margin-left: 150px;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    .section5.active .split,
    .ie7 .section5 .split,
    .ie8 .section5 .split {
        height: 240px;
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
    }
    @media screen and (max-width: 1200px) {
        .section3 h2 {
            margin-left: -70px;
            margin-top: -230px;
        }
        .section3 .list {
            margin-left: -65px;
            margin-top: 150px;
        }
        .section5 .split {
            margin-left: 50px;
        }
        .section5 h2.title1 {
            margin-left: -400px;
        }
        .section5 h2:nth-of-type(1) {
            margin-left: -390px;
        }
        .section5 h2.title2 {
            margin-left: -70px;
        }
        .section3.active .iphone,
        .ie7 .section3 .iphone,
        .ie8 .section3 .iphone {
            margin-left: -521px;
        }
        .active .slide-m,
        .ie7 .section .slide-m,
        .ie8 .section .slide-m {
            margin-left: -156px;
        }
        .active .hand,
        .ie7 .section .hand,
        .ie8 .section .hand {
            margin-left: -60px;
        }
        .section3.active .list,
        .ie7 .section3 .list,
        .ie8 .section3 .list {
            margin-top: -170px;
        }
        .active .weixin-code,
        .ie7 .section5 .weixin-code,
        .ie8 .section5 .weixin-code {
            margin-left: -410px;
        }
        .active .weixin-title,
        .ie7 .section5 .weixin-title,
        .ie8 .section5 .weixin-title {
            margin-top: 10px;
        }
        .active .download,
        .ie7 .section .download,
        .ie8 .section .download {
            margin-left: -210px;
        }
        .section5.active .list,
        .ie7 .section5 .list,
        .ie8 .section5 .list {
            margin-left: 105px;
        }
        .section5.active .email,
        .ie7 .section5 .email,
        .ie8 .section5 .email {
            margin-left: 100px;
        }
    }
    #phon {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50px;
        text-decoration: none;
    }
    .post-title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    .post-act {
        margin: 20px auto;
        width: 1200px;
        text-indent: 2em;
        font-size: 14px;
    }
    .pos-mol {
        font-size: 24px;
        text-align: center;
    }
    .pont-tt {
        font-size: 16px;
        text-align: center;
    }
    .pont-tt a {
        margin-left: 20px;
        color: #607FA6;
    }
    .pont-aa {
        text-align: center;
        margin-top: 7px;
        font-size: 18px;
    }
    .shiP .vide {
        display: block;
        width: 800px;
        height: 300px;
        margin: auto;
        background: #000;
        border-radius: 5px;
    }
    .pon-qm {
        font-size: 24px;
        color: #A1BB21;
    }
    .pp-on {
        font-size: 18px;
        margin-top: 20px;
    }
    .pomn-box {
        width: 900px;
        margin: auto;
        box-shadow: 0px 0px 10px #666;
    }
    .pomn-box a {
        display: block;
        float: left;
    }
    .pomn-box a img {
        width: 300px;
        height: 300px;
    }
    .lomr {
        font-size: 18px;
        color: #FF720C;
    }
    .pmle a {
        border: 1px solid #CCCCCC;
    }
    .pmle a img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .dyTitle ul li {
        width: 150px;
        margin-left: 30px;
    }
    .pomn-box a:hover img {
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2);
        -transform: scale(2, 2);
    }
    .postn .postn-y1 {
        list-style: none;
        margin-top: 40px;
    }
    .postn .postn-y1:nth-child(1) {
        margin-top: 0;
    }
    .plo-li {
        margin-top: 20px;
    }
    .plo-li .ploUI li {
        list-style: none;
        float: left;
        margin-left: 5px;
    }
    .plo-li .ploUI li:nth-child(1) {
        margin-left: -25px;
    }
    .poA-left {
        display: block;
        float: left;
        width: 200px;
        height: 120px;
    }
    .poA-left img {
        display: block;
        float: left;
        width: 200px;
        height: 120px;
    }
    .p-conticv {
        margin-top: 20px
    }
    .poRight {
        margin-left: 240px;
    }
}

@media screen and (min-width:1180px) {
    .yw-header .container {
        width: 1180px;
    }
    .yw-header .brand {
        margin-left: 0;
    }
    .yw-header .nav {
        margin-right: 0;
    }
    .middle-posty-box {
        width: 1180px;
        margin: 50px auto;
    }
    .cont-omt {
        margin-top: 30px;
        width: 1120px;
        box-shadow: 0 0 10px #CCCCCC;
        padding: 30px;
    }
    .dyTitle {
        width: 800px;
    }
}

@media screen and (max-width:1180px) {
    .container {
        width: 100%;
    }
    .middle-posty-box {
        width: 100%;
        margin: 40px auto;
    }
    .cont-omt {
        width: 90%;
        box-shadow: 0 0 10px #CCCCCC;
        padding: 30px 2%;
        margin: 30px 3% 0;
    }
}

@media(max-width: 880px) {
    .navbar .nav>li {
        margin-left: 22px;
    }
}

/*右侧的*/

.consulting-moduler {
    position: absolute;
    right: 7px;
    bottom: 30px;
    z-index: 99;
    position: fixed;
    width: 92px;
}

.moduler-post {
    position: relative;
    width: 90px;
    z-index: 10;
}
.moduler-post a{
    text-decoration: none;
}