/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    min-width: 1200px;
    background: #EAEAEA;
}
a{
    color: #000;
    text-decoration:none;
}
a:hover{
    color: #006ECA;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: top;
    border: 0;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}

/*头部*/
.header{
    width: 100%;
    height: 200px;
    background: #006ECA ;
}
.header .container{
    position: relative;
    height: 200px;
}
.top{
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 15px 15px;
}
.top a{
    color: #006ECA;
}
.top a:before{
    content: '';
    display: inline-block;
    width: 21px;
    position: relative;
    top: 2px;
    right: 8px;
    height: 17px;background: url(../images/icon-list.png) no-repeat -160px -83px;
}
.search{
    position: absolute;
    top: 80px;
    right: -15px;
    height: 56px;
    line-height: 56px;
}
.search form{
    float: left;
    height: 50px;
    line-height: 50px;
}
.search input[type='text']{
    width: 190px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-right: 40px;
    font-family: Georgia;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
}
.search input[type='image']{
    position: relative;
    right: 25px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}

.header img{
    margin-top: 52px;
}
.header img + img{
    margin-top: 66px;
    margin-left: 60px;
    animation: bounceIn 2s;
}
/*导航*/
.nav{
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 50px;
    background: #fff;
}
.nav>ul>li{
    float: left;
    position: relative;
}
.nav>ul>li:after{
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 0;
    height: 5px;
    background: #006ECA;
    transition: .3s;
}
.nav>ul>li:hover:after{
    width: 100%;
}
.nav>ul>li>a{
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    padding: 0 35px;
    text-decoration: none;
    position: relative;
}
.nav>ul>li>a:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 0;
    height: 20px;
    border-right: 1px solid #898686;
}
.nav>ul>li:last-child>a:after{
    display: none;
}
.nav .sub-menu{
    position: absolute;
    top: 50px;
    left: 0;
   min-width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
}
.nav .sub-menu a{
    display: block;
    min-width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;    white-space: nowrap;
    text-decoration: none;
    background: #006ECA;
    border-bottom: 1px solid #fff;
}
.nav .sub-menu a:hover{
    color: #006ECA;
    background: #fff;
}
.nav:before,
.nav:after{
    content: '';
    position: absolute;
    top: 0;
    left: -19px;
    width: 19px;
    height: 25px;
    background: url(../images/icon-list.png) no-repeat -185px -75px;
}
.nav:after{
    left: auto;
    right: -19px;
    background-position-x: -208px;
}

/*轮播广告*/
.slider{
    padding-top: 25px;
}
.slider .container{
    padding: 12.5px;
    background: #E6E6E6;
    box-sizing: border-box;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    right: 20px;
    bottom:20px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: right;
}
.slideBox .hd ul li{
    margin:0 3px;
    width:25px;
    height:25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-family: Georgia;
    background:#fff;
    cursor:pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{
    color: #fff;
    background:#E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img{
    display:inline-block;
    width: 1175px;
    height: 429px;
}

/*首页*/
.section{
    width: 100%;
    min-height: 500px;
    background:#EAEAEA url(../images/bg.jpg) no-repeat ;
}
.section .aside{
    width: 388px;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
}

.section .title{
    padding-bottom: 15px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 20px;
}
.section .title a{
    display: inline-block;
    font-size: 20px;
    padding-left: 40px;
    text-decoration: none;
    position: relative;
}
.section .title a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon-list.png) no-repeat 0 -70px;
}
.section .title a:after{
    content: '';
    position: absolute;
    left: 40px;
    bottom: -8px;
    width: 0;
    height: 5px;
    background: #006ECA;
    transition: .3s;
}
.section .title a:hover:after{
    width: 80px;
}
.notice, .policy, .direct{
    height: 468px;
    overflow: hidden;
}
/*招生公告*/
.notice li{
    height: 72px;
    margin-bottom: 20px;
}
.notice li .date{
    float: left;
    width: 70px;
    height: 72px;
    color: #1547A6;
    font-family: Georgia;
    text-align: center;
    background: #eee;
}
.notice li:hover .date{
    color: #fff;
    background: #1547A6;
}
.notice li .date h1{
    font-weight: 500;
}
.notice li .date p{
    font-size: 18px;
}
.notice li>p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-left: 80px;
    font-size: 16px;
    position: relative;
    top:12px;
}

