@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	
	border: 0;
}

body{

	font-family:"微软雅黑";
	font-size:14px;
	color:#595c5b;
}

ul li{
	list-style:none;
}

a{
	text-decoration: none;
	color:#828282;
}

a:hover, a:visited {
	 text-decoration:none;
	
	
}

a:hover{
	 color:#006ec7;
	}

p,ul {
	margin:0;
}

.clearfix:after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}

.clearfix{
	zoom:1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12,.col-sm-12{
	padding:0;
}

/*头部*/
.container{
	 padding:0;
}

.logo{
	display:block;
	width:45%;
	float:left;
	padding:12px 0 18px;
}
.logo img{
	padding-left:25px;
}

.logo img.logo2{
	padding-left:35px;
}

.navbar-toggle {
	 display:none;
    position: relative;
    float: right;
	 width:24px;
	 height:22px;
	 background:url(../images/anniu.png) no-repeat;
	margin-top: 42px;
	padding:0;
	margin-right:0;
    margin-bottom: 8px;
    border:none;
    border-radius: 0px;
}


/*搜索*/
.search{
	float:left;
	 width:55%;
}

.search1{
	width:340px;
	 height:37px;
	background: #f8f8f8;
    border:1px solid #e5e5e5;
	 margin:33px 10px 29px auto;
	 text-align:right;
	  border-radius:20px; 
}

#search_kang{
	 width:270px;
	 height:35px;
	 outline:none;
	 background: #f8f8f8;
	 color:#bfbfbf;
}

#search_image{ 
	outline:none;
	vertical-align:text-bottom;
	margin-right:20px;
}



/*导航*/
.nav{
	 background:#0061bb;
}

ul.daohang{ 
	width:100%;
	margin-bottom:0;

}

ul.daohang li{ 
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
	width:10%;
	margin-left:5%;
	position:relative;
	  
}


ul.daohang li a{
	 display:block;
	 width:100%;
	 color:#fff;
	  height:50px;
	 font-family:"微软雅黑";
	 font-size:18px;
     text-decoration: none;
}



ul.daohang li:first-child{
	margin-left:0;
}

ul.daohang li.active a{
	background:#fff;
	 color:#0061bb;
}


ul.daohang li:hover a{
	background:#fff;
	 color:#0061bb;
}

.nav ul li .nav_item{
	 display:none;
	 position:absolute;
	  top:50px;
	  left:-5%;
	 background:#fff;
	    width:110%;
		border:1px solid #e1e1e1;
	  z-index:999;
}

.nav ul li:hover .nav_item{
	display:block;
	
	-webkit-animation: nav 0.2s ease;
    -moz-animation: nav 0.2s ease;
    -ms-animation: nav 0.2s ease;
    -o-animation: nav 0.2s ease;
    animation: nav 0.2s ease;
}

.nav ul li .nav_item li{
	float:none;
    width:88%;
	margin:0 6%;
	min-width:122px;
	height:38px;
	line-height:38px;
	text-align:center;
	background:none;
	border-top:1px solid #e1e1e1;
		
}

.nav ul li .nav_item li:first-child{
	 border-top:none;
}

.nav ul li .nav_item li a{
	 width:100%;
	 font-size:14px;
	  color:#626262;
	   height:37px;
	   line-height:37px;
}

.nav ul li:hover .nav_item {
 	background:#fff;
}

.nav ul li:hover .nav_item  a{
	
	 background:#fff;
	 position:inherit;
}

.nav ul li .nav_item li:hover a{
	 color:#0061bb;
	
}


