﻿/*css document*/
/* 初始化 */
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,p{
    margin:0;
    padding:0;
    border:none;
}
body{
    font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei; overflow-x:hidden;
    background: #fff;
}
em,i{
    font-style:normal;
}
strong{
    font-weight: normal;
}
.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    height:0;
    clear:both;
}
.clearfix{
    zoom:1;
}
a{
    text-decoration:none;
    color:#333;
    font-family:"Microsoft Yahei";
}
a:hover{
    text-decoration:underline;
}
ul,ol{
    list-style:none;
}
h1, h2, h3, h4, h5, h6{
    font-size:100%;
    font-family: Microsoft YaHei;
    font-weight: normal;
}
table{
    width:100%;
    text-align:center;
    border-collapse:collapse;
    border-spacing:1;
    border-spacing:0;
}
table tr{
    border-bottom: 2px solid #fff;
}
table td{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
img{
    border: none;
    display:block;
}
input{
    border:0;
    outline: none;
}
.art_back_btn,.guess_like  {width: 1180px;
    margin:0 auto; margin-top:15px;}
.wrap{
    width: 1180px;
    margin:0 auto;
}
.ov{
    overflow: hidden;
}
/*超出范围截取文字模块*/
.intercept,.news_notice_m .r li a,.news_list li a{
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
    -o-text-overflow: ellipsis;    /* 支持 Opera */
    -webkit-text-overflow: ellipsis;    /* 支持 safari */
    -moz-text-overflow: ellipsis;    /* 支持 molliza */
    content:"...";
	display:block;
	cursor:pointer;
	word-break:keep-all;
	word-wrap:normal;
}
a.intercept:link,a.intercept:visited,a.intercept:hover,a.intercept:active{
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
    -o-text-overflow: ellipsis;    /* 支持 Opera */
    -webkit-text-overflow: ellipsis;    /* 支持 safari */
    -moz-text-overflow: ellipsis;    /* 支持 molliza */
    content:"...";
	display:block;
	cursor:pointer;
	word-break:keep-all;
	word-wrap:normal;
}



/*头部搜索微信*/
.top_search{
    height: 130px;
}
.top_search .logo{
    width: 360px;
    height: 78px;
    background: url("../images/logo.png") left center no-repeat;
    float:left;
    margin-top:28px;
}
.hos_tit{
    float:left;
    line-height: 130px;
    margin:50px 0 0 90px;
}
.hos_search{
    float:right;
    margin-top: 30px;
}
.hos_search p{
    color:#666666;
    font-size:16px;
    margin-bottom: 6px;
    text-align: right;
}
.hos_search form{
    font-size:16px;
    background: #f5f5f5;
    position:relative;
}
.hos_search .import{
    width: 340px;
    height: 40px;
    font-family:"Microsoft Yahei";
    padding:0 20px;
    line-height:40px;
    background: #f5f5f5;
}
.hos_search .ensure{
    width: 40px;
    height: 40px;
    background: url("../images/search1.png") no-repeat center #02448a;
    position:absolute;
    right:0;
    top:0;
    cursor: pointer;
}

/*导航栏*/
.top_nav{
    background: #02448a;
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.box_mymk_nav{
    height: 60px;
    line-height: 60px;
}
.top_nav li{
    float: left;
    position:relative;
}
.top_nav li a{
    color:#fff;
    font-size: 16px;
    padding:0 23px;
    line-height: 60px;
    display:block;
}
.top_nav li a:hover{
    text-decoration:none;
}
.top_nav li div{
    position:absolute;
    border-top:2px solid #02448a;
    top: 61px;
    z-index: 1;
    display:none;
}
.top_nav li div a{
    width: 130px;
    height: 47px;
    line-height: 47px;
    color:#333;
    font-size: 16px;
    padding-left: 20px;
    display:block;
    background: #fff;
    border-bottom:1px solid #f2f2f2;
}
.top_nav li div a:hover{
    text-decoration:none;
    background: url("../images/more.png") right 20px center #f6f6f6 no-repeat;
}
.top_nav li div.last a{
    width: 70px;
}
/*banner*/
.swiper{
    width: 1920px;
    height: 583px;
    overflow: hidden;
    position:relative;
    left:50%;
    margin-left:-960px;
}

.swipers{
    width: 1920px;
    height: 320px;
    overflow: hidden;
    position:relative;
    left:50%;
    margin-left:-960px;
}
.swiper ul{
    position:absolute;
    width:9999999px;
}
.swiper ul li{
    width: 1920px;
    float:left;
}
.swiper ol{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:20px;
}
.swiper ol li{
    width: 12px;
    height: 12px;
    float: left;
    background: #02448a;
    border-radius:50%;
    margin-right: 8px;
    cursor:pointer;
}
.swiper ol li.on{
    background: #fff;
}


.content_box{
    padding:15px 0;
    background: #b53f210a;
}
.content_left{
    width: 535px;
    height: 385px;
    left:inherit;
    margin-left:0;
    float: left;
    margin-right:20px;
}
.content_left h3 {color:#02448a; height:60px; line-height:60px;    font-size: 24px;
    font-weight: bold; margin-left:-345px; }
.content_left h3 span { font-size:16px; color:#;}
.content_left ul li{
    width: 535px;
	overflow:hidden;
    position:relative;
	margin-bottom:15px;
}
.ccc1 {width:325px; margin-right:20px; overflow:hidden;float:left; margin-top:60px; position:relative;}
.ccc1 p { position:absolute; z-index:9; bottom:2px; left:0px; background:rgb(51,51,51,0.6); height:35px; line-height:35px; width:315px; padding-left:5px; padding-right:5px; color:#fff; }
.content_left  ul li p:nth-child(1) {width:70px; height:66px; text-align:center; float:left; background:#e6e4e4;}
.content_left ul li:hover p:nth-child(1) {background:#02448a;}
.content_left  ul li p:nth-child(1) b {color:#000; font-size:24px;}
.content_left ul li:hover p:nth-child(1) b {color:#fff;}
.content_left  ul li p:nth-child(1) span {color:#7e7979; font-size:14px;}
.content_left ul li:hover p:nth-child(1) span {color:#fff;}
.content_left  ul li p:nth-child(2) {width:445px; float:right; height:66px; }
.content_left  ul li p:nth-child(2) b {font-size:16px; color:#000;}
.content_left  ul li p:nth-child(2) span { font-size:12px;color:#7e7979;}


.content_right{ margin-top:60px; width:280px; overflow:hidden;
    float: left;
}
.normal_tit{
    margin-bottom: 20px;
}
.normal_tit a,h2.normal_tit{
    color:#02448a;
    font-size: 24px;
    font-weight: bold;
}
.normal_tit a:hover{
    text-decoration: none;
}
.hos_service{
    width: 220px;
    height: 225px;
    padding:50px 30px;
    margin-right:20px;
    background: url("../images/bg1.jpg") no-repeat left center;
    float: left;
}
.hos_service .normal_tit{
    margin-bottom:36px;
}
.hos_service .normal_tit a{
    color:#e60321;
}
.hos_service li{
    float: left;
    margin:0 25px 30px 25px;
}
.hos_service li a{
    color:#333333;
    font-size: 14px;
    padding-top:30px;
    line-height:35px;
    display:block;
}
.hos_service li.zxzx a{
    background:url("../images/icon1.png") center top no-repeat;
}
.hos_service li.jtzy a{
    background:url("../images/icon2.png") center top no-repeat;
}
.hos_service li.yyzd a{
    background:url("../images/icon3.png") center top no-repeat;
}
.hos_service li.ybzc a{
    background:url("../images/icon4.png") center top no-repeat;
}
.hos_ewm{
    width: 280px;
    height: 325px;
    background: url("../images/bg2.jpg") no-repeat left center;
    float: left;
}
.hos_ewm .wx{
    text-align: center;
    margin: 50px 0 22px 0;
}
.hos_ewm .wx img,.hos_ewm .ewm img{
    display:inline;
}
.hos_ewm .ewm{
    text-align: center;
}
.hos_ewm p{
    color:#333333;
    font-size: 14px;
}

/*新闻中心*/
.news_box,.subject_box,.professor_box,.skill_box,.picture_box{
    background: #fff;
    padding: 40px 0;
}
.news_box_left,.news_box_center,.news_box_right{
    width:32.2%;
    float: left;
    margin-right: 20px;
}
.news_box_right{
    margin-right:0;
}
.news_box_left li:last-child,.news_box_center li:last-child,.news_box_right li:last-child{
    margin-bottom:0;
}
.news_box li{
    padding:0 5px;
    overflow: hidden;
    margin-bottom: 12px;
}
.news_box li:last-child{
    margin-right: 0;
}
.news_box li a{
    width:79%;
    color:#333333;
    font-size: 14px;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding-left: 12px;
    background: url("../images/diandian.png") left center no-repeat;
}
.news_box li span{
    color:#999999;
    font-size: 12px;
    float: right;
}

/*重点学科*/
/*.subject_box{
    background: #b53f210a;
}*/
.sub_msg,.set_msg,.other_msg{
    padding: 12px 40px 16px 40px;
    border:1px solid #b1d3f7;
    margin-bottom: 40px;
}
.set_msg,.other_msg{
    padding: 20px 40px 20px 40px;
}
.other_msg{
    margin-bottom:0;
}
.sub_msg ul{
    float: left;
}
.sub_msg .sub_first{
   
    
}
.sub_msg .sub_first li{
    width: 155px;
    text-align: center;
	height:120px !important;
    float: left;
    overflow: hidden;
	margin-bottom: 12px;
}
.sub_msg .sub_first li img {display:inline-block; width:80px;}
.sub_msg .sub_second{
    width: 360px;
    margin-right: 34px;
}
.sub_msg .sub_second li{
    width: 156px;
    float: left;
    margin-right: 20px;
}
.sub_msg .sub_third{
    width: 206px;
}
.sub_msg .sub_third li{
    width: 178px;
    float: left;
}
.sub_msg div{
    margin-bottom: 16px;
}
.sub_msg div a{
    color:#02448a;
    font-size: 16px;
    font-weight: bold;
    padding-left:16px;
    border-left:3px solid #065db9;
    font-family:"Microsoft Yahei";
}
.sub_msg li,.set_msg li,.other_msg li{
    height: 40px;
    line-height: 40px;
    float: left;
}
.sub_msg li a,.set_msg li a,.other_msg li a{
    color:#333333;
    font-size: 16px;
   
    display:block;
}
.sub_msg li a span,.set_msg li a span,.other_msg li a span{
    color:#999999;
    font-size: 14px;
}
.set_msg li{
    width: 176px;
}
.other_msg li{
    width: 132px;
	text-align: center;
}
/*.sub_msg li.current,.set_msg li.current,.other_msg li.current{*/
    /*background:#02448a;*/
/*}*/
/*.sub_msg li.current a,.set_msg li.current a,.other_msg li.current a{*/
    /*color:#fff;*/
/*}*/
.set_msg li:hover,.other_msg li:hover{
    background: #02448a;
}
.set_msg li:hover a,.other_msg li:hover a{
    color:#fff;
    text-decoration:none;
}
.sub_msg li:hover span,.set_msg li:hover span,.other_msg li:hover span{
    color:#fff;
}
/*知名专家*/
.professor_box{
    background: #fff;
}
.btn{
    float: right;
    margin-top: 14px;
}
.btn .next,.btn .prev{
    width: 9px;
    height: 14px;
    float: left;
    cursor:pointer;
}
.btn .prev{
    margin-right: 16px;
    background: url("../images/left_btn.png") center no-repeat;
}
.btn .next{
    background: url("../images/right_btn.png") center no-repeat;
}
.btn .prev:hover{
    background: url("../images/lf1.png") center no-repeat;
}
.btn .next:hover{
    background: url("../images/rt1.png") center no-repeat;
}
.scroll{
    width: 1180px;
    height: 290px;
    position:relative;
}
.scroll ul{
    width:99999999px;
    position:absolute;
}
.scroll li{
    width: 1200px;
    float: left;
}
.scroll li div{
    width: 178px;
    height: 288px;
    text-align: center;
    border:1px solid #f0f0f0;
    float: left;
    margin-right: 5px;
}
.scroll li div img{
    margin: 0 0 14px -1px;
    width: 100%;
}
.scroll li div a{
    display:block;
}
.scroll li div a:hover{
    text-decoration:none;
}
.scroll li div a:hover{
    text-decoration:none;
}
.scroll li div p{
    color:#333;
    font-size: 18px;
}
.scroll li div p i{
    font-size: 12px;
}
/*特色技术*/
.skill_box{
    padding:0;
}
.skill_content{
    width: 1080px;
    height: 340px;
    padding-left: 100px;
    background: url("../images/bg3.jpg");
    position:relative
}
.skill_intro{
    width: 218px;
    float: left;
    padding-top: 66px;
}
.skill_intro h3{
    color:#fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.skill_intro h3 a{
    color:#fff;
    font-size: 24px;
}
.skill_intro p{
    color:#fff;
    font-size: 12px;
}
.skill_intro p a {
    color:#fff;
    font-size: 12px;
}

.skill_show{
    width: 400px;
    height: 278px;
    background: #fff;
    margin-top: 34px;
    float: right;
    margin-right: 60px;
    overflow: hidden;
	
}
.skill_show .show{
    width: 330px;
    height: 236px;
    margin: 20px 0 0 35px;
    overflow: hidden;
}
.skill_show ul{
    width: 330px;
    float: left;
    position:relative;
    top:0;
}
.skill_show li{
    height: 47px;
    line-height: 47px;
    border-bottom:1px solid #f0f0f0;
}
.skill_show li a{
    color:#666;
    font-size: 16px;
    padding-left: 20px;
    background: url("../images/more.png") right 20px center no-repeat;
    display:block;
}
.skill_show li a:hover{
    text-decoration:none;
}
.skill_show li:hover{
    background: #f6f6f6;
}
.button{
    position:absolute;
    right: 26px;
    bottom: 40px;
}
.button .up,.button .down{
    width: 14px;
    height: 9px;
    cursor:pointer;
}
.button .up{
    background:url("../images/up.png") no-repeat center;
    margin-bottom: 10px;
}
.button .down{
    background:url("../images/down.png") no-repeat center;
}

/*精彩图集*/
.picture_content.scroll{
    height: 210px;
    border-bottom:1px solid #f0f0f0;
    margin-bottom: 36px;
}
.picture_content li div{
    width: 230px;
    height: 210px;
    border:0;
    padding-bottom: 8px;
}
.picture_content2 li div{
    width: 287px;
    height: 180px;
    border:0;
    padding-bottom: 8px;
}
.picture_content li div p{
    text-align: left;
    font-size: 16px;
    background: url("../images/more1.png") right 20px center no-repeat;
}
.poster{
    margin-bottom: 30px;
}
.poster div{
    float: left;
}
.poster div.first{
    margin-right:20px;
}

/*友情链接*/
.online p{
    color:#666666;
    font-size: 18px;
}
.online p a{
    color:#666;
    font-size: 14px;
    padding:0 16px;
    border-right:1px solid #cccccc;
}
.online p a:last-child{
    border-right:0;
}

/*底部信息*/
.footer_box{
    padding:30px 0;
    background: #02448a;
}
.footer_left,.footer_center,.footer_right{
    float: left;
    border-right:1px solid rgba(255,255,255,0.1);
    padding-right: 58px;
}
.footer_left{
    width: 360px;
}
.footer_left ul{
    margin: 15px 0 0 72px;
}
.footer_left li{
    float: left;
    margin-bottom: 3px;
}
.footer_left li a{
    color:#fff;
    font-size: 14px;
    border-right:2px solid #fff;
    padding:0 12px;
}
.footer_center{
    color:#fff;
    padding:10px 58px 0 58px;
}
.footer_center .adress{
    padding-left:48px;
    background: url("../images/icon5.png") left center no-repeat;
    margin-bottom: 30px;
}
.footer_center .adress a{
    color:#fff;
}
.footer_center .call{
    padding-left:48px;
    background: url("../images/icon6.png") left center no-repeat;
}
.footer_center .call p{
    font-size:28px;
    font-weight: bold;
}
.footer_right{
    width: 302px;
    padding: 10px 0 0 54px;
    border-right:0;
    background: url("../images/ewm.jpg") center right no-repeat;
    margin-top: 5px;
}
.footer_right .wx{
    width: 166px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    padding-top: 75px;
    background: url("../images/wx.png") 44px top no-repeat;
}
.copy_info{
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #065db9;
}
.copy_info p,.copy_info p a{
    color:#fff;
    font-size: 12px;
}

/* kspage */
.l{float:left;}
.r{float:right;}
.banner,.banners{background:#02448a;}
.banners img{ height:583px; margin:0 auto;}
/*.banner img{ height:320px; margin:0 auto;}*/
.banner img{margin:0 auto;}
.banner { height:auto !important;}
.your_add{line-height:49px; margin-bottom:11px; border-bottom:1px solid #f0f0f0; font-size:14px; color:#999;}
.your_add a{color:#999;}
.your_add a:hover, .your_add b{color:#02448a; font-weight:normal; text-decoration:none;}
.ks_nav,.ks_tit{border-bottom:4px solid #02448a;}
.ks_nav ul{margin:0 auto -9px;display: inline-block; height:64px !important; line-height:64px !important;}
.ks_nav li{float:left; width:72px; margin-right:15px;}
.ks_nav li a{font-size:14px; line-height:64px; width:74px; display:block; color:#666; background:url(../images/ks_nav_bottom.jpg) no-repeat bottom; text-align:center; }
.ks_nav li a:hover,.ks_nav li.on a{color:#02448a; background:url(../images/ks_nav_hover.jpg) no-repeat bottom; font-size:16px; font-weight:bold; text-decoration:none;}
.ks_intro{padding-bottom:40px;}
.ks_intro_main{ padding:40px 100px 47px; width:980px;}
.ks_intro_m,.ks_tech{ background:url(../images/grey.jpg) repeat-x bottom;}
.ks_intro_m .l{width:455px;}
.ks_intro_m .r{width:480px;}
.ks_intro_m .l h2{font-weight:bold; color:#02448a; font-size:24px; margin-bottom:25px; line-height:24px;}
.ks_intro_m .l p,.ks_tech .scroll .r p,.ks_dynamic_text p,.ks_intro_page_m p,.dynamic_text p,.news_notice_m .l p,.ks_intro_main p{color:#999; font-size:14px; margin-bottom:25px; line-height:24px;}
.ks_intro_m .l a,.ks_dynamic_text a,.ks_tech .scroll .r a,.ks_dynamic_more a,.news_notice_m .l a{color:#666; width:108px; height:34px; font-size:12px;line-height:34px; border:1px solid #d8d8d8; display:block; text-align:center;}
.ks_intro_m .l a:hover,.ks_dynamic_text a:hover,.ks_tech .scroll .r a:hover,.ks_dynamic_more a:hover{background:#02448a; border:1px solid #02448a; color:#fff; text-decoration:none;}
.title_more a{float:right; font-size:14px; color:#666; border:1px solid #d8d8d8; border-top:none; border-bottom:none; line-height:14px; padding:0 11px; font-weight:normal; margin-top:12px;}
.ks_prfs_team{padding-bottom:40px;}
.greyline{background:#f8f8f8; height:40px; width:100%; display:block;}
.ks_tech{padding-bottom:24px !important;}
.ks_tech,.ks_dynamic,.ks_news{ position:relative;}
.ks_tech .scroll div{height:auto; border:none; text-align:left; margin:0;}
.ks_tech .scroll{width:979px;}
.ks_tech .scroll li{width:980px;}
.ks_tech .scroll .l{width:480px;}
.ks_tech .scroll .r{width:450px; float:right;}
.ks_tech .scroll .r h2{font-weight:bold; color:#333; font-size:18px; line-height:56px;}
{color:#666; font-size:14px; margin-bottom:25px; line-height:24px;}
.ks_tech .btn {position: absolute;bottom: 37px;left:635px; z-index: 10;}

.ks_dynamic .l{width:565px;}
.ks_dynamic .r{width:380px;}
.ks_dynamic_img{float:left !important; width:280px !important;}
.ks_dynamic_text{width:265px !important; float:right !important;}
.ks_dynamic_text h2{ color:#333; font-size:16px; margin-bottom:15px; line-height:24px;padding-top: 4px; text-align:left;}
.ks_dynamic .r ul{margin-top:-4px; min-height:120px;}
.ks_dynamic .r li{line-height:39px; border-bottom:1px solid #f0f0f0;}
.ks_dynamic .r li span{float:right; color:#999; font-size:12px;}

.ks_tit{line-height:64px; height:64px;}
.ks_tit h2{margin-left:100px; float:left;color:#02448a; border-bottom:4px solid #e62129; font-size:24px; padding:0 2px; font-weight:bold;  text-align:center;}
.ks_intro_page_m .l{width:480px;}

.ks_intro_m_text img{ margin:0 auto;}

.ks_dynamic_m li{padding:20px 0; border-bottom:1px solid #f0f0f0; overflow:hidden; position:relative;}
.ks_dynamic_m li .l{width:240px; margin-right:40px;}
.ks_dynamic_m li img{width:240px; height:135px;}
.dynamic_text h2 a,.dynamic_text p{width:520px; float:left;}
.no_img .dynamic_text h2 a,.no_img .dynamic_text p{width:800px;}
.dynamic_text h2 a:hover{ text-decoration:none; color:#02448a;}
.dynamic_text h2 a{font-size:16px; line-height:32px; color:#333; margin-bottom:5px;}
.dynamic_text p{}
.ks_dynamic_m li span{float:right; color:#999; font-size:12px;}
.ks_dynamic_more{ position:absolute; right:0; bottom:20px;}
.dynamic_text_num{margin-bottom:0 !important; font-size:12px !important; color:#999 !important;}
.dynamic_page div{ float:left; width:36px; height:36px; line-height:36px; margin-right:5px;}
.dynamic_page div a{ display:block; text-align:center; height:36px;}
.dynamic_page li{ float:left; width:36px; height:36px; line-height:36px; margin-right:5px; list-style:none; padding: 0; border: none; text-align: center;}
.dynamic_page li a{ display:block; text-align:center; height:36px;}
.ks_nav.wrap {height:60px;}
.dynamic_page{margin:40px auto 0; overflow:hidden; width:460px;}
.page_prev{background:url(../images/page_prev.jpg) no-repeat center center;}
.page_next{background:url(../images/page_next.jpg) no-repeat center center;}
.thisclass {background:#02448a; color:#fff;}
.thisclass a { color:#fff;}
.ks_prfs .scroll{height:auto; width:980px;}
.ks_prfs .scroll ul{position:relative;}
.ks_prfs .scroll li{width:1000px; margin-bottom:40px;}
.ks_prfs .scroll li div p,.ks_prfs_team .scroll li div p{margin-bottom:0;}

.ks_prfs_top{background:url(../images/grey.jpg) repeat-x bottom; border-bottom:4px solid #02448a; padding-bottom:32px;}
.ks_prfs_top .l,.ks_prfs_mid .l{width:192px; text-align:center;}
.ks_prfs_top .l img{width:180px; height:210px;}
.ks_prfs_main_text,.ks_prfs_mid_text{padding-left:215px;}
.ks_prfs_main_text{padding-top:15px;}
.ks_prfs_main_text h2{font-size:30px; color:#02448a; line-height:30px; margin-bottom:20px;}
.ks_prfs_main_text h2 span{margin-left:15px; font-size:18px; color:#333;}
.ks_prfs_main_text h4{font-size:16px; color:#999; line-height:16px; margin-bottom:45px;}
.ks_prfs_main_text h3{font-size:18px; color:#333; line-height:18px; font-weight:bold; margin-bottom:25px;}
.ks_prfs_main_text p{font-size:14px; color:#666; line-height:24px;}
.ks_prfs_mid .l img{margin:0 auto; width:180px; height:180px;}
.ks_prfs_mid h2{font-size:20px; color:#02448a; line-height:30px; font-weight:bold;}
.ks_prfs_mid p{font-size:14px; color:#999; line-height:30px;}
.ks_prfs_date h3{font-size:18px; color:#e62129; line-height:36px; font-weight:bold; margin-bottom:15px;}
.ks_prfs_date{background:#b53f210a; border-top:1px solid #02448a; padding:20px; margin-top:40px;}
.ks_prfs_date p{font-size:14px; color:#666; line-height:18px; text-align:left; margin-bottom:20px;}
.ks_prfs_date p span{display:block; color:#02448a; font-weight:bold; font-size:18px; line-height:24px;}
.ks_prfs_date p i{display:block;font-size:12px; line-height:12px;}
.ks_prfs_mid_text{padding-top:7px;}
.ks_prfs_mid_text h2{color:#333; margin-bottom:25px;}
.ks_prfs_mid_text p{font-size:14px; line-height:24px; margin-bottom:25px;}

.banner_situ{background:url(../images/banner_intro.jpg) no-repeat center top; height:320px;}
.ks_intro_nav {margin-top:40px;}
.ks_intro_nav ul{border-bottom:2px solid #02448a;}
.ks_intro_nav li{float:left; width:25%; text-align:center;}
.ks_intro_nav li a{ display:block; padding-bottom:27px; margin-bottom:-2px;}
.ks_intro_nav li a:hover,.ks_intro_nav li.choose a{background:url(../images/intro_nav_choose.jpg) no-repeat center bottom; text-decoration:none;}
.ks_intro_nav li a span{line-height:60px; color:#666; display:block; padding-top:120px;width:120px;height:60px;margin:0 auto; }
.ks_intro_nav li a span:hover{color:#02448a;}
.intro_nav_1 a span{background:url(../images/intro_nav1b.jpg) no-repeat center top;}
.intro_nav_2 a span{background:url(../images/intro_nav2b.jpg) no-repeat center top;}
.intro_nav_3 a span{background:url(../images/intro_nav3b.jpg) no-repeat center top;}
.intro_nav_4 a span{background:url(../images/intro_nav4b.jpg) no-repeat center top;}
.ks_intro_nav .intro_nav_1 a span:hover,.ks_intro_nav .intro_nav_1.choose a span {background:url(../images/intro_nav1a.jpg) no-repeat center top;}
.ks_intro_nav .intro_nav_2 a span:hover,.ks_intro_nav .intro_nav_2.choose a span  {background:url(../images/intro_nav2a.jpg) no-repeat center top;}
.ks_intro_nav .intro_nav_3 a span:hover,.ks_intro_nav .intro_nav_3.choose a span  {background:url(../images/intro_nav3a.jpg) no-repeat center top;}
.ks_intro_nav .intro_nav_4 a span:hover,.ks_intro_nav .intro_nav_4.choose a span  {background:url(../images/intro_nav4a.jpg) no-repeat center top;}

.ks_situ_m{margin-top:40px;}
.ks_situ_m p{font-size:16px; line-height:30px; margin-bottom:20px;}
.ks_situ_m p img{max-width:85%; margin:0 auto; display: inline-block!important; }
.ks_situ_m img{display: inline-block!important;}
.ks_situ_m p strong{font-weight:bold;}

.ks_intro_main_no100{padding:40px 0 47px;}
.ks_leader li{border-bottom:2px solid #02448a; padding:0 100px; background:url(../images/leaderbg.jpg) no-repeat center 160px; margin-top:50px; overflow:hidden;}
.ks_leader li h2{font-size:36px; line-height:36px; font-weight:bold; color:#02448a; margin-bottom:50px; padding-top:105px;}
.ks_leader li h2 span{ font-size:24px; margin-left:10px; color:#666; font-weight:normal;}
/*.ks_leader_1{background:url(../images/leader1.jpg) no-repeat center top; padding-top:123px !important; height:332px;}
.ks_leader_2{background:url(../images/leader2.jpg) no-repeat center top; padding-top:118px !important; height:333px;}
.ks_leader_3{background:url(../images/leader3.jpg) no-repeat center top; padding-top:91px !important; height:513px;}
.ks_leader_4{background:url(../images/leader4.jpg) no-repeat center top; padding-top:103px !important; height:333px;}*/
.ks_leader_text{width:580px; float:right;}
.ks_leader_text p{font-size:14px; line-height:30px; margin-bottom:30px; color:#666;}

/*wrapper*/
#wrapper{width:998px;margin:0 auto;}
.titleh3{height:70px;line-height:70px;text-align:center;background:url(../images/dot.gif) repeat-x left bottom;width:910px;margin:0 auto;font-size:26px;color:#000;}
.titleh4{text-align:center;font-size:12px;color:#000;font-weight:normal;padding:10px 0 20px 0px;}

#content{margin:0px auto;line-height:19px;}
#content div{display:none;}
#content p{font-size:16px; line-height:30px; padding:15px 0;color:#333;}
#content p span{float:left; width:90px; height:50px; font-size:24px; line-height:24px; color:#666;padding-top: 15px;}
#content p span b{color: #02448a;font-size: 42px;}

.imgnav{ position:relative;margin:0 auto;width:998px;}
#img{z-index:10;width:998px;position:relative;text-align:center;}
#img img{height:600px;display:none;border:1px solid #c7cccf;}
#front{position:absolute;left:0px;top:0px;z-index:10;cursor:pointer;width:49px;height:388px;background:url(../images/blank.gif);}
#front a{ position:absolute;left:0px;top:264px;display:block;background:url(../images/imgslideleft.jpg) no-repeat;width:50px;height:100px;display:none;}
#next{ position:absolute;right:0px;top:0px;z-index:10;cursor:pointer;width:49px;height:388px;background:url(../images/blank.gif);}
#next a{ position:absolute;right:0px;top:264px;display:block;background:url(../images/imgslideright.jpg) no-repeat;width:50px;height:100px;display:none;}

#cbtn{position:relative;height:100px;margin-top:14px;}
#cbtn ul{position:relative;width:10000px;height:122px;}
#cbtn ul li{float:left;padding:0px;width:154px;height:84px; border:3px solid #ad7d4a;cursor:pointer;text-align:center;margin-right:1px;position:relative;}
#cbtn ul li img{width:154px;height:84px;display:block;}
#cbtn ul li tt{display:none;background:#000;color:#FFF;position:absolute;right:4px;bottom:4px;z-index:20;font-family:"宋体" ;font-size:12px;line-height:16px;padding:0 5px;}
#cbtn li.hov{border:3px solid #eb0029;}
.ctrl div{clear:both;}
#cSlideUl{width:643px;height:116px;overflow:hidden;position:relative;top:0px;margin:0 auto;}
.picSildeLeft{cursor:pointer;position:absolute;top:0;left:0px;z-index:9;}
.picSildeRight{cursor:pointer;position:absolute;top:0;right:0px;z-index:9;}

.ks_environment{background:#f7f7f7; margin-top:40px; padding:75px 90px;}
.ks_environment h2{font-size:24px; line-height:24px; color:#333; margin-bottom:20px;}
.ks_environment h4{font-size:14px; line-height:24px; color:#999; margin-bottom:20px;}
.ks_environment h4 .share{float:right;}

.news_list{width:580px;}
.pdtb40{padding:40px 0;}
.news_list h2{font-size:18px;  line-height:40px; font-weight:bold; margin-bottom:10px; overflow:hidden;}
.news_list h2 a{color:#02448a;}
.news_list h2 span,.news_list li span{float:right;color:#999; font-size:16px; font-weight:normal;}
.news_list p{font-size:14px; color:#999; line-height:24px;width:480px;}
.news_list ul{padding-top:11px; margin-top:11px; border-top:1px solid #f0f0f0;}
.news_list li{font-size:14px; color:#999; line-height:40px; overflow:hidden; border-bottom:1px solid #f0f0f0;}
.news_list li span,.news_notice_m .r li span{font-size:12px; color:#999;}
.news_list li a,.news_list h2 a{width:480px; float:left;}

.blue_box{background: #b53f210a;}
.news_notice{background:url(../images/news_pic1.jpg) no-repeat right; padding:40px 0;}
.news_notice_m{width:680px;}
.news_notice_m .l{width:280px;}
.news_notice_m .l h2{font-size:18px; line-height:36px;}
.news_notice_m .r{width:360px;}
.news_notice_m .r li{font-size:14px; line-height:30px; overflow:hidden;}
.news_notice_m .r li a{float:left;width:290px;}
.news_notice_m .r li span{float:right;}

.banner_news{background:url(../images/banner_news.jpg) no-repeat top center;height:321px;}
.ks_news dl dd{width:50%; float:left;}
.ks_news .btn {position: absolute;bottom: 0;right:0; z-index: 10;}
.ks_news .scroll{height:192px;}
.ks_news .scroll dl{width:1180px;}
.ks_news .scroll li{width:1180px; overflow:hidden;}
.ks_news dl dd div{ height:157px !important; border:none;}
.ks_dynamic_text p{ text-align:left !important; font-size:14px !important; line-height:24px !important; color:#999 !important;}

.news_art_main{padding-top:40px;}
.news_art_main h2{font-size:24px; line-height:2; text-align:center;}
.news_art_main h4{font-size:18px; line-height:2; text-align:center; color:#999; margin-bottom:30px;}
.news_art_main h5{font-size:14px; line-height:1.5; text-align:center; color:#999; border-bottom:1px solid #f0f0f0; padding-bottom:20px; color:#999;}
.art_back_btn a{ height:60px; display:block; text-align:center; background:#02448a; font-size:16px; line-height:60px; color:#fff; margin-bottom:40px;}
.art_back_btn a:hover{ text-decoration:none;}
.guess_like h2{font-size:24px; line-height:48px; color:#333;}
.guess_like h2 span{float:right;font-size:14px;}
.guess_like h2 span a{background:url(../images/change_icon.jpg) no-repeat right; display:inline-block; padding-right:20px; color:#1a7fc2;}
.guess_like ul{width:1200px;}
.guess_like li{float:left;width:280px; margin-right:20px;}
.guess_like li p a{line-height:30px; font-size:14px; color:#666;}
.art_ad{margin:40px auto 40px; width:1180px; }
.art_ad img{width:100%;}

.banner_prfs{background:url(../images/banner_prfs.jpg) no-repeat center top; height:320px;}
.professor_box_li{margin-bottom:30px;}
.clean{ clear:both; overflow:hidden; zoom:1;}

.banner_video{background:url(../images/banner_sp.jpg) no-repeat center top; height:320px;}
.video_box_bg{background:#f8f8f8;}
.video_box_bg .wrap{background:#242424; color:#ccc;}

.video_list_m ul{width:1200px;}
.video_list_m li{float:left;width:280px; margin:0 20px 30px 0;}
.video_list_m li p a{line-height:30px; font-size:14px; color:#666;}
.video_li_pic{position:relative; width:280px; height:157px;}
.video_li_mask a{background:none; position:absolute; top:0; left:0; width:280px; height:157px; display:block;}
.video_li_mask a:hover{background:url(../images/sp_cover.png) no-repeat;}
.video_list .normal_tit{font-weight:normal;}
.video_li_views{position:absolute;width:41px; height:18px; line-height:18px; color:#fff; padding-left:19px; left:10px; bottom:10px;font-size:12px; background:url(../images/sp_num5.png) no-repeat;}
.video_li_time{position:absolute;width:40px; height:18px; line-height:18px; color:#fff; text-align:center; right:10px; font-size:12px; bottom:10px; background:url(../images/sp_num4.png) no-repeat;}

.banner_teach{background:url(../images/banner_jx.jpg) no-repeat top center; height:320px;}
.teach_box .ks_dynamic .l{width:680px;}
.teach_box .ks_dynamic_text{width:380px !important;}
.teach_box .ks_dynamic .r{width:480px !important;}

.teach_list .ks_dynamic .l{margin-bottom:15px;}
.teach_list .ks_dynamic,.teach_list .ks_dynamic .r,.teach_list .ks_dynamic .l{width:560px;}

.banner_nurse{background:url(../images/banner_yh.jpg) no-repeat top center; height:320px;}

.banner_oa{background:url(../images/banner_oa.jpg) no-repeat top center; height:320px;}
.oa_btn a{background:#02448a; display:block; width:150px; height:36px; line-height:36px; color:#fff; float:left; margin-left:20px; font-size:18px; text-align:center; margin-top:5px;}
.oa_btn a i{background:url(../images/oa_more.jpg) no-repeat right; padding-right:13px;}
.oa_main{padding-bottom:40px;}
.oa_main .normal_tit{border-bottom:1px solid #f0f0f0; padding-bottom:20px;}
.oa_main_1,.oa_main_2,.oa_main_3{margin-top:40px;}
.oa_title{font-size:24px; color:#02448a; margin-left:100px; padding-left:65px; font-weight:bold; margin-bottom:20px;line-height:60px;}
.oa_main_text{background:#f8f8f8; padding:50px 70px 50px 100px;}
.oa_main_1 .oa_main_text .l{width:480px;}
.oa_main_text p{font-size:16px; line-height:30px; color:#666;}
.oa_main_1 .oa_main_text .l p{background:url(../images/oa_point.jpg) no-repeat 0 10px; margin-bottom:40px; padding-left:20px; }
.oa_main_1 .oa_main_text .r{width:510px; margin-top:-90px;}
.oa_main_1 .oa_main_text .r .ewm{float:left; margin-left:20px;}
.oa_main_1 .oa_main_text .r .ewm a img{margin-top:15px;}
.oa_main_1 .oa_title{background:url(../images/oa_1.jpg) no-repeat left; height:43px;}
.oa_main_2 .oa_title{background:url(../images/oa_2.jpg) no-repeat left; height:43px;}
.oa_main_3 .oa_title{background:url(../images/oa_3.jpg) no-repeat left; height:43px;}

.banner_party{background:url(../images/banner_dq.jpg) no-repeat top center; height:320px;}
.party_swiper{background:url(../images/dq_slide.jpg) no-repeat; width:580px; height:355px; padding:0 0 0 30px; float:left; }
.party_ct_right{width:530px !important;float:right;}
.party_ct_right .news_list{width:530px !important;}
.ks_party .normal_tit,.party_ct_right .normal_tit{color:#e62129; margin-bottom:10px;}
.party_ct_right .news_list h2 a{color:#333; font-weight:normal;}
.party_ct_right .news_list ul{margin-top:0; border:none; padding-top:7px;}

.cultrue_p1{background:url(../images/wenhua_bg1.jpg) no-repeat; height:752px; position:relative;}
.cultrue_p2{background:url(../images/wenhua_bg2.jpg) no-repeat; height:709px; position:relative;}
.cultrue_p3{background:url(../images/wenhua_bg3.jpg) no-repeat; height:1607px; position:relative;}
.cultrue_title{ text-align:center; font-size:36px; font-weight:bold; color:#02448a; line-height:2; border-bottom:2px solid #02448a;}
.cultrue_p1 div{position:absolute; width:312px;}
.cultrue_p1 div h2,.cultrue_p2_text h2{font-size:16px; line-height:30px; color:#333; font-weight:bold;}
.cultrue_p1 div p,.cultrue_p2_text p{font-size:16px; line-height:30px; color:#666;}
.cultrue_p1 .position1{top:180px;left:395px;}
.cultrue_p1 .position2{top:180px;right:40px;}
.cultrue_p1 .position3{top:417px;left:395px;}
.cultrue_p1 .position4{top:583px;right:40px;}
.cultrue_p2_text{position:absolute; width:550px; top:410px; left:229px;} 
.cultrue_p2_text p span{color:#02448a;}

.booklist{height:auto;}
.scroll ul{position:relative;}
.booklist li div{width:180px; height:244px; border:none; position:relative; margin-bottom:40px;}
.booklist li div img {position:absolute; top:0; left:0; width:180px; height:244px;}
.book_cover{background:url(../images/yk_cover2.png) no-repeat; width:180px; height:80px; color:#fff; padding-top:164px;}
.book_cover p{color:#fff !important; font-size:14px !important; line-height:18px !important; text-align:left; padding-left:14px;}
.book_cover_m{background:url(../images/yk_cover1.png) no-repeat; width:180px; height:194px; text-align:center; color:#fff; position:absolute !important; top:0; left:0; margin:0; padding-top:50px; display:none; }
.book_cover_m p{color:#fff !important; font-size:16px !important; line-height:24px !important;}
.book_cover_m a{display:block; color:#fff; width:108px; line-height:34px; height:34px; border:1px solid #fff; font-size:12px; margin:10px auto 0;}

.video_main h3{font-size:24px; line-height:60px; color:#ccc; padding-left:30px;}
.video_play{width:860px; height:509px; background:#000;}
.video_share{height:67px; line-height:67px;}
.video_reco{width:310px;height:509px;background:#333;}
.video_reco h4{font-size:16px; color:#ccc; line-height:48px; padding-left:20px; border-bottom:1px solid #242424;}

/* Tiny Scrollbar */
#scrollbar1 { width: 310px; }
#scrollbar1 .viewport { width: 300px; height: 460px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: #333; position: relative; float: right; width: 9px; margin-right:1px; }
#scrollbar1 .thumb { background: #666; height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.video_reco_ov li{padding:10px 20px; width:260px;}
.video_pic{float:left; width:120px; height:75px; position:relative;}
.video_pic i{font-size:12px; color:#fff; position:absolute; background:url(../images/sp_num4.png) no-repeat; text-align:center; width:40px; height:18px; line-height:18px; right:2px; bottom:2px;}
.video_pic img{ width:120px; height:75px;}
.video_text{width:130px; float:right;}
.video_reco_ov li h2 a{color:#ccc; font-size:14px; line-height:18px; margin-bottom:20px; display:block;}
.video_reco_ov li p{background:url(../images/sp_play1.jpg) no-repeat left; color:#999; padding-left:16px;}
.video_share{width:830px; padding-left:30px;}
.video_share .share{float:left;}
.video_views{float:right; color:#ccc; font-size:16px; background:url(../images/sp_play2.jpg) no-repeat left; padding-left:22px;}

.banner_wh{background:url(../images/banner_wh.jpg) no-repeat top center; height:320px;}

.ks_org .subject_box{background:#fff;}

.ks_picture{margin-top:0;}
.picbox_bg{background:url(../images/tuji_bg.jpg) no-repeat bottom right #f8f8f8; position:relative; height:460px;}
.tabBar{ width:1180px;}	
.tabBar .hd ul{ z-index:5; position:absolute; bottom:30px; right:217px;  zoom:1;}	
.tabBar .hd li{ float:left; height:12px; line-height:12px; border-radius:50%; width:12px; cursor:pointer; background:#ccc; margin-left:7px;}	
.tabBar .hd li.on{ height:12px; line-height:12px;  background:#02448a; }	
.tabBar .bd{}	
.tabBar .bd .conWrap{ width:1180px;  }	
.tabBar .prev,.tabBar .next{ position:absolute; left:0px; top:195px; opacity:0.7; }	
.tabBar .next{ left:auto; right:300px; }	
.tabBar .prevStop,.tabBar .nextStop{ display:none;  }	
.tabBar .bd p{ padding-bottom:10px  }
.con img{width:880px; height:460px; float:left;}
.con p{padding:50px 25px 0 25px; font-size:18px; line-height:30px; float:left;width:250px;}
.con p i{display:block; font-size:12px; color:#999; margin-top:20px;}
.ks_intro_page_m{padding:40px 0;}
.ks_intro_page_m .dynamic_text h2 a,.ks_intro_page_m  .dynamic_text p{width:720px;}
.ks_intro_page_m .no_img .dynamic_text h2 a,.ks_intro_page_m .no_img .dynamic_text p{width:1000px;}               

.ks_dynamic_mss div {width:383px; overflow:hidden; float:left; margin-left:15px; text-align:center; line-height:2; font-size:16px;}   
.ks_dynamic_mss div:nth-child(1),.ks_dynamic_mss div:nth-child(4),.ks_dynamic_mss div:nth-child(7),.ks_dynamic_mss div:nth-child(10),.ks_dynamic_mss div:nth-child(13),.ks_dynamic_mss div:nth-child(17),.ks_dynamic_mss div:nth-child(20),.ks_dynamic_mss div:nth-child(23),.ks_dynamic_mss div:nth-child(26),.ks_dynamic_mss div:nth-child(29) {margin-left:0;}                                                                            
.ks_dynamic_mss div img { border-radius:4px; width:100%;}