#container {
    width: 7.5rem;
}

#top {
    height: .9rem;
    background-color: #017cc4;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1) inset;
    z-index: 99999;
}

#top .menu {
    float: left;
    padding-top: .30rem;
    margin: 0 .2rem;
}

#top .menu img {
    width: .38rem;
    height: .29rem;
}

#top .logo {
    float: left;
}

#top .logo img {
    width: 1.79rem;
    height: .7rem;
    padding-top: .17rem;
}
    #top .language {
        padding-top:.22rem;
        padding-right:.2rem;
        color:#fff;
        float:right;
    }
        #top .language .cur {
            color: #ffa000;
        }
    #banner {
        position: relative;
        height: 3.5rem;
    }

#container .box {
    background-color: #94c3d8;
    overflow: hidden;
    margin: .15rem 2.5%;
    border-radius: .08rem;
    padding-bottom:.2rem;
    padding:.2rem 0;
    padding-top:.1rem;
}
#container .search {
    margin: 0 auto;
    padding: .15rem 3%;
}
    #container .search .search-title {
        color:#fff;
        text-align:center;
        background-image: url(../../../Content/Images/Mobile/box-title-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% .07rem;
        margin-bottom:.3rem;
        font-weight:bold;
    }
    #container .search .search-item {
        margin-bottom: .2rem;
    }

        #container .search .search-item input {
            height: .8rem;
            width: 100%;
            opacity: 0.9;
            padding: 0 .5rem;
            border: none;
            color: #000000;
            border-radius: .1rem;
            background-color: #f0f7f9;
        }

    #container .search .search-btn {
        width:3rem;
        height: .75rem;
        margin:0 auto;
        background-color: #fbeda4;
        border: none;
        border-radius: .1rem;
        text-align: center;
        margin-top:.3rem;
    }

        #container .search .search-btn img {
            width:2.41rem;
            height:.75rem;
        }


#one {
    margin-top: .1rem;
    padding: .15rem 3%;
}

    #one .one-title {
        color: #fff;
        text-align: center;
        background-image: url(../../../Content/Images/Mobile/box-title-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% .07rem;
        margin-bottom: .3rem;
        font-weight: bold;
    }

    #one .one-body {
        margin-top: .2rem;
    }

        #one .one-body .one-item {
            width: 49%;
            background-color: #fbeda4;
            float: left;
            color: #6eadca;
            text-align: center;
            border-radius: .1rem;
            margin-bottom: .2rem;
            padding:.2rem;
        }

        #one .one-body .right {
            float:right;
        }

            #one .one-body .one-item .item-img {
                width: 28%;
                padding-bottom: .2rem;
                border-right: 1px #6eadca solid;
                margin: 0 auto;
                height: .76rem;
                float: left;
                padding-right: .2rem;
                padding-top: .1rem;
            }

        #one .one-body .one-item .item-text {
            width: 72%;
            float: left;
            padding-left: .15rem;
            text-align: center;
            margin: 0 auto;
        }
        #one .one-body .one-item .text-cn {
            padding-top:.16rem;
        }

        #two {
            margin-top: .2rem;
            padding: .15rem 3%;
        }

    #two .two-title {
        text-align: center;
        color: #ffffff;
        font-weight: 600;
        background-image: url(../../../Content/Images/Mobile/box-title-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% .07rem;
    }

    #two .two-body {
        margin-top: .2rem;
    }
        #two .two-body .two-item {
            padding: .2rem 0;
            border: 2px #ffffff solid;
            width: 47%;
            float: left;
            margin-bottom: .2rem;
            text-align: center;
            color: #ffffff;
            border-radius:.1rem;
        }
        #two .two-body .two-item-right {
            padding: .2rem 0;
            border: 2px #ffffff solid;
            width: 47%;
            float: right;
            margin-bottom: .2rem;
            text-align: center;
            color: #ffffff;
            border-radius: .1rem;
        }

#family {
    padding:.2rem 0;
}
#three {
    overflow: hidden;
    padding: .15rem 3%;
}

    #three .three-title {
        text-align: center;
        color: #ffffff;
        font-weight: 600;
        background-image: url(../../../Content/Images/Mobile/box-title-bg-1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% .07rem;
    }

    #three .three-body {
        margin-top: .2rem;
    }

        #three .three-body .three-item {
            padding: .2rem 0;
            overflow: hidden;
            border-radius: .1rem;
            margin-bottom: .2rem;
            width: 49%;
            float: left;
            margin-right: 2%;
            border: 1px #fffabe solid;
            color: #fffabe;
        }
        #three .three-body .last {
            margin-right:0rem;
        }
        #three .three-body .three-item .item-left {
            float: left;
            width: 25%;
            text-align: center;
            height: .9rem;
            line-height: .9rem;
            border-right: 1px #fffabe solid;
            text-align: center;
        }
            #three .three-body .three-item .item-left img {
            }

            #three .three-body .three-item .item-right {
                float: left;
                width: 75%;
                text-shadow: 1px 1px 1px #999;
                text-align: center;
            }
        #three .three-body .three-item .borderColor01 {
            padding-top: .12rem;
        }

        #three .three-body .three-item .borderColor02 {
            padding-top: .12rem;
        }

        #three .three-body .three-item .borderColor03 {
            padding-top: .12rem;
        }

        #three .three-body .three-item .borderColor04 {
            padding-top: .11rem;
        }

        #three .three-body .three-item .borderColor05 {
            padding-top: .11rem;
        }

        #three .three-body .three-item .borderColor06 {
            padding-top: .11rem;
        }

        #three .three-body .three-item .borderColor07 {
            padding-top: .11rem;
        }

        #three .three-body .three-item .borderColor08 {
            padding-top: .11rem;
        }

        #three .three-body .color01 {
            padding-top:.15rem;
        }

        #three .three-body .color02 {
        }

        #three .three-body .color03 {
            padding-top: .15rem;
        }

        #three .three-body .color04 {
            padding-top: .3rem;
        }

        #three .three-body .color05 {
        }

        #three .three-body .color06 {
            padding-top: .15rem;
        }

        #three .three-body .color07 {
        }

        #three .three-body .color08 {
            padding-top: .3rem;
        }
        /*»ÃµÆÆ¬ */
        .flexslider {
            width: 100%;
        }

    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../../../Content/Images/Web/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    background: url(../../../Content/Images/Web/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }

.flexslider .slides a {
    width: 100%;
    height: 360px;
    display: block;
}

    .flexslider .slides a img {
        width: 100%;
        height: 360px;
        display: block;
    }