* {
	margin: 0;
	padding: 0;
	/* [disabled]font-family: "Microsoft YaHei"; */
}

header {
    font-size: 10px;
    line-height: 18px;
}

header .container {
    background-color: #343535;
}

header .container .header-info {
    width: 980px;
    height: 20px;
    margin: 0 auto;
    background: url("../images/index-tel.png") no-repeat -12px -5px;
}

header .container .header-info .header-left {
    margin-left: 20px;
    float: left;
}

header .container .header-info .header-left span {
    color: #ffffff;
}

header .container .header-info .header-left a {
    margin: 0 10px;
    color: #ffffff;
    text-decoration: none;
}

header .container .header-info .header-right {
    margin-right: 20px;
    float: right;
}

header .container .header-info .header-right a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px;
}

header .container .header-info .header-right span {
    color: #6c6c6c;
}

header .container .header-info .header-right a:nth-child(4) {
    color: #b5b5b5;
}

header .container .header-info:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

header .container-filed nav {
    width: 980px;
    margin: 0 auto;
    height: 78px;
}

header .container-filed nav .logo {
    float: left;
}

header .container-filed nav .logo a {
    display: block;
    line-height: 75px;
}

header .container-filed nav .logo a img {
    vertical-align: middle;
}

header .container-filed nav .nav-bar {
    float: right;
}

header .container-filed nav .nav-bar li {
    float: left;
    list-style: none;
    height: 76px;
    width: 74px;
    text-align: center;
    line-height: 94px;
    margin: 0 20px;
}

header .container-filed nav .nav-bar li a {
    text-decoration: none;
    color: #000000;
    display: block;
}

header .container-filed nav .nav-bar:after {
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
    content: '';
}

header .container-filed nav:after {
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
    content: '';
}

header .container-list .containerInfo {
    width: 980px;
    margin: 0 auto;
    background: -webkit-linear-gradient(rgba(0, 0, 255, 0.39), #d4d7e6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 255, 0.39), #d4d7e6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 255, 0.39), #d4d7e6); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 255, 0.39), #d4d7e6); /* 标准的语法 */
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

header .container-list .containerInfo ul li {
    float: left;
    text-align: center;
    width: 8%;
    margin: 0 1%;
    height: 40px;
    box-sizing: border-box;
}

header .container-list .containerInfo ul li:hover a {
    background-color: #ffffff;
    /*border-top: 1px solid black;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .container-list .containerInfo ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    display: block;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
}

header .container-list .containerInfo ul:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

.active {
    background-color: rgb(21, 121, 183);
    border-bottom: 2px solid rgb(255, 200, 32);
}

.active a {
    color: #ffffff !important;
}

@media only screen and  (max-width: 980px) {
    header .container {
        width: 100%;
    }

    .container .header-info {
        width: 100% !important;
        height: auto !important;
    }

    .header-left, .header-right {
        float: none !important;
        margin-right: 0 !important;
        width: 98%;
        margin-left: 5% !important;
    }

    .header-right {
        font-size: 0;
    }

    .header-right span {
        display: none;
    }

    .header-right a[title='中文'] {
        color: #ffffff !important;
    }

    .header-right a {
        color: #6c6c6c;
        display: inline-block;
        width: 31%;
        margin: 0 1% !important;
        font-size: 14px;
        text-align: center;
    }

    header .container .header-info .header-left a, header .container .header-info .header-left span {
        font-size: 13px;
    }

    .container-filed nav {
        width: 100% !important;
        height: auto !important;
    }

    .logo, .nav-bar {
        float: none !important;
    }

    .nav-bar li {
        box-sizing: border-box;
        width: 46% !important;
        margin: 0 2% !important;
    }

    .panel {
        display: none;
    }

    .nav-bar li a ruby rt {
        font-size: 20px !important;
    }

    .container-list .containerInfo {
        width: 100% !important;
    }

    header .container-list .containerInfo ul li {
        width: 25%;
        margin: 0;
    }

    header .container-list .containerInfo ul li a {
        height: inherit;
        line-height: 40px;
        margin-top: 0;
    }

    header .container-list .containerInfo ul li:hover a {
        background-color: inherit;
        /*border-top: 1px solid black;*/
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

}
