@CHARSET "UTF-8";
/*************Android版本头部追加内容样式******************************************************/
#installInfoWrape {
    display: none;
}

#installInfo {
    position: relative;
    padding: 10px;
}


#androidinfo {
    width: 950px;
    margin: auto;
    border: 2px solid #e1e5e6;
    border-radius: 5px;
    line-height: 20px;
}

    #androidinfo a {
        color: #1371ab;
        font-size: 12px;
        font-weight: bold;
    }

        #androidinfo a:hover {
            text-decoration: none;
        }

    #androidinfo label {
        font-size: 12px;
        color: #5c6a7b;
    }

.fright {
    float: right;
    margin-left: 10px;
    text-align: right;
}

.fleft {
    float: left;
    margin-right: 10px;
    text-align: left;
}

#deviceinfo, #accountinfo {
    width: 900px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e1e5e6;
}

#accountinfo {
    border-bottom: 0px;
}

#dlinfo {
    display: block;
    width: 950px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #e1e5e6;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.validatemark {
    margin-top: 10px;
    width: 16px;
    height: 16px;
}

.extendemark {
    margin-top: 10px;
    width: 12px;
    height: 12px;
}

#setup {
    margin-top: 6px;
}

#default {
    color: #3183B3;
    font-weight: bold;
}

    #default:hover {
        color: #1CA9FB;
        text-decoration: none;
    }

/*****************************轮播图片式样CSS*************************************************/
#lunboouter {
    width: 100%;
    background: url(/Images/defaultouter.jpg);
}

#lunbo {
    position: relative;
    width: 92%;
    height: 460px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 25px;
    background: url(/Images/defaultbg.jpg);
}

.slide a {
    width: 900px;
    height: 460px;
}

    .slide a img {
        width: 900px;
        height: 405px;
    }

#htdo {
    position: absolute;
    top: 260px;
    right: 150px;
    z-index: 101;
    width: 174px;
    height: 109px;
    line-height: 39px;
    text-align: right;
    text-decoration: none;
    color: white;
    font-weight: bold;
    letter-spacing: normal;
    background: url(/Images/htdoff.png)no-repeat;
}

    #htdo:hover {
        background: url(/Images/htdon.png)no-repeat;
    }

#htdo2d {
    position: absolute;
    top: 340px;
    right: 80px;
    z-index: 101;
}
/*****************************展示如何解决*************************************************/
#proouter {
    width: 100%;
    background: white;
    border-bottom: 1px solid #d3d3d3;
}

#proInfo {
    /*margin-top:5px;*/
    height: 165px;
    width: 98.4%;
    padding-right: 0.8%;
    padding-left: 0.8%;
    padding-top: 35px;
    padding-bottom: 35px;
    border-left: 0px solid #E3E3E3;
    border-right: 0px solid #E3E3E3;
    background: white;
}

#proImg {
    float: left;
    width: 518px;
    height: 171px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin: auto;
    z-index: 1;
    background: url(/Images/proimgbg.png);
    overflow: hidden;
}

#proImgIner {
    height: 140px;
    width: 470px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    z-index: 10;
    margin-left: 5px;
}

#proImg a {
    float: left;
    width: 100%;
    height: 100%;
}

#proImg #firstProImg {
    margin-left: 0px;
}

#proImg img {
    width: 100%;
    height: 100%;
}

#proVideo {
    float: left;
    width: 239px;
    height: 147px;
    /*padding: 12px;*/
    margin-left: 15px;
    background: uRL(/Images/videobg.png);
    position: relative;
    text-align: center;
}

#fulscren {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 80%;
    cursor: pointer;
    z-index: 1030;
    border-radius: 5px;
    color: #fff;
}

    #fulscren:hover {
        background: #fff;
        color: #28a9e0;
    }

#proDownLoad {
    float: right;
    width: 147px;
    height: 147px;
    padding: 12px;
    background: url(/Images/downloadbg.png) no-repeat;
    position: relative;
    color: #8f8f8f;
    text-align: center;
}

    #proDownLoad a {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: relative;
    }


        #proDownLoad a:hover {
            text-decoration: none;
        }

#pinfo {
    width: 150px;
    position: absolute;
    left: 183px;
    top: 135px;
    text-align: center;
    z-index: 10;
    background: #1a8ac5;
    opacity: 0.7;
}



#imginfo {
    color: white;
    font-weight: bold;
    opacity: 1;
}


/*****************************博客信息*************************************************/




#blogouter {
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}

