body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}


body,
button,
input,
select,
textarea {
    /* for ie */

    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}


ul,
ol {
    list-style: none;
}


a {
    text-decoration: none;
    color: #333333
}



abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    border: none;
    height: 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    font-family: '思源黑体';
    background-image: url(../images/bcg03.png);
    background-repeat: repeat-x;
}

.banner .banner-ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-size: 12px;
    font-weight: normal;
}

.banner .banner-ul li {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.right-ul {
    margin-left: 20px;
}

.right-ul li {
    margin-top: 5px;
    padding-top: 15px;
}

td {
    padding: 2px 2px;
}

.white img {
    margin-left: -10px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;

}

/* 底部选择链接 */
.footer_select {
    width: 100%;
    height: 50px;
    background-color: rgb(241, 241, 241);
}

.footer_top {
    width: 1200px;
    margin: 0 auto;
}

.footer_top select {
    width: 180px;
    height: 25px;
    margin-top: 15px;
    margin-left: 160px;
    cursor: pointer;
}

/* 头部导航栏 */
.header {
    position: relative;
    width: 1200px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
}

.header .logo {
    position: relative;
    top: 23px;
    left: 40px;
}

.header>.logo>p {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 123px;
    left: 128px;
    font-family: "黑体";
}

.header .logo .img_01 {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -30px;
}

.header>.logo>.img_02 {
    width: 190px;
    height: 60px;
    margin-top: 20px;
    margin-left: 42px;
}

.header>.school>img {
    position: absolute;
    top: -25px;
    right: 0;
    display: block;
    width: 600px;
    height: 300px;
    opacity: 0.4;
}

/* 底部footer */
.footer_bottom {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 120px;
    background-color: rgb(21, 106, 224);
    /* padding-top: 60px; */
}

.footer_p {
    width: 1000px;
    margin: 0 auto;
    /* padding-top: 20px; */
}

.footer_p span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.footer_p p {
    color: #fff;
}

.footer_pb {
    font-size: 13px;
    color: #fff;
}

/* 导航栏区域 */
.nav_s {
    width: 100%;
    height: 43px;
    background-color: #F1EEE9;
}

.header_nav {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}



.header_nav .nav_li li {
    float: left;
    width: 100px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin-right: 15px;
    color: #0255ca;
}

.header_nav .nav_li li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #0255ca;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    width: 100px;
    height: 43px;
}

.header_nav .nav_li li:hover a{
    background-color: #0255ca;
    color: #fff;
}

.header_nav .search {
    position: absolute;
    top: 0;
    right: -67px;
    margin-top: 8px;
    margin-right: 90px;
}

.header_nav .search input {
    width: 180px;
    height: 25px;
    border: none;
    padding-left: 5px;
    background-color: #fff;
}

.header_nav .search img {
    position: absolute;
    top: 0;
    right: 5px;
    width: px;
    height: 25px;
    color: black;
}

.header_nav .search p {
    position: absolute;
    top: 7px;
    right: 30px;
    font-size: 12px;
    /* width: 25px; */
    /* height: 25px; */
    color: rgb(104, 104, 104);
}

.header_nav>.nav_li>.last_two{
    margin-right: 20px;
}

.panel {
    border: 0;
}

.panel-body li a {
    display: block;
}

.panel-body {
    padding: 0;
}

#accordion {
    height: 559px;
    overflow-y: scroll;
}

.panel-group .panel {
    margin-bottom: -4px;
}

.panel-default>.panel-heading {
    background-color: #FBFBFC;
    height: 50px;
}

.panel-default>.panel-heading>h4 {
    height: 30px;
    line-height: 30px;
}

.nav img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.nav li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav>li>a {
    /* padding: 10px; */
    padding: 8px 15px;
}

.nav-pills>li>a {
    border-radius: 0;
}

.container_img {
    margin-top: 23px;
}

.container_img>ul {
    margin-left: 30px;
}

.container_img>ul>li {
    text-align: center;
    margin-right: 26px;
}

.container_img>ul>li>img {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.container_img>ul>li>.img_two {
    display: inline-block;
    width: 105px;
    height: 102px;
}
.nav{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_nav .search {
    position: absolute;
    top: 0;
    right: -80px;
    margin-top: 10px;
    margin-right: 90px;
}
.nav_li>.selected {
    font-weight: bold;
    background-color: #105AB1;
    color: #fff!important;
}
.nav_li>.selected>a {
    /* font-weight: bold;
    background-color: #105AB1; */
    color: #fff!important;
}

.header_nav .nav_li li {
    margin-right: 20px;
   
}

.container_img>ul>li {
    text-align: center;
    margin-right: 25px;
}
html{
font-family:"思源黑体";
}

.footer_top {
    width: 1200px;
    margin: 25px auto;
}
