@charset "UTF-8";
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

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

.center:after {
    width: 0;
    height: 0;
    content: "";
    visibility: hidden;
    overflow: hidden;
    clear: both;
    display: table;
}

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

li {
    list-style: none;
}

body {
    font-family: "微软雅黑";
    min-width: 1300px;
}

.goup-container{
    margin-bottom: -50px;
    border: 1px solid #096bc2;
}

.goup-arrow{
    border-color:  transparent transparent #096bc2!important;
}

.goup-text{
    color: #096bc2;
    margin-bottom: -50px;
}

.listBox a:hover{
    color: #096bc2;
}
/*-----------------header------------------*/
#header {
    z-index: 100;
}

#header .header-hear {
    /*background: #1e202b;*/
    background-color: #31353a;
}

#header .header-hear .center p {
    float: left;
    color: #ABABAB !important;
    font-size: 12px;
    line-height: 38px;
}
#header .header-hear .center p:hover {
    color: #7C828C !important;

}

#header .header-hear .center ul {
    float: right;
}

#header .header-hear .center ul li {
    float: left;
    color: #ABABAB !important;
    font-size: 12px;
    line-height: 38px;
    padding: 0 5px;
    cursor: pointer;
}
#header .header-hear .center ul li a {
    color: #ABABAB !important;
}
#header .header-hear .center ul li a:hover {
    color: #7C828C !important;
}


#header .header-hear .center ul i {
    display: inline-block;
    float: left;
    width: 9px;
    height: 15px;
    margin-top: 12px;
    background: url(../image/pubilc/line.png) no-repeat;
}

#header .header-hear .center ul :after {
    width: 0;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

#header .header-face .center .tittle {
    float: left;
    height: 28px;
    width: 242px;
    margin: 36px 0 36px;
    text-indent: -1000px;
    overflow: hidden;
    background: url(../image/pubilc/tittle.png) no-repeat;
}

#header .header-face .center .tittle :after {
    width: 0;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

#header .header-face .center .logo {
    float: left;
    width: 200px;
    height: 43px;
    margin: 26px 216px 25px 258px;
    text-indent: -1000px;
    overflow: hidden;
    background: url(../image/pubilc/logo.png) no-repeat;
    background-size: contain;
}

#header .header-face .center .tell {
    float: right;
    /*width: 274px;*/
    width: 140px;
    height: 42px;
    margin: 28px 0;
    font-size: 16px;
    color: #F92929;
    padding-left: 45px;
    /*text-indent: 45px;*/
    /*overflow: hidden;*/
    background: url(../image/pubilc/tell.png) no-repeat;
    background-size: 40px 42px;
}

#header .header-nav {
    background: #096bc2;
}

#header .header-nav .center {
    overflow: visible;
}

#header .header-nav .center ul:hover li a {
    background: none !important;
}

#header .header-nav .center ul li {
    transition: all 0.5s;
    float: left;
    position: relative;
}

#header .header-nav .center ul li a {
    transition: all 0.5s;
    display: block;
    padding: 0 51px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: white;
}

#header .header-nav .center ul li a:hover {
    background: #ffd200 !important;
}

#header .header-nav .center ul li a.checked {
    background: #ffd200 !important;
}

#header .header-nav .center ul li .lv2 {
    transition: all 1s;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 49px;
    z-index: 900;
    left: 0;
    background: #096bc2;
}

#header .header-nav .center ul li .lv2 a {
    padding: 0;
    width: 166px;
    box-sizing: border-box;
    text-align: center;
}

#header .header-nav .center ul li .lv2 .lv3 {
    transition: all 1s;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 167px;
    background: #096bc2;
}

#header .header-nav .center ul li .lv2 .lv3 a {
    padding: 0;
    width: 174px;
    box-sizing: border-box;
    text-align: center;
}

#header .header-nav .center ul li .lv2 li:hover .lv3 {
    visibility: visible;
    height: 196px;
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#header .header-nav .center ul li:hover .lv2 {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
}

#header .header-nav .center ul :after {
    width: 0;
    height: 0;
    content: "";
    visibility: hidden;
    overflow: hidden;
    clear: both;
    display: table;
}
#header .site-map {
    position: absolute;
    width: 80px;
    text-align: center;
    font-size:12px;
    background-color: #31353a;
    z-index:100;
    top: 60px;
}
#header .site-map dl dd {
    margin-bottom: 5px;
}

#header .site-map dl dd a {
    color: #ABABAB !important;
}

#header .site-map dl dd a:hover {
    color: #7C828C !important;
}




