/* Initialization */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
}

iframe {
    border: none;
}

body, html {
    font-family: Î¢ÈíÑÅºÚ,ºÚÌå,Arial;
    font-size: 12px;
    color: #000;
    background-color: #fff; /* #f5f7fa;*/
}

#main {
    margin: 0px auto;
    width: 1200px;
    overflow: hidden;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearer {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 1px;
    font-size: 1px;
}

.selfclear {
    zoom: 1;
}

    .selfclear:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

img {
    border: 0;
}

.mt1 { /*Margin Top 10px*/
    margin-top: 10px;
}

.fl { /*Float Left*/
    float: left;
}

.fr { /*Float Right*/
    float: right;
}

.cp { /*Cursor Pointer*/
    cursor: pointer;
}

.cd { /*Cursor Default*/
    cursor: default;
}

#top {
    margin: 0px auto;
    height: 40px; /*40px*/
    line-height: 40px; /*40px*/
    background-color: #0099cc;
    border-top: 3px solid #4a4a4a;
}

#top_msg {
    display: block;
    margin: 0px auto;
    width: 1200px;
    height: 40px; /*40px*/
    line-height: 40px; /*40px*/
    overflow: hidden;
}

    #top_msg img {
        margin-left: 10px;
        margin-bottom: -6px;
    }

    #top_msg span {
        font-family: Î¢ÈíÑÅºÚ,ºÚÌå,ËÎÌå;
        font-size: 12px;
        color: #ffffff;
        margin-left: 10px;
    }

    #top_msg A {
        font-family: Î¢ÈíÑÅºÚ,ºÚÌå,ËÎÌå;
        font-size: 14px;
        color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
    }

    #top_msg #notlogged {
        float: right;
        font-family: Î¢ÈíÑÅºÚ,ºÚÌå,ËÎÌå;
        font-size: 14px;
        color: #ffffff;
    }

    #top_msg #loggedin {
        float: right;
        font-family: Î¢ÈíÑÅºÚ,ºÚÌå,ËÎÌå;
        font-size: 14px;
        color: #ffffff;
    }

#nav {
    margin: 0px auto 3px auto;
    height: 80px;
    border-bottom: 1px solid #53575a;
}

.dnav {
    width: 1200px;
    margin: 0px auto 3px auto;
}

#logo {
    margin-left: 10px;
    float: left;
}

/* header.ascx */
#services {
    width: 60px;
    border: 1px solid #cacaca;
    position: fixed;
    top: 300px;
    right: 25px;
    z-index: 999;
    text-align: center;
    background-color: #ffffff;
}

#menu {
    height: 27px;
    width: 1028px;
    text-align: right;
    float: left;
    line-height: 80px;
    margin: 0px auto;
}

    #menu .def {
        background-image: url(/images/tag-02.png);
        background-position: 0px 25px;
        background-repeat: no-repeat;
        color: #ffffff;
        cursor: default;
    }

    #menu li {
        width: 100px;
        height: 80px;
        text-align: center;
        list-style-type: none;
        float: right;
        margin: 0px 5px 0px 5px;
    }

    #menu a {
        display: block;
        width: 100px;
        height: 80px;
        text-align: center;
        font-family: ºÚÌå;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        color: #5a5f69;
    }

        #menu a:hover {
            color: #ffffff;
            background-image: url(/images/tag-02.png);
            background-position: 0px 25px;
            background-repeat: no-repeat;
        }

.dkf { /*div ¿Í·þ*/
    height: 75px;
    border-bottom: 1px solid #cacaca;
}

.dkfs { /*div ¿Í·þ span*/
    display: block;
    height: 25px;
    line-height: 25px;
    color: #545454;
}

#divWeibo {
    display: none;
    width: 150px;
    height: 175px;
    position: absolute;
    right: 60px;
    border: 1px solid #cacaca;
    background-color: #ffffff;
    top: 30px;
}

#divWeixin {
    display: none;
    width: 150px;
    height: 175px;
    position: absolute;
    right: 60px;
    border: 1px solid #cacaca;
    background-color: #ffffff;
    top: 100px;
}

.dww { /*div Î¢²© Î¢ÐÅ*/
    cursor: pointer;
    height: 75px;
    border-bottom: 1px solid #cacaca;
}

/* product.ascx */
#productnav li {
    text-align: center;
    list-style-type: none;
    float: right;
    display: block;
}

#productnav a {
    font-family: ËÎÌå;
    font-size: 12px;
    color: #4a4a4a;
}

    #productnav a:hover {
        color: #0099cc;
        text-decoration: underline;
    }

#productnav .pro {
    cursor: default;
    color: #0099cc;
    text-decoration: underline;
}

/* footer.ascx */
#footer {
    width: 1200px;
    margin: 10px auto;
}

#FakeNav {
    display: block;
    width: 900px;
    height: 75px;
    line-height: 75px;
    float: left;
}

    #FakeNav a {
        font-size: 13px;
        color: #545454;
    }

