html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

* {
    font-family: "microsoft yahei";
}

html,
body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    text-size-adjust: none;
}


ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
    display: block;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.header {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.header .logo {
    width: 880px;
    height: 120px;
    margin: 45px 0;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.search {
    width: 272px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 85px 0;
}

.search-in {
    width: 249px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    padding-left: 20px;
    color: #999999;
    border: none;
    border-radius: 5px;
    border: 1px solid #999999;
    outline: none;
}

.search-btn {
    position: absolute;
    top: 14px;
    right: 20px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999999;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #2349a2;
    height: 60px;
}

.nav-con {
    width: 1200px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 150px;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
}

.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
}

.nav .sub {
    display: none;
    width: 150px;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 60px;
}

.nav .sub li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 150px;
    border: 1px solid #e5e5e5;
}

.nav .sub a {
    display: block;
    font-size: 16px;
    color: #333;
}

.nav .sub a:hover {
    color: #1a3a86;
    font-weight: bold;
}

.nav .nLi:hover {}


.nav .on {
    background: #1a3a86;
}

.nav .on h3 a {
    color: #fff;
    font-weight: bold;
}

/* 大图轮播 */

.banner {
    width: 100%;
    min-width: 1200px;
    /* height: 600px; */
}

.banner img {
    width: 100%;
}

.nav2-lunbo {
    width: 100%;
    /* height: 600px; */
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    padding: 0;
    margin-right: 12px;
    list-style: none;
    width: 100%;
    text-align: center;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    margin: 0 5px;
    width: 20px;
    height: 5px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #16316f;
}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}

.nav2-lunbo .nav2-lunbo-bd img {
    width: 100%;
    /* height: 600px; */
    display: block;
}

/* 结束 */

