@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;list-style: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,table,tbody,p,th,td,em{-webkit-text-size-adjust:none;margin:0;padding:0;border:none;font-family:"Microsoft Yahei","微软雅黑","宋体",Tahoma,Arial,Helvetica,STHeiti;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body{ background-color:#fff; font-size: 15px;}
img,input,button,a,select,textarea{margin:0;padding:0;resize:none;border:none;outline:none;} 
ol,ul{list-style:none;} 
h1,h2,h3,h4,h5,h6,p,em,i,b,em{font-size:100%;word-wrap:break-word;font-weight:normal;font-style:normal;}
a:active, a:focus{outline:none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
*html{background-image:url(about:blank);background-attachment:fixed;}
h1,h2,h3,h4,h5,h6,ul,p,ol,th,dl,dt,form{ margin:0px; padding:0px;}
a{ text-decoration:none;}
/*header头部*/
.head {
    height: 194px;
	overflow:hidden;
}
.head_top {
    height: 36px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3;
	overflow:hidden;
}
.head_topAll {
    max-width: 1200px;
    min-width: 1000px;
    height: 36px;
    margin: 0 auto 0 auto;
    line-height: 36px;
    color: #686868;
    font-size: 12px;
}
.head_top_left {
    width: 30%;
    padding-left: 2%;
    float: left;
    height: 36px;
    text-align: left;
}
.head_top_right {
    float: right;
    padding-right: 1%;
    height: 36px;
    display: block;
}
.head_top_right span {
    padding: 0px 10px 0px 15px;
    height: 36px;
    display: block;
    float: left;
}
.head_top_right span.phone_ionc {
    padding-left: 40px;
    background-image: url(../images/index_03.jpg);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.head_top_right span.phone_ionc a {
    padding-right: 30px;
    display: block;
    background-image: url(../images/top_icon2.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.head_top_right span.red a {
    color: #ed2222;
    font-weight: bold;
    font-size: 14px;
	text-decoration:none;
}
.head_logo {
    height: 108px;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto ;
	
}
.logo {
    width: 53.5%;
    height: 108px;
    background: url(../images/logo_pc.png) no-repeat left;
    float: left;
}

.head_right {
    float: right;
    display: block;
    width: 33%;
    padding-top: 30px;
    text-align: right;
}
.head_right span {
    display: block;
    width: 110px; 
    float: left;
    height: 48px;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
	margin-left:20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-position: 15px center;
    background-repeat: no-repeat;
}
.head_right span.login_gl {
    background-color: #32B16C;	
}
.head_right span.login_gll {
    background-color: #F0664B;
}
.head_right span.login_glll {
    background-color: #47CAFB;
}
.head_right span a {
    color: #fff;
}

/*导航start*/
.nav_box {
    width: 100%;
    height: 50px;
    display: block;
    background-color: #AD3C3C;
}
.nav_main {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
	list-style:none;
    
  /*  background-position: left center;*/
}
.nav_main #nav{
	width:1200px;
	 height: 50px;
	display:block;
white-space: nowrap;


	}
.nav_main ul li {
	display:inline-block;
    width:11%;
	line-height:46px; overflow:hidden;
	float:left;
}
#nav li a i.icon {
    background-image: url(../images/icon.png) ;
    background-repeat: no-repeat;
   
}
#nav li a i {
    width: 28%;
    height: 50px;
    display: block;
    float: left;
}
#nav li i.icon1 {
    background-position:-5px center;
}

#nav li i.icon2 {
    background-position:-101px center;
}
#nav li i.icon3 {
    background-position:-240px center;
}
#nav li i.icon4 {
    background-position:-380px center;
}
#nav li i.icon5 {
    background-position:-514px center;
}
#nav li i.icon6 {
    background-position:-648px center;
}
#nav li i.icon7 {
    background-position:-786px center;
}
#nav li i.icon8 {
    background-position:-923px center;
}
#nav li i.icon9 {
    background-position:-1076px center;
}
.nav_main ul li a{color:#fff; font-size:17px;}
.nav_main ul li:hover {
    position: relative;
    top: -2px;
    left: 0;
    height: 50px;
    background: #e1bc4d;
}
/*轮播开始*/
#flash{
width: 100%;
height: 589px;
position: relative;
margin: 0 auto;

overflow: hidden;
}
#falsh img{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
#flash ul{
position: absolute;
left: 50%;
bottom: 5%;
width: 90px;
height: 30px;
border-radius: 20px;
background-color: rgba(0,0,0,0.5);
}
#flash ul li{
float: left;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #fff;
margin-left: 20px;
margin-top: 7px;
}
#flash ul .li_first{
background-color: #f40;
}
#flash .button{
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(0,0,0,0.3);
cursor: pointer;
}
#flash .right{
position: absolute;
right: 10px;
top: 280px;
}
#flash .left{
position: absolute;
left: 10px;
top: 280px;
}
#flash .button span{
font-size: xx-large;
font-weight: 700;
line-height: 50px;
margin-left: 15px;
color: rgba(255,255,255,0.5);
}

