﻿/********************************* header STRAT ********************************/
.headercur {
    color: red;
}

.header {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 991;
    min-height: 55px;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    position: fixed;
}

    .header a.logo {
        float: left;
        display: none;
    }

        .header a.logo img {
            height: 50px;
        }

            .header a.logo img.logoPc {
                display: none;
                width: 120px;
                height: 120px;
            }

            .header a.logo img.logom {
                display: block;
            }

    .header a.logo-m {
        float: left;
        padding-top: 8px;
    }

        .header a.logo-m img {
            height: 30px;
        }

.header_btn {
    float: right;
    margin-top: 0px;
}

.searchStore {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    background-color: #fff;
    padding: 10px 10px;
    display: none;
}

    .searchStore dl dt {
        float: left;
        width: 90px;
        height: 37px;
        background: #eeeeee url(../image/img159.png) no-repeat 10px center;
        background-size: 17px;
        -webkit-border-radius: 20px 0px 0px 20px;
        border-radius: 20px 0px 0px 20px;
    }

        .searchStore dl dt p {
            padding: 8px 0px 0px 30px;
            font-size: 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .searchStore dl dd {
        float: right;
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px);
        height: 37px;
        background: #eeeeee url(../image/img159.png) no-repeat 0px center;
        -webkit-border-radius: 0px 20px 20px 0px;
        border-radius: 0px 20px 20px 0px;
        position: relative;
    }

        .searchStore dl dd label {
            padding: 7px 95px 7px 30px;
            display: block;
        }

            .searchStore dl dd label input {
                width: 100%;
                border: none;
                background: none;
                outline: none;
            }

        .searchStore dl dd input.searchStoreBtn {
            position: absolute;
            right: 0px;
            height: 100%;
            width: 90px;
            background-color: #000;
            font-size: 14px;
            color: #fff;
            -webkit-border-radius: 0px 20px 20px 0px;
            border-radius: 0px 20px 20px 0px;
            top: 0px;
        }

.searchBtn {
    float: left;
    padding-left: 10px;
    position: relative;
    display: none;
}

    .searchBtn span {
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: url(../image/topsearch1.png) no-repeat center;
        width: 36px;
        height: 36px;
        display: block;
        cursor: pointer;
    }

        .searchBtn span.headercur {
            background: url(../image/topsearch.png) no-repeat center #115fa7;
        }

.head_searchbox {
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 200;
    padding: 10px;
    line-height: 1;
    width: 100%;
    display: none;
}

    .head_searchbox form {
        position: relative;
        display: block;
        width: 100%;
        font-size: 0;
        border: 2px solid #115fa7;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

        .head_searchbox form input.search_Textbox {
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding: 0 90px 0 15px;
            font-size: 14px;
            color: #666;
            vertical-align: middle;
            background: #fff;
        }

        .head_searchbox form input.search_btn {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
            width: 80px;
            height: 100%;
            background: url(../image/topsearch.png) #115fa7 no-repeat center center;
        }

.navbtn {
    float: left;
    padding-left: 10px;
}

    .navbtn p {
        width: 36px;
        height: 36px;
        position: relative;
        cursor: pointer;
    }

        .navbtn p span {
            position: absolute;
            top: 10px;
            width: 28px;
            height: 2px;
            left: 4px;
            background-color: #115fa7;
            display: block;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .navbtn p span:nth-child(2) {
                top: 18px;
            }

            .navbtn p span:nth-child(3) {
                top: 26px;
            }

.navbtnclose p span:nth-child(1) {
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbtnclose p span:nth-child(2) {
    display: none;
}

.navbtnclose p span:nth-child(3) {
    top: 17px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.searchBtn {
    display: none !important;
}

@media (min-width: 992px) {
    body {
        padding-top: 0px;
    }

    .header {
        left: 0px;
        right: 0px;
    }

        .header a.logo-m {
            display: none;
        }

        .header a.logo {
            display: block;
        }

            .header a.logo img {
                height: 120px;
                position: relative;
                margin-left: 30px;
            }

                .header a.logo img.logoPc {
                    display: block;
                }

                .header a.logo img.logom {
                    display: none;
                }

    .searchBtn {
        display: block !important;
    }

        .searchBtn span {
            background: url(../image/topsearch.png) no-repeat center;
        }

    .head_searchbox {
        position: fixed;
        width: 300px;
        right: 0px;
        left: auto;
        top: 80px;
    }

    .header_btn {
        margin-top: 40px;
        margin-right: 30px;
    }

    .navbtn p {
        display: none;
    }

        .navbtn p span {
            background-color: #fff;
        }


        .navbtn p span {
            position: absolute;
            top: 12px;
            width: 14px;
            height: 1px;
            left: 10px;
            display: block;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .navbtn p span:nth-child(2) {
                top: 17px;
            }

            .navbtn p span:nth-child(3) {
                top: 22px;
            }

    .navbtnclose p span:nth-child(1) {
        top: 17px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbtnclose p span:nth-child(2) {
        display: none;
    }

    .navbtnclose p span:nth-child(3) {
        top: 17px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.header dt {
    display: inline-block;
    color: white;
    padding: 0 30px;
    line-height: 36px;
    position: relative;
}

    .header dt:nth-child(3n) {
        float: left;
        position: relative;
    }

    .header dt:nth-child(4n) {
        padding-right: 0;
        display: none;
    }

    .header dt::after {
        content: " ";
        width: 2px;
        height: 13px;
        background: #fff;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

.topnav::after {
    display: none;
}

@media (min-width:992px) and (max-width:1200px) {
    .nav {
        margin-left: 0px;
    }

        .nav ul li {
            margin-right: 15px;
        }

    .header dt {
        padding: 0 15px;
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .nav {
        margin-left: 0px;
    }

        .nav ul li {
            margin-right: 30px;
        }
}

@media (min-width:1500px) and (max-width:1700px) {
    .nav {
        margin-left: 0px;
    }
}

@media (max-width:992px) {
    .header a.logo-m {
        padding-top: 0;
        padding-left: 20px;
    }

        .header a.logo-m img {
            height: 55px;
        }

    .language {
        display: none !important;
    }

    .header dt::after {
        display: noen;
        width: 0;
    }

    .navbtn {
        float: unset;
        padding-top: 10px;
        padding-right: 5px;
    }

    .searchBtn {
        display: none;
    }

    .header dt {
        padding: 0;
    }
}

@media (max-width:992px) {
    .header {
        background: white !important;
    }

    .nav ul li > a {
        color: #333 !important;
    }
}
