*{font-family: Arial, "微软雅黑", sans-serif, verdana, arial}
body {
    background:#f8f8f8;
    font-size: 14px;
    color:#444;
	font-family: Arial;
}

img {
    border: 0;
}

ul,li,dl,dd,dt,p{
    list-style: none;
    padding: 0;
    margin: 0;
	text-decoration: none;
}

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

a:hover {
    color: #1c6a9a;
    text-decoration: none;
    transition: all .4s;
}

.clear {
    clear: both;
}
.fl{float:left;}
.fr{float:right;}
.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}
.ftStrong {
    font-weight: bold;
}
.ftItalic {
    font-style: italic;
}
.ahover{
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}
 .more {
    width: 80px;
    height: 30px;
    background: #005faf;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    transition: 0.2s;
}

.more a {
    color: #fff;
	font-size:12px;
}
.body{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

/*头部*/
#header_box{
    width: 100%;
    height: 120px;
    background:#0b4fa4;
}
#logo{
    margin-top:25px;
    position:absolute;
    left:0;
    top:0;}

#shoucang{
    position: absolute;
    right: 0;
    top: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
#shoucang a{
    color: #fff;
}
#shoucang a img{
    float: left;
    margin-right: 8px;
}
#shoucang span{
    padding: 0 10px;
}

/*导航开始*/
.menu{width: 100%; height: 60px; border-top: 1px solid #e4e4e4; background: #0b4fa4;}
#menu{    
    z-index:100;

    }
#menu li{
	height:60px;
	float:left;    
    text-align:center;
	
    }

#menu li a{
    font-size:18px;
    display:block;
	margin-top:15px;
    height:30px;
    line-height:30px;
    padding: 0 40px;
    color: #fff;
    text-transform: capitalize;
	font-family: Arial;
	border-right:1px dotted #e1e1e1;
    }
#menu li:hover{
   background:#00a0ea;
}
#menu li p{
    padding:0;
    margin:0;}
#menu li ul{
    background-color:rgba(11,79,164,0.7);
	position:absolute;
	display:none;	
	width:220px;
	opacity: 1;
	z-index:99999;
	top:60px;
    }

#menu .submenu li{
	display:block;
    height:40px;
	padding:0 20px;
	width:220px;
    text-align:left;
	float:left;
	border-left:3px solid #00a0ea;	
    }

#menu .submenu li a{
	color:#fff;
    height:40px;
    line-height:40px;
	margin:0;
	font-size:14px;
    text-align:left;
	padding:0 0 0 17px;
    border-bottom:1px dashed #fff;
	border-right:none;

    }
#menu .submenu li:hover{
    color: #1c6a9a;

}

/*搜索栏开始*/
#sch_main{
    display:black;
    background:#fff;
    width:314px;
    position:absolute;
    top:50px;
    right:0;
    z-index:12;
    height: 35px;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
    border-radius: 5px;
}
#sch_main .sch_w{
    width:268px;
    height:35px;
    float:left;
    border:none;
    background:none;
    line-height:35px;
    padding-left:20px;}
#sch_main .sch_btn{
    width:46px;
    height:35px;
    float:left;
    background: #00a0ea url(../img/dot2.png) no-repeat center;
    border:none;
    text-indent:-999em;
    cursor:pointer;
    }


#header_box #logo img{
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
    }
	
	
/*banner大图切换*/
#lunhuan_box{
    width: 100%;
    height: 542px;
    position: relative;
    overflow: hidden;
}
#lunhuan{
    width: 1920px;
    height: 542px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.slideBox{ width:100%; height:542px; overflow:hidden; position:relative; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;  width:100%; height:600px;}
