html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
    font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #38A6A6;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
    display: block;
}

.edu_w1200 {
    clear: both;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.edu_line30 {
    clear: both;
    display: block;
    height: 20px;
    width: 100%;
}

.edu_head {
    clear: both;
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding-top: 26px;
}

.edu_head .edu_logo {
    float: left;
}

.edu_head .edu_logo img {
    float: left;
    height: 96px;
}

.edu_head .edu_search {
    float: right;
    margin-top: 20px;
}

.edu_head .edu_search input {
    border: 2px solid #177fc3;
    line-height: 38px;
    border-radius: 20px;
    color: #959595;
    font-size: 15px;
    padding-left: 20px;
    outline: none;
    float: left;
}

.edu_head .edu_search button {
    border: none;
    background: none;
    margin-left: -40px;
    float: left;
    outline: none;
}

.edu_head .edu_search button img {
    float: left;
    clear: both;
    margin-top: 12px;
    cursor: pointer;
}

.edu_nav {
    clear: both;
    display: block;
    width: 1202px;
    margin: 0 auto;
    margin-top: 40px;
    background: #0662b1;
    border-radius: 13px;
}

.edu_nav ul {
    clear: both;
    display: block;
    width: 100%;
}

.edu_nav ul li {
    float: left;
    position: relative;
}

.edu_nav .edu_one {
    clear: both;
    display: block;
    text-align: center;
    padding-left: 35px;
    padding-right: 34px;
}

.edu_nav .edu_one img {
    clear: both;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    width: 28px
}

.edu_nav .edu_one span {
    clear: both;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    padding-bottom: 15px;
}

.edu_nav a:hover {
    text-decoration: none;
}

.edu_nav .onon .edu_one span {
    font-weight: bold;
}

.edu_nav ul li:hover .edu_one {
    background: #1275ca;
}

.edu_nav li ul {
    position: absolute;
    background: #0662b1;
    padding-top: 10px;
    padding-bottom: 11px;
    display: none;
}

.edu_nav li ul dd {
    clear: both;
    display: block;
    text-align: center;
}

.edu_nav li ul dd a {
    color: #fff;
    font-size: 17px;
    display: block;
    line-height: 38px;
}

.edu_nav li ul dd:hover {
    background: #1275ca;
}

.edu_nav li:hover ul {
    display: block;
    z-index: 999;
}

.edu_main {
    clear: both;
    display: block;
    width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
    background: #fff;
    border-radius: 13px;
    padding: 25px 15px 20px 15px;
}

.hiSlider-pages,
.hiSlider-title {
    position: absolute;
    z-index: 3
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 28px;
    width: 28px;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
}

.hiSlider-btn-prev {
    left: 10px;
    background: url(../image/z.png) no-repeat;
}

.hiSlider-btn-next {
    right: 10px;
    background: url(../image/y.png) no-repeat;
}

.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
    opacity: 1;
    filter: alpha(opacity:100)
}

.hiSlider-title {
    bottom: 0;
    width: 100%;
    color: #fff;
    text-indent: 10px;
    background: rgb(0 0 0 / 85%);
    z-index: 2;
    font-size: 16px;
    line-height: 45px;
}

.hiSlider-pages {
    bottom: 10px;
    right: 10px;
    text-align: right
}

.hiSlider-pages a {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #fff;
}

.hiSlider-pages a.active {
    background: #177fc3;
}

.hiSlider {
    overflow: hidden;
    width: 588px;
}

.hiSlider-item {
    float: left;
}

.hiSlider-wrap {
    float: left;
}

#firstBox {}

#firstBox ul {}

#firstBox ul li {
    clear: both;
    display: block;
    width: 98%;
    background: url(../image/d.png) no-repeat center left;
    padding-left: 4%;
    line-height: 38px;
    height: 38px;
    padding: 1px 0 1px 20px;
}

#firstBox ul li a {
    float: left;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5e5d5d;
    font-size: 15px;
    margin-top: 0px;
}

#firstBox ul li a:active {
    color: #5e5d5d;
}

#firstBox ul li span {
    float: right;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 36px;
}

#firstBox ul {
    padding-top: 10px;
}

#lastBox ul li {
    clear: both;
    display: block;
    width: 98%;
    background: url(../image/d.png) no-repeat center left;
    padding-left: 4%;
    line-height: 38px;
    height: 38px;
    padding: 1px 0 1px 20px;
}

#lastBox ul li a {
    float: left;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5e5d5d;
    font-size: 15px;
    margin-top: 0px;
}

#lastBox ul li span {
    float: right;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 36px;
}

#lastBox ul {
    padding-top: 10px;
}

.tzgg {
    width: 568px;
    float: right;
}

.tzgg ul {
    overflow: hidden;
}

