body {  
    font-family: helvetica,tahoma,arial,"microsoft yahei","微软雅黑","宋体","黑体",sans-serif;  
    font-size: 12px;
}
.gray_bg{
    background-color: #f8f8f8;
}
* {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}
*:focus {
  outline: 0 !important;
}
.browserupgrade {
    position: fixed;
    width: 100%;
    top: 0px;
    font-family: helvetica, tahoma, arial, 宋体, 黑体, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    background-color: rgb(67, 95, 191);
    z-index: 9999;
    margin: 0px auto;
    padding: 10px;
}
.browserupgrade a {
    color: #fff;
    text-decoration: underline;
}
footer,header,nav{display:block}
.clearfix:after, .clearfix:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
    clear: both;
} 
button {
    outline: none;
}
.btn, button, div[id^=uniform-] span {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
img {
    border: 0;
}
.h1,.h2,.h3,.h4,.h5,.h6{
  margin: 0;
}
ul,li{
  list-style: none;
}
.list-unstyled{
    _display:inline;
    padding-left: 0;
    list-style: none;
    list-style:none outside none;
    overflow: hidden;
}
.list-unstyled li{
    *list-style: none outside none;
}
.center { text-align: center; }
.white{color: #fff;}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2c90de;
  text-decoration: none;
}
a:focus {outline: none;}
.white_bg{background-color: white;}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pc-dis-top {
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #6c6c6c;
    border-bottom: 1px solid #eee;
    z-index: 998;
}
.bg-white {
    background-color: white;
}
.bg-fafafa {
    background-color: #fafafa;
}
.top-right {
    float: right;
    vertical-align: middle;
}
.pc-dis-top a {
    padding: 0 5px;
    color: #6c6c6c;
}
.nopl { padding-left: 0; }
.nopr { padding-right: 0; }
.noplr { padding-left: 0; padding-right: 0; }
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.pos_r{position: relative;}
.top_link{
    position: relative;
    display: inline-block;
    height: 32px;
}
.m_link .qrimg{
    position: absolute;
    right: -50px;
    top: 52px;
    padding: 5px;
    border: 1px solid #ddd;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #cdcdcd;
    -moz-box-shadow: 0 0 8px #cdcdcd;
    box-shadow: 0 0 8px #cdcdcd;
}
/*.m_link .qrimg:before{
    position: absolute;
    top: -12px;
    right: 20px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    overflow: hidden;
    border-color: transparent transparent #666;
    border-style: dotted dotted solid;
}*/
.m_link .qrimg img{
    display: block;
}
.m_link .qrimg p{
    margin: 0;
    padding-bottom: 10px;
    color: #333;
    line-height: 1;
    text-align:center;
}
.m_link:hover .qrimg{
    display: block;
}
/* nav */
.navbar {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;  
    background-color: #fff;  
    z-index: 997;
}
.navbar-header {
    float: none;
    height: 86px;
    background-color: #fff;
}
.navbar-brand {
    display: block;
    height: auto;
    padding: 15px 15px 15px 0;
}
.navbar-brand>img { display: inline-block;}
.logo-se img{padding-bottom: 7px; vertical-align: bottom;}
.bg_blue { background-color: #2c90de;}
.libg_blue{background-color: #f1f8fe;}
.navbar-nav>li {
	margin: 0 28px;
	padding: 0 10px;    
}
.navbar-nav>li:hover{
    height: 48px;
    border-bottom: 2px solid #fff;
}
.navbar-nav>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 14px 0;
}
.navbar-nav>li.curr_item {
    height: 48px;
    border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
nav ul li.curr a.navmenu:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    font-weight: 600;
    background-color: transparent;
}
.top_search{ position: relative; display:inline-block; margin-top: 24px; margin-left: 10px; width: 370px;}
.top_search .form_input {
  width: 260px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #2c90de;
  outline: none;
}
.top_search input[type="submit"] {
  position: absolute;
  display: block;
  top: 0;
  right: 50px;
  padding: 0;
  height: 40px;
  width: 60px;
  border: none;
  color: #fff;
  font-size: 15px;
  background: #2c90de;
  /* background: #249fe6  no-repeat center center; */
  background-size: 28px 28px;
  outline: none;
  cursor: pointer;
}
span.qr{position:absolute; top: 0; right: 0;}


/* top-ad1 */
.sect {
    width: 1100px;
    margin: 0 auto;
}
.gk_top_ad1{
    padding-bottom: 10px;
    /* overflow: hidden; */
}
.gk-gk_top_ad1 .container {
    padding: 15px; 
}
.row4 {
    margin-left: -4px;
    margin-right: -4px;
}
.gk-ad0 ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 112px;
    text-align: center;
    overflow: visible;
}
.gk-ad ul li {
    float: left;
    padding: 4px;
}
.gk-ad0 ul li,.gk-ad2 ul li{
    width: 25%;
}
.gk-ad0 ul li img.s_img {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
}
.gk-ad0 ul li a:hover img.s_img{
    border: 1px solid #e85427; 
}
.ads_items0{
   
}
.ads_items0 li a{
    position: relative;
    display: block;  
    overflow: visible;
}
.ads_items0 .ad_img{
    display: none;
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
}
.ads_items0 .ad_img img{
    margin: 6px;
}
.ads_items0 li a:hover .ad_img{
    display: block;
}

/*category*/
.gk_category{
    position: absolute;
    height: 0;
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    z-index: 100;
}
.category_item{
    width: 200px;
    height: 0;
}
.category_item ul{ 
    position: relative;
    background-color: rgba(0, 0, 0, 0.24);
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000);
    width: 220px;
    height: 428px;
    position: relative;
    z-index: 11;
    overflow: visible;
}
.category_item ul li{    
}
.category_item ul li:first-child{
    background-color: #2c90de;
}
.category_item ul li i{
    margin-right: 8px;
    color: #fff;
}
.category_item ul li span.title{
    padding: 0 16px;
}
.category_item ul li a,.sub_menu{
    display: block;
    padding: 0 16px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.category_item ul li a:hover,.sub_menu:hover{
    color: #2c90de;
    background-color: #fff;
}
.category_item ul li a:hover i,.sub_menu:hover i{
    color: #2c90de;
}
.category_item ul li:first-child{
    margin-bottom: 15px;
}
.category_item ul li:first-child i{
    font-size: 16px;
}
.category_item ul li:first-child span{
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}
.gk_category .banner_ad1{
    position: absolute;
    top: 0;
    right: 0;     
    width: 294px;
    height: 530px;
    /*background-color: rgba(255,255,255,.7);*/
}
.gk_category .banner_ad1 ul{
    position: absolute;
    right: 8px;
    padding-top: 10px;
    padding-right: 5px;
}
.gk_category .banner_ad1 a{
    position: relative;
    float: right;
    display: block;
    width: 218px;
    height: 58px;
    margin: 5px 0 5px 16px;
}

.gk_category .banner_ad1 img{    
    width: 218px;
    height: 58px;
    border: 2px solid rgba(255,255,255,.5);
}
/*.gk_category .banner_ad1 img:hover {
    width: 240px;
    height: 80px;
    border: 2px solid rgba(255,255,255,1);
}
.gk_category .banner_ad1 a:hover{
    margin-right: 8px;
    margin-bottom: 8px;
    width: 240px;
    height: 80px;
    border: 2px solid rgba(255,255,255,1);
}
.gk_category .banner_ad1 a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/
.gk_category .banner_ad1 .ad_img {
    display: none;
    position: absolute;
    top: 45px;
    right: 35px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
}
.gk_category .banner_ad1 a:hover .ad_img {
    display: block;
}

.category_item ul li a{
}
.right_menu{
    display: none;
    position: absolute;
    width: 338px;
    height: 428px;
    top: 0;
    left: 220px;
    z-index: 1000;
    background-color: #f5f5f5;
    overflow: hidden;
}
.category_item ul li .sub_menu:hover .right_menu{
    display: block;
}
.right_menu .item_group{
    margin-top: 30px;
    padding: 0 10px;
}
.right_menu .item_group .item{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 10px;  
}

.right_menu .item_group a{
    margin-left: 32px;
    display: inline-block;
    padding: 6px 0;
    color: #454545;
    font-size: 14px;
    line-height: 1.5; 
    vertical-align: top;
}
.right_menu .item_group a:hover{
    font-weight: 600;
    background-color: transparent!important;
}
.s-icon{
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.right_menu .item_group .item .s-icon{
    position: absolute;
    top: 6px;
    left: 10px;
    line-height: 26px;
    height: 20px;
    margin-right: 0;
    vertical-align: middle;
}
.s-icon1{
    background:  0 center no-repeat;
}
.s-icon2{
    background:  0 center no-repeat;
}
.s-icon3{
    background:  0 center no-repeat;
}
.s-icon4{
    background:  0 center no-repeat;
}
.s-icon5{
    background:  0 center no-repeat;
}
.s-icon6{
    background:  0 center no-repeat;
}
.s-icon7{
    background:  0 center no-repeat;
}
.s-icon8{
    background:  0 center no-repeat;
}
.s-icon9{
    background:  0 center no-repeat;
}
.s-icon10{
    background:  0 center no-repeat;
}
.s-icon11{
    background:  0 center no-repeat;
}
.s-icon12{
    background:  0 center no-repeat;
}
.s-icon13{
    background:  0 center no-repeat;
}
.s-icon14{
    background:  0 center no-repeat;
}

/* slide */
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}
.splash .nav-circleslide {
position: absolute;
bottom: 40px;
right: 50%;
margin-right: -300px;
display: inline-block;
}