/*-----------------footer------------------*/
#footer {
    overflow: hidden;
    height: 207px;
    color: #ccc;
    font-size: 12px;
    background-color: #31353a;
    width: 100%;
    display: block;
    padding-top: 20px;
    border-top: 5px solid #222222;
}

#footer .footer-top {
    margin-bottom:20px;
    /*background: #1e202b;*/
}

#footer .footer-top .center {
    /*padding: 30px 0 17px;*/
}
.copyright{
    width:100%;
    border-top:1px solid #515151;
    padding-top:10px;
    padding-bottom:5px;
    background:#31353a;
}
.copyright a:hover {
    color: #7C828C !important;
}
.copyright a{
    text-decoration: none !important;
    color: #ABABAB !important;
}

.footer_f
{
    text-align: center;
    margin:0 auto;
    width:1000px;
    color: #7C828C !important;
}

#footer .footer-top .center ul {
    float: left;
    padding: 7px 70px 8px 0;
    border-right: 1px solid #e0e1e3;
}

#footer .footer-top .center ul li {
    color: white;
    font-size: 14px;
    margin: 11px 0;
}

#footer .footer-top .center ul :after {
    width: 0;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

#footer .footer-top .center .logo-code {
    float: right;
    padding: 0 14px 0 80px;
    padding-top: 17px;
}

#footer .footer-top .center .logo {
    display: inline-block;
    vertical-align: middle;
    width: 187px;
    height: 54px;
    margin-right: 78px;
    text-indent: -1000px;
    overflow: hidden;
    background: url(../image/pubilc/logo02.png) no-repeat;
    background-size: contain;
}

#footer .footer-top .center .code {
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    height: 95px;
    line-height: 108px;
    text-align: center;
    font-size: 14px;
    color: #373c45;
    background: url(../image/pubilc/code.jpg) no-repeat;
    background-size: contain;
}

#footer .footer-bottom {
    background: #14151d;
}

#footer .footer-bottom .center {
    padding: 18px 0 22px;
}

#footer .footer-bottom .center p {
    font-size: 14px;
    color: #848484;
    line-height: 18px;
    text-align: center;
}

#footer .footer-top .center dl {
    width: 115px;
    float: left;
    color: #FFF;
}
#footer .footer-top .center dl dt {
    width: 150px;
    text-align: left;
    padding: 9px 0;
    line-height: 18px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    /* opacity: 0.9; */
    cursor: default;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;

}
#footer .footer-top .center dl dd {
    line-height:25px;
}
#footer .footer-top .center dl dd a{
    font-size: 12px;
    text-decoration: none !important;
    color: #ABABAB !important;
}
#footer .footer-top .center dl dd a:hover{
    color: #7C828C !important;
}

/***********rightBox*************************************************/
.rightBox {
    float: left;
    width: 320px;
    margin-bottom:15px;
}

.rightBox .course {
    background-color: #FFFFFF;
    padding: 26px 27px 10px;
}

.rightBox .course .right_course {
    margin-top: -10px;

}

.rightBox .course h5 {
    font-size: 24px;
    color: #096bc2;
    font-weight: 500;
}

.rightBox .course li {
    padding: 20px 0 18px;
}

.rightBox .course li h6 {
    font-size: 16px;
    color: #575859;
    font-weight: 500;
    margin-bottom: 10px;
}

.rightBox .course li h6 a {
    font-size: 12px;
    color: #515252;
    float: right;
}

.rightBox .course li h6 a:hover {
    color: #3c90d9;
}

.rightBox .course li p {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}

.rightBox .course li p em {
    display: inline-block;
    width: 10px;
    height: 11px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../image/news-list/plane.png) no-repeat center;
}

.rightBox .course .li2 {
    border-bottom: 1px #4c4c4c dashed;
    border-top: 1px #4c4c4c dashed;
}

.rightBox .course .li4 {
    border-bottom: 1px #4c4c4c dashed;
}

.rightBox .school {
    margin-top:10px;
    background-color: #096bc2;
    padding: 26px 27px 13px;
}
.rightBox .school #school_ul {
    margin-top: -21px;
}

.rightBox .school h5 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 500;
}

.rightBox .school li {
    border-bottom: 1px #FFFFFF solid;
    padding: 15px 0;
}

.rightBox .school li h6 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight:500;
    margin-top: -4px;
}