.tzgg ul li {
    list-style: none;
    float: left;
    padding: 8px 20px;
    cursor: pointer;
}

.tzgg ul a {
    color: #606060;
    font-size: 14px;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}

#lastBox {
    display: none;
}

.selected {
    background-color: #177fc3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.edu_tabbt {
    background: #f8f8f8;
}

#content {
    width: 100%;
    height: 327px;
    overflow: hidden;
}

#edu_nlink {}


.edu_zhuti {
    clear: both;
    display: block;
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

.edu_zhuti a {
    width: 31.6%;
    float: left;
    margin-right: 1%;
}

.edu_zhuti a:nth-child(3n) {
    margin-right: 0;
}

.edu_zhuti a img {
    float: left;
    width: 100%;
}

.checkbox-inline {
    line-height: 15px;
}

.edu_maintwo {
    clear: both;
    display: block;
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    border-radius: 13px;
    padding: 25px 15px 20px 15px;
    margin-bottom: 20px;
}

.edu_maintwo .edu_left {
    float: left;
    width: 895px;
}

.edu_maintwo .edu_idte {
    float: left;
    width: 47%;
    margin-right: 3%;
    min-height: 280px;
}

.edu_maintwo .edu_idte h3 {
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.edu_maintwo .edu_idte h3 span {
    float: right;
    color: #1275ca;
    font-size: 14px;
}

.edu_maintwo .edu_idte h3 font {
    color: #1275ca;
    font-size: 19px;
    font-weight: bold;
    border-left: 5px solid #1275ca;
    padding-left: 10px;
}

.edu_maintwo .edu_idte ul {
    clear: both;
    display: block;
    width: 100%;
}

.edu_maintwo .edu_idte ul li {
    clear: both;
    display: block;
    width: 99%;
    background: url(../image/d.png) no-repeat center left;
    padding-left: 4%;
    line-height: 38px;
    height: 38px;
}

.edu_maintwo .edu_idte ul li a {
    float: left;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5e5d5d;
    font-size: 15px;
}

.edu_maintwo .edu_idte ul li span {
    float: right;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 36px;
}

.edu_maintwo .edu_right {
    float: right;
    width: 275px;
    margin-top: 10px;
}

.edu_maintwo .edu_right .edu_inderig {
    float: right;
    border: 1px solid #1275ca;
    padding: 3% 3% 2% 3%;
    margin-bottom: 34px;
}

.edu_maintwo .edu_right .edu_inderig h3 {
    background: url(../image/wq.png) no-repeat center center;
    width: 223px;
    margin: 0 auto;
    height: 37px;
    margin-top: -25px;
}

.edu_maintwo .edu_right .edu_inderig h3 a {
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 38px;
}

.edu_maintwo .edu_right .edu_inderig dd {
    clear: both;
    display: block;
    width: 256px;
    margin-top: 15px;
}

.edu_maintwo .edu_right .edu_inderig dd a {
    color: #1275ca;
    background: #f6f6f6;
    float: left;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    display: block;
    width: 47%;
    line-height: 50px;
    margin-right: 6%;
    margin-bottom: 5%;
}

.edu_maintwo .edu_right .edu_inderig dt {
    clear: both;
    display: block;
    width: 256px;
    margin-bottom: 5px;
}

.edu_maintwo .edu_right .edu_inderig dt a {
    float: left;
    margin-right: 16px;
}

.edu_maintwo .edu_right .edu_inderig dt a:nth-child(2) {
    float: left;
    margin-right: 0;
}

.edu_maintwo .edu_right .edu_inderig dt img {
    width: 100%;
    float: left;
}

.edu_maintwo .edu_right .edu_inderig dd a:nth-child(2) {
    margin-right: 0px;
}

.edu_maintwo .edu_right .edu_inderig dd a:nth-child(4) {
    margin-right: 0px;
}

.edu_maintwo .edu_right .edu_inderig dd a:hover {
    color: #ff8a00;
}

.hiSlider4 li img {
    width: 588px;
    height: 366px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}


.hiSlider1 {
    clear: both;
    display: block;
    margin-top: 15px;
}

.hiSlider1 li img {
    width: 115px;
    display: block;
    margin: 0 auto;
}

.hiSlider1 li span {
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 8px;
}

.edu_link {
    clear: both;
    display: block;
    width: 100%;
    background: #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
}

.edu_link span {
    color: #626161;
    font-size: 15px;
    float: left;
}

.edu_link a {
    color: #626161;
    font-size: 15px;
    float: left;
    margin-left: 20px;
}

.edu_link i {
    color: #626161;
    font-size: 15px;
    float: left;
    margin-left: 20px;
}

.edu_link a:hover {
    color: #0662b1;
}

.edu_foot {
    clear: both;
    display: block;
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.edu_foot p {
    clear: both;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}

.edu_foot p a {
    color: #000000;
    font-size: 15px;
}

.edu_footcon {
    clear: both;
    display: block;
    width: 100%;
    background: #fff;
    padding-top: 46px;
    padding-bottom: 40px;
}

.edu_footcon .edu_left {
    float: left;
}

.edu_footcon .edu_left p {
    float: left;
    font-size: 15px;
    color: #000;
    clear: both;
    margin-bottom: 10px;
}

.edu_footcon .edu_left p img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.edu_footcon .edu_right {
    float: right;
}

.edu_footcon .edu_right dd {
    float: left;
    margin-left: 55px;
}

.edu_footcon .edu_right dd img {
    float: left;
    clear: both;
    display: block;
}

.edu_footcon .edu_right dd p {
    float: left;
    text-align: center;
    color: #000;
    font-size: 15px;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 7px;
}

.edu_nyleft {
    float: left;
    width: 23%;
    margin-top: 20px;
}

.edu_nyleft .edu_inderig {
    float: left;
    border: 1px solid #1275ca;
    padding: 3% 4%;
    margin-bottom: 15px;
    width: 100%;
}

.edu_nyleft .edu_inderig h3 {
    background: url(../image/wq.png) no-repeat center center;
    width: 223px;
    margin: 0 auto;
    height: 37px;
    margin-top: -25px;
}

.edu_nyleft .edu_inderig h3 a {
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 38px;
}

.edu_nyleft .edu_nyimg {
    float: left;
    width: 100%;
}

.edu_nyleft .edu_nyimg img {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 14px;
}

.edu_nyleft .edu_inderig ul {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 7px;
}

.edu_nyleft .edu_inderig ul li {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.edu_nyleft .edu_inderig ul li.edu_on a {
    background: #1275ca;
    color: #fff;
}

.edu_nyleft .edu_inderig ul li:hover a {
    background: #1275ca;
    color: #fff;
}

.edu_nyleft .edu_inderig ul li a {
    color: #1275ca;
    font-size: 16px;
    font-weight: bold;
    clear: both;
    display: block;
    text-align: center;
    background: #f6f6f6;
    line-height: 35px;
}


.edu_nyright {
    display: block;
    width: 75%;
    margin-top: 2px;
    float: right;
}

.edu_nyright .edu_loch {
    display: block;
    width: 100%;
    clear: both;
    background: #f8f8f8;
}

.edu_nyright .edu_loch h3 {
    float: left;
    background: #177fc3;
    color: #fff;
    font-size: 17px;
    padding: 7px 20px;
    font-weight: bold;
}

.edu_nyright .edu_dqwmm {
    float: right;
    line-height: 38px;
    margin-right: 20px;
    color: #000;
    font-size: 14px;
}

.edu_nyright .edu_dqwmm a {
    color: #000;
    font-size: 14px;
    display: inline-block;
}

.edu_nyright .edu_vister {
    display: block;
    clear: both;
}

.edu_nyright .edu_vister .edu_tittle {
    display: block;
    width: 100%;
    clear: both;
    color: #212121;
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
}

.edu_nyright .edu_conton {
    display: block;
    width: 100%;
    clear: both;
    line-height: 2.3;
    color: #4d4d4d;
    font-size: 16px;
    text-align: justify;
}

.edu_nyright .edu_conton p {
    font-size: 16px;
    word-wrap: break-word;
}

.edu_ad .edu_left {
    position: fixed;
    bottom: 25%;
    width: 8%;
    left: 1%;
}

.edu_ad .edu_left img {
    width: 100%;
    display: block;
}

.edu_ad .edu_right {
    position: fixed;
    bottom: 25%;
    width: 8%;
    right: 1%;
}

.edu_ad .edu_right img {
    width: 100%;
    display: block;
}

.edu_ad span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fff;
    border: 1px solid #a5a5a5;
    width: 28px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    z-index: 99999;
    cursor: pointer;
}

.wapwap {
    display: none;
}

.edu_hnav {
    display: none;
}

.menu-button {
    display: none;
}

@media screen and (max-width:990px) {
    body {
        background-size: 100%;
    }

    .edu_ad {
        display: none;
    }

    .edu_head {
        width: 100%;
        padding-top: 5px;
    }

    .edu_nav {
        display: none;
        position: fixed;
        z-index: 9999;
        border-radius: 0;
        height: 100%;
        width: 100%;
        top: 0;
        margin-top: 0;
    }

    .edu_main {
        width: 95%;
        padding: 1%;
        margin-top: 30px;
        border-radius: 10px;
    }

    .hiSlider {
        width: 100%;
    }

    .hiSlider-wrap {
        width: 96%;
    }

    .edu_inderig .hiSlider-wrap {
        margin-top: 30px;
    }

    .tzgg {
        width: 100%;
        clear: both;
        margin-top: 20px;
    }

    .edu_head .edu_search {
        float: left;
        margin-left: 15%;
        width: 63%;
        margin-top: 11%;
        margin-bottom: 1%;
    }

    .edu_head .edu_search input {
        width: 100%;
        border: none;
    }

    .wapwap {
        display: block;
    }

    .pcpc {
        display: none;
    }

    .edu_zhuti {
        width: 100%;
    }

    .edu_maintwo {
        width: 96%;
        padding: 25px 2% 0px 2%;
    }

    .edu_w1200 {
        width: 100%;
    }

    .edu_maintwo .edu_idte {
        width: 99.8%;
        margin-right: 0;
    }

    .edu_maintwo .edu_idte:first-child {
        margin-bottom: 15px;
    }

    .edu_maintwo .edu_right {
        width: 100%;
        margin-top: 30px;
    }

    .edu_footcon .edu_left {
        width: 94%;
        margin-left: 3%;
    }

    .edu_footcon {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .edu_footcon .edu_right {
        width: 94%;
        margin-left: 3%;
        float: left;
        margin-top: 20px;
    }

    .edu_footcon .edu_right dd {
        margin-left: 16%;
    }

    .edu_foot p {
        margin-left: 3%;
        margin-right: 3%;
    }

    .edu_foot p font {
        clear: both;
        display: block;
    }

    .edu_maintwo .edu_left {
        width: 100%;
    }

    .tzgg #firstBox {
        overflow: hidden;
    }

    .container {
        margin-top: 5%
    }

    #firstBox ul li a {
        width: 75%;
    }

    #firstBox ul li {
        width: 100%;
    }

    #lastBox ul li a {
        width: 75%;
    }

    #lastBox ul li {
        width: 95%;
        padding-left: 3%;
    }

    .edu_maintwo .edu_idte ul li a {
        width: 75%;
    }

    .edu_head .edu_logo img {
        height: 60px;
        margin-left: 2%;
    }

    .edu_maintwo .edu_right .edu_inderig {
        width: 100%;
        border: none;
        float: left;
        padding: 3% 0px;
        margin-bottom: 24px;
    }

    .edu_maintwo .edu_right .edu_inderig h3 {
        background: #f8f8f8;
        width: 100%;
    }

    .edu_maintwo .edu_right .edu_inderig h3 a {
        background-color: #177fc3;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        float: left;
        padding: 0px 20px;
        line-height: 37px;
    }

    .hiSlider-pages {
        bottom: 0px;
        right: 0px;
        width: 36%;
        background: rgb(0 0 0 / 85%);
        line-height: 45px;
    }

    .hiSlider-title {
        bottom: 0;
        width: 64%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .edu_link span {
        margin-left: 2%;
        padding-bottom: 23px;
    }

    .edu_link a {
        font-size: 0.9rem;
        margin-left: 2%;
        margin-right: 1%;
    }

    .edu_link i {
        display: none;
    }

    .hiSlider1 li img {
        width: 200px;
    }

    .hiSlider4 li img {
        width: 372px;
        height: 232px;
    }

    .edu_maintwo .edu_right .edu_inderig dd {
        width: 100%;
    }

    .edu_maintwo .edu_right .edu_inderig dd a {
        margin-right: 3%;
        width: 48.5%;
        margin-bottom: 3.2%;
    }

    .edu_maintwo .edu_right .edu_inderig dt {
        width: 100%;
    }

    .edu_maintwo .edu_right .edu_inderig dt a:nth-child(4) {
        margin-right: 0px;
    }

    .edu_maintwo .edu_right .edu_inderig dt a {
        margin-right: 3%;
        width: 48.5%;
        margin-bottom: 3.2%;
        margin-bottom: 0px;
    }

    .edu_nyright {
        width: 100%;
        clear: both;
        margin-top: 20px;
    }

    .edu_nyleft {
        width: 100%;
        clear: both;
        margin-top: 50px;
    }

    .edu_nav ul li {
        width: 50%;
        text-align: center;
    }

    .edu_nav .edu_one {
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #2a73b2;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .edu_nav ul {
        padding-top: 22%;
    }

    .menu-button {
        display: block;
        position: absolute;
        background: url("../image/nav.png") no-repeat center center;
        width: 32px;
        height: 41px;
        right: 10px;
        background-size: 100%;
        top: 10px;
    }

    .edu_hnav {
        display: block;
        color: #fff;
        font-size: 30px;
        top: 28px;
        position: absolute;
        right: 18px;
    }








}