


/*头部logo和菜单*/
.header {
    height: 75px;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 4px #ccc;
}

    .header .logo {
        width: 255px;
        float: left;
    }

    .header .menu {
        float: right;
        padding-right: 20px;
    }

    .header .search {
        float: right;
        width: 160px;
        height: 26px;
        margin: 23px 0;
        border: 1px solid #e5e5e5;
        position: relative;
        border-radius: 26px;
        margin-left: 20px;
    }

        .header .search .TsearchTxt {
            width: 135px;
            border: none;
            position: absolute;
            left: 10px;
            height: 26px;
            color: #666;
        }

        .header .search .TsearchBtn {
            width: 50px;
            height: 26px;
            border: none;
            float: right;
            position: absolute;
            right: 0;
            background: url(../images/search2.png) no-repeat center center;
            background-size: 20px;
        }

    .header .menu li {
        height: 75px;
        float: left;
        width: 116px;
        text-align: center;
        position: relative;
    }

        .header .menu li a {
            display: block;
            height: 75px;
            font-size: 16px;
            margin: 0px 0 0px 0px;
            line-height: 75px;
            color: #333;
            font-weight: bold;
        }

            .header .menu li a.activeMenu {
            }

.menuBox {
    width: 116px;
    /*background: #FFF;*/
    position: absolute;
}

    .menuBox dt {
        height: 60px;
    }

    .menuBox:hover dd {
        display: block;
    }

    .menuBox:hover dt {
        border-bottom: 1px solid #ddd;
    }

    .menuBox dd {
        background: #fff;
        font-size: 12px;
        display: none;
        box-shadow: 0 0 3px #ccc;
    }

.header .menu li .menuBox dd a {
    display: block;
    font-size: 12px;
    color: #333;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    margin: 0;
    border-bottom: none;
}

    .header .menu li .menuBox dd a:hover {
        background: #f2f2f2;
    }
/*底部菜单*/
.footer {
    box-shadow: 1px -1px 3px #e5e5e5;
    height: auto;
    border-bottom: 5px solid #000;
    overflow: hidden;
    padding-bottom: 30px;
    clear: both;
    background: #000000;
    z-index: 999;
}

    .footer dl {
        float: left;
        width: 200px;
    }

        .footer dl dt {
            font-size: 14px;
            color: #fff;
            height: 40px;
            line-height: 40px;
            padding-top: 30px;
        }

            .footer dl dt a {
                font-weight: 300;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                font-family: arial;
            }

        .footer dl dd {
            font-size: 12px;
            height: 20px;
            line-height: 20px;
        }

            .footer dl dd a {
                color: #fff;
            }

                .footer dl dd a.iconfont {
                    padding-right: 10px;
                    color: #ccc;
                    display: block;
                    float: left;
                }

                    .footer dl dd a.iconfont:hover {
                        color: #fff;
                    }

                .footer dl dd a.icon2 {
                    padding-top: 2px;
                }

        .footer dl dt.telphone {
            text-indent: 20px;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
        }

        .footer dl dd.time {
            color: #000;
            padding-bottom: 10px;
        }

        .footer dl dd img {
            width: 30px;
            float: left;
        }

/*顶部右侧菜单*/
.hideMenu {
    display: none;
    width: 20px;
    height: 20px;
    background: red;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    background: url(../images/hideMenu.png) no-repeat;
    background-size: 20px 20px;
}