.slideBox .hd{ height:10px; overflow:hidden; position:absolute; left:0; bottom:55px; z-index:1; width: 100%; text-align: center; }
.slideBox .hd ul{ overflow:hidden; zoom:1;  }
.slideBox .hd ul li{  margin-right:10px;  width:10px; height:10px; text-indent: -999em; cursor:pointer; border: 1px solid #fff; border-radius: 100%; display: inline-block;}
.slideBox .hd ul li.on{ background:#fff; color:#fff; }

/*新闻公告开始*/
.row1 {
    width: 100%;
    height: 570px;
    padding: 30px 0 50px 0;
	background:#fff;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.title {
    width: 100%;
    height: 70px;  
    margin-bottom: 10px;
	font-size: 24px;
    color: #005faf;
    line-height: 70px;
    font-weight: bold;
}
.row1 .title{
	text-align: center;
	margin-bottom: 30px;
}
.title a{ color: #005faf;}

/*news*/

.picScroll-left {
    width: 440px;
	float:left;
    overflow: hidden;
    position: relative;
}

.picScroll-left .pic_img {
    width: 440px;
    height: 248px;
    overflow: hidden;
    position: relative;
}
.picScroll-left .pic_img img{width:440px;height:248px;}


.picScroll-left .pic_img .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 71px;
    background: #005faf;
    color: #fff;
    text-align: center;
}

.picScroll-left .pic_img .date .day {
    display: block;
    line-height: 42px;
    font-size: 30px;

}

.picScroll-left .pic_img .date .year {
    display: block;
    line-height: 24px;
}

.picScroll-left .pic_txt {
    margin-top: 30px;
}

.picScroll-left .pic_txt a {
    font-size: 16px;
    color: #1a1a1a;
}

.picScroll-left .pic_txt p {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    margin-top: 15px;
}

.picScroll-left .pic_txt .more {
    width: 80px;
    height: 30px;
    background: #005faf;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    transition: 0.2s;
}

.picScroll-left .pic_txt .more a {
    color: #fff;
	font-size:12px;
}

.picScroll-left .pic_txt > a:hover {
    color: #005faf;
}

.picScroll-left .pic_txt .more:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

/*news_list*/

.news_list {
    width: 698px;
	float:left;
    margin-left: 62px;
	overflow:hidden;
}

.news_list li {
    padding-bottom: 26px;
    border-bottom: 1px dotted #005faf;
    transition: 10s;
    margin-top: 20px;
}

.news_list li:first-child {
    margin-top: 0;
}

.news_list li:last-child {
    border-bottom: none;
}

.news_list .date {
	color:#005faf;
    width: 66px;
    text-align: center;
}

.news_list .date .day {
    font-style: normal;
    font-size: 32px;
    display: block;
    line-height: 27px;
}

.news_list .date .year {
    font-style: normal;
    font-size: 16px;
    line-height: 12px;
    display: block;
    margin-top: 24px;
}

.news_list .text {
    width: 600px;
}

.news_list .text a {
    font-size: 16px;
	line-height:30px;
    color: #005faf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    font-family: arial;
}

.news_list .text p {
    margin-top: 10px;
    font-size: 14px;
    color: #808080;
    line-height: 25px;
	height:50px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.news_list li:hover {
    width: 102%;
}

.news_list li:hover a {
    color: #005faf;
}

.news_list li:hover .date {
    color: #005faf;
}
	

/*学院简介开始*/
#jianjie{
    width: 600px;
    position: absolute;
    left: 0;
    top: 0;
}
#program{
    width: 500px;
    position: absolute;
    right: 0;
}

#jianjie .text{
    line-height: 28px;
	height:220px;
    color: #666;
	word-wrap: break-word;
    text-align:justify; 
}
#jianjie .text p{text-indent:2em}
#jianjie .more{float:right;margin-top:40px;}

/*program开始*/
#program li{
	width:250px;
    height: 100px;
	float:left;
    margin-bottom: 1px;
}
#program li a{
    display: block;
	font-size:16px;
    line-height: 100px;
	padding-left:70px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
}
#program .link1{    background: #005faf url("../img/link1.png") no-repeat 20px 50%;}
#program .link1:hover{    background: #00a0ea url("../img/link1.png") no-repeat 20px 50%;}
#program .link2{    background: #ffae40 url("../img/link2.png") no-repeat 20px 50%;}
#program .link2:hover{    background: #00a0ea url("../img/link2.png") no-repeat 20px 50%;}
#program  .link3{    background: #00af9f url("../img/link3.png") no-repeat 20px 50%;}
#program  .link3:hover{    background: #00a0ea url("../img/link3.png") no-repeat 20px 50%;}
#program  .link4{    background: #85b254 url("../img/link4.png") no-repeat 20px 50%;}
#program  .link4:hover{    background: #00a0ea url("../img/link4.png") no-repeat 20px 50%;}
#program  .link5{    background: #67a7d3 url("../img/link5.png") no-repeat 20px 50%;}
#program  .link5:hover{    background: #00a0ea url("../img/link5.png") no-repeat 20px 50%;}
#program  .link6{    background: #9b70b9 url("../img/link6.png") no-repeat 20px 50%;}
#program  .link6:hover{    background: #00a0ea url("../img/link6.png") no-repeat 20px 50%;}

/*国际合作开始*/
.gjhz{width:1230px;overflow:hidden;margin-top:15px;}
.gjhz li{width:277px;float:left;margin-right:30px;}
.gjhz li img{width:277px;}
.gjhz li a{display:block;font-size:16px;text-align:center;line-height:50px;}

/*底部*/
.footer{width: 100%; 
height: 125px;
 background:#0b4fa4; 
 }