.rightBox .school li p {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.rightBox .school li a {
    font-size: 12px;
    color: #FFFFFF;
    overflow: hidden;
}

.rightBox .school .school_address {
    display: block;
    height: 19px;
    line-height: 19px;
    padding-left:18px;
    background: url(../image/news-list/here.png) left center no-repeat;
}

.rightBox .school li a em {
    display: inline-block;
    width: 12px;
    height: 19px;
    background: url(../image/news-list/here.png) no-repeat center;
    margin-right: 12px;
}

.rightBox .school .li4 {
    border: none;
}

.rightBox .jump ul {
    overflow: hidden;
}

.rightBox .jump ul li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 8px;
}

.rightBox .jump ul li a {
    display: block;
    height: 76px;
    line-height: 76px;
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    text-indent: 27px;
}

.rightBox .jump ul li a h5 {
    font-weight: 500;
    font-size: 18px;
}

.rightBox .jump ul .li1 {
    background-image: url(../image/news-list/wed.jpg);
}

.rightBox .jump ul .li2 {
    background-image: url(../image/news-list/stu.jpg);
}

.rightBox .jump ul .li3 {
    background-image: url(../image/news-list/free.jpg);
}

/*********page**********************************/
.pageList {
    padding: 0 30px 16px;
    font-size: 12px;
    color: #999999;
}

.pageList .length {
    display: inline-block;
    width: 43px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #999999;
    margin-right: 4px;
}

.pageList .before, .pageList .next {
    width: 46px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #999999;
    border: 1px solid #999999;
    outline: none;
    background: none;
    margin-right: 4px;
}

.pageList .page {
    width: 22px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    background: none;
    color: #545454;
    margin-right: 4px;
    outline: none;
    display:inline-block;
}

.pageList .active {
    background: #3c90d9;
    color: #FFFFFF;
}

/*****************leftBox*************************/
.leftBox {
    float: left;
    width: 834px;
    min-height: 724px;
    margin-bottom: 30px;
    margin-right: 17px;
    background-color: #FFFFFF;
    padding: 26px 38px 28px;
    box-sizing: border-box;
}

.leftBox h5 {
    font-weight: 500;
    font-size: 24px;
    color: #1E202B;
    margin-bottom: 20px;
}

.leftBox .about {
    text-align: center;
    border-bottom: #eee solid 1px;
    border-top: #eee solid 1px;
    line-height:34px;
}

.leftBox p {
    line-height: 24px;
    font-size: 14px;
    color: #707071;
    margin-bottom: 10px;
}

.leftBox p.footer-info {
    line-height: 20px;
    font-size: 12px;
    color: #999;
    border-top: #eee solid 1px;
    padding-top: 10px;
    margin:50px 0 0;
}
/****************listBox*********************************/
.listBox ul li .timeAdd {
    margin-bottom: 20px;
}

.listBox ul li {
    padding: 15px 0 20px;
    border-bottom: 1px solid #b7b7b7;
}

.listBox ul li .info {
    font-size: 14px;
    color: #5f5e5e;
    line-height: 22px;
    margin-bottom: 20px;
}
.listBox ul li .all {
    height:20px;
}
.listBox {
    float: left;
    width: 850px;
    background-color: #FFFFFF;
    border-bottom: 5px solid #e1e5e8;
    margin-bottom: 35px;
    margin-right: 17px;
}

.listBox .nav {
    height: 41px;
    line-height: 41px;
    text-indent: 30px;
    border-top: 1px solid #e3e4e5;
    border-bottom: 1px solid #e3e4e5;
    font-size: 14px;
    color: #545454;
    margin-bottom: 18px;
}

.listBox .nav a {
    font-size: 14px;
    color: #545454;
    margin: 4px;
}

.listBox .nav a:hover {
    color: #3c90d9;
}

.listBox ul {
    padding: 0 30px 50px;
}

.listBox ul li h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 14px;
}

.listBox ul li .timeAdd .time {
    font-size: 13px;
    color: #1098ef;
    margin-right: 36px;
}

.listBox ul li .timeAdd .add {
    font-size: 13px;
    color: #545454;
}

.listBox ul li .all em {
    display: inline-block;
    width: 19px;
    height: 13px;
    margin-right: 5px;
    background: url(../image/news-list/see.png) no-repeat center;
}

.listBox ul li .all .num {
    font-size: 13px;
    color: #5f5e5e;
}

.listBox ul li .all a {
    float: right;
    font-size: 13px;
    color: #171d25;
}

.listBox ul li .all a:hover {
    color: #3c90d9;
}

.listBox p.footer-info {
    line-height: 20px;
    font-size: 12px;
    color: #999;
    border-top: #eee solid 1px;
    padding-top: 10px;
    margin:50px 30px 30px;
}