/*招生政策*/
.policy{
    margin: 0 18px;
}
.section .policy .title a:before{
    background-position-x: -31px;
}
.policy .img{
    display: inline-block;
    width: 347px;
    height: 126px;
    border-radius: 3px;
    overflow: hidden;
}
.policy .img img{
    width: 347px;
    height: 126px;
    transition: .3s;
}
.policy .img:hover img{
    transform: scale(1.1);
    opacity: .8;
}
.policy li{
    height: 30px;
    line-height: 30px;
    margin: 8px 0;
}
.policy li a{
    display: block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 14px;
    position: relative;
}
.policy li a:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #908A8A;
}
.policy li a:hover:before{
    background: #006ECA;
}

/*考生指导*/
.section .direct .title a:before{
    background-position-x: -62px;
}
.direct li{
    float: left;
    width: 50%;
    text-align: center;
}
.direct li i{
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../images/icon-list.png) no-repeat 0 0;
    transition: .3s;
    animation: bounceIn 2s;
}
.direct li p{
    padding-top: 3px;
}
.direct li:hover i{
    transform: rotateY(180deg);
}
.direct li:first-child,
.direct li:nth-child(2){
    padding-bottom: 20px;
}
.direct li:first-child,
.direct li:nth-child(3),
.direct li:nth-child(5){
    border-right: 1px solid #D4D4D4;
}
.direct li:nth-child(3),
.direct li:nth-child(4){
    padding: 20px 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}
.direct li:nth-child(5),
.direct li:nth-child(6){
    padding-top: 20px;
}
.direct li:nth-child(2) i{
    background-position: -64px 0;
}
.direct li:nth-child(3) i{
    background-position: -128px 0;
}
.direct li:nth-child(4) i{
    background-position: -192px 0;
}
.direct li:nth-child(5) i{
    background-position: -256px 0;
}
.direct li:nth-child(6) i{
    background-position: -320px 0;
}

.answer, .video, .map{
    height: 382px;
    overflow: hidden;
}
/*考生问答*/
.section .answer .title a:before{
    background-position-x: -93px;
}
.albumBox{
    position:relative;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    left: 0;
    bottom:15px;
    z-index:1;
}
.albumBox .hd ul{
    text-align: center;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:15px;
    height:15px;
    background:#DEDEDE;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
    width: 348px;
    height: 290px;
}
.albumBox .bd li span.lf{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #006ECA;
    font-size: 20px;
    border-radius: 50%;
    background: #DEDEDE;
}
.question{
    margin: 30px 0;
}
.question div{
    margin-left: 60px;
}
.question h2{
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.question p{
    color: #999;
    font-size: 12px;
}
.answer-content p{
    margin-left: 60px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
}

/*视频中心*/
.video{
    margin: 0 18px;
}
.section .video .title a:before{
    background-position-x: -124px;
}
.video .play{
    width: 100%;
    height: 260px;
}

/*电子地图*/
.section .map .title a:before{
    background-position-x: -93px;
}
.ele-map{
    width: 100%;
    height: 260px;
    background: #eee;
}

/*在线客服*/
.service{
    position: fixed;
    top: 225px;
    right: 0;
    z-index: 9;
}
.service>p{
    width: 42px;
    height: 112px;
    padding: 10px;
    box-sizing: border-box;
    color: #0E4D9D;
    font-weight: 600;
    text-align: center;
    border: 1px solid #C2CED8;
    border-right: none;
    background: #F5F5F5;
    cursor: pointer;
    position: relative;
}
.service>p:after{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 5px solid transparent;
    border-right-color: #0E4D9D;
}
.service i{
    display: inline-block;
    width: 54px;
    height: 46px;
    margin: 15px 0 5px;
 <!--   background: url(../images/service.jpg) no-repeat;-->
    animation: pulse 1s infinite;
}
.service .rt{
    width: 0;
    border: none;
    overflow: hidden;
    box-sizing: border-box;
    transition: .3s;
}
.service:hover .rt{
    width: 128px;
    border: 1px solid #C2CED8;
    border-right: none;
}
.service .rt p a{
    display: inline-block;
    color: #00387F;
    font-weight: 600;
    padding: 3px 15px;
    text-decoration: none;
    border: 1px solid #6A82A6;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
}
.service span{
    color: #00387F;
    font-size: 12px;
}
.message, .online{
    width: 100%;
     <!--   height: 100px;-->
    text-align: center;
    background: #F0F1F3;
}
.online{
      <!--   background: #3E76AF;-->
}
.online i{
    background-position: -54px 0;
}
.online span{
    color: #fff;
}

/*首页样式-end*/

/*底部*/
.footer{
    position: relative;
    height: 355px;
    margin-top: 30px;
    color: #fff;
    background:#044A85 url(../images/footer.jpg) no-repeat top center;
}
.footer .link{
    margin: 60px 0 40px;
}
.footer .link a{
    color: #fff;
    padding: 0 5px;
}
.footer .link span:last-child{
    display: none;
}
.footer .lf p{
    line-height: 30px;
}
.footer .lf p a{
    color: #fff;
}
.footer .blog{
    float: right;
    margin-top: 100px;
}
.footer .blog .lf{
    margin: 0 15px;
    text-align: center;
}
.footer .blog .more{
    display: inline-block;
    padding: 4px 20px;
    border-bottom: 1px solid #B3B3B3;
    border-radius: 5px;
    background: #fff;
    margin-top: 86px;
}
.footer .bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-top: 1px solid #044A85;
    background: #044A85;
}
.footer .bottom a{
    color: #fff;
}