/*轮播结束*/

/*主体部分*/
.content_main{
	width:1200px;
	height:auto;
	margin:22px auto;
	}
.row1{ width:1200px; margin:0 auto; height:364px;}
.new_img{ 
width:49%;
height:364px;
float:left;
}
.new_notice{ width:49%; height:364px; float:right; }
.new_tit{height:47px; width:586px; border-top:2px solid #AD3C3C; border-bottom:1px solid #e3e3e3; line-height:47px;  }
.que_tit, .stu_tit,.xz_tit,.ms_tit{ height:47px; width:586px; border-top:2px solid #AD3C3C; background-image:url(../images/title.png);background-repeat: no-repeat;
    background-position: left bottom;
   line-height:47px; }
.new_tit .title, .que_tit .title, .stu_tit .title,.xz_tit .title,.ms_tit .title{float:left;  padding-left:36px;font-size:18px; font-weight:bold; color:#ad3c3c; background-origin:padding-box; background-position: left center; background-repeat:no-repeat; }
.new_tit .title{ background-image:url(../images/laba.png);}
.que_tit .title{background-image: url(../images/que.png) ;}
.stu_tit .title{ background-image:url(../images/stu.png);}
.ms_tit .title{ background-image:url(../images/ms.png);}
.xz_tit .title{ background-image:url(../images/xz.png);}
.new_tit .more, .que_tit .more,.stu_tit .more,.xz_tit .more,.ms_tit .more{ width:64px; height:23px; border:1px solid #AD3C3C; padding:2px 2px 2px 2px; border-radius:5px; float:right; font-size:14px; color:#ad3c3c; line-height:23px; text-align:center; margin-top:9px;}
.new_tit .more a, .que_tit .more a,.stu_tit .more a,.xz_tit .more a,.ms_tit .more a{color:#ad3c3c;}
.new_notice .new-t {
    overflow: hidden;
    line-height: 1.1;
    padding: 10px 7px 11px;
    border-bottom: 1px dashed #dce4ee;
}
.new_notice .new-t .data {
    float: left;
    font-size:16px;
    color: #fff;
    width: 65px;
    height: 80px;
    padding-top:10px;
    text-align: center;
    background: url(../images/j-i9.png) center center no-repeat;
}
.new_notice .new-t h3 {
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    padding: 10px 20px;
	font-size:18px; font-weight:bold; color:#2d353e; text-align:center;
}
.new_notice .new-t h3  a,.ul-listz1 li a{ color:#2d353e;}
.new_notice .new-t p{ font-size:14px; color: #8E8E8E; padding-top:8px; padding-left:90px; line-height:20px;}
.ul-listz1 li {
    font-size: 15px;
    color: #2d353e;
    line-height: 1.1;
    padding: 9px 0px 9px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #dce4ee;
}
.ul-listz1 li h3 span {
    display: inline-block;
    width: 53px;
    height: 22px;
    line-height: 22px;
    background: #e8edf4;
    font-size: 14px;
    color: #AD3C3C;
    text-align: center;
    border-radius: 3px;
    margin-right: 12px;
    font-weight: 400;
}
.focus .shadow{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
    display: block;
    text-align: left;
	}
.row2{ width:1200px; height:310px; margin-top:27px; }
.que{ 
width:49%;
height:300px;
float:left;
}
.xz{ 
width:49%;
height:300px;
float:left;
}
.stu{ 
width:49%;
height:300px;
float:right;

}
.ms{ 
width:49%;
height:300px;
float:right;

}
.ul-listz2{ height:247px;clear:both;}
.ul-listz3{ height:247px;clear:both;}
.ul-listz2 li {
    font-size: 15px;
    color: #2d353e;
	line-height:40px;
	padding-left:5px;
    border-bottom: 1px dashed #dce4ee;
	overflow:hidden;zoom:1
}
.ul-listz3 li {
    font-size: 15px;
    color: #2d353e;
	line-height:35px;
	padding-left:5px;
  border-bottom: 1px dashed #dce4ee;
	overflow:hidden;zoom:1
}
.ul-listz2 li span.a-2 {
    float: right;
     
}
.xztitle{ text-align:center;}
.ul-listz2 li a,.ul-listz3 li a{ color:#2d353e; float:left;}

.ul-listz3 li .xzpic img{ width:175px; height:94px; margin-top:10px; float:left;}
.ul-listz3 li p.neirong{ color:#767676; line-height:20px; font-size:14px; padding-top:5px; padding-left:190px;}
.ul-listz3 li p.xzbtn,.ul-listz3 li span.xzbtn{ float:right;}
.ul-listz3 li span.xzbtn{ margin-top:8px;}
.xz .item2 .i2con span.xzbtn{ float:right;}
.ul-listz3 li .xztitle{ font-size:18px; color:#323232; font-weight:bold; text-align:center; }

.row3{width:1200px; height:120px; margin-top:10px; }
.row3 a{ width:118px; height:118px; display:block; background-color:#eeeeee; border-radius:5px; 
-moz-border-radius:5px;
        -ms-border-radius:5px;
         -o-border-radius:5px;
background-repeat:no-repeat;}
.row3 a:hover{ background-color:#ad3c3c; color:#fff;}
.row3 a p{ height:40px; padding-top:80px; display:block; font-size:14px; }
.row3 a.yd1{ background-image:url(../images/dl.png); background-position:center 15px;}
.row3 a.yd1:hover{ background-image:url(../images/dl2.png); background-position:center 15px;}

.row3 a.yd2{ background-image: url(../images/xk.png); background-position:center 15px;}
.row3 a.yd2:hover{ background-image:url(../images/xk2.png); background-position:center 15px;}
.row3 a.yd3{ background-image: url(../images/xx2.png) ; background-position:center 15px; background-color:#ad3c3c; color:#fff;}

.row3 a.yd4{ background-image: url(../images/wd.png) ; background-position:center 15px; }
.row3 a.yd4:hover{ background-image: url(../images/wd2.png); background-position:center 15px;}
.row3 a.yd5{ background-image: url(../images/ks.png) ; background-position:center 15px; }
.row3 a.yd5:hover{ background-image: url(../images/ks2.png); background-position:center 15px;}
.row3 a.yd6{ background-image: url(../images/pingfen.png) ; background-position:center 15px; }
.row3 a.yd6:hover{ background-image: url(../images/pingfen2.png) ; background-position:center 15px;}


.row4{width:1200px; height:450px; margin-top:20px; }
.row6{width:1200px; height:250px; margin-top:10px;}
.course_tit,.fc_tit{height:47px; width:1200px; border-top:2px solid #AD3C3C; border-bottom:1px solid #e3e3e3; line-height:47px; font-size:18px;color:#fff; }
.course_tit .title{ float:left;width:90px; height:48px; font-weight:bold;  padding-left:56px; background:#ad3c3c url(../images/xueshi.png) no-repeat ;background-origin:padding-box; background-position: 10% center; }
.fc_tit .title{ float:left;width:90px; height:48px; font-weight:bold;  padding-left:56px; background:#ad3c3c url(../images/ms2.png)  no-repeat ;background-origin:padding-box; background-position: 10% center; }
.course_tit .more,.fc_tit .more{ float:right; width:64px; height:23px; border:1px solid #AD3C3C; padding:2px 2px 2px 2px; border-radius:5px;  font-size:14px; color:#ad3c3c; line-height:23px; text-align:center; margin-top:9px;}
.course_tit .more a,.fc_tit .more a{color:#ad3c3c;}
.course,.fc{ width:1212px; height:380px; margin-top:14px;}
.course .item{  float:left; width:18.8%; height:168px;  margin-right:12px;  margin-top:12px; border:1px solid #cecccc;}
.fc .item{  float:left; width:190px; height:170px;  margin-right:10px;  margin-top:0 ;}
.course .item  span.tit{ float:left; font-size:15px; color:#363636; padding-left:8px; line-height:32px;}
.course .item  span.num{ float:right;font-size:13px; color:#cecccc; padding-left:18px; padding-right:5px;background-image: url(../images/ren.png); background-repeat:no-repeat; background-position:left center; line-height:32px;}

.row5{width:1200px; height:320px; margin-top:5px; clear:both; overflow:hidden; }
.ms .item2{ width:586px; height:116px;margin-bottom:10px; margin-top:10px; border-bottom:1px dashed #dce4ee; }
.xz .item2{ width:586px; height:136px;margin-top:10px; border-bottom:1px dashed #dce4ee; clear:both; }
.ms .item2 .i2img,.xz .item2 .i2img{ width:165px; height:107px; float:left;}
.ms .item2 .i2con a,.xz .item2 .i2con a{color:#363636;font-weight:bold; font-size:18px; }
.ms .item2 .i2con a:hover{color:#ad3c3c;font-weight:bold; font-size:18px; }
.ms .item2 .i2con{ text-align:center; color:#363636; font-weight:bold; font-size:18px; width:420px; height:110px; float:right; padding-top:7px;}
.xz .item2 .i2con{ color:#363636;  font-size:18px; width:420px; height:120px; float:right; padding-top:7px;}
.xz .item2 .i2con h3{ text-align:center; padding-bottom:10px;}
.ms .item2 .i2con p{
	margin-top: 15px;
	text-align: left;
	padding-left: 20px;
	color: #363636;
	font-size: 14px;
}
.xzcon{ height:50px;margin-top: 5px;
	text-align: left;
	padding-left: 15px;
	color: #363636;
	font-size: 14px; }
/*主体部分*/

.white7, .white7 a:link, .white7 a:visited {
    font-size: 12px;
    color: #ffffff;
    line-height: 50px;
}
.white6, .white6 a:link, .white6 a:visited {
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table[Attributes Style] {
    width: 1200px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
.white8, .white8 a:link, .white8 a:visited {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}
td[Attributes Style] {
    height: 130px;
    vertical-align: top;
    background-color: rgb(65, 70, 78);
}
.m-txt2 h1{ text-align:center; font-size:20px;font-weight:bold; padding:10px; color:#000; }
.info{ text-align:center; margin-bottom:10px; font-size:12px; text-aglign:center;}
.info span{ margin-right:30px; }
.teacher{ width: 250px; height:700px; float: left;}
.teacher .xzmail {
    background-color: #f4f4f4;
    height: 160px;
  margin-top: 448px;  
}
.teacher .xzmail .tit {
    width: 250px;
    height: 53px;
    background: url(/res/zyzx/images/xz_bg.png) center no-repeat;
}
.teacher .xzmail .sendm {
    display: block;
    color: #5e5e5e;
    width: 225px;
    height: 45px;
    margin: 0 auto;
    background: url(/res/zyzx/images/m_bg.png)  no-repeat;
    line-height: 45px;
    padding-left: 16px;
    margin-top: 25px;
}