#hotline {
    display: block;
    width: 300px;
    height: 75px;
    line-height: 75px;
    border: 0px solid #000000;
    float: left;
    text-align: right;
}

    #hotline img {
        margin-top: 17px;
    }

.friendlink {
    display: block;
    width: 1200px;
    color: #4a4a4a;
    font-size: 12px;
    text-decoration: none;
    float: left;
    line-height: 30px;
    border-top: 1px solid #666666;
    border-bottom: 0px solid #666666;
    text-align: left;
    word-spacing: 5px;
}

.copyright {
    color: #4a4a4a;
    font-size: 12px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    float: left;
    border-top: 0px solid #666666;
    width: 1200px;
    text-align: center;
}

    .copyright a {
        font-size: 12px;
        color: #008cc9;
        text-decoration: none;
    }

        .copyright a:hover {
            font-size: 12px;
            color: #008cc9;
            text-decoration: underline;
        }

#CommonNav {
    position: relative;
    display: block;
    width: 1200px;
    padding: 0;
    background-image: url(/images/nav_11.png);
    text-align: left;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
    height: 38px;
    border-radius: 6px;
    z-index: 9998;
    margin: 0px auto 20px;
}

    #CommonNav.Home {
        position: absolute;
        left: 25%;
    }

    #CommonNav div {
        font-family: Î¢ÈíÑÅºÚ;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
        color: #fff;
        height: 38px;
        line-height: 38px;
        display: block;
        float: right;
        overflow: hidden;
        text-shadow: 1px 1px 3px #666;
        /*width: 300px;*/
        text-align: right;
        vertical-align: middle;
        padding-right: 20px;
    }

        #CommonNav div a {
            color: #fff;
        }

        #CommonNav div.hide {
            display: none;
        }

    #CommonNav Span {
        font-family: Î¢ÈíÑÅºÚ;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
        color: #fff;
        height: 38px;
        line-height: 38px;
        text-align: center;
        display: block;
        float: left;
        overflow: hidden;
        text-shadow: 1px 1px 3px #666;
        width: 260px;
    }

#CommonNav Span I {
    margin-left: 10px;
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 38px;
    text-align: center;
    text-shadow: 1px 1px 3px #666;
}

#languge {
    /*background-color:aliceblue;*/
    height:24px;
    text-align:right;
    vertical-align:middle;
    
    margin:0 auto;
    padding-right:30px;
    position:relative;
    padding-left:1110px;
    margin-bottom:2px;
}
#languge p{
position:absolute;
bottom:0px;
} 

#languge a {
    font-family:Arial;
    font-size:9px;
}

#divProduct {
    background-color: #4d4d4d;
    position: absolute;
    top: 38px;
    left: 362px;
    display: none;
}

.aPCenter a {
    text-decoration: underline;
}

#globalnav {
    -webkit-transition: width 0.3s ease-in-out;
    display: table;
    float: left;
    width: 610px;
    height: 38px;
    table-layout: fixed;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none outside;
}

    #globalnav Li {
        font-family: Î¢ÈíÑÅºÚ;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 2px;
        color: #fff;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        display: block;
        float: left;
        overflow: hidden;
        text-shadow: 1px 1px 3px #333;
        margin-right: 1px;
        cursor: pointer;
    }

        #globalnav Li:hover {
            font-family: Î¢ÈíÑÅºÚ;
            font-size: 13px;
            font-weight: 600;
            font-style: normal;
            letter-spacing: 2px;
            color: #fff;
            width: 120px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            display: block;
            float: left;
            background-image: url(/images/nav_05.png);
            background-position: left;
            background-repeat: no-repeat;
            overflow: hidden;
            text-shadow: 1px 1px 3px #333;
            margin-right: 1px;
        }

        #globalnav Li.def {
            font-family: Î¢ÈíÑÅºÚ;
            font-size: 13px;
            font-weight: 600;
            font-style: normal;
            letter-spacing: 2px;
            color: #fff;
            width: 120px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            display: block;
            float: left;
            background-image: url(/images/nav_05.png);
            background-position: left;
            background-repeat: no-repeat;
            overflow: hidden;
            text-shadow: 1px 1px 3px #333;
            margin-right: 1px;
        }

        #globalnav Li A {
            color: #fff;
            text-decoration: none;
        }

.CNIndex {
    position: absolute;
    left: 25%;
}

.L1 {
    color: #ffffff;
}

.L2 {
    color: #00ff00;
}

.L3 {
    color: #01ff9c;
}

.L4 {
    color: #fff100;
}

.L5 {
    color: #00d8ff;
}

.L6 {
    color: #ff0000;
}

#GlobalSearch {
    background-image: url(/images/nav_06.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 170px;
    height: 38px;
    line-height: 38px;
    float: left;
}

#searchtext {
    color: #000;
    border: 0 none currentColor;
    padding: 0px;
    background-color: transparent;
    margin-top: 12px;
    margin-left: 30px;
    width: 132px;
    height: 17px;
}
