﻿body, html, form {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    font-size: 14px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    z-index: 10000;
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}

#div {
    margin-top: 90px;
    display: none;
    position: absolute;
}

/*头部CSS*/

* {
    margin: 0px;
    padding: 0px;
}

.top_navbar_white {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 99;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.top_navbar {
    width: 100%;
    background-color: rgba(51,51,51,0.5);
    position: absolute;
    z-index: 99;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top_navbar_white .NavMenu {
    text-align: center;
    width: 7.29vw;
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 4.17vw;
    font-size: 1.042vw;
    font-weight: normal;
}

.top_navbar .NavMenu {
    text-align: center;
    width: 7.29vw;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 4.17vw;
    font-size: 1.042vw;
    font-weight: normal;
}

.top_navbar_white #applyAccount {
    background-color: #00AFCC;
}

.NavMenu:hover {
    color: #00BEDB !important;
    background-image: url(../Image/Top/bg_nav.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ActiveNavMenu {
    color: #00BEDB !important;
    background-image: url(../Image/Top/bg_nav.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#nav {
    position: absolute;
}

    #nav ul {
        list-style-type: none;
    }

        #nav ul li {
            float: left;
            position: relative;
        }

            #nav ul li a {
                text-decoration: none;
                font-weight: bold;
                font-size: 0.833vw;
            }

/*#nav ul li ul {
    display: none;
    width: 50vw;
    height: 9.37vw;
    background: white;
    float: left;
    position: relative;
}

#nav ul li:hover ul {
    display: block;
    position: absolute;
}

    #nav ul li:hover ul li a {
        display: block;
        text-align: center;
        border-right: none;
        padding-top: 0.521vw;
        padding-bottom: 0.521vw;
    }

        #nav ul li:hover ul li a img {
            display: block;
            margin: auto;
            margin-bottom: 0.26vw;
            height: 6.25vw;
            transition: all 0.5s;
        }

#nav ul li ul li div div a {
    font-size: 0.73vw;
    color: #666;
}

    #nav ul li ul li div div a:hover {
        color: orange;
    }

#nav ul li:hover ul li a:hover img {
    transform: scale(1.1);
}*/

#pic {
    transition: background-image ease-in-out 0.3s;
}

#applyAccount {
    width: 7.81vw;
    height: 2.4vw;
    line-height: 2.3vw;
    font-size: 0.833vw;
    text-align: center;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 0.312vw;
    cursor: pointer;
}

.Product {
    /*height: 14.58vw;*/
    width: 100%;
    top: 4.17vw;
    position: absolute;
    z-index: 99;
    border-radius: 0px 0px 0.417vw 0.417vw;
    display: none;
    padding: 1.042vw 8.33vw;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    border-top: 1px solid #F0F0F0;
}

.ProductLine {
    width: 1px;
    height: 10.6vw;
    margin-top: 1.042vw;
    background-color: #f0f0f0;
    float: left;
    margin-right: 1.5vw;
}

.productItemTitle {
    font-size: 1.25vw;
    color: #333333;
    line-height: 2.604vw;
}

    .productItemTitle a {
        color: #333;
        text-decoration: none;
    }

        .productItemTitle a:hover {
            color: #00BEDB;
        }

.ItemTitle {
    font-size: 0.833vw;
    color: #999999;
    line-height: 1.042vw;
    margin-bottom: 1.042vw;
}

.productItem {
    font-size: 0.833vw;
    line-height: 1.875vw;
    color: #333;
}

    .productItem a {
        color: #333;
        text-decoration: none;
    }

        .productItem a:hover {
            color: #00BEDB;
        }

.productItemContent {
    overflow: hidden;
}

.Explore {
    width: 7.29vw;
    top: 4.17vw;
    left: 73.4vw;
    position: absolute;
    z-index: 99;
    border-radius: 0px 0px 0.417vw 0.417vw;
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    border-top: 1px solid #F0F0F0;
}

.ExploreItem {
    height: 3.12vw;
    line-height: 3.12vw;
    font-size: 0.937vw;
    text-align: center;
}

    .ExploreItem a {
        color: #333;
        text-decoration: none;
    }

        .ExploreItem a:hover {
            color: #00BEDB;
        }

.Scale11 {
    transition: all linear 0.3s;
}

    .Scale11:hover {
        transform: scale(1.1);
    }