.footer_main{height:125px;
border-bottom:1px solid #f7f7f7}
.footer_main img{height:60px;margin-top:30px;}
.footer_r{height:125px;float:right;color:#fff;line-height:25px;font-size:12px;}
.footer_r span{display:block;margin-top:20px;margin-bottom:10px;font-size:16px;}
.footer .banquan{height:55px;line-height:55px;color:#fff;text-align:center; background:#0b4fa4;font-size:12px; }


/*内容页左导航
.subbanner{width:100%;height:290px;background: #f7f7f7 url("../img/subbanner2.png") no-repeat 50% 50%;}
.submain{min-height:500px;width:1200px;margin:0 auto;}
.sidenav{float:left;width:320px;margin-top:-90px;margin-right:30px;}
.sidenav .f_lanmu{width:320px;height:90px;background-color:rgba(11,79,164,0.8);line-height:90px;color:#fff;font-size:20px;text-align:left;padding-left:50px;  font-weight: bold;text-transform: uppercase}
.sidenav .z_lanmu{width:320px;}
.sidenav .z_lanmu li{width:320px;padding-left:50px;height:60px;line-height:60px;font-size:16px;text-align:left;border-bottom:1px solid #ddd;background: url("../img/arrow1.png") no-repeat 90% 50%;}
.sidenav .z_lanmu li:hover{background: url("../img/arrow2.png") no-repeat 90% 50%;}
.sidenav .z_lanmu li:hover a{color:#0b4fa4;font-size:18px;}
.sidenav .z_lanmu .on{background: url("../img/arrow2.png") no-repeat 90% 50%;}
.sidenav .z_lanmu .on a{color:#0b4fa4;}
.sidenav .sideimg{margin-top:30px;}
.sidenav .sideimg img{border-radius:5px;}*/
/*内容页右导航*/
.subbanner{width:100%;height:290px;background: #f7f7f7 url("../img/subbanner2.png") no-repeat 50% 50%;}
.submain{min-height:500px;width:1200px;margin:0 auto;}
.sidenav{float:right;width:320px;margin-top:0px;margin-left:30px;}
.sidenav .f_lanmu{width:320px;height:90px;background-color:rgba(11,79,164,0.8);line-height:90px;color:#fff;font-size:20px;text-align:center;  font-weight: bold;text-transform: uppercase}
.sidenav .z_lanmu{width:320px;}
.sidenav .z_lanmu li{width:320px;height:60px;line-height:60px;font-size:16px;text-align:center;border-bottom:1px solid #ddd;background: url("../img/arrow3.png") no-repeat 10% 50%;}
.sidenav .z_lanmu li:hover{background: url("../img/arrow4.png") no-repeat 10% 50%;}
.sidenav .z_lanmu li:hover a{color:#0b4fa4;font-size:18px;}
.sidenav .z_lanmu .on{background: url("../img/arrow4.png") no-repeat 10% 50%;}
.sidenav .z_lanmu .on a{color:#0b4fa4;}
.sidenav .sideimg{margin-top:30px;}
.sidenav .sideimg img{border-radius:5px;}
/*page内容页主体*/
.sub_r {float:left;width:830px;margin-right:20px;padding:10px 0 40px 0;}
.pos{width:830px;background:url("../img/pos.png") no-repeat 0 50%;padding-left:40px;height:40px;line-height:40px;font-size:12px;}
.pos span, .pos a{margin:0 5px;text-transform: uppercase}
.sub_r .sub_m{width:830px;}
.sub_r .sub_m .tit{width:830px;height:60px;line-height:60px;font-size:22px;color:#0b4fa4;text-align:center;text-transform: uppercase;font-weight:bold}
.sub_r .sub_m .info{width:830px;height:30px;line-height:30px;font-size:14px;color:#aaa;text-align:center;}
.sub_r .sub_m .con{margin-top:20px}
.sub_r .sub_m .con p{text-indent:2em;line-height:30px;text-align:justify;margin-bottom:10px;}
/*show内容页主体*/
.sub_r .sub_m .tit_show{width:800px;line-height:40px;margin:20px auto;font-size:20px;color:#0b4fa4;text-align:center;}
/*新闻列表页内容页主体*/
.sub_m .news_list{width:830px;margin:30px 0 0 0;}
.sub_m .news_list .text{width:725px;}
.sub_m .news_list .text a {display:block;width:725px;}
/*图片列表页内容页主体*/
.sub_m .pic_list{width:830px;}
.sub_m .pic_list li{width:360px;height:260px;float:left;margin-right:50px;margin-bottom:30px;}
.sub_m .pic_list li img{width:360px;height:200px;}
.sub_m .pic_list li span{display:block;height:50px;overflow:hidden;line-height:25px;margin-top:10px;text-align: center;}
/*师资列表页内容页主体*/
.sub_m .xi{width:830px;margin-bottom:50px;}
.sub_m .xi .xi_tit{width:830px;height:50px;border-bottom:1px solid #ccc}
.sub_m .xi .xi_tit a{display:inline-block;height:50px;border-bottom:2px solid #00a0ea;line-height:50px;font-size:18px;color:#0b4fa4}
.sub_m .xi ul li{float:left;width:150px;margin-right:50px;margin-top:20px;padding-left:20px;background:url(../img/arr_r.png) no-repeat 0 50%;}
.sub_m .xi ul li a{text-transform:uppercase;}
/*分页*/
#pages { margin-top:20px;padding:20px 0 20px 0px;font-family:宋体; text-align:center}
#pages a { display:inline-block; height:22px; line-height:20px; background:#fff; border:1px solid #ccc; text-align:center; color:#333; padding:0 10px}
#pages a.a1 {  width:56px; padding:0 }
#pages a:hover { background:#0b4fa4; color:#fff; text-decoration:none; border: #0b4fa4 solid 1px;}
#pages span { display:inline-block; height:22px;padding:0 10px; line-height:22px;background:#0b4fa4; border:1px solid #0b4fa4; color:#fff; text-align:center; }










