blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    outline: none;
}

abbr, acronym, fieldset, img {
    border: 0
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

.dn {
    display: none;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    font-family: "Arial", "微软雅黑", "Microsoft Yahei";
}

* {
    -wekit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a, img {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

img, video {
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #286dc0;
    text-decoration: none;
}

textarea {
    resize: none;
}

/*自动隐藏文字*/

.aui-ellipsis-1 {
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aui-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.aui-ellipsis-3 {
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

.aui-ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
}

.wp {
    max-width: 1320px;
    margin: 0 auto;
    width: 94%;
}

.logo {
    float: left;
}

.hd-top {
    padding: 25px 0 20px;
    position: relative;
    z-index: 1;
}

.logo img {
    display: block;
}

.header {
    background-color: #0e84dc;
}

.header .so {
    float: right;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 40px;
}

.header .so .inp {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    padding: 0 40px 0 18px;
    border: none;
}

.header .so .sub {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border: none;
    background-color: transparent;
    z-index: 1;
    text-indent: -9999px;
}

.header .so i {
    position: absolute;
    right: 16px;
    top: 4px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

/* 语言切换 */
.header .lang {
    text-align: right;
    margin-top: -15px;
    color: #fff;
}

.header .lang a {
    color: #fff;
}

.header .lang a.on {
    color: #ccc;
}

.nav {
    border-top: 1px solid #0b6cb4;
    position: relative;
    z-index: 10;
}

.nav .wp:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #399ae2;
    content: "";
}

.nav ul {
    margin: 0 -30px;
}

.nav li {
    float: left;
    position: relative;
    z-index: 999999;
    margin: 0 28px;
}

.nav li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    position: relative;
    width: 140px;
    text-align: center;
}

.nav li:hover>a, .nav .on>a,.nav li>a.slt {
    color: #0e84dc;
    background-color: #fff;
    font-weight: bold;
}

.nav li a:hover:before, .nav .on a:before {
    background-color: #286dc0;
}

.nav li:hover dl {
    display: block;
}

.nav dl {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 15px 31px 15px 33px;
    display: none;
    z-index: 9999;
}

.nav dd a {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav dd a:hover,.nav dd a.slt {
    color: #286dc0;
}

.banner .image {
    position: relative;
    height: 584px;
}

.banner .image img {
    display: block;
    width: 100%;
}

.banner h3 {
    position: absolute;
    left: 50%;
    width: 1320px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
    bottom: 80px;
    margin-left: -660px;
    text-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}

.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 9px;
    width: auto;
    height: auto;
    padding: 0;
}

.banner .slick-dots button {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

.banner .slick-dots .slick-active button {
    background-color: #fff;
}

.footer {
    background: #414141;
    padding-top: 40px;
    color: #ffffff;
}

.fd-contact h3 {
    font-size: 16px;
    color: #cccccc;
    line-height: 26px;
    margin-bottom: 15px;
}

.fd-contact span {
    font-size: 14px;
    color: #cccccc;
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
}

.fd-contact span i {
    color: #cccccc;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 18px;
}

.fd-contact span .icon-fax-fill {
    font-size: 22px;
}

.fd-contact span a {
    font-style: italic;
    color: #cccccc;
}

.fd-contact span a:hover {
    text-decoration: underline;
}

.fd-link dd {
    overflow: hidden;
}

.fd-link dt {
    font-size: 16px;
    color: #cccccc;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.fd-link a {
    font-size: 14px;
    color: #cccccc;
    line-height: 22px;
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.fd-link a:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 10px;
    vertical-align: middle;
}

.fd-link a:hover {
    color: #ffffff;
}

.fd-share {
    margin-top: 45px;
}

.fd-share a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #7e7e7e;
    margin-left: 25px;
    text-align: center;
    line-height: 43px;
    color: #7e7e7e;
    font-size: 25px;
}

.fd-share a i {
    font-size: 25px;
}

.fd-share .icon-weibo {
    font-size: 30px;
}

.fd-share .icon-youxiang- {
    font-size: 22px;
}

.fd-share a:hover {
    color: #ffffff;
    border-color: #fff;
}

.copy {
    border-top: 1px solid #656565;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 28px 0;
    opacity: .3;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 30)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    text-align: center;
    margin-top: 40px;
}

.copy a {
    color: #fff;
}

.g-tit1 {
    font-size: 56px;
    color: #333333;
    line-height: 66px;
    text-align: center;
    padding: 65px 0 42px;
}

.g-tit1.white {
    color: #ffffff;
}

.ul-news1 {
    overflow: hidden;
    margin-left: -15px;
}

.ul-news1 li {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.ul-news1 .img {
    display: block;
    position: relative;
    padding-top: 68.3%;
    overflow: hidden;
}

.ul-news1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ul-news1 .img:hover img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-news1 .txt {
    padding: 0 20px;
    position: relative;
    padding-top: 45px;
}

.ul-news1 .txt .tit {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
    display: block;
    font-weight: bold;
    max-height: 90px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ul-news1 .txt .tit:hover {
    color: #0e84dc;
}

.ul-news1 .txt p {
    font-size: 16px;
    color: #888888;
    line-height: 26px;
    max-height: 78px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ul-news1 .txt .date {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: -30px;
    background-color: #0e84dc;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-top: 6px;
}

.ul-news2 {}

.ul-news2 li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.ul-news2 .tit {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 15px;
    max-height: 78px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ul-news2 .tit:hover {
    color: #0075d1;
}

.ul-news2 .date {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: block;
}

.ul-news2 .date i {
    margin-right: 5px;
    color: #999999;
}

.g-more1 {
    font-size: 14px;
    color: #0075d1;
    line-height: 24px;
    font-weight: bold;
}

.g-more1:hover {
    text-decoration: underline;
}

.m-index1 {
    overflow: hidden;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 95px;
}

.ul-list1 li {
    float: left;
    width: 20%;
    text-align: center;
    color: #ffffff;
}

.ul-list1 li em,.ul-list1 li div.em {
    display: block;
    font-size: 50px;
    line-height: 52px;
    font-style: normal;
    padding-top: 35px;
}

.ul-list1 li em a,.ul-list1 li div.em a{
    color: #fff;
}

.ul-list1 li em span,.ul-list1 li div.em span {
    font-size: 30px;
}

.ul-list1 li p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}

.ul-list1 li .item {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.ul-list1 {
    margin-bottom: 95px;
    overflow: hidden;
}

.ul-list2 {
    overflow: hidden;
}

.ul-list2 li {
    float: left;
    width: 20%;
    padding-bottom: 112px;
    position: relative;
}

.ul-list2 .img {
    display: block;
    position: relative;
    padding-top: 73.68%;
    overflow: hidden;
}

.ul-list2 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ul-list2 .txt {
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
    padding: 25px 30px;
    text-align: center;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.ul-list2 .txt .tit {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 10px;
}

.ul-list2 .txt p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    opacity: 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    height: 78px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ul-list2 li:hover .txt {
    bottom: 0;
    background-color: #0e84dc;
}

.ul-list2 li:hover .txt p {
    opacity: 1;
}

.ban {
    background-color: #f6f6f6;
}

.ban .img {
    position: relative;
    top: 50px;
    height: 400px;
    background-color: #000;
}

.inner-content {
    margin: 65px 0;
}

.snav dl {
    border-bottom: 2px solid #333;
}

.snav dt {
    font-size: 56px;
    color: #333333;
    line-height: 66px;
    padding-bottom: 25px;
    border-bottom: 2px solid #333;
}

.snav dd a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}

/* .snav dd:last-child a {
    border: none
} */

.snav dd a:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #0e84dc;
}

.snav dd:hover>a, .snav dd.on>a {
    background-color: #0e84dc;
    color: #ffffff;
    font-weight: bold;
}

.snav dd ul {
    display: none;
}

.snav dd li a {
    line-height: 24px;
    font-size: 14px;
    background-color: #0e84dc;
    color: #ffffff;
    padding: 12px 20px 12px 40px;
}

.snav dd li a:hover, .snav dd li a.sub_cate_on {
    background-color: #3394dc;
    font-weight: normal;
}

.g-tit2 {
    font-size: 36px;
    color: #333333;
    line-height: 46px;
    margin: 20px 0 30px;
}

.ul-tab1 {
    overflow: hidden;
    margin-bottom: 42px;
}

.ul-tab1 li {
    float: left;
    width: 50%;
    background-color: #f6f6f6;
}

.ul-tab1 li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    text-decoration: none;
}

.ul-tab1 li a:hover, .ul-tab1 .on a {
    background-color: #333;
    font-weight: bold;
    color: #ffffff;
}

.inner-con {
    margin-bottom: 100px;
}

.inner-con h3 {
    font-size: 30px;
    color: #0e84dc;
    line-height: 40px;
    margin-bottom: 30px;
}

.inner-con p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

/*新闻列表页*/

/* .inner-right .news_list.news-list-bottom {
    margin-top: -30px;
} */

.inner-right .news_list li, .inner-right.download-list .download_file_list li,.inner-right .jiaoliu-list li {
    line-height: 36px;
    overflow: hidden;
    height: 36px;
}

.inner-right .news_list li a, .inner-right.download-list .download_file_list li a,.inner-right .jiaoliu-list li a {
    font-size: 16px;
    color: #333;
   
    padding-left: 15px;
    display: inline-block;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.inner-right .news_list li a:hover, .inner-right.download-list .download_file_list li a:hover,.inner-right .jiaoliu-list li a:hover {
    color: #0e84dc;
}

.inner-right .news_list li span, .inner-right.download-list .download_file_list li span,.inner-right .jiaoliu-list li span {
    float: right;
    color: #999;
}

/*新闻详情页*/

.news_title {
    font-size: 24px;
    color: #333;
    padding: 10px 0;
    line-height: 30px;
}

.news_info {
    line-height: 25px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    color: #999;
    padding-bottom: 5px;
}

.inner-right#content table td.news_content {
    padding-top: 15px;
}

.inner-right#content table td.news_content p {
    padding: 0 0 10px;
}

/*带图片新闻列表*/

.inner-right {}

.inner-right p {
    font-size: 16px;
}

.inner-right .news {
    margin-bottom: 40px;
}

.inner-right .news dl {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.inner-right .news dl dt {
    float: left;
    width: 240px;
    max-height: 150px;
    overflow: hidden;
    margin-right: 25px;
    text-align: center;
}

.inner-right .news dl dt img {
    width: 100%;
}

.inner-right .news dl .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}

.inner-right .news dl .title a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.inner-right .news dl .date {
    margin-top: 10px;
}

.inner-right .news dl .date span:before {
    margin-right: 5px;
}

.inner-right .news dl .input_time, .inner-right .news dl .readpoint, .inner-right .news dl .addr {
    color: #999;
    font-size: 14px;
    padding-right: 10px;
}

.inner-right .news .date .input_time {
   
    padding-left: 22px;
    font-family: "Microsoft Yahei", sans-serif!important;
}

.inner-right .news .date .readpoint {
   
    padding-left: 24px;
    font-family: "Microsoft Yahei", sans-serif!important;
}

.inner-right .news dl .content_detail {
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.inner-right .news dl dt img {
    transition: transform .25s;
    -moz-transition: transform .25s;
    /* Firefox 4 */
    -webkit-transition: transform .25s;
    /* Safari 和 Chrome */
    -o-transition: transform .25s;
    /* Opera */
}

.inner-right .news dl:hover img {
    transform: scale(1.1, 1.1);
    ;
    -ms-transform: scale(1.1, 1.1);
    ;
    /* IE 9 */
    -moz-transform: scale(1.1, 1.1);
    ;
    /* Firefox */
    -webkit-transform: scale(1.1, 1.1);
    ;
    /* Safari 和 Chrome */
    -o-transform: scale(1.1, 1.1);
    ;
    /* Opera */
}

/* Photo Galleries */
.list_fancybox_col li{
    margin-bottom: 20px;
}
.list_fancybox_col li span{
    display: block;
    min-height: 145px;
    overflow: hidden;
}
.list_fancybox_col li img{
    width: 100%;
    height: auto;
    margin-left: 0;
}
.list_fancybox_col li p{
    text-align: center;
}

/*师资队伍列表页*/
.inner-right .leader_list{}
.inner-right .leader_list dl{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.inner-right .leader_list dl dt{
	width: 150px;
	float: left;
	margin-right: 20px;
	height: 180px;
	overflow: hidden;
}
.inner-right .leader_list dl dt img{
	width: 100%;
	/* -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: transform 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    -ms-transition: transform 500ms ease-in-out;
     transition: transform 500ms ease-in-out; */
}
/* .inner-right .leader_list dl dt:hover img{
	-ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
} */
.inner-right .leader_list dl dd,
.inner-right .leader_detail .txt_1 .intro{
	color: #999;
	line-height: 24px;
}
.inner-right .leader_list dl dd.leader_name a,
.inner-right .leader_detail .txt_1 .name{
	font-size: 18px;
	color: #0e84dc;
}
.inner-right .leader_list dl dd.leader_duty,
.inner-right .leader_list dl dd.leader_goodat,
.inner-right .leader_detail .txt_1 .duty,
.inner-right .leader_detail .txt_1 .good_at{
	color: #666;
	margin: 5px;
}
/* 教师详情 */
.inner-right .leader_detail{}
.inner-right .leader_detail .pic{
	width: 200px;
	float: left;
	margin-right: 20px;
}
.inner-right .leader_detail .pic img{
	width: 100%;
	border: 3px solid #fff;
	-webkit-box-shadow: 1px 1px 10px 0px #949494;
	-moz-box-shadow: 1px 1px 10px 0px #949494;
}
.inner-right .leader_detail .txt_1{}
.inner-right .leader_detail .txt_1 .clr{
	text-align: right;
}
.inner-right .leader_detail .txt_1 .intro{
	padding-top: 10px;
}

.inner-right div,.inner-right span,.inner-right p{
    font-size: 14px!important;
    font-family: "Arial", "微软雅黑", "Microsoft Yahei"!important;
}

.return {
    float: right;
    margin: 20px 0px;
}

.pager a, .return a {
    color: #0e84dc;
}

#fancybox-wrap {
    box-sizing: content-box;
}

.fancybox-title-over {
    width: 100%!important;
}

.search_result {
    margin-bottom: 10px;
}

.inner-right .teacher_title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
.inner-right .img_tx {
    width: 240px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.inner-right .img_tx img {
    width: 100%;
}
.inner-right .tj-teacher-table{
    font-size: 16px;
}
.inner-right .tj-teacher-table .b-title{
    padding-right: 5px;
}
.inner-right .tj-teacher-table2{
    margin-top: 15px;
}
.inner-right .tj-teacher-table2 td, .inner-right .tj-teacher-table2 div, .inner-right .tj-teacher-table2 span, .inner-right .tj-teacher-table2 p{
    word-wrap: break-word;
    word-break: normal;
}
.return-left{
    text-align: left;
}


@media screen and (max-width:1500px) {
    .nav li {
        margin: 0 20px;
    }
}