.splash .nav-circleslide a {
margin: 0 20px;
}
.splash .nav-container {
position: absolute;
bottom: 30px;
width: 100%;
text-align: center; 
z-index: 99;
}
.splash .rslides_tabs {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
cursor: default;
z-index: 6;
display: inline-block;
clear: both;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.splash .rslides_tabs li {
position: relative;
display: block;
float: left;
width: 25px;
height: 5px;
margin: 0 2px;
cursor: pointer;
}

.splash .rslides_tabs li a {
top: 0;
left: 0;
width: 25px;
height: 5px;
display: block;
outline: none;
background-color: rgba(0,0,0,.3);
color: transparent;
cursor: pointer;
position: absolute;
}
.splash .rslides_tabs li a{
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.splash .rslides_tabs li.rslides_here a{
    background-color: rgba(255,255,255,.6);
}
.splash .rslides_tabs li a:hover,.rslides_tabs li a:focus{color:transparent; text-decoration: none;}
svg:not(:root) {
overflow: hidden;
}
.splash .rslides_tabs li svg {
z-index: 10;
vertical-align: top;
}
.splash .rslides_tabs li svg circle {
opacity: 0;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 39 39;
stroke-dashoffset: 39;
-webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
transition: stroke-dashoffset 0.3s, opacity 0.3s;
}
.splash .rslides_tabs li.rslides_here svg circle {
opacity: 1;
stroke-dashoffset: 0;
-webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
transition: stroke-dashoffset 0.3s, opacity 0.15s;
}

.callbacks-container .slide-text h1 {
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0;
}
.callbacks-container .caption-bg .slide-text{margin: 68px auto 0; padding:50px 0; width:55%; }
.callbacks-container .caption-media .slide-text{
    width:100%;
    display: inline-block;
    text-align: center;
}
.callbacks-container .caption-media img{width:100%; max-width: 435px;}
.callbacks-container .caption-media .float-p{float:left;width:45%; display: inline-block;}
.callbacks-container .caption h4{font-size: 30px; text-shadow: 0 1px 1px #000;}
.callbacks-container .caption p{
    font-size: 18px; 
    width: 640px;  
    margin: 0 auto;
    padding:10px 15px;
    font-weight: 300;
}

.callbacks-container .button a.intall_btn{ 
    font-size: 18px;   
    color:#ffffff !important;    
    text-decoration: none; 
    margin-right: 15px;    
    padding: 7px 19px;
    display: inline-block;
    width: auto;
    position: relative;
    vertical-align: middle;
    z-index: 2;
    border: 1px solid #ffffff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer;  
    background: rgba(0,0,0, .1); 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.rslides1_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 40px;
    z-index: 99;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 22px;
    background: transparent  no-repeat left top;
    margin-top: -20px;
    cursor: pointer;
}
.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 40px;
    cursor: pointer;
}
.splash {
    position: relative;
    /*width:100%!important;*/
    padding: 0;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    list-style: none;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* gk_sect1 */
.lm{
    margin-bottom: 0;
    padding: 12px 10px;
    line-height: 18px;
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
}
.lm h5{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.gk_sect1 img{
    width: 100%;
}
.gk_sect1 .left_img img{
	height: 96px;
}
.gk-sidebar ul{
    padding: 0;
}
.gk-sidebar li.inter_img img{
    height: 160px;
}
.gk-sidebar li{
    position: relative;
}
.gk-sidebar li p{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img_news_item{position:relative;width:260px;height:330px;}
.img_news_item .box{overflow:hidden;position:relative;top: 20px;height:330px;}
.img_news_item .box .list{position:absolute;top:0;left:0;}
.img_news_item .box .list li{height:170px; text-align:center;}
.img_news_item .box .list li a{display: block; margin: 10px 0;}
.img_news_item .box .list li img{width: 100%; min-width: 260px;}
.gk_news ul.items{
    padding: 0 8px;
}
.gk_news.gk_focus ul.items{
    padding-right: 0;
    margin-bottom: 0;
}
.gk_news li.news_item{
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}
.gk_news li .left_img{
    width: 138px;
    height: 96px;
}
.gk_news li .right_txt{
    position: relative;
    margin-left: 15px;
    width: 370px;
}
.gk_news li .right_txt p{
    margin-top: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
}
.nowrap{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.focus_title.nowrap{
	padding-right: 80px;
}
.gk_focus li .right_txt .ab_r {
    position: absolute;
    right: 0;
    
}
.gk_focus li .right_txt .ab_r a{
    font-size: 15px;
    color: #e85427;
    font-weight: 600;
}
.gk_focus li .right_txt .ab_r a:hover{
    font-weight: 600;
    color: #333;
    /*text-decoration: underline;*/
}
.right_txt ul{
    padding-top: 6px;
}
.right_txt .col_4 li{
	position: relative;
    float: left;
    padding-right: 5px;
    width: 50%;
    font-size: 13px;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right_txt .col_2 li{
	font-size: 13px;
    line-height: 1.8;
}
.right_txt .col_4 li:before,.right_txt .col_2 li:before,.dongtai_item li:before{
	float: left;
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    overflow: hidden;
    display: inline-block!important;
    margin: 9px 5px 0 0;
    border-radius: 2px;
}
.right_txt .col_4 li:before{
	
}
.timeline_item .wrap{
    padding: 15px 0;
}

/*gk-ad2*/
/*.gk_sect2 .container{padding-left: 8px; padding-right: 8px;}*/
.gk_sect2 .row{margin-left: -4px; margin-right: -4px;}
.gk-ad2 ul li img.s_img{
    width: 268px;
    height: 62px;
}
.gk-ad2 ul li{
}
.gk-ad2 ul li a{
    display: block;
    width: 270px;
    height: 62px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.gk-ad2 ul li a:hover img{
    border: 1px solid #e85427;
}
/*gk-sect3*/
.gk-sidebar .gk-college-item li{
    padding: 0;
    line-height: 22px;
    font-size: 13px;
}
.gk-sidebar .gk-college-item li a{
    color: #454545;
}
.gk-sidebar .gk-college-item li a:hover{
    color: #d33a45;
    text-decoration: underline;
}
.gk-sidebar .form_input2 {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    background:  0 center no-repeat;
    background-size: 15px;
    outline: none;
}

.gk-sidebar .college_search,.gk-sidebar ul.gk-college-item{
    padding: 0 10px;
}
.gk_sect3 .gk_news .ab{
    position: absolute;
    top: 14px;
    right: 20px;
    line-height: 1;
}
.tabs .h5{display: inline-block;}
.tabs .h5 a{
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #666;
}
.tabs .h5:first-child a{padding-left: 0;}
.tabs .h5:last-child a{border-right: 0;}
.h6{
	width: 100%;
    padding-right: 10px;    
}
.h6 a{
    display: block;
    margin: 10px 0 20px;
    color: #2c90de;
    font-size: 16px;
    font-weight: 600;  
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;  
}
.h6 a:hover{
    color: #333;
    text-decoration: underline;
}
.h6 a span.hot_txt{
    display: inline-block;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #d33a45;
}
.gk_news .content{
    padding: 0 8px;
    min-height: 452px;
}
.gk_news .news-items p{
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}
.gk_news .news-items .time{
    color: #999;
}
.gk_news .news-focus{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.gk_news .news-focus:last-child{
    border-bottom: 0;
}
.baike_item .baike li{
    float: left;
    margin: 6px 0;
    padding: 0 5px;
    width: 33.333333333%;
    font-size: 13px;
    line-height: 1;
    color: #333;
    text-align: center;
    border-right: 1px solid #999;
}
.baike_item .baike li a{
    display: block;
    padding: 4px 0;
}
.baike_item .baike li a:hover{    
    text-decoration: underline;
    background-color: #e1f1fe;
    font-weight: 600;
}
.baike_item .baike li:nth-child(3n){
    border-right: 0;
}

.gk-caption .gray_999 {
    color: #999;
}
.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.border_top {
    border-top: 1px dashed #ccc;
}
.gk-side-login {
    width: 100%;
    display: inline-block;
    margin: 1px 0;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #edb74e  95% center no-repeat;
}
.gk-side-login a {
    color: #fff;
    font-size: 13px;
}
.mt5 {
    margin-top: 5px;
}
.gk-ad3{
    padding: 8px 12px;
    border: 1px solid #ddd;
}
.gk-ad3 ul{margin-bottom: 0;}
.gk-ad3 ul li{ overflow: hidden;}

.gk-ad3 ul li a{
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 248px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.gk-ad3 ul li img{   
    width: 246px;
    height: 80px;    
}
.gk-ad2 ul li a{
	
	overflow: hidden;
}
.gk-ad3 ul li a:hover img,.gk-ad2 ul li a:hover img.s_img,.links_img_item .box .list li a:hover img,.is_spread .list-unstyled li a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.colleges .title{
    margin: 10px 0 5px 0;
    text-align: center;
    color: #333;
    font-size: 15px;
}
.colleges table {
    border-spacing: 0;
    border-collapse: collapse;
}
.colleges table,.colleges ul{ margin: 8px auto;  border: 1px solid #c8c8c8;  }
.colleges ul{border-width: 1px 0 0 1px;}
.colleges ul li{float:left; width: 25%;}
.colleges table td,.colleges ul li{ height: 32px; padding: 6px 15px; line-height: 18px; border: 1px solid #c8c8c8;  text-align: center; font-size: 13px; box-sizing: border-box;}
.colleges ul li{
    border-width: 0 1px 1px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.colleges table tr:nth-child(odd){
    background-color: #f1f8fe
}
.colleges table td a,.colleges ul li a{
    color: #2c90de;
    text-decoration: underline;
}
.colleges table td a:hover,.colleges ul li a:hover{
    font-weight: 600;
    text-decoration: none;
}
.colleges.college_intro table td,.colleges.college_intro ul li{font-size: 15px;}

.colleges table td p{
    margin: 0;
    text-align: left;
}
.college_intro p.title_center {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.colleges ul li.blue_bg{background-color: #f1f8fe;}
.colleges.college_intro ul li,.colleges table.colleges_list td{
    height: auto;
    padding: 12px 8px;
}
.college_intro .bg_title {
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #4f8ada;
}
/*links*/
.gk-college-links .ab{
    position: absolute;
    width: 28px;
    height: 76px;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background-color: #e78027;
    z-index: 11;
}
.gk-college-links .ab2{
    position: absolute;
    width: 28px;
    height: 102px;
    top: 0;
    right: 0;
    color: #666;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #ddd;
    z-index: 11;
}
.gk-college-links .ab p{
    padding-top: 2px;
}
.gk-college-links .ab2 p{
    padding-top: 3px;
    margin: 0 auto;
    width: 1em;
    line-height: 24px;
	height: 102px;
}
.gk-college-links .ab p:after{
    position: absolute;
    content: "";
    top: 35px;
    left: 28px;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;  
    border-top: 5px solid transparent;
    border-left: 5px solid #e78027;
    font-size: 0px;
    line-height: 0px;
    z-index: 11;
}
/*.gk-college-links .ab2 p:after{
    position: absolute;
    content: "";
    top: 29px;
    right: 28px;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;  
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    font-size: 0px;
    line-height: 0px;
    z-index: 11;
}*/
.gk-college-links .links_item{
    padding: 8px 0;
    min-height: 78px;
    border: 1px solid #e78027;
    overflow: hidden;
}
.gk-college-links .links_img_item{
    padding: 10px 0;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 12;
}
.links_item .item{
    margin-bottom: 0;
    padding-left: 35px;
}
.links_img_item .list{
    margin-bottom: 0;
    padding-right: 35px;
}
.links_item .item li{
    float: left;
    margin: 8px 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    border-right: 1px solid #666;
}
.links_img_item .list li{
    float: left;
}
.links_img_item{ position:relative; width:1100px; }
.links_img_item .box{position: relative; width:1100px; margin:0 auto; padding: 0 1px;overflow:hidden; }
.links_img_item .box .list{width:9999px; overflow:hidden;}
.links_img_item .box .list li{width:178px; }
.is_spread .list-unstyled li{padding: 3px 0;}
.links_img_item .box .list li a,.is_spread .list-unstyled li a{
	position: relative; 
	display: block; 
	margin: 0 3px; 
	width: 172px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ccc;
}
 .links_img_item .box .list li a img,.is_spread .list-unstyled li a img{
    width: 170px;
    height: 80px;
}

.links_img_item .box .list li img{width: 100%; background-color: #fafafa;}

#pic_list_2{cursor: pointer;}
#poplinks{display: none; width: 1100px; }
#botlink2{
    position: fixed;
    bottom: 0;
    width: 1100px;
    background: #fff;
    z-index: 1000;
}
.is_spread {
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
    border: 1px solid #e78027;    
    padding: 18px 0px 5px 12px;
    z-index: 13;    
    background: #fff;
    _position: absolute;
    _bottom: auto;
    _top: expression(offsetparent.scrolltop document.documentelement.clientheight-this.offsetheight);    
}
.is_spread span.closebtn {
    position: absolute;
    top: 2px;
    right: 9px;    
}
.is_spread ul{margin-bottom: 0;}
.is_spread ul li{
    float: left;
}
/* search page*/
.f14{font-size: 14px;}
.sh_bread {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fafafa;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}
.sh_sect .inner-page-txt {
    min-height: 480px;
    padding: 0 0 24px 0;
}
.sh_sect .inner-search{padding:10px; background-color: #fafafa; overflow: hidden;}
.sh_sect .inner-search .form-input {
    width: 100%;
    height: 40px;
    padding-left: 82px;
    padding-right: 44px;
    font-size: 14px;
    border: 1px solid #ccc;
    outline: none;    
}
.sh_sect .head_search form {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sh_sect .head_search .search_btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    outline: none;
    width: 44px;
    height: 40px;
    background: #2c90de  center center no-repeat;
    background-size: 28px;
    line-height: 40px;
    color: #ffffff;    
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.sh_sect .head_search input{
    float: left;
    padding: 0;
    border: 0;
    display: inline-block;
}
.sh_sect .s-tips{margin-bottom:0; padding-top:15px; padding-left: 10px;}
.sh_sect .s-tips .curr{
    padding: 3px;
    color: #e4393c;
}
.sh_sect #currtxt{
    padding: 3px;
    color: #7d6e5b;
}
.sh_sect .search-list .inner_page ul.wrap {
margin: 10px;
padding: 0;
}
.sh_sect .search-list .inner_page ul.wrap li {
border-bottom: 1px dashed #cccccc;
margin-top: 18px;
padding-bottom: 18px;
}
.sh_sect .search-list .wrap {
overflow: hidden;
}
.sh_sect .search-list .wrap .cc-title{font-size: 16px;}
.sh_sect .search-list .inner_page ul.wrap li a img {
float: left;
margin: 0;
border: 1px solid #ddd;
padding: 2px;
background: #ffffff;
margin-right: 10px;
width: 158px;
height: 100px;
}
.sh_sect .search-list .inner_page ul.wrap li .cx_sect p {
line-height: 20px;
height: 40px;
margin-top: 8px;
margin-bottom: 0;
text-indent: 0;
font-size: 12px;
color: #999999;
overflow: hidden;
}
.sh_sect .search-list .inner_page ul.wrap li .adds {
font-size: 12px;
margin: 5px 4px 8px;
color: #666;
}

.sh_sect .select_box{position: absolute; left:0; height: 40px;  line-height: 40px; }
.sh_sect select {display:inline-block; margin-right:0; color: #333; height: 40px; padding:0 10px; font-size: 14px; border:1px solid #ccc; }

.sh_sect .sidebar {
    margin-top: 0;
    padding: 0 0 0 15px;
}

.sh_sect .sidebar .view {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fafafa;
}

.sh_sect .sidebar h5 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 4px solid #2c90de;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #2c90de;
    text-align: left;
}
.sh_sect .sidebar p{font-size: 14px;}
.sh_sect .sidebar ul {
    margin: 0;
    padding: 0 20px;
}

.sh_sect .sidebar ul li {
    padding: 10px 0;
    line-height: 20px;
    border-bottom: 1px dotted #c4c4c4;
}

.sh_sect .sidebar ul li:last-child {
    border-bottom: 0;
}

.sh_sect .sidebar ul li a {
    display: block;
    color: #454545;
    line-height: 20px;
    max-height: 40px;
    font-size: 14px;
    overflow: hidden;
}
.sh_sect .zdy p{
    color: #8a8a8a;
    height: 25px;
    line-height: 25px;
    margin: 2px 0;
}
.sh_sect_input {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-left: 6px;
    padding: 0 3px;
    width: 80%;
    height: 20px;
    line-height: 20px\9;
    line-height: 22px;
    border: 1px solid #ebebeb;
    outline: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    overflow: hidden;
    position: relative;
}
.zdy_title{
    display: block;
    margin-bottom: 10px;
}
.time_et{
    margin-bottom: 12px!important;
}
a.zdy_btn{
    display: inline!important;
    padding: 5px 15px;
    margin: 0;
    color: #fff!important;
    border: 0;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: 0;
    background-color: #ddd;
    outline: 0;
}
a.zdy_btn:hover{
    color: #333!important;
    background-color: #fafafa;
    border: 1px solid #ccc;
}
/*timeline*/
#boxscroll {
    padding: 0 10px;
    height: 330px;
    width: 100%;
    overflow: auto;
    border-right: 1px solid #e5e5e5;
}
.nicescroll-cursors{
    height: 80px!important;
}
#cd-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline {
    margin-top: 0;
    margin-bottom: 0;
}

#cd-timeline::before {
    left: 24px;
    margin-left: -2px;
}

.cd-timeline-block {
    position: relative;
    margin: 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

.cd-timeline-block::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    height: 100%;
    width: 2px;
    background: #ccc;
}

.cd-timeline-block:last-child::before {
    /*background: transparent;*/
}

.cd-timeline-img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08);
}
.cd-timeline-block:first-child::before{
    top: 8px;
}

.curr .cd-timeline-img{
    box-shadow: 0 0 0 3px #fadac7, inset 0 2px 0 rgba(0, 0, 0, 0.08);
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #ccc;
}
.curr .cd-timeline-img.cd-picture {
    background: #e85427;
}
.cd-timeline-img {
    width: 7px;
    height: 7px;
    left: 24px;
    margin-left: -20px;
    /* force hardware acceleration in webkit */
    -webkit-transform: translatez(0);
    -webkit-backface-visibility: hidden;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    border-radius: 0.25em;
    padding: 1em;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    margin-top: 0;
    color: #303e49;
}
.cd-timeline-content .links a{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.8;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-num {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-num {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

a.cd-read-more:hover {
    text-decoration: none;
    background-color: #424242;
}

.cd-timeline-content .cd-num {
    float: left;
    padding: 0;
}

.cd-timeline-content {
    float: left;
    margin-left: 8px;
    padding: 0 1.6em 1.5em 1.6em;
    width: 80%;
}
.cd-timeline-content h5{
    display: inline-block;
    margin-top: 0;
    padding: 5px 10px;
    line-height: 14px;
    color: #fff;
    background-color: #2c90de;
}
.cd-timeline-content h5:after{
    position: absolute;
    content: "";
    top: 7px;
    left: 16px;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;  
    border-top: 5px solid transparent;
    border-right: 5px solid #2c90de;
    font-size: 0px;
    line-height: 0px;
    z-index: 11;
}
.curr .cd-timeline-content h5{
    background-color: #e85427;
}
.curr .cd-timeline-content h5:after{
    border-right: 5px solid #e85427;
}
.cd-timeline-content .cd-read-more {
    float: right;
}

.cd-timeline-content .cd-num {
    position: absolute;
    width: 24px;
    left: -40px;
    right: auto;
    top: 6px;
    font-size: 22px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-align: right;
}
/*listpage*/
/*lm-news*/
.gk_list_main .lm-news ul.news {
    padding: 0 0 32px;
    overflow: hidden;
}
.gk_list_main .lm-news ul.news li {
    position: relative;
    padding-left: 20px;    
    list-style: none;
    height: auto;
    line-height: normal;
    border-bottom: 1px dotted #cccccc;
    font-size: 14px;
    overflow: hidden;
}
.gk_list_main .lm-news ul.news li.news-focus {
    position: relative;
    padding-left: 0;
    background: none;
    border-bottom: 1px solid #e6e6e6;
}
.gk_list_main .lm-news ul.news li.news-focus:last-child{border-bottom: 0;}
.gk_list_main .lm-news li.news-focus {
    padding-top: 20px;
    padding-bottom: 20px;
}
.gk_list_main .lm-news ul.news li.news-focus:hover{background: #fafafa;}
.gk_list_main .lm-news li.news-focus a{display:block; font-size:20px; color:#333;}
.gk_list_main .lm-news li.news-focus a:hover{color:#337ab7;}
.gk_list_main .lm-news ul li.news-focus img{
    float: left;
    width: 168px;
    height: 128px;
    margin: 0 20px 0 0;
}
.gk_list_main .lm-news ul li.news-focus h6{
    margin: 0.3rem 0 0 0;
    font-size: 18px;
    line-height: 28px;
    text-align: left;   
    color: #666666;
}
.gk_list_main .lm-news ul li h6 a{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.gk_list_main .news-items{position: relative; }
.gk_list_main .lm-news ul.news li.news-focus span {
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    color: #8a8a8a;
}
.gk_list_main .side-items{
    background-color: #fafafa;
}
.gk_list_main .top-list li {
    margin-bottom: 10px;
}
/* tab */
.gk_list_main .gk_list_main .content{min-height: 577px;}
.gk_list_main .tabs a{padding: 0 8px; color: #454545; text-decoration: none;}
.gk_list_main .tabs a.current {display:inline-block;padding-bottom:15px; color: #249fe6; border-bottom: 2px solid #249fe6;}
.gk_list_main .tabs .c-title a{display:inline-block;  }
.gk_list_main .tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gk_list_main .title .f-title a.curr,
.gk_list_main .title .f-title a.current{display:inline-block;padding-bottom:15px; color: #249fe6; font-weight: 600;border-bottom: 2px solid #249fe6;}
.gk_list_main .tabs a:focus {
    outline: 0;
}
.gk_list_main .tabs .current {
    z-index: 3;
}
.gk_list_main .tab p.no{padding:15px 30px; }
.gk_list_main .lm-news .lm-item-c{position:relative;}
.gk_list_main .lm-news .lm-item-c .ab{position: absolute; top:13px ;right:20px; line-height: 24px; font-size: 14px;}

.gk_list_main .lm-news ul.news{padding: 0 20px;}
.gk_list_main .lm-news ul.news li{border-bottom: none;}
.gk_list_main .lm-news ul.news li.news-focus:hover{background-color: transparent;}
.gk_list_main .lm-news li.news-focus{padding: 24px 0;}
.gk_list_main .lm-news li.news-focus h6 a{max-height: 56px; font-size:18px; font-weight:600; overflow: hidden;}
.gk_list_main .lm-news li.news-focus h6 a:hover{color: #249fe6;}
.gk_list_main .lm-news ul li.news-focus img{margin: 0 24px 0 0; width: 200px; height: 150px; border-radius: 6px;}
.gk_list_main .news-items{height: 120px;}
.gk_list_main .news-items p{margin-top: 15px; font-size: 14px; color: #888; line-height: 22px; height: 44px; overflow: hidden;}

.gk_list_main .lm-item-c .title{position: relative; margin-bottom: 0; padding: 8px 30px 0; font-size: 20px; font-weight: 600;line-height:24px;color: #249fe6; }
.gk_list_main .lm-item-c .title-b{padding: 10px 30px;}
.gk_list_main .lm-news .lm-item-c .title{border-bottom: 1px solid #dbdbdb;}
.gk_list_main .lm-item-c .title .ab{position: absolute; right: 30px; font-size:14px; font-weight: 400;line-height:24px;}
.gk_list_main .lm-item-c .title.bg-blue,.lm-item-c .title.bg-blue a{color: #fff;}

.gk_list_main .news-imgs{display: inline-block; overflow: hidden;}
.gk_list_main .lm-news ul.news.pt{padding-top: 15px; padding-bottom: 10px;}
.gk_list_main .lm-news ul.news li.news-imgs{ padding:0 10px;}
.gk_list_main .lm-news ul.news.pr li.news-imgs{padding:0 30px 0 0;}
.gk_list_main .lm-news ul.news.pr li.news-imgs:last-child{padding-right: 0;}
.gk_list_main .lm-news ul.news li.news-imgs a{display: block; }
.gk_list_main .lm-news ul.news li.news-imgs h6 a{width:212px; font-size: 18px; line-height: 1.5; height:54px; overflow:hidden; color: #333;}
.gk_list_main .lm-news ul.news li.news-imgs img{border-radius: 6px;}
.gk_list_main .lm-news ul li h6 a{white-space: normal;}

.gk_list_main .title .f-title{color: #666; font-weight: 400;}


.gk_list_main .sidebar .lm-item-c .title{
   padding: 5px 0 10px;   
}
.gk_list_main .sidebar .lm-item-c .title-1{
  border-radius: 6px 6px 0 0;   
}
.gk_list_main .sidebar .lm-item-c .title .ab{right: 20px;}
.gk_list_main .sidebar .lm-item-c .title h3{
    padding: 0 20px 0 16px;
    line-height: 28px;
    font-size: 20px;
    color: #666;
    border-left: 4px solid rgb(0,139,213);
    font-weight: 400;
}
.gk_list_main .arrow{display:inline-block; margin-right:8px; width:5px; height:5px; border-radius:50%; background: #ccc; vertical-align: middle; }
.gk_list_main .sidebar .top-list{padding:15px 0;}
.gk_list_main .sidebar .side-items .top-list a{display: block; padding-left:18px; padding-right: 15px; font-size: 14px; line-height: 26px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}

.gk_list_main .sidebar .top-list a:hover{color: #249fe6}
.gk_list_main .sidebar .lm-item-c .title .br{margin:5px 20px 0; border-bottom: 1px solid #e5e5e5;}
.gk_list_main .sidebar .lm-item-c .title.mb0{margin-bottom: 0;}

.pb2{padding-bottom: 8px;}

.gk_list_main .news-side{padding-left: 0;}
.gk_list_main .news-side li{padding: 15px 18px 17px;}
.gk_list_main .news-side li.news-imgs{width: 348px;}
.gk_list_main .news-side li h6{margin-top:18px; padding:0;white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.gk_list_main .news-side li h6 a{font-size: 18px; color: #333; }
.gk_list_main .news-side li .desc{font-size: 13px; color: #888; line-height: 1.6;}

.gk_list_main .side-imgs .top-list{padding: 15px;}
.gk_list_main .side-imgs .top-list a{padding: 0 6px; text-align: left; white-space: normal; font-size: 13px; line-height: 16px;  }
.gk_list_main .side-imgs .top-list li{float:left; width: 50%; display: inline-block; margin-bottom: 5px; }
.gk_list_main .side-imgs .top-list li img{width:100%; border-radius: 4px;}
.gk_list_main .side-imgs .top-list li a span{width:auto; height: auto; margin:8px 0; display: block; text-align: left; max-height: 32px; overflow: hidden;}

.college_intro h3{
    margin: 32px 0;
    text-align: center;
    font-weight: 600;
}
.college_intro .mark{
    margin-bottom: 30px;
    padding: 24px;
    background-color: #f0f5fe;
    font-size: 14px;
    line-height: 1.8;
}

.bread{padding-top:24px; color: #666; font-size: 13px;}
.inner-page-txt {
    min-height: 480px;
    padding: 0 20px 50px;    
}
.ztitle h3 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    word-break: break-all;
    word-wrap: break-word;
}
.inner-page-txt h6 {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
.txtwrap{padding:20px 15px; font-size:15px; letter-spacing: 0.5px; line-height: 1.8;}
.txtwrap section p {
    /*margin: 0 0 15px;*/
    text-indent: 0em;
}
.txtwrap p {
    margin: 0 0 15px;
    text-indent: 2em;
    word-break: break-all;
    word-wrap: break-word;
}
.txtwrap section img:not([alt]):not([title]) {
    margin: 20px 0 0 0;
    width: inherit;
}
.txtwrap img {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    max-width: 680px;
}
.txtwrap2 img {
    display: block;
    width: 100%;
    margin: 16px auto;
    max-width: 860px;
}
.imgs-wrap{padding:24px 30px; }
.img-focus{float: left; margin-bottom: 20px; width: 33.333333%;}
.img-focus .cover{text-align: center;}
.img-focus .cover img{width: 150px; border:1px solid #e5e5e5;}
.img-focus a:hover{text-decoration: none;}
.img-focus a:hover .cover img{border:1px solid #999;}

h2.ztitle{font-size: 14px; text-align: center;}
.cont{text-align: center;}
.img-focus .btn {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 15px;
    font-size: 14px;
    border: 1px solid #498eee;
    border-radius: 3px;
    color: #498eee;
}
.more-wrap{padding: 0 30px 20px;}
a.more-bg{display:block; width: 100%; padding:10px; line-height: 20px; text-align: center; border:1px solid #e5e5e5; color:rgb(0,139,213);font-size: 16px; text-decoration: none;}

/*paging*/
.select_pages{
    margin-left: 15px;
}
.sh_sect select.page_nums{
    height: 36px;
}
.paging {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    text-align: center;
    width: 100%;
}

.paging ul {
    display: inline-table;
    *display: inline;
    margin-bottom: 0;
    margin-left: -40px;
    *zoom: 1;
}

.paging li {
    display: inline;
}
.paging a{color: #3a3a3a;}
.paging a,
.paging .active,
.paging .dot{
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.paging a:hover,
.paging .active {
    background-color: #eee;
}

.paging .active span {
    color: #999999;
    cursor: default;
}

.paging .disabled span,
.paging .disabled a,
.paging .disabled a:hover {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.paging li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.paging li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.paging-centered {
    text-align: center;
}

.paging-right {
    text-align: right;
}
section {
    max-width: 100%!important;
}
/*footer*/
footer {padding-bottom: 0;}
footer .blue_bg{background-color: #35a6e6;}
footer.pb72{padding-bottom: 80px;}
.footer-container{padding-bottom: 15px;}
.footer-container ul{padding-top: 30px; }
.footer-container ul li,.footer-container ul li a{text-align:center; color:#333; font-size: 12px; line-height: 1.8;}
.footer-container ul li a:hover,.index_footer ul li a:focus{color:#333;}

.splash .rslides .browse-images {
    width: 100% !important;
    height: 100% !important;
    display: block;
    background-position: 50% 50% !important;
    background-size: cover !important;
}
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
    .rslides img{
        height: 500px;
    }
}
@media (min-width: 768px){
    .navbar-collapse {
        border-top: none;
    }
    
}

/* 03-19 */
.diqu{
    margin-top: 20px;
    overflow: hidden;
}
.diqu .prov{
    float: left;
    display: inline-block;
    width: 12.5%;   
    font-size: 16px;
    text-align: center;         
    cursor: pointer;    
}
.diqu .prov.active a{
    color:#fff;
    background-color: #4f8ada;
}
.prov a{
    display: block;
    margin: 3px 6px;
    color: #2f6fef; 
    height: 34px;
    line-height: 34px;  
    border: 1px solid #4f8ada;
}
.college_intro .college_all .bg_title{font-size: 14px;}
.colleges.college_intro table.college_all td{padding: 8px 8px;font-size: 13px;text-align: center;}
.colleges.college_intro table.college_all td a{
    display: block;
    line-height: 1.5;
    text-decoration: none;
}
.colleges table td p.center{text-align: center;}
#qrimg{
    position: fixed;
    width: 128px;
    left: 50%;
    top: 15px;
    margin-left: 560px;
    padding: 8px 5px 6px;
    border: 1px solid #ddd;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #cdcdcd;
    -moz-box-shadow: 0 0 8px #cdcdcd;
    box-shadow: 0 0 8px #cdcdcd;

}
#qrimg img{
	display: block;
}
#qrimg  p{
    margin: 0;
    padding-bottom: 8px;
    color: #333;
    line-height: 1;
    font-size: 12px;
    text-align:center;
}

.index_header .container{position: relative;}

#closeqr{
	position: absolute;
	top: 0;
	right: -28px;
	border: 1px solid #ccc;
	cursor: pointer;
}
#popqr{
	cursor: pointer;
}