/*内容重置*/

*{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align:baseline;
}

.prve-btn,
.next-btn{
    display: none;
    position: absolute;
    top:0;
    width: 12%;
    height: 82%;
    background-color: #000;
    opacity: 0.3;
    cursor: pointer;
}

.prve-btn{
    background-image:url(imgbtn_1.png);
    background-repeat: no-repeat;
    background-position: 40% 50%;
    left: 0;
}

.next-btn{
    background-image: url(imgbtn_2.png);
    background-repeat: no-repeat;
    background-position: 40% 50%;
    right:0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Microsoft YaHei", 微软雅黑;
    min-width:1150px;
}
.clear{
    clear:both;
}

.head {
    width:100%;
    height: 130px;
    background: #0059a5;
}
.page li{
    display:inline-block;
    min-width:15px;
}

.first {
    width:1150px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}

.head-left {
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 100;
}

.search {
    width: 193px;
    height: 37px;
    position: absolute;
    right: 8%;
    top: 20px;
}

.name {
    position: absolute;
    top: 18px;
    left: 350px;
}

.keyword {
    width: 133px;
    height: 22px;
    border: 1px dashed #fff;
    float: left;
}

.btn-submit {
    float: left;
}

.btn-submit {
    width: 53px;
    height: 24px;
}
.nav {
    position: absolute;
    width: 75%;
    height: 32px;
    left: 25%;
    top: 71%;
    z-index: 100;
}

.nav ul li {
    float: left;
    width: 120px;
    height: 31px;
    font-size: 20px;
    line-height:22px;
    font-weight: bolder;
    text-align: center;
}

.nav ul li:last-child .box{
   border-right: 1px solid rgba(255,255,255,0.3);
}
.box{
    height: 23px;
    border-left: 1px solid rgba(255,255,255,0.3);
}
.nav li a {
    color: #fff;
    width: 120px;
    height: 30px;
}

.nav li:hover a {
    color: #05c1d6;
}

.nav li:hover ul {
    display: block;
}

.nav-1 {
    margin-top: 10px;
    display: none;
    z-index: 1000;
}

.nav ul li ul li {
    height: 32px;
    border-top: 1px solid #fff;
    background: #0059a5;
    border-left: 0px;
    font-size: 16px;
}
.nav-1 li a{
    line-height: 33px;
}

/*banner的滚动*/
.banner{
    width: 100%;
}
#banner_tabs{
    width: 1920px;
    margin: 0 auto;

}

#slider {
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    width: 1148px;
    height: 500px;
    border: 1px solid #666;
    overflow: hidden;
}

.slider-text {
   margin:0 32.5%;
   color:#0059a5;
   padding-left:20px;
}

#slider_list img {
    border: 0px;
    width: 1148px;
    height: 480px;
    margin 0 auto;
}

#slider_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.1;
    z-index: 1000;
    cursor: pointer;
    width: 100%
}

#slider_info {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 5px;
    line-height: 30px;
    color: #fff;
}

#slider_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#slider ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=75);
    opacity: 0.75;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 5px;
}

#slider ul li {
    width: 10px;
    height: 10px;
    float: left;
    display: block;
    color: #FFF;
    border: #fff 1px solid;
    border-radius: 50%;
    background-color: #333;
    cursor: pointer;
    margin-right: 5px;
}

#slider ul li.on {
    background-color: #0033cc;
}

#slider_list a {
    position: absolute;
    width:100%;
}

/*主要内容*/
.main {
    width: 1150px;
    margin: 50px auto;
}
.main:after 
{ 
    visibility: hidden; 
    display: block; 
    font-size: 0; 
    content: "."; 
    clear: both; 
    height: 0; 
}
.left {
    width: 65%;
    float: left;
}

