﻿/*通用属性*/
body{
    font:14px "Microsoft YaHei",Arial,Century Gothic;
    color:#888;
}
*{
    padding:0;
    margin:0;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd,button{
    margin:0;
    padding:0;
    list-style:none;
}
.lf{float:left;}
.rt{float:right;}
.clear:before,.clear:after{content:"";display:table; }
.clear:after{clear:both;}
.clear{*zoom:1;/*IE/7/6*/ }
img{border:none;}
a{
    color:#444;
    text-decoration:none;
}
a:hover {
    color: #e97e14;
    text-decoration: none;
}
.w1200{
    width:1200px;
    margin: auto;
}
/*头部*/
.header{
    width: 100%;
    background: #fff;
}
.headerBox{
    height:80px;
    padding-top:8px;
    box-sizing: border-box;
}
.headerBox a{
    display: inline-block;
}
.headerBox>a{margin-left:15px;}
/*header top*/
.header .top{height:40px;line-height:40px;margin:0 auto;position:relative;overflow: hidden;}
        .top .welDate{float: left;}
.header .top  span,.header .top a{
                display: inline-block;
                line-height: 40px;
                font-size: 13px;font-family: "Microsoft YaHei";color:#454545;
                color:#b79b9e\9;
                filter:alpha(opacity=50);
                -moz-opacity:0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5; }
            #time{font-weight: normal;}
        .top .tips{float:right;font-size:12px;font-family: "Microsoft YaHei";color:#666666;position:relative;*right:-12px ;}
        .tips a{display: inline-block;padding:0 12px;}
        .top .tips a:last-child {padding:0 0 0 12px;}



.search{
    position: relative;
    top: 12px;
    right: 0;
}
.search input{
    width:230px;
    height:34px;
    line-height: 34px;
    border:1px solid #E4D8CB;
    border-radius: 45px;
    padding: 0 24px;
    box-sizing: border-box;
    outline:none;
}
.search button{
    position: absolute;
    top:0px;
    right:0px;
    border:none;
    width: 40px;
    height:34px;
    line-height: 34px;
    color:#fff;
    border-radius: 0 15px 15px 0;
    background: url("../images/images_cysj/icon.png") no-repeat 8px 7px #A98E72;
    outline:none;
}

/*导航*/
.navBox{
    width:100%;
    height:50px;
    line-height: 50px;
    background:url("../images/images_cysj/navbj.jpg") repeat-x;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ padding:0 20px;
    height: 50px;
    line-height: 50px;
    position:relative;
    z-index:1;  }
.nav a{ color:#fff;  }
.nav .nLi{ float:left;  position:relative; display:inline; color:#fff  }
.nav .nLi>a{display:inline-block;padding:0 30px; font-size:16px; font-weight:bold;transition: color 1s;-moz-transition: color 1s; -webkit-transition: color 1s; -o-transition: color 1s;}
.nav .nLi>a:hover{color:#FFFF66;}
.nav .sub{ display:none; width:220px; left:-30px; top:50px;  position:absolute; background:#FDB700;  line-height:30px; padding:5px 0;  }
.nav .sub li{ zoom:1;text-align:center;}
.nav .sub a{ display:block; padding:0 10px; }
.nav .sub a:hover{ background:#EB600B; color:#fff;  }
.nav .on >a{color:#fff;}
.nav  .active a{color:#FFFF66;}
/*banner*/
.banner{
    width:100%;
    height:450px;
    background: url("../images/images_cysj/bannerbj.jpg") no-repeat;
	margin:0 auto;
}
.bannerBox{
    width:1200px;height:450px;margin:0 auto;text-align:center;overflow:hidden;position:relative;
}
.bannerBox img{
    display: inline-block;
    height:450px;
    width:1200px;
}
/************slider样式************/
/***独立样式**/

.banner {position:relative;}
.bannerUl {height:450px;overflow:hidden;}
.bannerUl li {float:left;}
.bannerUl li a {display:inline-block;}
.txt-bg {position:absolute;bottom:0;z-index:1;height:40px;width:100%;background:#333;filter:alpha(opacity=40);opacity:0.4;overflow:hidden;}
.txt {position:absolute;bottom:0;z-index:2;height:40px;width:100%;overflow:hidden;}
.txt .pageState {position:absolute;right:20px;top:14px;font-size:14px;font-family:Arial;color:#ffffff;letter-spacing:8px;}
.txt li a {display:block;color:white;padding:0 0 0 17px;font-size:12px;font-weight:bold;text-decoration:none;}
.txt li {height:40px;line-height:40px;position:absolute;bottom:0px;}
.banner .num {position:absolute;z-index:3;bottom:8px;right:8px;}
.banner .num li {float:left;position:relative;width:18px;height:15px;line-height:15px;overflow:hidden;text-align:center;margin-right:1px;cursor:pointer;}
.banner .num li a,.focusBox .num li span {position:absolute;z-index:2;display:block;color:white;width:100%;height:100%;top:0;left:0;text-decoration:none;}
.banner .num li span {z-index:1;background:black;filter:alpha(opacity=50);opacity:0.5;}
.banner .num li.on a,.focusBox .num a:hover {background:#f60;}
.banner ul li a img {border:0;}
 .prev:hover,.next:hover {filter:alpha(opacity=100);opacity:1;}
.banner .prevStop {display:none;}
.banner .nextStop {display:none;}

 .arrow{position:absolute;display:none;z-index:22;top:200px; }
 .arrow:hover{ filter:alpha(opacity=60);opacity:0.6; }
.prev { left:0; height:60px;width:40px;background:url("../images/images_cysj/slider-arrow.png") -120px -140px no-repeat;   }
.next { right:0; height:60px;width:40px;background:url("../images/images_cysj/slider-arrow.png") -10px -140px no-repeat;  }
/*页面主体*/
.section{
    background: #F5F5F5;
    min-height:500px;
}
/*焦点新闻*/
.news{
    padding:30px 0 40px 0 ;
}
.news>a.btn{
    display:block;
    width:120px;
    text-align: center;
    padding:10px 0;
    border: none;
    background: url("../images/images_cysj/icon.png") no-repeat 15px -23px #fff;
    color:#666;
    font:14px "Microsoft YaHei" ;
    margin-right: 20px;
    outline:none;
    cursor: pointer
}
.news h2{
    float:left;
    font-size:20px;
    color:#de5f29;
}
.news h2>span{
    font-size: 18px;
    color:#848484;
    padding-left:20px;
}
.newsBox li{
    float: left;
    width: 360px;
    text-align: left;
    margin: 35px 20px 45px 20px;
}
.newsBox>li>a{
    position:relative;
    display: inline-block;
    width: 360px;
    height: 185px;

}
.newsBox>li>a span{
    position: absolute;
    top:20px;
    left:0;
    font-size: 13px;
    color:#fff;
    width:90px;
    text-align: center;
    height:25px;
    line-height: 25px;
    background: #EB7528;
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.newsBox h3{
    margin:28px 0 20px 0;
}
/*教学动态*/
.sectionBox{
    width:100%;
    background: #fff;
    min-height:100px;
    padding:45px 0 60px 0;
}
.sectionBox  ul  a{
    color:#444;
}
.jxdt,.tzgg,.bsry{
    width:360px;
    display: inline-block;
    margin: 0 18px;
    text-align: left;
    vertical-align:top;
}
.jxtdh,.tzggh{
    border-bottom: 1px solid #ccc;
    height:35px;
    line-height: 35px;
    padding-bottom: 5px;
}
.sectionBlock h3{
  color:#de5f29;
    font-size: 18px;
}
.sectionBlock a{
    color:#999;
}
.jxdtList li{
    height:40px;
    line-height: 40px;
}
.jxdtList span{
    color:#e97e14;
}
.jxdtList li a{
    border-left:1px solid #C0C0C0;
    padding-left:10px;
    margin-left: 10px;
}
.sectionBlock li a:hover{
    color:#EB600B;
}
/*通知公告*/
.tzggList li {
    height: 43px;
    margin-top:16px;
}
.tzggList span{
    float:left;
    display: inline-block;
    width:43px;
    height:43px;
    border:1px solid #E0E0E0;
    background:#FBF4DA ;
    text-align: center;
}
.tzggList span i{
    color:#666;
    font-size: 10px;
    font-style: normal;
}
.tzggList span h4{
    color:#e97e14;
}
.tzggList li a{
   float:right;
    width:300px;
    height:43px;
    line-height:20px;
    padding:0 10px;
    box-sizing: border-box;
    display: inline-block;
}
/*作品展示*/
.works{
 	position:relative;
	text-align:center;
    padding:50px 0 80px 0;
}
.works h1{
    font-size: 36px;
}
.works p{
    color:#ef8206;
    font-size: 30px;
    margin-bottom: 25px;
}
 
.works>a:hover p{color:#444;}
 
.workShow{}
.works ul.worksImg02{
    width:440px;
}

.worksImg01{float:left;}
.worksImg02{position:absolute;margin:0 380px 0;}
.worksImg03{float:right;}
.worksImg01 li,.worksImg03 li{
	 position:relative;
         width:370px;
         height:395px;
         overflow:hidden;

}
.worksImg02{}
.worksImg02 li{
	 position:relative;
         width:440px;
         height:260px;
         overflow:hidden;
	margin-bottom:5px;
}
   .mask{
	position: absolute;
	 bottom:0;
	left:0;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.3);
	 z-index:2;
	display:block;
}
.worksImg01 .mask,.worksImg03 .mask{
	width:370px;
	height:10px;
	padding-top: 60px;
	line-height: 45px;}
.worksImg02 .mask{
	width:440px;
	height:200px;
	padding-top: 60px;
	line-height: 45px;}
 

.mask h3{
	position: absolute;
	margin-top:40px;
  	text-align:center;
	 color:#fff;
	font-weight: normal;
	 bottom:0;
	 margin-left: 10px;	
}
.mask p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*页面尾部*/
.footer{
    width:100%;
    background: url("../images/images_cysj/wbbj.png") no-repeat;
    background-size:cover;
    height:230px;
    padding:35px 0;
    box-sizing: border-box;
}

.wbNav,.contact{
    width:380px;
    display: inline-block;
    text-align: left ;
    border-right: 1px solid #484C52;
    box-sizing: border-box;
}
.wbNav{
	margin-left: 100px;
        width: 300px;
}
.footerBox{text-align:center;}
.footerBox h2{
    color:#fff;
    font-size: 16px;

}
.footerBox h2 span{
    border-bottom:2px solid #F9C11C;
    padding-bottom: 15px;
}
.wbNav ul{
    width:300px;

    margin-top:25px;
}
.wbNav ul li {
    display: inline-block;
    width: 100px;
    text-align: left;
}
.wbNav li a,.contact li{
    color:#fff;
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    height:25px;
    line-height: 25px;
}
.wbLogo{
    width:410px;
    display: inline-block;
}
.wbLogo img{
    display: inline-block;
    margin-bottom: 29px;
}
.contact{
    border-left:1px solid #484C52;
    border-right: none;
    padding-left:19px;
}
.contact ul{
    margin-top:25px;
}
/*尾部版权部分*/
.footerCopy{
    width:100%;
    height:60px;
    line-height: 60px;
    background: #1B2529;
}
.copy{
	text-align:center;
    color:#fff;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

/*列表页*/
.listSection{
    background: #fff;
}
.listLeft{
    width: 270px;
    height:425px;
    display: inline-block;
    margin-right:20px;
}
.listBox {
    min-height: 1000px;
    margin-top:20px;
}
.listBox h3{
    width:270px;
    color:#fff;
    font-size: 24px;
    height:63px;
    line-height: 63px;
    background: url("../images/images_cysj/listh.png") repeat-x;
    padding-left:25px;
    text-align: left;
    box-sizing: border-box;
}
.listLeft ul{
    width:268px;
    border:1px solid #E4E4E4;
    border-bottom:10px solid #E4E4E4;
}
.listLeft ul li{
    padding-left:25px;
    height:60px;
    line-height: 60px;
    text-align: left;
    background: #F7F7F7;
    position:relative;
    border-bottom:1px solid #E5E5E5;
}
.listLeft ul li a{
    display: inline-block;
    color:#666;
    font-size: 18px;
}
.listLeft ul i{
    position: absolute;
    top: 25px;
    display: inline-block;
    right: 30px;
    width: 8px;
    height: 8px;
    background: url("../images/images_cysj/icon.png") no-repeat 0 -86px;
}
.listLeft ul li.active ,.listLeft ul li:hover{
    background: #fff;
}
.listLeft ul li.active a,.listLeft ul li:hover>a{
    color:#f28a08;
    font-weight: bold;
}

.listRight{
    width:903px;
    display: inline-block;
    height:auto;
    min-height:700px;
    border:1px solid #ECECEC;

}
.listMain{
    padding:20px 35px 20px;
}
.listHeader{
    border-bottom: 1px solid #ECECEC;
}
.listHeader span{
     color: #f28a08;
}
.listHeader h2{
    color:#333;
    border-bottom:5px solid #F28A07 ;
    padding-bottom:15px;
}
.listMain .listL{padding-bottom:20px;}
.listMain .listL li{
    height:40px;
    line-height: 40px;
    border-bottom:1px solid #E8E8E8;
}
.listMain .listL li a{
    display: inline-block;
    padding-left:20px;
   background: url("../images/images_cysj/icon.png") no-repeat 0 -105px;
}
/*pages*/
.pages{
	padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 10px; color: #48b9ef; padding-top: 10px; font-family: arial, helvetica, sans-serif; background-color: #fff; text-align: center
}
.pages a {
	border-right: #f0f0f0 2px solid; padding-right: 5px; border-top: #f0f0f0 2px solid; padding-left: 5px; padding-bottom: 2px; margin: 0px 2px; border-left: #f0f0f0 2px solid; color: #48b9ef; padding-top: 2px; border-bottom: #f0f0f0 2px solid; text-decoration: none
}
.pages  a:hover {
	border-right: #ff5a00 2px solid; border-top: #ff5a00 2px solid; border-left: #ff5a00 2px solid; color: #ff5a00; border-bottom: #ff5a00 2px solid
}
.pages  a:active {
	border-right: #ff5a00 2px solid; border-top: #ff5a00 2px solid; border-left: #ff5a00 2px solid; color: #ff5a00; border-bottom: #ff5a00 2px solid
}
.pages  span {
	border-right: #ff5a00 2px solid; padding-right: 5px; border-top: #ff5a00 2px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #ff5a00 2px solid; color: #fff; padding-top: 2px; border-bottom: #ff5a00 2px solid; background-color: #ff6c16
}
 


.articleHeader{
    padding:30px 0 10px 0;
    border-bottom: 1px dotted #ccc;
	text-align:center;
	
}
.articleHeader h2{
    color:#f28a08;
    font-size: 26px;
    line-height:55px;
	text-align:center;
}
.articleMain{
    text-align: left;
    padding: 25px 0;
	line-height:2em;
    min-height: 460px;
}
.articleMain img{
	 width: auto;
	max-width:800px;
	padding:10px;
}
/*图片列表页*/


.imgList li{
    margin:14px 8px;
    display: inline-block;
}
.imgList li a {
    display:block;
    width:252px;
    height:192px;
    padding:1px;
    border:2px solid #E4E4E4;
}
.imgList li a:hover{
    border:2px solid #F28A07;
}

.imgListcysj li{
	position:relative;
    margin:14px 8px;
    display: inline-block;
	float:left;
}
.imgListcysj li a {
    display:block;
    width:252px;
    height:360px;
    padding:1px;
    border:2px solid #E4E4E4;
    margin-bottom: 10px;
   overflow:hidden;
}
.imgListcysj li a:hover{
    border:2px solid #F28A07;
}
 
.imgListcysj li span {display:block;text-align:center;}
.imgListcysj .mask{
	width:252px;
	height:300px;
	padding-top: 60px;
	line-height: 45px;}
.imgListcysj .mask h4{
	margin-top:40px;
  	text-align:center;
	 color:#fff;
	font-weight: normal;
}
.imgListcysj .mask p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
 
/*教师团队列表*/
.team{width:100%;height:auto;padding:30px 0 0;overflow:auto;}
.team ul{width:100%;height:auto;overflow:auto;padding:0;border:0;margin:0;}
.team ul li{width:406px;float:left;margin:20px 10px 20px 0;}
.team ul li:hover{background:#DDF0ED}
.team_ member li{float:left; list-style-type: none;}
.teacher_photo{float:left; margin-right: 20px;font-size:0;}
.teacher_info{float:left;width:230px;padding:5px 0}
.teacher_info h2{display:block;font-size:18px;color:#707070;font-weight:normal;line-height:30px;}
.teacher_info p{font-size:14px;line-height:20px;font-weight:normal;color:#909090}
.teacher_info p:hover{cursor:pointer;}