.allBox {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.hideMenuBox {
    width: 70%;
    position: fixed;
    left: 100%;
    background: rgba(0,0,0,0.6);
    height: 100%;
    top: 0;
    z-index: 999;
}

    .hideMenuBox h3 {
        font-size: 16px;
        color: #FFFFFF;
        text-indent: 10px;
        height: 40px;
        line-height: 40px;
    }

    .hideMenuBox ul {
        height: 90%;
        padding-bottom: 30px;
        overflow-y: scroll;
    }

        .hideMenuBox ul li a {
            color: #fff;
            font-size: 14px;
        }

        .hideMenuBox ul li {
            font-size: 14px;
        }

        .hideMenuBox ul li {
            line-height: 40px;
            text-indent: 10px;
            font-size: 14px;
        }

            .hideMenuBox ul li span {
                display: inline-block;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #fff;
                float: left;
                margin: 13px 0 0 20px;
            }

            .hideMenuBox ul li img {
                width: 10px;
                display: block;
                float: left;
                padding: 15px 0px 0 10px;
            }

            .hideMenuBox ul li dt {
                color: #fff;
                height: 40px;
                line-height: 40px;
            }


            .hideMenuBox ul li dd {
                color: #fff;
                line-height: 30px;
                display: none;
            }

                .hideMenuBox ul li dd a {
                    display: block;
                    height: 30px;
                    line-height: 30px;
                }
/*客服*/
.side {
    position: fixed;
    width: 45px;
    height: 230px;
    right: 5px;
    top: 50%;
    margin-top: -115px;
    z-index: 100;
}

    .side ul li {
        width: 45px;
        height: 45px;
        float: left;
        position: relative;
        border-bottom: 1px solid #444;
    }

        .side ul li .sidebox {
            position: absolute;
            width: 45px;
            height: 45px;
            line-height: 45px;
            top: 0;
            right: 0;
            transition: all 0.3s;
            background: #000;
            opacity: 0.8;
            filter: Alpha(opacity=80);
            color: #fff;
            overflow: hidden;
        }

        .side ul li .sidetop {
            width: 45px;
            height: 45px;
            line-height: 45px;
            display: inline-block;
            background: #ae1c1c;
            opacity: 1;
            filter: Alpha(opacity=80);
            transition: all 0.3s;
        }

            .side ul li .sidetop:hover {
                background: #ae1c1c;
                opacity: 1;
                filter: Alpha(opacity=100);
            }

        .side ul li img {
            float: left;
            width: 45px;
            height: 45px;
            display: inline-block;
        }

.header .languese {
    float: right;
    width: 30px;
    font-size: 12px;
    padding-left: 8px;
    display: none;
}

    .header .languese img {
        width: 16px;
        margin: 25px auto 0;
    }

/*媒体查询，参考部分Bootstrap 框架*/
/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {
    .header .languese {
        display: block;
    }
}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {
    .header .menu {
        display: none;
    }

    .header {
        height: 40px;
        position: fixed;
    }

        .header .logo {
            width: 135px;
        }

        .header .search {
            position: absolute;
            display: none;
            left: 0;
            background: rgba(255,255,255,0.5);
            top: 0px;
            width: 96%;
            margin: 0px auto;
        }

    .side {
        display: none;
    }

    .hideMenu {
        display: block;
    }

    .hideDl {
        display: none;
    }

    .footer dl {
        width: 22%;
        text-indent: 10px;
    }

        .footer dl dd {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .footer dl.contact {
            width: 34%;
            text-align: center;
        }

            .footer dl.contact dd {
                width: 100%;
                margin: 0 auto;
            }

                .footer dl.contact dd.time {
                    color: #fff;
                }

        .footer dl dt {
            padding-top: 15px;
        }

            .footer dl dt.telphone {
                padding-top: 15px;
                text-indent: 0px;
            }
}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
    .header .menu {
        display: none;
    }

    .header {
        height: 40px;
        position: fixed;
    }

        .header .logo {
            width: 135px;
        }

        .header .search {
            position: absolute;
            display: none;
            left: 0;
            background: rgba(255,255,255,0.5);
            top: 0px;
            width: 96%;
            margin: 0px auto;
        }

    .side {
        display: none;
    }

    .hideMenu {
        display: block;
    }

    .hideDl {
        display: none;
    }

    .footer dl {
        width: 22%;
        text-indent: 10px;
    }

        .footer dl dd {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .footer dl.contact {
            width: 34%;
            text-align: center;
        }

            .footer dl.contact dd {
                width: 100%;
                margin: 0 auto;
            }

                .footer dl.contact dd.time {
                    color: #fff;
                }

        .footer dl dt {
            padding-top: 15px;
        }

            .footer dl dt.telphone {
                padding-top: 15px;
                text-indent: 0px;
            }
}


/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
    .header .menu {
        display: none;
    }

    .header {
        height: 40px;
        position: fixed;
    }

        .header .logo {
            width: 135px;
        }

        .header .search {
            position: absolute;
            display: none;
            left: 0;
            background: rgba(255,255,255,0.5);
            top: 0px;
            width: 96%;
            margin: 0px auto;
        }

    .side {
        display: none;
    }

    .hideMenu {
        display: block;
    }

    .hideDl {
        display: none;
    }

    .footer dl {
        width: 22%;
        text-indent: 10px;
    }

        .footer dl dd {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .footer dl.contact {
            width: 34%;
            text-align: center;
        }

            .footer dl.contact dd {
                width: 100%;
                margin: 0 auto;
            }

                .footer dl.contact dd.time {
                    color: #fff;
                }

        .footer dl dt {
            padding-top: 15px;
        }

            .footer dl dt.telphone {
                padding-top: 15px;
                text-indent: 0px;
            }
}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
    .header .menu {
        display: none;
    }

    .header {
        height: 40px;
        position:fixed;
    }

        .header .logo {
            width: 135px;
        }

        .header .search {
            position: absolute;
            display: none;
            left: 0;
            background: rgba(255,255,255,0.5);
            top: 0px;
            width: 96%;
            margin: 0px auto;
        }

    .side {
        display: none;
    }

    .hideMenu {
        display: block;
    }

    .hideDl {
        display: none;
    }

    .footer dl {
        width: 33%;
        text-indent: 10px;
    }

        .footer dl dd {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .footer dl.contact {
            width: 100%;
            text-align: center;
        }

            .footer dl.contact dd {
                width: 100%;
                margin: 0 auto;
            }

                .footer dl.contact dd.time {
                    color: #fff;
                }

        .footer dl dt {
            padding-top: 15px;
        }

            .footer dl dt.telphone {
                padding-top: 15px;
                text-indent: 0px;
            }
}