.right {
    width: 30%;
    float: right;
    padding: 5px 0px;
    margin-left: 53px;
}
.xwdt{
    width: 100%;
    height: 230px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.title:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.title span a{
    color: #b2b2b2;
    font-weight:bolder;
    font-size:16px;
}

.title span:last-child{
    float: right;
}

.title h1 span{
    font-size: 16px;
    padding-top: 4px;
    padding-left: 10px;
    color: #b2b2b2;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.content li a:hover{
    color:#0059a5;
}


.title img {
    margin: -1px 10px -3px 10px;
}

.title {
    width: 100%;
    margin-bottom: 12px;
}

.title span{
    margin-right: 10px;
}

.zxdt,.gxzx {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.zxdt:after,.gxzx:after{
    visibility: hidden; 
    display: block; 
    font-size: 0; 
    content: "."; 
    clear: both; 
    height: 0; 
}

.right-title span{
    display: inline-block;
    padding-top: 8px;
    padding-left: 10px;
}

.title h1 {
    float: left;
    line-height: 25px;
    color: #0059a5;
    font-size: 20px;
}

.left span a {
    width: 66px;
    height: 24px;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    font-weight:bolder;
}

.slider-1 {
    width: 235px;
    height: 169px;
    background: #ccc;
}
.slider-1 img{
    width: 235px;
    height: 169px;
}
.slider-2 {
    width: 235px;
    height: 169px;
    background: #ccc;
    float: left;
}
.slider-2 img{
    width: 235px;
    height: 169px;
}
.slider-ul{
    list-style: none;
    float: left;
    margin: 8px 30px;
    width: 80%;
}
.slider-ul li {
    line-height: 28px;
}
.jspx{
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.slider-ul li a{
    font-size: 16px;
    color:black;
}
.slider-ul li span{
    float: right
}
.content{
    width: 100%;
}
.content:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}
.content-L {
    width: 32%;
    float: left;
}

.content-R {
    width: 59%;
    float: right;
    margin:10px 30px;
    font-size: 16px;
}

.content-R li {
    line-height: 27px;
    background: url(imgjiantou.jpg) no-repeat 1px center;
    padding-left: 20px;
    height: 27px;
}

.content-R li a {
    display: inline-block;
    color: black;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-R li a:hover {
    color: #0059a5;
}

.content-R span {
    float: right;
    color: #545c4c;
}

.zxdt  .content  h1{
    display: block;
    padding:10px 0px;
    font-size:20px; 
    color: #0059a5;
    height:20px;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.zxdt  .content  h1  a{
    display:block;
    text-align:center;
}
.zxdt .content p{
    line-height: 25px;
    color: #191d20;
    text-indent: 2em;
}
.title-1 {
    border-bottom: 1px solid #0059a5;
    padding-bottom: 5px;
}

.title-1 span {
    font-size: 23px;
    color: #0059a5;
    font-weight: bolder;
}
.row{
    width: 100%;
    height: 400px;
}
.row-slider{
    text-align: center;
    margin: 0px 18px;
    padding: 0;
}
.gxzx li,.jspx li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(imgjiantou.jpg) no-repeat 1px center;
    padding-left:20px;
}
.gxzx-list{
    width: 80%;
    float: left;
    padding: 14px 30px;
}

.gxzx-list li{
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: black;
}

.gxzx-list li a{
    color: black;
}

.gxzx-list li a:hover{
    color: #0059a5;
}

.gxzx-list li span{
    float: right;
    font-size: 16px;
    overflow: visible;
}

.gxzx-list-left{
    float: left;
}

.gxzx-list-right{
    float: right;
}

.ltjb{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.bul-pic{
    float: left;
    cursor: pointer;
}
.bul-pic img:hover{
    border:2px solid #0059a5;
}
.bul-pic img{
    display: block;
    width: 235px;
    height: 170px;
    margin-right: 10px;
    border:1px solid #999;
}
.bul-list{
    padding:80px 0px;
    float: left;
    width: 40%;
    text-align: center;
}

.bul-list ul{
    list-style:inside url(../img/9.jpg);
}

.bul-list li{
    height: 40px;
    line-height: 40px;
    font-size:20px;
}

.bul-list li a{
    color: black;
}
/*培训师库*/
.pxsk {
    width: 100%;
    margin: 0 auto;
}
.line {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.line span {
    display: inline-block;
    padding: 0 10px;
    background: #FFF;
    line-height: 25px;
    color: #0059a5;
    font-size: 23px;
    font-weight: bolder;
}
.tearcherList {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 15px 0;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.tearcherList li {
    position: absolute;
    text-align: center;
    margin-right: 30px;
    /* color: #999; */
}
.teacherImg {
    width: 150px;
    height: 140px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.teacherImg img{
    width: 148px;
    height: 148px;
}
.teacherImg b {
    position: absolute;
    width: 152px;
    height: 152px;
    background: url(imgimgTop.png) no-repeat;
    left: 0;
    top: 0;
}
.teacherName a {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.seeMore {
    display: block;
    margin: 20px auto;
    width: 248px;
    height: 40px;
    color: #FFF;
    background: #8498a8;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.seeMore:hover{
    color:#0059a5; 
}
.smell{
    width:90%;
    height: 20px;
    font-size: 14px;
    color: #191d30;
    margin: 10px auto;
    text-align:center;
}
.smell span{
    margin-right: 10px; 
}

/*友情链接*/
#wxgzh{
    display: inline-block;
    position: relative;
    width: 200px;
    cursor: pointer;
    color: #8b8283;
    font-size: 15px;
}

#box-gzh{
    display: none;
    position: absolute;
    left: -220px;
    top:-110px;
    z-index:999;
    width: 200px;
}

#box-gzh img{
    width: 100%;
}

.yqlj{
    text-align: center;
    margin-top:30px; 
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}
.yqlj ul {
    margin-top: 2px;
}

.yqlj ul li {
    width: 80%;
    text-indent: 2em;
    text-align: left;
    padding-bottom: 5px;
    margin-top: 15px;
    border-bottom: 1px dashed #ddd;
    background: url(imgjiantou.jpg) no-repeat 10px center;
    margin-left: 20px;
}

.yqlj ul li a {
    color: #494345;
    font-size: 15px;
}

.lxwm {
    margin-top: 30px;
    text-align: center;
}

.lxwm img {
    margin-top: 19px;
}

.lxwm p {
    color: #8b8283;
    font-size: 15px;
    line-height: 25px;
}

.footer {
    width: 100%;
    height: 48px;
    background: #0074bd;
    margin-top: 50px;
}

.footer-nav {
    width: 1197px;
    margin: 0 auto;
    position: relative;
}

.footer img {
    width: 90px;
    height: 48px;
}

.footer ul li {
    height: 38px;
    float: left;
    color: #fff;
    font-size: 16px;
}

.footer-bd ul li {
    line-height: 50px;
    margin-left: 45px;
}

.footer-link {
    background: url(imgfooter-bg.jpg) no-repeat;
    width: 233px;
    height: 53px;
    position: absolute;
    right: 36px;
    top: -5px;
}

.footer-link ul {
    margin-left: 8px;
}

.footer-link ul li {
    height: 20px;
    width: 66px;
    margin: 18px 3px;
}

.normal {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.footer-link ul li a {
    text-decoration: none;
    color: #fff;
}


/*内容页*/

.content-1 {
    width: 1064px;
    min-height: 800px;
    margin: 0 auto;
    height: auto;
}

.wzdh {
    margin: 30px 0;
    height: 30px;
    font-size: 22px;
    color: #8b8283;
}

.wzdh a {
    text-decoration: none;
    color: #8b8283;
}

.wzdh span {
    color: #8b8283;
}

.wzdh h1 {
    padding-left: 18px;
    display: inline-block;
    background: url(imgsouye.jpg) no-repeat scroll 0 0;
    line-height: 14px;
    font-size:18px;
    height: 13px;
}

.article{
    width: 1064px;
    min-height: 800px;
}

.myspan a{
   font-size:16px !important;
}

.page{
   margin-top:50px;
}

.article h1{
    text-align: center;
    font-size: 27px;
    color: #0059a5;
    margin-bottom: 20px;
    line-height:40px;
}
.small{
    height: 20px;
    font-size: 14px;
    color: #0059a5;
    margin-left: 650px;
    margin: 10px 0 10px 0;
    text-align: center;
}
.small span{
    margin-right: 20px; 
}
.article p{
    text-indent: 2em;
    text-align:center;
}
/*列表页*/

.list {
    width: 1046px;
    min-height: 800px;
    margin: 50px auto;
}

.list-bd {
    min-height: 1000px;
}

.list-left {
    width: 170px;
    float: left;
    margin-top: 33px;
}

.list-left li {
    text-align: center;
    width: 170px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #8b8283;
}

.list-left li:hover {
    background: #0075ba;
    text-indent: 5px;
}

.list-left li a {
    color: #50a0bf;
}

.list-right {
    width: 871px;
    float: right;
}

.list-right h1 {
    color: #0059a5;
    font-size: 25px;
    text-align: center;
}
.list-right p{
    text-indent: 2em;
    margin: 20px 0 0 -35px;
    font-size: 17px;
}
.list-1{
    margin-left: 40px
}
.left-title span{
    color: #fff;
}
/*list-1*/

.wzdh-1 {
    height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #0059a5;
    color: #8b8283;
}

.wzdh-1 a {
    text-decoration: none;
    color: #8b8283;
}

.wzdh-1 span {
    color: #8b8283;
}

.wzdh-1 h1 {
    padding-left: 18px;
    display: inline-block;
    background: url(imgsouye.jpg) no-repeat scroll 0 0;
    line-height: 14px;
    font-size:19px;
    height: 30px;
}

.wrapper {
    padding-top: 30px;
}

.list_t {
    font-size: 25px;
    color: #0059a5;
    padding-bottom: 5px;
}

.fix {
    clear: both;
}
.fix li p{
    margin-top:10px;
}

.fix li p a{
    font-weight:bolder;
    color:#8c8c8c;
    line-height:20px;
}

.fix a {
    font-size: 18px;
    color: #555;
}

.fix a:hover {
    color: #0059a5;
}

.myspan {
    display: inline-block;
    color: #898484;
    font-size: 16px;
    height: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.myspan span {
    background: #018cdd;
    padding: 0 5px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.list_t a {
    width: 74px;
    height: 20px;
    line-height: 20px;
}

.list_t img {
    margin: -1px 16px;
}

.news_list li {
    line-height:30px;
    padding-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.article-page{
    line-height:30px;
}

.pages {
    border-top: 5px solid #f4f4f4;
    padding: 20px 0 30px;
    text-align: right;
}
.pages .pages_first, .pages .pages_last, .pages .pages_prev, .pages .pages_next {
    background: rgba(0, 0, 0, 0) url("imgpage_bg.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 21px;
    margin: 0 0 -4px -5px;
    width: 22px;
}

.pages a.now, .pages a:hover {
    background-color: #018cdd;
    color: #fff;
}
.pagecontent {
    margin: 40px 0 0 0;
    text-align: right;
    border-top: solid 5px #f4f4f4;
    padding: 20px 0 30px;
}

.pages a {
    text-align: center;
}
.pages span {
    color: #ddd;
}
.pages a {
    display: inline-block;
    line-height: 21px;
    margin: 0 2px 0 -4px;
    width: 20px;
}
.pages .pages_next, .pages .pages_next:hover {
    background-position: 0 -21px;
    height: 22px;
}.pages .pages_prev, .pages .pages_prev:hover {
    background-position: -22px 0;
    width: 24px;
}
.pages .pages_first, .pages .pages_first:hover {
    background-position: 0 0;
}
.pages .pages_last, .pages .pages_last:hover {
    background-position: -22px -21px;
    height: 22px;
}

.pages a.now, .pages a:hover {
    background-color: #018cdd;
    color: #fff;
}

/*教师风采*/

.left-title{
    width: 170px;
    float: left;
    text-align:center;
}

.left-title li {
    width: 170px;
    height: 30px; 
    line-height: 30px;
    background: #0059a5;
}

.left-title li a{
    color: #fff;
}
.JiaoshiCon {
    font-size: 14px;
}
.JiaoshiCon ul {
    width: 100%;
    display: inline-block;
}
.JiaoshiCon ul li {
    height: 160px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    padding: 15px 0;
}
.fontCon {
    width: 679px;
    line-height: 24px;
    height: 141px;
    overflow: hidden;
    padding-top: 10px;
}
.fontCon p{
	color: #353232;
	text-indent: 2em;
    margin: 20px 0 0 10px;
    font-size: 17px;
}
.teacherName {
    font-size: 14px;

}
/*教师发展内容页*/
.listssCon {
    width: 1046px;
    min-height: 380px;
    background: url(../img/listCon.jpg) repeat-y left #FFF;
    margin: 30px auto;
    padding-bottom: 50px;
}
.zte_pro {
    position: relative;
    width: 152px;
    height: 152px;
    float: left;
}
.zte_p_img, .zte_p_radius {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 152px;
    height: 152px;
}
.zte_p_img img {
    width: 152px;
    height: 152px;
}
.zte_p_radius {
    background: url(imgimgTop.png);
    z-index: 1;
}
.zte_info {
    width: 838px;
    padding-left: 50px;
    float: left;
    height: 150px;
}
.zte_i_h {
    padding-top: 50px;
    font-size: 30px;
    color: #0d2ea7;
}
.zte_c_h {
    height: 26px;
    padding-left: 30px;
    font-size: 16px;
    background: url(imginfo_03.gif) 0 center no-repeat;
    line-height: 26px;
}
.zte_comm {
    margin-top: 50px;
    padding: 12px;
    background-color: #f6f6f6;
}
.zte_comm table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #623F20;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
}
.zte_comm table td, table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #623F20;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 3px;
}
/*教学中心*/
.frm_tab {
    margin: 20px auto;
    font-size: 14px;
    border-left: solid 1px #dae9d2;
    border-top: solid 1px #dae9d2;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.frm_tab td, .frm_tab th {
    border-right: solid 1px #dae9d2;
    line-height: 20px;
    padding: 10px;
    border-bottom: solid 1px #dae9d2;
}
.font16 {
    font-size: 16px;
}