@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, textarea, th, ul {
    margin: 0;padding: 0;border: 0;vertical-align: baseline;font-weight: normal;}
html, body{	width: 100%;height: 100%; font-family: "微软雅黑","黑体","宋体", "Arial", "Microsoft YaHei",sans-serif;}
body{font-size:16px;} 
ul,ol,dl{list-style: none;}
img{vertical-align: bottom;}
* {box-sizing: border-box;}
:after,:before {box-sizing: border-box;}
a{text-decoration: none;color: #000;}
/*表单相关元素*/
fieldset,img,input,button,textarea{border: none;margin: 0;padding: 0;/*去除外边线*/	outline: none;}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
button{vertical-align:middle;}
/*浮动*/
.fl{float: left;}
.fr{float: right;}
/* 间距0 */
.mr0{margin-right: 0 !important;}
.ml0{margin-left: 0 !important;}
.mt0{margin-top:0 !important}
.pr0{padding-right: 0 !important;}
.pl0{padding-left: 0 !important;}
/*清除浮动*/
.clearfix:before,
.clearfix:after{content: '';display: table;	clear: both;}
.clearfix{zoom: 1;}
/* 不换行 */
.no-wrap{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*版心*/
.w-1920{width: 100%;max-width: 1920px;margin: 0 auto;}
/* .w-1280{max-width: 1280px;margin: 0 auto;} */
.w{width: 1280px;margin: 0 auto;}
.w-100{width: 100%;}
.w-49{width: 49%;}
.w-58{width: 58%;}
.w-40{width: 40%;}
.w-wrapper{width: 100%;}
/* 定位 */
.pos-r{position: relative;}
.pos-a{position: absolute;}
.pos-f{position: fixed !important;}
/*水平对齐*/
.tl{text-align: left;}
.tj{text-align: justify;}
.tc{text-align: center;}
.tr{text-align: right;}
.cssanimations{
    opacity: 0;
    animation-duration: 1.5s !important;
    -o-animation-duration: 1.5s !important;
    -ms-animation-duration: 1.5s !important;
    -moz-animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;
    animation-fill-mode: both !important;
    -o-animation-fill-mode: both !important;
    -ms-animation-fill-mode: both !important;
    -moz-animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
  }
@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes fadeInDown{
    0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

@font-face{
    font-family: 'Ari'; 
    src: url('../d-css/arial.ttf');
    font-weight: normal;
    font-style: normal;
}
.Ari{font-family: "Ari";}


.header{
    background: url(../d-img/header_bg1.png) no-repeat center center;
    background-color: #0154a6;
    box-shadow: 0px 4px 26px #7d7d7d;
    min-width: 1280px;
    
}
.header-link{
    text-align: right;
    padding: 10px 0;
}
.header-link ul{
    float: right;
}
.header-link ul li a{
    color: #fff;
    font-size: 12px;
    display: block;
}
.header-link ul li{
    box-sizing: content-box;
    border-right: 1px solid #fff;
    padding: 0 5px;
    float: left;
}
.header-link ul li:last-child{
    border-right: none;
}
.logo{
    float: left;
}
.logo a{
    display: block;
    width: 380px;
    overflow: hidden;
}
.logo a img{
    width: 100%;
}
.search{
    float: right;
    margin-top: 6px;
}
.header-top{
    border-bottom: solid 1px #fff;
    padding: 20px 0;
}
.nav ul li{
    float: left;
    padding: 0 45px;
}
.nav ul li a{
    color: #fff;
    display: block;
    line-height: 60px;
}
/* 搜索框 */
.search-text{
    background: #0068b7;
    width: 280px;
    height: 51px;
    vertical-align: top;
    padding: 0 15px;
    color: #fff;
}
 .search-text::-webkit-input-placeholder{
    color: #fff;
} 
.search-btn{
    padding: 18px 25px;
    background: url(../d-img/search.png) no-repeat center center;
    background-color: #00a0e9;
}

/* 尾部 */
.footer-wrapper{
    background: url(../d-img/footer-bg.png) no-repeat center center;
    background-color: #0a4688;
    min-width: 1280px;
}
.dz{
    color: #fff;
    margin-top: 10px;
}
.dz span{
    margin-right: 20px;
}
.dz p{
    line-height: 34px;
} 
.footer{
    padding: 35px 40px;
    border-bottom: 1px solid #fff;
}
.footer .fl{
    width: 360px;
    overflow: hidden;
}
.footer .fl img{
    
width: 100%;
}
.copyright{
    color: #fff;
    line-height: 80px;
    text-align: center;
}


/* 内容 */
/* 列表页 */
.cont{
    background: #fff;
    padding-top:20px;
}
.cont-left{
    width: 271px;
    float: left;
}
.cont-left .left-top{
    line-height: 100px;
    font-size: 20px;
    font-weight: 900;
    background: url(../d-img/p-bg.png) no-repeat 0 center;
    padding-left: 60px;
    color: #eee;
}
.cont-left .left-bottom{
    text-align: center;
}
.cont-left .left-bottom>ul>li{
    border-bottom: 1px solid #eee;
}
.cont-left .left-bottom>ul>li>a{
    font-size: 15px;
    padding: 20px 0;
    display: block;
    color: #505050;
}
.cont-left .left-bottom>ul .left-bottom-on>a{
    color: #0075a9;
}
.cont-left .left-bottom>ul>li>a:hover{
    color: #0075a9;
}
.cont-left .left-bottom>ul>li>ul>li>a {
    font-size: 15px;
    padding: 10px 0;
    display: block;
    color: #676767;
}
.cont-left .left-bottom>ul>li>ul>li>a:hover{
color: #0075a9;
}
.cont-left .left-bottom>ul>li>ul>li {
    background:#e8e8e8;
}
.cont-right{
    width: 970px;
    float: right;
    padding-bottom: 30px;
}
.cont-right>p{
    font-size: 20px;
    color: #000;
    padding-bottom: 9px;
    font-weight: 600;
    background: url(../d-img/right-pbg.png) repeat-x bottom;
}
.seat {
    float: right;
    color: #9d9d9d;
    font-size: 14px;
    margin-top: -30px;
}
.seat a {
    color: #9d9d9d;
}
.seat a:hover{
    color: #0075a9;
}
.cont-list{
    padding: 20px;
}
.cont-list>ul{
    margin-bottom: 25px;
}
.cont-list>ul>li{
    list-style: disc;
    color: #0075a9;
    margin-top: 20px;
}
.cont-list>ul>li>a{
    font-size: 16px;
    color: #505050;
}
.cont-list>ul>li>span{
    font-size: 16px;
    color: #505050;
    float: right;
}
.contPage-main h1{
    font-size: 29px;
    color: #171716;
    text-align: center;
    margin-top: 20px;
}
.contPage-main .time {
    font-size: 14px;
    color: #b2b2b2;
    width: 400px;
    margin: 15px auto;
}
.contPage-main .time>span{
    margin-right: 20px;
}
.contPage-main p{
    text-indent: 2em;
    font-size: 15px;
        color: #1d1d1d;
       text-align: justify;
}
.contPage-main table p{
 text-indent: 0;
}
.contPage-main{
    margin-bottom: 20px;
padding: 30px 40px;
}
.content-prve span, .content-prve a, .content-next span, .content-next a{
    color: #6f6d6d;
    font-size: 14px;
}
.cont-box{
    width: 100%;
    background: #fff;
    background-size: 100% 100%;
}

.nav>ul>li{
    float: left;
    position: relative;
}
.nav>ul>li>a{
}
/* 二级栏目 */
@keyframes flipInY  {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    background: #2156a3;
    box-sizing: content-box;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    min-width: 100%;
    display: none;
}
.nav>ul>li>ul>li{
    padding: 8px 32px 8px 47px;
    border-bottom: 1px dotted #fff;
    float: none;
}
.nav>ul>li>ul>li>a{
    display: block;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.hasSub:hover ul{
    display: block;
}
/*
.hasSub ul{
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
} */
.cont1 table{    border-collapse: collapse;}
.cont1 table td {border: 1px solid #333;    padding-left: 3px;}

/* 师资列表 */
cont_list2{
padding-bottom: 30px;
}
.js_list>p{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}
.js_list ul li{
       float: left;
    margin: 6px 20px;
    width: 6%;
    text-align: center;
}
.js_list ul li a{
    font-size: 16px;
    color: #6f6d6d;
}
.js_list ul li:hover a{
    color: #0068b7;
}

@font-face{
    font-family: "fzxbs";
    src: url(../d-css/fzxbs_GBK.ttf);
}
.fzxbs{font-family: "fzxbs";}