/*banner相关设置*/

   
        #wrap{
            position:relative;
            overflow: hidden;
            top:0; left:0; right:0; bottom:0;
            margin:auto;
            width: 100%;
            height: auto;
        }
        
        
        #wrap > ul.sild{
            width: 100%;
             height:400px;
             display:block;
            list-style: none;
            overflow:hidden;
        }
        #wrap > ul.sild > li{
            float: left;
            width:3.5%;
            height: 400px;
            cursor: pointer;
            overflow:hidden;
            transition: width 2s;
        -moz-transition: width 2s; /* Firefox 4 */
        -webkit-transition: width 2s; /* Safari 和 Chrome */
        -o-transition: width 2s; /* Opera */
        }

        #wrap > ul.sild > li > img{
             height:100%;
              width:auto;
        }
        
        #wrap  > ul.sild > li.curr img{
             height:100%;
             width:100%;
        }
        
        #wrap > ul.sild > li.curr{
            width:86%;
            transition: width 2s;
        -moz-transition: width 2s; /* Firefox 4 */
        -webkit-transition: width 2s; /* Safari 和 Chrome */
        -o-transition: width 2s; /* Opera */
        }
        
        #wrap > div.text{
            width:100%;
            height:43px;
            line-height:43px;
            background: #ffffff;    
        }

        #wrap > div.text >p{
            display:none;
            padding:0 60px;
            font-size:16px;
            color: #626262;
            opacity:0;
            transition: opacity 2s;
        -moz-transition: opacity 2s; /* Firefox 4 */
        -webkit-transition: opacity 2s; /* Safari 和 Chrome */
        -o-transition: opacity 2s; /* Opera */
        }
        
        #wrap > div.text > p.show{
             display:block;
             color: #626262;
            opacity:1;
            transition: opacity 2s;
        -moz-transition: opacity 2s; /* Firefox 4 */
        -webkit-transition: opacity 2s; /* Safari 和 Chrome */
        -o-transition:opacity  2s; /* Opera */
             
        }
        
        #wrap > #prev{
            position:absolute;
            left:0;
            bottom:0;
        }
        
        #wrap > #next{
            position:absolute;
            right:0;
            bottom:0;
        }
        
        #wrap > div.bgs {
            position: absolute;
             right:70px;
             bottom:8px;

        }
        #wrap > div.bgs > ul > li{
            display:inline-block;
            width: 14px;
            height: 14px;
            background:#f2f2f2;
            border-radius: 7px;
            margin:0 2px;
        }
        
        #wrap > div.bgs > ul > li.act{
             background:#0061bb;
        }







.banner{
	 background:#f4f4f4;
}
#full-width-slider {
	width: 100%;
	color: #000;
	box-shadow: 0 3px 3px #ccc;
}

#full-width-slider .rsOverflow{
	position:absolute ;
	 left:0 ;
	 top:0;
}

.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	background:#ff0000;
	filter: alpha(opacity=60);/*IE*/
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}

.fullWidth { margin: 0 auto;}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 10px;
	right: 48%;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 10px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	box-sizing:content-box;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width:10px;
	height:10px;
	border-radius: 50%;
	background: #fff;
	background: rgba(255,255,255,1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #028245;
}

#full-width-slider8 .rsBullet.rsNavSelected span{
	 display:none;
}

/*首页标题*/

.title{
	 border-bottom:1px solid #cccccc;
	 margin-bottom:35px;
}
.title h3{
	  float:left;
	   height:50px;
	   line-height:50px;
	   color:#0b7ae0;
	   font-size:28px;
	    border-bottom:2px solid #0b7ae0;
		padding:0 10px;
	   font-weight:normal;
	   margin:0;
}

.title span{
	 font-family:Arial;
	 font-size:12px;
	 color:#939393;
	 float:left;
     margin-top:10px;
}

.title .more {
    float:right;
    color: #fff;
    font-size: 16px;
	background:#0b7ae0;
	  padding:6px 28px 6px 25px;
	  margin-top:8px;
    text-decoration:none;
}


/*新闻动态*/

.gray-content{ 
	background:#efefef;
	padding:0 0 50px;
}


.new{
	margin:35px 0 0;
}

.new ul li{
	width:23.5%;
	margin-left:2%;
	float:left;
	background:#fff;
}

.new ul li:first-child{
	margin-left:0;
}

.new ul li .media-img{
	 width:100%;
	  height:170px;
	 overflow:hidden;
}

.new ul li .media-img img{
	 width:100%;
}


.new ul li .media-heading{
	 font-size:16px;
	  color:#333333;
	  line-height:18px;
	  margin:25px 7% 10px;
	  height:18px;
	  overflow: hidden;
	  text-overflow:ellipsis;
	  white-space: nowrap;
	 	
}

