﻿/*极细*/
/*@font-face {
    font-family: 'PingFangSC-ExtraLight';
    src: url('fonts/PingFangSC-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

/*较细*/
@font-face {
    font-family: 'PingFangSC-Light';
    src: url('fonts/PingFangSC-Light.woff2') format('woff2'),url('fonts/PingFangSC-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*常规*/
@font-face {
    font-family: 'PingFangSC-Regular';
    src: url('fonts/PingFangSC-Regular.woff2') format('woff2'),url('fonts/PingFangSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*中等*/
@font-face {
    font-family: 'PingFangSC';
    src: url('fonts/PingFangSC-Medium.woff2') format('woff2'),url('fonts/PingFangSC-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*加粗*/
@font-face {
    font-family: 'PingFangSC-Bold';
    src: url('fonts/PingFangSC-Semibold.woff2') format('woff2'),url('fonts/PingFangSC-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*特粗*/
/*@font-face {
    font-family: 'PingFangSC-Heavy';
    src: url('fonts/PingFangSC-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: PingFangSC,Microsoft YaHei, arial, sans-serif;
    background: #fff;
}

.navbar {
    position: relative;
    z-index: 1030;
}

.navbar-black {
    background-color: #222
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030
}

/*logo*/
.logo {
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

a.logo:hover {
    text-decoration: none
}

.navbar .logo {
    height: 69px;
    line-height: 69px;
    /*margin-left: 80px;*/
    float: left;
}

    .navbar .logo > img {
        margin: auto;
    }

.navbar-logo, .navbar-logo-m {
    font-size: 16px
}

.navbar-slogan {
    font-size: 12px;
    cursor: default
}

.navbar .container {
    position: relative
}

.navbar-userbar {
    position: absolute;
    top: 0px;
    right: 15px
}

.navbar .container .navbar-userbar {
    right: 0px
}

/*导航*/
.nav {
    z-index: 1;
    /*background-color: #f5f5f5*/
}

    .nav > ul {
        font-size: 0;
        line-height: 0
    }

        .nav > ul > li {
            position: relative;
            /*border-bottom: 2px solid white;*/
            /*margin-right: 8px;*/
            width: 133px;
            display: inline-block;
        }

            .nav > ul > li, .nav > ul > li > a {
                display: inline-block;
                height: 73px;
                line-height: 73px;
                text-align: center;
                font-size: 24px;
                width: 150px;
                padding: 0 0;
                font-family: Inter-Regular;
            }

                .nav > ul > li > a {
                    /*padding: 0 20px*/
                    color:#fff;
                }

                    .nav > ul > li > a:hover, .nav > ul > li.current > a {
                        color: #fff;
                        /*border-bottom: 2px solid #4d68b5;*/
                        text-decoration: none;
                        -webkit-transition: background-color 0.3s ease 0s;
                        -moz-transition: background-color 0.3s ease 0s;
                        -o-transition: background-color 0.3s ease 0s;
                        -ms-transition: background-color 0.3s ease 0s;
                        transition: background-color 0.3s ease 0s;
                        font-weight: bold;
                        /*background: #333333;*/
                        background: rgba(51,51,51,0.2);
                    }

/*.searchBox {
    float: left;
    width: 500px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #d8d8d8;
    margin: 15px 0 0 150px;
    position: relative;
}*/

    .searchBox input {
        /*width: 400px;
        height: 30px;
        line-height: 30px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 15px;*/
        border: 0;
        font-family: "PingFangSC,Microsoft YaHei";
        padding: 0 60px 0 24px;
        opacity: 1;
        font-size: 18px;
        color: #7d7d7d;
    }

.searchBox .sousuo_btn {
    /*background-position: 0 -51px;
    margin-top: -10px;
    background: url('../image/search.png') no-repeat;
    background-size: cover;
     width:20px;
     height:20px;
    position: absolute;
   
    cursor: pointer;*/
}

@media (max-width: 767px) {
    .logo {
        margin-right: 0
    }

    .navbar-nav {
        display: none
    }

        .navbar-nav > ul > li {
            width: 100%;
            text-align: left
        }

            .navbar-nav > ul > li > a {
                display: block;
                padding: 0px;
                text-align: left
            }

    .nav-collapse ul, .nav-collapse li {
        width: 100%;
        display: block
    }

    .js .nav-collapse {
        position: absolute;
        display: block;
        float: none;
        clear: both;
        max-height: 0;
        clip: rect(0 0 0 0);
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
        zoom: 1;
        -webkt-transition: max-height 284ms ease 0s;
        -moz-transition: max-height 284ms ease 0s;
        -o-transition: max-height 284ms ease 0s;
        -ms-transition: max-height 284ms ease 0s;
        transition: max-height 284ms ease 0s
    }

    .js-nav-active .nav-collapse.closed {
        max-height: none
    }

    .nav-collapse.opened {
        max-height: 9999px
    }
}

/*导航条风格-黑色*/
.navbar-black {
    background-color: #222;
    border-bottom: #080808 1px solid;
    -moz-box-shadow: 0 0 4px #333333;
    -webkit-box-shadow: 0 0 4px #333333;
    box-shadow: 0 0 4px #333333
}

    .navbar-black .logo {
        color: #fff
    }

    .navbar-black .navbar-logo-m {
        color: #eee
    }

    .navbar-black .navbar-nav > ul > li,
    .navbar-black .navbar-nav > ul > li > a {
        color: #fff
    }

        .navbar-black .navbar-nav > ul > li > a:hover,
        .navbar-black .navbar-nav > ul > li.current > a {
            color: #fff
        }

    .navbar-black .navbar-userbar {
        color: #fff
    }

@media (max-width: 767px) {
    .navbar-black .navbar-nav > ul > li {
        border-bottom: solid 1px #222
    }

        .navbar-black .navbar-nav > ul > li > a:hover,
        .navbar-black .navbar-nav > ul > li.current > a {
            background: #777
        }
}

/*面包导航*/
.nav-toggle, a.nav-toggle {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 20px;
    color: #999;
    padding: 6px 11px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .nav-toggle:hover, a.nav-toggle:hover {
        text-decoration: none;
        color: #fff
    }

.footer {
    font-family: PingFangSC,Microsoft YaHei, arial, sans-serif;
    background-color: #444444;
    border-top: 0px solid #E8E8E8;
    padding-left: -20px;
    color: #666;
    line-height: 22px;
    text-align: left;
    color: #c9c9c9;
    font-size: 20px;
}

    .footer span {
        line-height: 30px;
        margin-right: 40px;
    }

        .footer span a, .footer a, .footer span a:hover {
            color: #c9c9c9;
        }

.shanchang {
    color: #25a7b5;
}

.color0 {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,100,0.01);
}

.color1 {
    width: 100%;
    height: 100%;
    background-color: rgba(0,255,255,0.01);
}

.color2 {
    width: 100%;
    height: 100%;
    background-color: rgba(0,255,0,0.01);
}

.color3 {
    width: 100%;
    height: 100%;
    background-color: rgba(255,0,0,0.01);
}

.head-banner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.hz_a {
    float: left;
    width: 122px;
    height: 42px;
    background: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    line-height: 42px;
    text-align: center;
    color: #444444;
}

.hz_a1 {
    float: left;
    width: 122px;
    height: 42px;
    background: #ffffff;
    border-radius: 6px 6px 6px 6px;
    line-height: 42px;
    text-align: center;
    margin-left: 20px;
    color: #444444 !important;
}
.hz_a2 {
    float: left;
    /*width: 90px;*/
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-left: 20px;
    color: #ffffff !important;
    font-family: emoji;
    font-size: 16px;
}
   
/**分页样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

    .pagination li {
        display: inline-block !important;
        /*border: solid 1px #ccc;
        padding: 5px;*/
        min-width: 35px;
    }

        .pagination li a, .pagination li > span {
            position: relative;
            float: left;
            padding: 6px 15px;
            margin-left: -1px;
            line-height: 30px;
            color: #666666;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            font-size: 16px;
        }

    .pagination input {
        height: 25px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
