@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],input[type="reset"],input[type="button"],input{-webkit-appearance:none; resize: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {display: block;}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
border: none;
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{color:#000;font-family:"Microsoft YaHei";font-size: 18px;min-width:1400px;}
em,i,b{font-weight: normal;font-style: normal;}
a{text-decoration:none;color:#000;}
a:hover{ text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.ov{height:100%; overflow:hidden;}
.center{text-align:center;}
.red {color:red !important;}
.flex {
    display:-webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contain{width: 1400px;margin: 0 auto;overflow: hidden;}
.top{height: 200px;background:#fff url(../images/sky.png) no-repeat top center;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.top .logo{width:700px;margin-top:40px;}
.top .sousuo{width:340px;overflow: hidden;margin-top: 70px;}
.top .sousuo input[type="text"]{width:250px;border:1px solid #115199;outline:none;line-height:46px;height:46px;float: left;padding:0 10px;background:#fff;}
.top .sousuo input[type="image"]{float:left;width:80px;height:46px;outline:none;display: block;}
.topBanaer{background: #005397;margin-bottom: 20px;}

.topnav{width: 1400px;margin:0 auto;height: 55px;}
.topnav .nLi{float: left;width:16.5%;text-align: center;height:55px; line-height:55px;position:relative;}
.topnav .nLi h3 a{ display:block;font-size:20px;color:#fff;font-weight:bold;}
.topnav .nLi h3 a i{font-size:24px;margin-right:8px;vertical-align:bottom;}
.topnav .sub{ display:none; width:200%; left:0; top:56px;position:absolute; background:#1d74bc;line-height:38px; padding:15px;text-align: left;z-index:9;}
.topnav .sub li{float: left;width:210px;background: #fff;margin:3px;text-align: center;border-radius:5px;overflow: hidden;}
.topnav .sub a{ display:block;font-size: 16px;}
.topnav .sub a:hover{color:#005397;box-shadow:0 0 3px #005397 inset;font-weight: bold;}
.topnav .on h3 a{ background:#1d74bc; color:#fff;   }


.zhuanti_Box {
    position: relative;
    width: 1400px;
    margin: 0 auto 20px;
}
.zhuanti_Box .hd{overflow:hidden;position:absolute;bottom:20px;right:20px;z-index:3;}
.zhuanti_Box .hd li{display: inline-block;width:40px;height:6px;cursor:pointer;background:#fff;margin-left:5px;}
.zhuanti_Box .hd .on{background:#076fbe;}
.zhuanti_Box .bd li img{width:100%;}

/*热点图轮播*/
.News{margin-bottom:20px;}
.focusBox{position:relative;width:650px;float: left;overflow:hidden;}
.focusBox .hd{overflow:hidden;zoom:1;position:absolute;bottom:20px;right:10px;z-index:3;}
.focusBox .hd li{display: inline-block;width:10px;height:10px;cursor:pointer;background:#fff;margin-left:5px;border-radius:50%;}
.focusBox .hd .on{background:#076fbe;}
.focusBox a{display: block;position: relative;}
.focusBox a span{background:rgba(0,0,0,.7);color:#fff;line-height: 57px;width: 100%;position: absolute;left: 0;bottom: 0;padding:0 100px 0 10px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}

/*要闻、热点切换*/
.newsTab{width:720px;}
.newsTab .hd{border-bottom:1px solid #ddd;width: 100%;height: 44px;margin-bottom:20px;position: relative;}
.newsTab .hd li{color:#666;float: left;font-size:22px;margin-right:30px;height: 44px;cursor:pointer;font-weight: bold;padding:0 2px;}
.newsTab .hd li a{color:#666;}
.newsTab .hd li.on{color:#0b5bab;border-bottom:5px solid #0b5bab;}
.newsTab .hd li.on a{color:#0b5bab;}
.newsTab .bd li{/*margin-bottom: 22px;*/text-indent: 15px;position: relative;overflow:hidden;height:42px;line-height:42px;}
.newsTab .bd li::after{content: '';width:5px;height:5px;border-radius:50%;background:#ddd;position: absolute;left: 0;top:calc(50% - 1px);}
.newsTab .bd li a{display: flex;justify-content: space-between;}
.newsTab .bd li a span{width:77%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;float:left;}
.newsTab .bd li i{color:#999;font-size: 16px;float:right;}
.newsTab .bd li a:hover{color:#2c80de;}
.newsTab .bd li a:hover i{color:#2c80de;}
.newsTab .bd li:hover::after{background: #2c80de;}
.gengDuo{position: absolute;right: 0;bottom:5px;}
.gengDuo a{color:#999;font-size: 18px;}
.gengDuo a:hover{color: #2c80de;}

/*快速通道*/
.fastTD{margin-bottom: 20px;}
.fastTD li{width: 19%;text-align: center;height: 90px;line-height: 90px;background: #ccddf2;border-radius:10px;position: relative;overflow: hidden;float:left;margin:0 0.5%;}
.fastTD li::after{content: '';width:200px;height:200px;border-radius:50%;background:#c3d7ee;position: absolute;right:-50%;top:0;}
.fastTD li a{font-size: 22px;font-weight: bold;color:#0352ac;display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index:2;}
.fastTD li span{font-size:32px;vertical-align: middle;margin-right:10px;}
.fastTD li:nth-last-of-type(1) span{font-size: 36px;}

/*各种考试类型框*/
.allexam{border:1px solid #ddd;margin-bottom: 20px;}
.allexam .hd{background: royalblue;height:112px;}
.allexam .hd ul{display:flex;justify-content:space-between;}
.allexam .hd li{text-align: center;height:112px;cursor: pointer;float:left;/*margin-right:0.4%;*/width:8.33%;}
.allexam .hd li a{color:#fff;font-size:18px;line-height:22px;display:block;}
.allexam .hd li b{display: block;font-size:30px;margin:22px 0 12px;}
.allexam .hd li.on, .allexam .hd li:hover{background:#c92c1a;}
.allexam .hd li.on a, .allexam .hd li:hover a{color:#fff;}

/*.allexam .hd li:nth-child(1){width:7%;}
.allexam .hd li:nth-child(2){width:7%;}
.allexam .hd li:nth-child(3){width:7%;}
.allexam .hd li:nth-child(4){width:8%;}
.allexam .hd li:nth-child(5){width:7%;}
.allexam .hd li:nth-child(6){width:7%;}
.allexam .hd li:nth-child(7){width:8%;}
.allexam .hd li:nth-child(8){width:9%;}
.allexam .hd li:nth-child(9){width:9%;}
.allexam .hd li:nth-child(10){width:9%;}
.allexam .hd li:nth-child(11){width:8%;}
.allexam .hd li:nth-child(12){width:9%;}*/


.allexam .bd{padding:20px 20px 15px;height:375px;}
.PTGK_box_stageS{width: 330px;text-align: center;float:left;}
.PTGK_box_stageS li{margin-bottom:7px;background: #ccddf2;height: 70px;line-height: 70px;position: relative;overflow: hidden;}
.PTGK_box_stageS li::after{content: '';width:500px;height:500px;border-radius:50%;background:#c3d7ee;position: absolute;right:0px;top:0px;}
.PTGK_box_stageS a{color:#0352ac;letter-spacing: 1px;display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index:1;font-weight: bold;}

/*成人高考*/
.PTGK_box_stageS .Adult_GK a{height:auto;top:11px;line-height:22px;}
.PTGK_box_list{width:1000px;float:right;}
.break_nav{margin-bottom:20px;overflow:hidden;}
.break_nav a{color:#666;}
.break_nav_In{float:left;}
.break_nav_In a{padding:0 10px;}
.break_nav_In a:hover, .break_nav_In a.on{font-weight: bold;color:#333;}
.break_nav .CKGD{float:right;}
.break_nav .CKGD a:hover{color: #2c80de;text-decoration: underline;}
.break_nav .CKGD a{color: #999;font-size: 17px;}

.PTGK_box .txt_list li{/*margin-bottom:14px;*/position: relative;overflow:hidden;height:42px;line-height:42px;}
.PTGK_box .txt_list li::after{content: '';width:4px;height:4px;border-radius:50%; background:#eee;position:absolute;left: 0;top:calc(50% - 1px);}
.PTGK_box .txt_list li a{display: flex;justify-content: space-between;overflow:hidden;}
.PTGK_box .txt_list li a span{width:80%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;text-indent:15px;float:left;}
.PTGK_box .txt_list li a i{color:#999;font-size: 16px;float:right;}
.PTGK_box .txt_list li a:hover{color:#076fbe;}
.PTGK_box .txt_list li a:hover i{color:#076fbe;}
.PTGK_box .txt_list li:hover::after{background: #076fbe;}


/*中间广告位-校区展示*/
.Box-more{width: 1400px;margin: 0 auto 20px;position: relative;background-image:url(../images/pic-L.png),url(../images/pic-R.png);background-position:left top,right top;background-repeat:no-repeat,no-repeat;}
.picScroll-top{width: 1368px;height: 71px;margin: 0 auto;border: #75afe2 1px solid;background:linear-gradient(to top,#ccddf2,#fff);position: relative;}
.picScroll-top .bd .picList li{height: 71px;}
.picScroll-top .bd .picList li a{float: left;width:14%;text-align: center;height: 71px;line-height: 71px;}
.picScroll-top .bd .picList li img{vertical-align: middle; width:140px;height:48px;}
.more{width: 24px;height: 70px;background:url(../images/all_1.png) no-repeat center;-webkit-background-size: contain;background-size: contain;position:absolute;top: 0;right: 0;cursor:pointer;z-index:1;border-left: #75afe2 1px solid;}

.pop-more{max-width:1400px;background:#fff;border:1px solid #ddd;padding:0 15px 15px;overflow: hidden;position:absolute;right: 0;z-index:2;display: none;}
.pop-more span{height: 15px;float: right;cursor:pointer;}
.pop-more i{width: 100%;height: 100%;position: fixed;left: 0;bottom: 0;background:rgba(0,0,0,0);z-index:-1;}
.pop-more ul{overflow: hidden;width:100%;}
.pop-more li{float: left;padding:3px;text-align: center;}
.pop-more li img{border: 1px solid #b1b1b1;display: block; width:140px; height:48px;}
.pop-more li img:hover{background-color: #ff0;}
a.bg_yellow img {background-color: #fcffc5;}
a.bg_blue img {background-color: #c3f6ff;}
a.bg_green img {background-color: #def6c9;}
a.bg_red img {	background-color: #f5d0d4;}
a.bg_zise img {background-color: #e3dcfc;}
a.bg_cengse img {background-color: #f9e7d1;}
a.bg_cor3 img {background-color: #cdfdf6;}
a.bg_hui img {background-color: #efefef;}
a.bg_cor4 img {background-color: #e3fbf8;}
a.bg_pink img {background-color: #fae8fd; width:140px; height:48px;}
.fotPop{max-width:100%;z-index: 3;}

/*动态、公示*/
.ksy-txt{margin-bottom:20px;}
.noteS{width: 660px;}

/*底部导航、版权文字*/
.fot-txt{padding-bottom:30px;background: #f5f5f5;}
.fot-txt .fotNav{background: #3576d7;height:54px;margin-bottom: 20px;}
.fot-txt .fotNav ul li{height:54px;line-height:54px;float:left;margin-left:2.7%;}
.fot-txt .fotNav ul li:hover{background: #2668b2;}
.fot-txt .fotNav ul a{color:#fff;}
.fot-txt .fotNav ul li img{vertical-align: middle;}
.fot-txt .fotNav select{width:220px;height:30px;margin-top: 20px;outline: none;}
.copyright{font-size: 14px;line-height:28px;margin-top: 20px;background:url(../images/sydw.png) no-repeat left top;padding-left: 70px;}
.copyright a{color:#666;}
.copyright a:hover{color:#2668b2;}
.weibo select{border:1px solid #ddd;height: 36px;outline: none;width:198px;}
.ww_st_tushu img{display: block;margin:10px 0;}
.ww_st{display: inline-block;}
.ww_st_wechat{vertical-align: top;}
.ww_st_wechat img{width:80px;height: 80px;margin-bottom:3px;}
.ww_st_wechat span{background: #fff;display: inline-block;text-align: center;padding:8px 8px 4px;border:1px solid #ddd;font-size: 12px;}

/*底部校区展示*/
.foot-school{width:100%;height: 70px;background: #fff;border:1px solid #ddd;position:fixed;bottom: 0;left:0;z-index: 9;}
.picMarquee-left{padding:0 10px;overflow: hidden;}
.picMarquee-left li{float: left;margin-right:2px;width: 150px;height:70px;margin-top:11px;text-align: center;}
.picMarquee-left li img{display: block;border: 1px solid #b1b1b1;width:140px;height:48px;}
.picMarquee-left li img:hover{border: 1px solid #e60000;background-color: #f0f000; transform:scale(1.1); transition:0.2s;}
.foot-more{display: block;width:32px;height: 70px;background:#fff url(../images/bot_fixed.png) no-repeat right;-webkit-background-size: contain;background-size: contain;position:absolute;top: 0;right: 0;cursor:pointer;z-index:1;}

/*右侧浮条*/
.fixed29{position: fixed;right:1%;top:29%;z-index:9;width:160px;}
.sideWindow{background: #f0f0f0;width:90px;padding:0 5px;box-shadow:0 0 5px #aaa;float:right;}
.sideWindow a{color:#0352ac;font-size: 17px;display: block;}
.sideWindow li{border-bottom:1px solid #c3d7ee;text-align: center;padding:10px 0;}
.sideWindow li:nth-last-of-type(1){border-bottom:none;}
.sideWindow span{display: block;margin:0 auto;font-size: 30px;}
/*官方微信弹出*/
.GF_WeChat{position: relative;}
.wx_pic{position: absolute;background: #fff;left:-160px;top:-50%;padding:20px;box-shadow:0 0 6px #999;border:1px solid #bbb;transition:all 0.3s;display: none;opacity:0;}
.wx_pic img{width:100px;}
.GF_WeChat:hover .wx_pic{opacity:1;display: block;}
.wx_pic::after{
	content:"";
	position: absolute;
	right:-20px;top:40%;
	width:0px;
    height:0px;
    border:12px solid transparent;
    border-left-color:#fff;
}

.Official_WeChat{position: relative;}
.wx_wb_pic{position: absolute;background: #fff;left:180px;top:-50%;width:160px;padding:20px;box-shadow:0 0 6px #999;border:1px solid #bbb;transition:all 0.3s;opacity:0;}
.wx_wb_pic span{font-size: 14px;}
.wx_wb_pic img{width:100px;}
.Official_WeChat a:hover .wx_wb_pic{opacity:1;left:-180px;}
.wx_wb_pic::after{
	content:"";
	position: absolute;
	right:-20px;top:30%;
	width:0px;
    height:0px;
    border:12px solid transparent;
    border-left-color:#fff;
}
/*机器人定位*/
.AIjiqiren{float:right;}
.AIjiqiren img{display:block;}

/*准考证打印*/
.Print_box{padding:30px 30px 60px;background: #fff;margin-bottom: 30px;box-shadow:0 0 5px #ddd;}
.Print_box h4{font-size: 30px;line-height: 40px;text-align: center;border-bottom:2px dotted #333;padding: 30px;margin-bottom: 30px;letter-spacing:3px;}
.Print_box p{text-align: center;font-weight: bold;line-height: 38px;margin-bottom: 30px;}
.Print_box table{border-left:1px solid #333;border-top:1px solid #333;width: 100%;text-align: center;}
.Print_box table td{border-right:1px solid #333;border-bottom:1px solid #333;padding:10px 0;}
.Print_box table tr:nth-child(1) td{font-weight: bold;font-size: 18px;padding:15px 0;background: #f9f9f9;}


/*列表页*/
.bread{color:#323232;height: 38px;line-height: 38px;background: #dcedff;padding-left: 20px;margin-bottom: 20px;}
.bread a{color:#0352ac;}
.Headline{font-size: 30px;color:#0352ac;margin-bottom: 20px;font-weight: bold;}
.Headline b{font-size: 34px;font-weight: bold;padding-right:15px;}
.shadow{margin-bottom: 40px;overflow:hidden;border:1px solid #ddd;}
.list_L_side{width:340px;float:left;padding:20px;}
.list_L_side li{background:#ccddf2;transition:all 0.3s linear;margin-bottom:15px;}
.list_L_side li h3 b{padding-right: 15px;}
.list_L_side li h3 a{color:#0352ac;padding-left:15px;height:100%;display:block;height:53px;line-height:53px;}
.list_L_side li h3 a span{line-height:normal;vertical-align:middle;display:inline-block;margin-top:-3px;}
.list_L_side li h3:hover a,.list_L_side li.checked h3 a{color:#fff;background: #0352ac;}
.list_R_con{width:1058px;padding:20px;border-left:6px solid #e9e9e9;float:right;box-sizing:border-box;}
.list_R_con h3{font-size: 18px;font-weight: bold;border-bottom:1px solid #bbb;margin-bottom: 20px;padding-bottom:10px;}
.list_R_con h3 a{font-weight:normal;color:#666;font-size:16px;}
.list_R_con ul{padding-bottom:15px;}
.list_R_con .blockLine{margin-bottom:20px;}
.list_R_con .blockLine .pageS{margin-bottom:20px;}
.list_R_con .txt p{margin-bottom: 15px;}
.list_R_con .txt p span{font-size:18px !important;}

.list_L_side li.PLnone a{padding-left: 0;}
.list_L_side li.PLnone a img{display: block;}

/*20240321列表页新增样式*/
.side_conTxt{background:#f9f9f9;font-size:16px;}
.side_conTxt p {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    background: url(../images/book.png) no-repeat 28px center;
    -webkit-background-size:18px 18px;
    background-size: 18px 18px;
    padding-left: 55px;
}
.side_conTxt p:nth-last-of-type(1){border-bottom:none;}
.side_conTxt p:hover a, .side_conTxt p.on a{display:block;color:#0352ac;}
.side_conTxt p:hover, .side_conTxt p.on{background-color:#e7f0fd;background-image:url(../images/bookOn.png);}
/*.side_conTxt p:hover, .side_conTxt p.on{background: linear-gradient(to right, #accbee, #e7f0fd, #accbee);}*/




/*咨询服务*/
.list_R_con .txt dl{margin-bottom:30px;line-height: 28px;}
.list_R_con .txt dl dt{font-weight: bold;margin-bottom:5px;}
.list_R_con .txt dl dd{margin-left: 32px;}

/*列表详情*/
.list_xiangqing{background: #fff;padding:30px;margin-bottom: 50px;border:1px solid #ddd;}
.list_xiangqing h3{text-align: center;font-size: 30px;margin-bottom:20px;}
.list_xiangqing .lineBox{border-bottom:2px dotted #999;padding-bottom:10px;color:#999;font-size: 14px;text-align: center;margin-bottom: 30px;}
.list_xiangqing .lineBox span{padding:0 20px;}
.list_xiangqing .txt p{margin-bottom:20px;line-height: 26px;}
.list_xiangqing .txt b{font-weight: bold;margin-bottom:5px;display: block;}



/*====20191210折叠样式====*/
.ZDsideMenu{margin-bottom: 55px;}
.ZDsideMenu h3{font-size: 18px;line-height:34px;cursor:pointer;background:url(../images/jia.jpg) no-repeat 0 8px;padding-left:28px;margin-bottom:2px;border-bottom:1px solid #eee; overflow:hidden;font-weight:normal;}
.ZDsideMenu h3 p{float: left;width:85%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ZDsideMenu h3 span{width: 14%;float: right;}
.ZDsideMenu li{padding:0 10px 10px 30px;color:#666;line-height:26px;font-size:15px;text-indent: 34px;border-bottom:1px solid #eee;}
.ZDsideMenu h3:hover{color:#2d7cd4;}
.ZDsideMenu h3.on{background: url(../images/jian.jpg) no-repeat 5px 5px;border-bottom: none;}
.ZDsideMenu h3.on p{white-space:normal;line-height:23px;}
.chengjiNew{text-align:center;}
.pageS{text-align:center;margin-top:20px;}
.pageS a, #ctl00_ContentPlaceHolder1_RadListView1_DataPagerProducts span{border:1px solid #ccc;padding:3px 10px;}
.pageS a:hover, #ctl00_ContentPlaceHolder1_RadListView1_DataPagerProducts span{background:#076fbe;color:#fff;}