.new ul li .media-content{
	 font-size:14px;
	  height:44px;
	 line-height:22px;
	 color:#8a8a8a;
	 margin:0px 7% ;
	 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.new ul li .media-data{
	 font-size:14px;
	 color:#b8b8b8;
	 margin:0px 7% ;
	
}

.new ul li .more-img{
	 display:block;
	 text-align:center;
	 margin:10px 0 20px;
}



/*当前位置和当前栏目*/

.location{
	height:60px;
	line-height:60px;
	 font-size:16px;
	 color:#626262;
}


.location a{
	 color:#626262;
}

/*简介*/

.content-box{
	 background:#f6f6f6;
}


.about{  
	margin-bottom:50px;
	color:#666;
	 font-size:16px;
	 line-height:36px;
	 min-height:550px;
	 padding-top:40px;
	
}
.about h1{ margin-top:40px; padding-left:35px; margin-bottom:20px; font-size:30px; font-weight:bold;}
.about p { font-size:16px; color:#666; line-height:36px; text-indent:2em;}
.about p img{
	 max-width:90%;
}




/*列表*/

.column{
	 height:50px;
	 line-height:50px;
	 font-size:20px;
	 color:#f4f4f4;
	  background:#0061bb;
	  padding-left:20px;
}

.left-box {
	padding-left:3%;
}

.left-box ul{
	background:#fff;
	padding:10px 15px 60px;
}

.left-box ul li{
	 height:46px;
	 line-height:46px;
	 padding:0 25px;
	  border-bottom:1px solid #f4f4f4;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left-box ul li.active{
	 background:url(../images/arrow.png) 10px center no-repeat;
}

.left-box ul li a{
	 font-size:18px;
	 color:#626262;
	 
}

.left-box ul li.active a{
	color:#0061bb;
}
.right-box{
	margin-top:20px;
	padding-top:20px;
	padding-left:5%;
}

.list ul {
	background:#fff;
	padding:16px;
	 min-height:300px;
}

.list ul li {
	 border-bottom:1px solid #f4f4f4;
}


.list ul li a{
	display:block;
	height:45px;
	font-size:16px;
	color:#666666;
}

.list ul li a:hover p{
	color:#0061bb;
	 font-weight:bold;
}

.list ul li a p{
	 float:left;
	 width:80%;
	  font-size:16px;
	 overflow: hidden;
	line-height: 45px;
	margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.list ul li a  span{
	float:left;
	 text-align:right;
	 width:20%;
	 line-height:45px;
	  color:#7a7a7a;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li a.list-a{
	height:131px;
	margin:20px 0 ;
}

.list ul li:first-child  a.list-a{
	margin:0 0 20px;
}

.list ul li a .pull-left{
	 padding-right:20px;
}

.list ul li a .pull-left img{
	 width:131px;
	 height:131px;
}

.list ul li a .media-heading{
	 font-size:18px;
	 color:#626262;
	  height:19px;
	  margin:10px 0;
	 overflow:hidden;
	 text-overflow: ellipsis;
    white-space: nowrap;
	
}

.list ul li a .text-conter{
	 font-size:16px;
	 color:#8a8a8a;
	 line-height:1.8;
	  height:56px;
	  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.list ul li a .text-xinxi{
	margin-top:15px;
}

.list ul li a span.name ,.list ul li a span.time ,.list ul li a span.browse{
	 text-align:left;
	  width:auto;
	  margin-right:5%;
	   font-size:14px;
	   color:#bfbfbf;
	   height:20px;
	   line-height:20px;
}

.list ul li a span.name img ,.list ul li a span.time img ,.list ul li a span.browse img{
	 margin-right:5px;
	 vertical-align:middle;
}

.list ul li a span.browse  span{
        float: none;
        color:#bfbfbf;
        line-height:20px;
        margin-right: 3px;
}

/*画册*/

.list-album ul li{
	 width:24%;
	  float:left;
	 margin-right:1%;
	 margin-bottom:28px;
	padding:10px;
	 background:#fff;
}

.list-album ul li .media-img{
	height:157px;
}

.list-album ul li .media-img img{
	height:100%;
	min-width:100%;
}

.list-album ul li .media-heading{
	 font-size:18px;
	 color:#0061bb;
	  text-align:center;
	  padding:15px 0 10px;
	  margin-bottom:0;
}

.list-album ul li .date{
	 font-size:12px;
	 color:#bfbfbf;
	  text-align:right;
}





/*内容页*/

.article {
    padding-top: 40px;
	background:#fff;
}
.article h1.intro {
    text-align: center;
    font-size: 18px;
    color: #595c5b;
    font-family: "微软雅黑";
    line-height: 1.5;
	margin:0;
}

.article h2.title {
    text-align: center;
    font-size: 24px;
	font-weight:normal;
    color: #626262;
    font-family: "微软雅黑";
    line-height: 1.5;
    margin: 8px 0;
	 border-bottom:none;
}

.article h3.subtitle {
    font-size: 18px;
    color: #393939;
    line-height: 1.5;
    text-align: center;
	margin:0
}

.article h4.xinxi {
    margin: 5px 0 10px;
    text-align: center;
    line-height: 35px;
	 font-size:14px;
	 padding-bottom:8px;
	  border-bottom:1px solid #f4f4f4; 
}

.article h4.xinxi .name ,.article h4.xinxi .time ,.article h4.xinxi .browse{
	 text-align:left;
	  width:auto;
	  margin-right:3%;
	   font-size:14px;
	   color:#bfbfbf;
	   height:20px;
	   line-height:20px;
}

.article h4.xinxi .browse{
	margin-right:0;
}

.article h4.xinxi .name img ,.article h4.xinxi .time img ,.article h4.xinxi .browse img{
	 margin-right:5px;
	 vertical-align:middle;
}


.article .content {
    color: #626262;
    font-size: 14px;
    line-height: 1.5;
    min-height: 250px;
    margin-bottom: 50px;
	padding:30px 4% ;
}
.article .content .content_tis{
  font-size: 14px;
    color: #595c5b;
    text-align: right;
}

.article .content .content_tis span{
   color:#0061bb;
    font-size: 16px;
    
}


.article .content p{
	margin:0;
	 color:#666;
	 font-size:16px;
	 line-height:32px;
}

.article .content p img{
	 max-width:100%;
        height: auto;
}

.article .content table{
        margin: auto;
         max-width: 100%;}


.article-teacher{
	 border-top:3px solid #0061bb;
	 background:#fff;
	 padding:20px;
}


.article-teacher h5{
	 margin:10px 0 30px;
}

.article-teacher h5 .titleh{
	background:#0061bb;
	color:#fff;
	font-size:18px;
	padding:10px 20px;
	float:left;
	
}

.list-zutu{
	 background:#fff;
}




/*教师团队*/

.list-teacher{
	padding-bottom:50px;
}

.teacher-item{
	 border-top:3px solid #0061bb;
	 margin-top:30px;
	  background:#fff;
	  padding:15px 35px 10px;
	
}

.teacher-item .teatitle{
	 color:#0061bb;
	 font-size:24px;
	 margin-bottom:20px;
	
}

.teacher-item ul li{
	 width:12%;
	 margin:10px 7% 10px 1%;
	 float:left;
	 text-align:center;
}

.teacher-item ul li .pic{
   width: 145px;
    height: 145px;
       overflow: hidden;
    border-radius: 50%;
   
}

.teacher-item ul li img{
	 width:100%;
         min-height:100%;
	
}

.teacher-item ul li .title-text{
	font-size:16px;
	 color:#626262;
	 padding:15px 0;
}


.list-img ul li .teacher-img {
    float: left;
    width: 140px;
    height: 179px;
    overflow: hidden;
	margin-right:20px;
}


.list-img ul li .list-text {
	padding:7% 3%;
    overflow: hidden;
    zoom: 1;
}

.list-img ul li .list-text .imgtitle{
	color:#000;
	font-weight:bold;
	 font-size:22px;
	 margin:0 0  10px;
	
}

.list-img ul li .list-text p{
	 font-size:14px;
	 color:#000;
	 line-height:30px;
}




/*分页栏*/
.pagebar{
	 margin: 15px auto 40px;
}

.p_first_d ,.p_prev_d{
 dispaly:none;
 margin: 12px 4px; 
}

.p_first_d,.p_last_d{
    font-size: 14px;
    color: #808080;

    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
	border-radius:5px;
}

.p_first,.p_last{
 
	 font-size: 14px;
    color: #808080;
	padding:7px 10px 7px 25px;
    border: 1px solid #e8e8e8;
    display: inline-table;
	border-radius:5px;
}

.p_first{
    padding:7px 10px 7px 25px;
	background:url(../images/previous.png) 10px center no-repeat;
}
.p_last_d ,.p_last{
	padding:7px 25px 7px 10px;
	background:url(../images/next.png) 45px center no-repeat;
}




.p_prev {
    font-size: 14px;
    color: #808080;
	    padding: 17px 13px;
    margin: 12px 4px ;
    border: 1px solid #e8e8e8;
    display: inline-table;
        vertical-align: middle;
	border-radius:5px;
	 background:url(../images/previous.png) center center no-repeat;
}

.p_no {
    padding: 7px 10px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
   color: #595c5b;
   border-radius:5px;
}

.p_no_d {
   background: #0061bb;
   color: #fff;
   padding: 7px 10px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
	display: inline-table;
	border-radius:5px;
}

.p_next,.p_next_d {
    font-size: 14px;
    color: #808080;
   	    padding: 16px 13px;
    margin: 12px 4px 12px 4px;;
    border: 1px solid #e8e8e8;
    display: inline-table;
    vertical-align: middle;
	border-radius:5px;
	 background:url(../images/next.png) center center no-repeat;
}



/*尾部*/
.footer {
	padding:14px 0 20px;
	background-color:#0061bb;
	background-image:url(../images/footer-img.png);
	background-position: center center;
	background-repeat:no-repeat;
	 
}

.footer-left{
	 margin-top:35px;
}
.footer-left p{
	 font-size:16px;
	 color:#fff;
}


.footer-conter{
	margin-top:30px;
	 text-align:center;
	 
}

.footer-conter p{
	 font-size:16px;
	 line-height:1.8;
	 color:#fff;
}

.footer-right{
	padding: 20px 3% 0 6% ;	
}

.footer-right h3{
	 font-size:16px;
	 color:#fff;
	 text-align:center;
	 margin-bottom: 10px;
    margin-top: 0;
}

.footer-right ul li {
	 float:left;
	  width:32%;
	  margin-left:2%;
}

.footer-right ul li:first-child{
	margin-left:0;
}

.footer-right ul li img{
	 width:auto;
	 max-width:100%;
}

.footer-about p{
	 font-size:14px;
	 color:#c5c5c5;
	 line-height:30px;
}

.footer-copy{
	 width:100%;
	  background:#2f2f2f;
	  text-align:left;
	 
}




/*兼容ie*/

.ie7 .container ,.ie8 .container {
	max-width:1200px;
}


.ie7 .list ,.ie8 .list {
	 width:75%;
}

.ie7 .list-album , .ie8  .list-album {
	width:75%;
}


.ie7 .list-album UL LI{
	 width:21.8%;
}



.ie7  .footer-left {
	 width:30%;
	 overflow:hidden;
}

.ie7 .footer-conter{
	 width:45%;
	 overflow:hidden;
}


.ie8  .footer-conter , .ie8 .footer-left {
	
	width:35%;
}


.ie7 .location{
	border-bottom: 1px solid #eeeeee;
}


.ie7 .pagebar{
	 height:60px;
}


.ie7 .left-box{
	 width:22%;
	 padding-left:0;
	 margin-left:3%;
	
}

.ie8 .left-box{
	 width:25%;
	
}


.ie7 .list ul li a p.media-heading {
	height:25px;
	line-height:25px;
	margin-bottom:0;
}



.ie7 .footer-right ,.ie8 .footer-right{
	 width:auto;
	 margin-bottom:0;
}