#blog {
    height: 405px;
    width: 98.8%;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0.6%;
    padding-right: 0.6%;
    background: #f8f8f8;
}

    #blog .blogcontent {
        width: 450px;
        height: 275px;
        padding: 10px;
        background-color: white;
        margin-bottom: 15px;
        border-radius: 5px;
        /*-moz-box-shadow: 0px 2px 2px #a6b8c5;*/ /* 老的 Firefox */
        /*box-shadow: 2px 3px 4px #afb2b3;*/
        border: 1px solid #afb2b3;
        float: left;
        position: relative;
    }

    #blog #proUpdInfo .blogcontent h2 {
        color: #000000;
    }

    #blog #proUpdInfo .blogcontent p {
        color: #404040;
    }

#proUpdInfo {
    float: right;
}

.moreinfo {
    display: block;
    position: absolute;
    width: 44px;
    height: 26px;
    bottom: 0px;
    right: 25px;
    font-weight: bold;
}

    .moreinfo a {
        position: absolute;
        width: 52px;
        height: 29px;
        line-height: 29px;
        text-align: center;
        top: -40px;
        color: white;
        right: 0px;
        background: url(/Images/more1.png) no-repeat;
        text-decoration: none;
        z-index: 2;
    }

        .moreinfo a:hover {
            text-decoration: none;
            background: url(/Images/more1on.png) no-repeat;
        }


.blogcontent article.fix {
    position: relative;
}

    .blogcontent article.fix h2 {
        font-size: 18px;
        color: #0b81bf;
        font-weight: bold;
        margin-bottom: 13px;
    }

    .blogcontent article.fix h4 {
        font-size: 12px;
        color: #000000;
        margin-bottom: 30px;
    }

        .blogcontent article.fix h4 a {
            font-size: 12px;
            color: #0b81bf;
            text-decoration: none;
        }

    .blogcontent article.fix span.taglink {
        display: inline-block;
        margin-top: 20px;
        font-family: 宋体;
        font-size: 12px;
        color: #5c6a7b;
    }

        .blogcontent article.fix span.taglink a {
            font-family: 宋体;
            font-size: 12px;
            font-weight: bold;
            color: #28a9e0;
        }

.outer {
    position: relative;
}

.blogcontent article.fix div.outer {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    color: #404040;
}

.blogcontent article.fix span.taglink {
    display: inline-block;
    margin-top: 20px;
    font-family: 宋体;
    font-size: 12px;
    color: #5c6a7b;
}
/*****************************图片轮播动画CSS*************************************************/
/* Slideshow */
#slides {
    position: absolute;
    z-index: 100;
    width: 910px;
    padding: 10px;
    background-repeat: no-repeat;
}

.slides_container {
    width: 900px;
    height: 430px;
    overflow: hidden;
    position: relative;
    display: none;
}

ul li.info {
    width: 400px;
    position: absolute;
    z-index: 1010;
    bottom: 25px;
    left: 25%;
    text-align: center;
    color: white;
    font: bold 16px 微软雅黑;
}

.slides_container div.slide {
    width: 900px;
    height: 400px;
    display: block;
    overflow: hidden;
}
/* Next/prev buttons */
#slides .next, #slides .prev {
    position: absolute;
    top: 175px;
    left: -52px;
    width: 31px;
    height: 45px;
    display: block;
    z-index: 101;
    opacity: 0.5;
}

#slides .next {
    left: 918px;
}

/* Pagination */
.pagination {
    margin: 25px auto 0;
    width: 250px;
    margin-top: -5px;
}

    .pagination li {
        float: left;
        margin: 0 5px;
        list-style: none;
    }

        .pagination li a {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-image: url(/Images/pointoff.png);
            float: left;
            overflow: hidden;
        }

        .pagination li.current a {
            background-image: url(/Images/pointon.png);
        }

.dg-container {
    height: 475px;
    padding-top: 10px;
    text-align: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #0978c6;
    background: url(/Images/defaultbg.jpg);
}