.content {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.content1 {
    margin-top: 40px;
}

.slideBox .bd ul li {
    width: 555px;
    height: 315px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.slideBox .bd ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slideBox .bd ul li p {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.slideBox .bd ul li p a {
    color: #fff;
}

.slideTxtBox {
    width: 615px;
    text-align: left;
    position: relative;
}

.slideTxtBox .hd {
    height: 35px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    margin-right: 40px;
}

.slideTxtBox .hd ul li a {
    font-size: 18px;
}

.slideTxtBox .hd ul li.on {
    height: 34px;
    border-bottom: 2px solid #183475;
}

.slideTxtBox .hd ul li.on a {
    font-size: 20px;
    font-weight: bold;
}

.slideTxtBox .bd ul {
    zoom: 1;
    padding-top: 20px;
}

.slideTxtBox .bd li {
    overflow: hidden;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
    font-size: 14px;
}

.slideTxtBox .bd li.special {}

.slideTxtBox .bd li.special .time {
    width: 74px;
    height: 74px;
    text-align: center;
    border: 1px solid #16316f;
}

.slideTxtBox .bd li.special .time .day {
    line-height: 45px;
    font-size: 30px;
    color: #16316f;
}

.slideTxtBox .bd li.special .time .years {
    font-size: 14px;
    color: #c5c5c5;
}

.slideTxtBox .bd li.special .text {
    width: 520px;
}

.slideTxtBox .bd li.special .text .title {
    font-size: 20px;
    color: #16316f;
    font-weight: bold;
    margin-bottom: 20px;
}

.slideTxtBox .bd li.special .text .abs {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 100;
}

.slideTxtBox .bd li.other {
    line-height: 45px;
    border-bottom: 1px solid #e7e7e7;
}

.slideTxtBox .bd li.other:hover a {
    color: #183475;
    font-weight: bold;
}

.slideTxtBox .bd li.other i {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #333;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.content2 {
    margin-top: 40px;
}

.con2 {
    width: 580px;
}

.container {
    width: 99%;
    margin-top: 35px;
}

.column {
    height: 38px;
    border-bottom: 1px solid #e4e4e4;
}

.column .column-name {
    height: 38px;
    border-bottom: 2px solid #183475;
    font-size: 20px;
    font-weight: bold;
}

.column .column-more a {
    font-size: 14px;
    color: #999;
    line-height: 38px;
}

.container .img {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.container .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.container .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.container .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.container .title a {
    color: #183475;
}

.container .xian {
    width: 30px;
    height: 5px;
    background: #183475;
    border-radius: 5px;
    margin: 10px auto;
}

.container .abs {
    margin: 0 25px;
    line-height: 32px;
    font-size: 14px;
}

.container .list {
    height: 100px;
    border: 1px solid #999;
    border-top: none;
}

.container .list ul li {
    display: inline-block;
    vertical-align: top;
}

.container .list .box1 img {
    margin: 30px 0 0 105px;
}

.container .list .xixian {
    height: 30px;
    width: 1px;
    background: #e4e4e4;
    margin: 35px 35px;
    display: inline-block;
}

.container .list .box2 img {
    margin: 30px 0 0 0;
}

.content3 {
    margin-top: 40px;
}

.shfw,
.rcdw {
    width: 580px;
}

.shfw ul {
    margin-top: 30px;
}

.shfw ul li {
    height: 70px;
    margin-bottom: 20px;
}

.shfw ul li .time {
    width: 75px;
    height: 70px;
    text-align: center;
}

.shfw ul li:hover .time {
    background: #004a9a;
    color: #fff !important;
}

.shfw ul li .time .day {
    font-size: 24px;
    margin-top: 10px;
}

.shfw ul li .time .years {
    font-size: 14px;
    color: #868686;
}

.shfw ul li .txt {
    width: 485px;
}

.shfw ul li .txt .title {
    line-height: 45px;
    color: #686868;
}

.shfw ul li:hover .txt .title {
    color: #004a9a;
}

.shfw ul li .txt .abs {
    font-size: 14px;
    color: #868686;
}

.rcdw-con {
    margin-top: 20px;
    height: 250px;
    border: 1px solid #d2d2d2;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.rcdw-con .img {
    width: 140px;
    height: 100%;
}

.rcdw-con .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.rcdw-con .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.rcdw-con .txt-list {
    width: 360px;
    height: 100%;
    position: relative;
}

.rcdw-con .txt-list .txt {
    font-size: 14px;
    line-height: 30px;
}

.rcdw-con .txt-list .list {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.rcdw-con .txt-list .list ul {
    overflow: hidden;
}

.rcdw-con .txt-list .list ul li {
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.rcdw-con .txt-list .list ul li.item1 {
    border: 1px solid #f7b21f;
    float: left;
}

.rcdw-con .txt-list .list ul li.item1 a {
    color: #f7b21f;
    font-weight: bold;
}

.rcdw-con .txt-list .list ul li.item2 {
    border: 1px solid #499bef;
    float: right;
}

.rcdw-con .txt-list .list ul li.item2 a {
    color: #499bef;
    font-weight: bold;
}

.rcdw-con .txt-list .list ul li img {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.txtMarquee-left {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.txtMarquee-left .bd ul li {
    text-align: center;
 width:270px;
    line-height: 76px;
}

.txtMarquee-left .bd ul li:hover a {
    color: #183475;
}

.foot {
    padding: 40px 0;
    background: #183475;
    margin-top: 30px;
}

.foot p {
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.neiye {
    width: 1200px;
    margin: 40px auto;
}

.banner-nei img {
    width: 100%;
    height: 100%;
}

.subnav {
    width: 260px;
    border: 1px solid #dfdfdf;
}

.neiye-con {
    width: 910px;
}

.subnav-name {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: url(../img/lanmu-bg.png) no-repeat;
    background-size: 100% 100%;
}

.sideMenu {
    width: 100%;
}

.sideMenu h3 {
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    padding-left: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 55px;
    line-height: 55px;
    background: url(../img/subnav.png) no-repeat;
    cursor: pointer;
    background-position-y: 48%;
}
.sideMenu h3.on em {
    background: url(../img/subnav-on.png) no-repeat;
    background-position-y: 48%;
}
.sideMenu h3.on {
    border-left: 2px solid #395bab;
}

.sideMenu h3.on a {
    font-weight: bold;
    color: #395bab;
}

.sideMenu h3 a.ona {
    font-weight: bold;
    color: #395bab;
}

.sideMenu ul {
    color: #999;
    display: none;
}

.sideMenu ul li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 50px;
    border-bottom: 1px solid #dfdfdf;
}

.sideMenu ul li:hover a {
    color: #395bab;
}

.sideMenu ul li.sub-on a {
    color: #395bab;
}

.subnav-img {
    padding: 20px 0;
    text-align: center;
}

.subnav-img img {
    display: inline-block;
}

.lanmu {
    height: 35px;
    border-bottom: 2px solid #395bab;
}

.lanmu-name {
    font-size: 24px;
    font-weight: bold;
    color: #395bab;
}

.weizhi,.weizhi a {
    font-size: 14px;
    color: #999;
}

.weizhi a:last-child{
    color: #395bab;
}

.picture-list ul {
    padding-top: 10px;
}

.picture-list ul li {
    width: 290px;
    height: 200px;
    box-shadow: 1px 1px 10px #eaeaea;
    margin: 20px 20px 0 0;
    float: left;
}

.picture-list ul li:hover {
    box-shadow: 1px 1px 10px #99acd6;
}

.picture-list .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.picture-list .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture-list ul li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picture-list p {
    text-align: center;
    line-height: 40px;
}

.picture-list ul li:hover p {
    color: #395bab;
}

.pictureText-list ul {
    padding-top: 10px;
}

.pictureText-list ul li {
    height: 180px;
    padding: 25px 25px 25px 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #eaeaea;
    margin-top: 20px;
    overflow: hidden;
}

.pictureText-list ul li:hover {
    box-shadow: 1px 1px 10px #99acd6;
}

.pictureText-list ul li .img {
    width: 235px;
    height: 130px;
    overflow: hidden;
    text-align: center;
}

.pictureText-list .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.pictureText-list ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pictureText-list .txt {
    width: 605px;
}

.pictureText-list .txt .title {
    line-height: 30px;
    font-size: 18px;
}

.pictureText-list ul li:hover .txt .title {
    font-weight: bold;
    color: #1c5494;
}

.pictureText-list .txt .abs {
    font-size: 14px;
    line-height: 32px;
    margin: 8px 0;
    color: #999;
}

.pictureText-list ul li:hover .txt .abs {
    color: #333;
}

.pictureText-list .txt .time {
    font-size: 14px;
    color: #999;
}

.pictureText-list ul li:hover .txt .time {
    color: #333;
}

.pictureText-list .txt .time i.img1 {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/clock.png) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.pictureText-list ul li:hover .txt .time i.img1 {
    background: url(../img/clock-on.png) no-repeat;
}

.pictureText-list .txt .time i.img2 {
    width: 22px;
    height: 15px;
    display: inline-block;
    background: url(../img/eye.png) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.pictureText-list ul li:hover .txt .time i.img2 {
    background: url(../img/eye-on.png) no-repeat;
}

.text-list ul {
    padding-top: 10px;
}

.text-list ul li {
    height: 135px;
    padding: 20px 25px 20px 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #eaeaea;
    margin-top: 20px;
    overflow: hidden;
}

.text-list ul li:hover {
    box-shadow: 1px 1px 10px #99acd6;
}

.text-list ul li .time {
    width: 93px;
    height: 93px;
    text-align: center;
    border: 1px solid #999;
    color: #999;
}

.text-list ul li:hover .time {
    border-color: #1c5494;
}

.text-list ul li .time .day {
    font-size: 30px;
    margin: 13px 0 8px 0;
}

.text-list ul li:hover .time .day {
    color: #1c5494;
}


.text-list .txt {
    width: 745px;
}

.text-list .txt .title {
    line-height: 30px;
    font-size: 18px;
}

.text-list ul li:hover .txt .title {
    font-weight: bold;
    color: #1c5494;
}

.text-list .txt .abs {
    font-size: 14px;
    line-height: 32px;
    margin-top: 5px;
    color: #999;
}

.text-list ul li:hover .txt .abs {
    color: #333;
}

.teacher-list ul {
    padding-top: 10px;
}

.teacher-list ul li {
    width: 212px;
    height: 280px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 10px #eaeaea;
    margin: 20px 20px 0 0;
    float: left;
}

.teacher-list ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.teacher-list ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.teacher-list ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    position: absolute;
    bottom: 0;
}

.teacher-list ul li:hover p {
    background: rgba(28,84,148,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B21c5494,endColorstr=#B21c5494);
}

.detail {
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #eaeaea;
}

.detail-con {
    border: 1px solid #ebebeb;
    padding: 0 35px;
}

.detail h2 {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

.detail .timer {
    text-align: center;
}

.detail .timer p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin: 10px 0 30px 0;
}

.detail .detail-text {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0;
}

.detail .detail-text img {
    display: inline-block;
}

.detail .page {
    overflow: hidden;
}

.detail .page p {
    line-height: 80px;
}

.detail .page p:hover a {
    color: #395bab;
}

.slideBox {
    position: relative;
}

.slideBox .prev, .slideBox .next {
    display: inline-block;
    width: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    position: absolute;
    z-index: 99;
    top: 45%;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
}

.slideBox .next {
    right: 0;
}

.slideBox .prev:hover {
    background: rgba(22,49,111,.5);
}

.slideBox .next:hover {
    background: rgba(22,49,111,.5);
}

.column .column-more a:hover{
    color: #183475
}

.slideTxtBox .more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.slideTxtBox .more:hover{
    color: #183475
}