﻿@charset "utf-8";
/* CSS Document */


/* product */
.product {
    background-color: transparent;
    position: absolute;
    width: 100%;
    margin: 50px 0 0 0;
}

.productfontbold {
    font-weight: bold;
    font-size: 45px;
    font-family: "Microsoft YaHei";
}

.productfont1 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
}

.productfont2 {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

.productpic {
    position: absolute;
    top: 0;
    right: -200px;
    opacity: 0;
    filter: "alpha(opactity=0)";
}


.productleft {
    position: absolute;
    top: 0;
    left: -200px;
    opacity: 0;
    filter: "alpha(opactity=0)";
}

.download_a {
    float: left;
    display: block;
    width: 230px;
    height: 86px;
    margin: 27px 0;
    background: url(down_btn.png) left top no-repeat;
    overflow: hidden;
}

#productbackcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 498px;
}


#subpagetbc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}


#productinfodown {
    position: absolute;
    top: 230px;
    left: 30px;
}



/* background */
.pldy_bg {
    background: #359ec3;
    transition: background-color .5s linear;
}

.kdtb_bg {
    background: #3dc490;
    transition: background-color .5s linear;
}

.kdxx_bg {
    background: #f1bf6a;
    transition: background-color .5s linear;
}

.kdyy_bg {
    background: #f37a52;
    transition: background-color .5s linear;
}

/* handler */

.handler {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -66px;
    width: 132px;
    height: 12px;
    overflow: hidden;
}

    .handler a {
        float: left;
        display: block;
        width: 12px;
        height: 12px;
        margin-right: 12px;
        background: url(handler.png) right top;
        overflow: hidden;
    }

        .handler a.current {
            background-position: left top;
            transition: background .5s;
            -moz-transition: background .5s;
            -webkit-transition: background .5s;
            -o-transition: background .5s;
        }

/* companyinfo */

#companyinfo {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}


#kouhao {
    text-align: center;
    font-size: 36px;
    font-family: "Microsoft YaHei";
}

#kouhao2 {
    text-align: center;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: #aaa8a8;
}


#kdinfo {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
}

/* productinfo */

#pldyinfo {
    background-color: #359ec3;
}


#kdtbinfo {
    background: #3dc490;
}


#kdxxinfo {
    background: #f1bf6a;
}


#kdyyinfo {
    background: #f37a52;
}


.binfo {
    position: relative;
    height: 360px;
    width: 100%;
    color: white;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    line-height: 25px;
}

    .binfo li {
        margin-left: -20px;
    }

    .binfo p {
        font-size: 32px;
    }




.binfoouter {
    height: 360px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/*rightinfo and leftpic */
#pldybinfo, #kdxxbinfo {
    float: left;
    top: 50px;
    position: relative;
    left: 580px;
}


#pldybpic {
    float: left;
    top: 40px;
    position: relative;
    right: 330px;
}


#kdxxbpic {
    float: left;
    top: 40px;
    position: relative;
    right: 300px;
}


/*leftinfo and rightpic*/
#kdtbbinfo, #kdyybinfo {
    float: left;
    top: 50px;
    position: relative;
    left: 50px;
}


#kdtbbpic {
    float: left;
    top: 40px;
    position: relative;
    left: 260px;
}


#kdyybpic {
    float: left;
    top: 40px;
    position: relative;
    left: 100px;
}

#friend {
    height: 50px;
    color: #BCD1F7;
    font-size: 13px;
    padding-left: 20px;
    padding-top: 20px;
}


    #friend a, #friend strong, #friend div {
        text-decoration: none;
        float: left;
        color: #BCD1F7;
    }

        #friend a:hover {
            text-decoration: underline;
            color: #d2fff4;
        }



/*head and footer*/
#footer {
    height: 120px;
    color: #BCD1F7;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}


body {
    overflow-x: hidden;
    margin: 6px 0 0 0;
}


#kdheadall {
    width: 960px;
    height: 500px;
    color: #FFF;
    position: relative;
    z-index: 9999;
    padding: 0 30px;
    margin: 0 auto;
}




.kdhead {
    height: 45px;
}


    .kdhead ul {
        margin: 3px 0 0 0;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        font-family: 'Microsoft Yahei';
    }

    .kdhead li {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        list-style: none;
        height: 45px;
        transition: background .5s, opacity .5s;
    }

        .kdhead li a {
            position: relative;
            top: 12px;
            text-decoration: none;
            color: white;
        }

        .kdhead li:hover {
            opacity: 0.4;
            background-color: #141212;
            transition: background .5s, opacity .5s;
        }



.subpageproduct {
    width: 960px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}

    .subpageproduct a {
        font-size: 14px;
        margin-right: 15px;
        text-decoration: none;
        float: right;
        color: #555b98;
    }

        .subpageproduct a:hover {
            color: #e13232;
        }

.subpageprofont1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px #dfdfdf solid;
}



.subpageprofon2 {
    text-indent: 2em;
    font-size: 12px;
    line-height: 20px;
}

.subpageproimg {
    margin-top: 30px;
    margin-left: 80px;
    width: 800px;
    height: 450px;
    margin-bottom: 30px;
}