.dg-wrapper {
    width: 481px;
    height: 475px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

    .dg-wrapper a {
        width: 510px;
        height: 425px;
        padding: 0px;
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        border-radius: 5px;
    }

        .dg-wrapper a img {
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0.8;
        }

        .dg-wrapper a.dg-center {
            height: 425px;
            display: block;
            z-index: 100;
            opacity: 1;
        }

            .dg-wrapper a.dg-center img {
                opacity: 1;
            }

        .dg-wrapper a.dg-transition {
            background: #9FEAF9;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .dg-wrapper a.dg-transition img {
                opacity: 1;
            }

        .dg-wrapper a div {
            text-align: center;
            line-height: 50px;
            position: absolute;
            width: 100%;
            bottom: 20px;
            display: none;
            font-family: 微软雅黑;
            color: #fafafa;
            /*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 3px 0px #666, 0px 3px 0px #555, 0px 3px 0px #444, 0px 4px 0px #333, 0px 6px 4px #001135;*/
            font-size: 20px;
            letter-spacing: 1px;
            /*text-shadow: -1px 0 0.3em black,0 1px 0.3em black,1px 0 0.3em black,0 -1px 0.3em black;*/
            /*text-shadow: -1px 0 black,0 1px black,1px 0 black,0 -1px black;*/
            text-shadow: -1px -2px 2px black,2px 2px 2px black,-2px -1px black,2px 2px black;
        }

        .dg-wrapper a.dg-center div {
            display: block;
        }

.dg-container ul {
    width: 220px;
    position: absolute;
    z-index: 1010;
    bottom: 5px;
    left: 45%;
    margin-left: -50px;
}

    .dg-container ul li {
        width: 12px;
        height: 12px;
        float: left;
        margin-left: 15px;
        background: url(/Images/pointoff.png);
    }

        .dg-container ul li.active {
            background: url(/Images/pointon.png);
        }


.dg-container nav {
    width: 120px;
    position: absolute;
    z-index: 1000;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
    display: none;
}

    .dg-container nav span {
        text-indent: -9000px;
        float: left;
        cursor: pointer;
        width: 24px;
        height: 25px;
        opacity: 0.6;
        background: transparent url(../images/arrows.png) no-repeat top left;
        margin-right: 30px;
    }

        .dg-container nav span:hover {
            opacity: 2;
        }

        .dg-container nav span.dg-next {
            background-position: top right;
            margin-left: 10px;
        }

#navlist li {
    cursor: default;
}

/*******产品信息的轮播样式******************************************************/
/* Circular Content Carousel Style */
.ca-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.ca-item {
    position: relative;
    float: left;
    width: 31%;
    height: 130px;
    text-align: center;
    margin-right: 3%;
    _margin-right: 2%;
}

.ca-icon {
    position: relative;
    width: 100%;
    height: 130px;
}

.ca-nav span {
    width: 25px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: -40px;
    display: none;
}

    .ca-nav span.ca-nav-next {
        background-position: top right;
        left: auto;
        right: -40px;
    }


/**********************/
/* Thumbnail Effects Style */
.tj_container {
    width: 518px;
    height: 171px;
    position: relative;
}

.tj_nav {
    display: none;
}

    .tj_nav span {
        width: 39px;
        height: 25px;
        background: transparent url(/Images/arrow-prevoff.png);
        position: absolute;
        top: 0px;
        left: 0px;
        text-indent: -9000px;
        opacity: 0.7;
        cursor: pointer;
        /*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
    }

        .tj_nav span.tj_next {
            background-image: url(/Images/arrow-nextoff.png);
            top: auto;
            bottom: 0px;
            left: 0px;
        }

        .tj_nav span:hover {
            opacity: 1.0;
        }

.tj_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px auto;
}

    .tj_wrapper ul li {
        width: 100%;
        float: left;
    }

        .tj_wrapper ul li a {
            outline: none;
            display: block;
        }

            .tj_wrapper ul li a img {
                display: block;
                border: none;
            }

                .tj_wrapper ul li a img:hover {
                    opacity: 1.0;
                }

/* Specific style for the examples */
.example10 .tj_container {
    height: 600px;
}


/****** 底部保险公司栏样式 ***************/
.rollBox {
    width: 1000px;
    overflow: hidden;
    /*padding: 12px 0 5px 6px;*/
    margin: auto;
    text-align: center;
    position: relative;
}

    .rollBox .LeftBotton {
        position: absolute;
        top: 0;
        left: 0;
        height: 75px;
        width: 19px;
        background: url(/Images/arrow-prevon.png) no-repeat -20px 10px;
        overflow: hidden;
        display: inline;
        cursor: pointer;
        opacity: 0.2;
    }

        .rollBox .LeftBotton:hover {
            opacity: 0.8;
        }

    .rollBox .RightBotton {
        position: absolute;
        opacity: 0.2;
        top: 0;
        right: 0;
        height: 75px;
        width: 20px;
        background: url(/Images/arrow-nexton.png) no-repeat -15px 10px;
        overflow: hidden;
        display: inline;
        cursor: pointer;
    }

        .rollBox .RightBotton:hover {
            opacity: 0.8;
        }

    .rollBox .Cont {
        width: 1000px;
        overflow: hidden;
        float: left;
    }

    .rollBox .ScrCont {
        width: 10000000px;
    }

    .rollBox .Cont .pic {
        width: 200px;
        float: left;
        text-align: center;
    }

        .rollBox .Cont .pic img {
            /*padding: 4px;*/
            background: #fff;
            border: 1px solid #ccc;
            display: block;
            margin: 0 auto;
            width: 190px;
            height: 73px;
        }

        .rollBox .Cont .pic p {
            line-height: 26px;
            color: #505050;
        }

    .rollBox .Cont a:link, .rollBox .Cont a:visited {
        color: #626466;
        /*text-decoration: none;*/
    }

    .rollBox .Cont a:hover {
        color: #f00;
        text-decoration: underline;
    }

    .rollBox #List1, .rollBox #List2 {
        float: left;
    }
    