/*column*/
.mainBody {
    background: url(../images/body_bg.jpg) no-repeat top center;
    padding: 25px 0 0;
}
.mainBody .topPic {
    width: 1200px;
    height: 230px;
    margin: 0 auto;
    border: 1px solid #fff;
}
.mainBody .topPic img {
    width: 100%;
    height: 100%;
}
.mainBody_content {
    width: 1200px;
    margin: 20px auto 0;
}
/*side_right*/
.cl_side_right{width:940px;background: #fff;}
/*column*/
.cl_side_right .position{
    width:96%;
    margin: 0 auto;
    height: 90px;line-height:90px;
    border-bottom:1px solid #a3a3a3;
}
.cl_side_right .position div{
    margin-left:15px;
}
.cl_side_right .position b{
    display: block;
    width: 29px;
    height: 29px;
    background: url("../images/position_arrow.png");
    margin-top:31px;
}
.cl_side_right .position h3{
    display: inline-block;
    margin-left:15px;
    color: #000;
    font-size: 24px;
    font-weight: normal;
}
.cl_side_right .position span{
    font-family: "Georgia";
    font-size: 16px;
    color: #c2c2c2;
}
.cl_side_right .cl_list{
    width: 92%;
    margin: 0 auto;
}
.cl_side_right  ul.cl_list1{
    margin-top:30px;
}
.cl_side_right  ul.cl_list1 li{
    height: 55px;
    line-height: 55px;
}
.cl_side_right  ul.cl_list1 li i{
    float:left;
    display: block;
    width: 55px;height: 55px;
    background: url("../images/list_num.png") no-repeat;
    color: #d5a522;
    font-family: "Georgia";
    font-size: 24px;
}
.cl_side_right  ul.cl_list1 li a{
    float: right;
    display: block;
    font-size: 18px;
    width:90%;
    height: 45px;
    padding-top:10px;
    line-height: 45px;
    overflow: hidden;
}

/*column_leader*/
.cl_side_right ul.cl_leader li{
    width:100%;
    height: 200px;
    margin: 50px auto 0;
}
.cl_side_right ul.cl_leader li div{
    width:78%;
    height: 210px;
    border-bottom: 1px solid #d8d8d8;
}
.cl_side_right ul.cl_leader li div a{
    font-size: 18px;
    color: #0ea5ea;
    display: block;
    margin:5px 0 10px;
}
.cl_side_right ul.cl_leader li div h4{
    font-size:16px;
    font-weight: normal;
}
.cl_side_right ul.cl_leader li div p{
    font-size: 14px;
    margin-top:40px;
    height:100px;
    line-height: 25px;
    overflow: hidden;
}
.cl_side_right ul.cl_leader li img{
    width: 140px;height: 210px;
}
/*column_doc*/
.cl_side_right ul.cl_doc_list{
    margin:20px auto 0;
}
.cl_side_right ul.cl_doc_list li{
    height: 80px;
    border-bottom: 1px dotted #d8d8d8;
}
.cl_side_right ul.cl_doc_list li p{
    font-size:16px;
    color:#666666;
    padding:15px 0 5px;
}
.cl_side_right ul.cl_doc_list li a{
    display: block;
    width:85%;
    height: 25px;
    line-height: 25px;
    overflow:hidden;
    font-size:18px;
}
.cl_side_right ul.cl_doc_list li b{
    float: right;
    display: block;
    width: 33px;
    height: 16px;
    background: url("../images/list_arrow.png") no-repeat;
    margin:-25px 20px 0 0;
}
.cl_side_right .cl_detail{
    width:96%;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
}
.cl_detail>div{
    margin-left:15px;
}
.cl_side_right .del_title{
    padding:25px 0 10px;
}
.cl_side_right .del_title h3{
    width: 97%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 24px;
    font-weight: normal;
    margin-left:3%;
}
.cl_side_right .del_title b{
    display: block;
    width: 6px;
    height: 23px;
    background: url("../images/title_blue.png") no-repeat;
    margin-top:10px;
}
.cl_side_right .del_info{
    color:#666;
}
.cl_side_right .del_info .time{
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.cl_side_right .del_info .time b{
    display: block;
    width: 19px;
    height: 16px;
    background: url("../images/time_gray.png") no-repeat;
    margin-left: 20px;
    margin-top:1px;
}
.cl_side_right .del_info .time p{
    margin-left: 50px;
}
.cl_side_right .del_con{
    width: 92%;
    margin:0 auto 50px;
}
.cl_side_right .del_con>div{
    margin-top:20px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    /*text-indent:2em;*/
}

/*column_zx*/
.cl_side_right .cl_list form{
    width:100%;
    margin:30px auto 0;
}
.cl_side_right .cl_list form table tr{
    display: block;
    margin-bottom:20px;
}
.cl_side_right .cl_list form table .label{
    width: 180px;
    height: 35px;
    font-size: 16px;
}
.cl_side_right .inputContent{
    width: 270px;
    height: 35px;
}
.cl_side_right .inputContent input{
    height: 35px;
    line-height: 35px;
    width: 270px;
    box-sizing: border-box;
    font-size: 16px;
}
.cl_side_right .applyContent{
    width: 380px;
    height: 150px;
}
.cl_side_right .applyContent textarea{
    width: 380px;
    height: 150px;
    line-height: 25px;
    box-sizing: border-box;
    font-size: 16px;
}


.cl_side_right .star{
    width: 10px;
    padding-left: 10px;
    color: red;
}
.cl_side_right .submitButton input{
    width:160px; height:50px; line-height:50px;
    text-align:center; background:#004da2;
    color:#FFFFFF; border:none; font-size:16px;
    border-radius: 3px;
}




/*side_left*/


.cl_side_left{
    width: 235px;
    background: #fff;
    border-top-right-radius: 35px;
}
.cl_side_left .side_nav .nav_title{
    width: 235px;
    height: 115px;
    background: url("../images/nav_title.png") no-repeat;
    color: #fff;
}
.side_nav .nav_title h3{
    font-size: 22px;
    font-weight: normal;
    padding-top:30px;
    margin-left:30px;
}
.side_nav .nav_title p{
    font-size: 15px;
    margin:10px 0 0 30px;
}
.side_nav ul li{
    height: 90px;
    border-bottom:1px solid #d8d8d8;
}
.side_nav ul li a{
    display: block;
    padding:25px 0 0 30px;
}
.side_nav ul li a h4{
    font-size: 16px;
    font-weight: normal;
}
.side_nav ul li a p{
    font-size: 10px;
    color:#a1a1a1;
  	text-transform: uppercase;
    margin-top:10px;
}
.side_nav ul li.active b{
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/nav_arrow.png") no-repeat;
    margin-top:-42px;
    margin-right:20px;
}
.side_nav ul li:hover b{
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/nav_arrow.png") no-repeat;
    margin-top:-42px;
    margin-right:20px;
}
.side_nav ul li:hover a h4{
    color:#0ea5ea;
}














/*pages*/
.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce,.pagebox span.pagebox_num_nonce a {
    background-color:#016fc9;
    border:1px solid #016fc9;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
}
.pagebox span.pagebox_num:hover a{
    background-color:#016fc9;
    border:1px solid #016fc9;
    color:#fff;
}
.pagebox span.pagebox_pre:hover a,.pagebox span.pagebox_next:hover a{
    background-color:#016fc9;
    border:1px solid #016fc9;
    color:#fff;
}
.pagebox_jump {
    display:none;
}