html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}



html,
body {
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    background: #f6f6f6;text-size-adjust:none;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
    display: block;
}

.main {
    overflow: hidden;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.cons {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.header {
    height: 160px;
    background: #fff;
}

.header .cons {
    height: 160px;
    background: url(../img/header-bg.png) no-repeat;
    background-position-x: -250px;
}

.header .logo {
    margin-top: 38px;
}

.header .logo img {
    width: 778px;
    height: 84px;
}

.header .search {
    position: relative;
    margin-top: 58px;
}

.header .search .search-in {
    width: 250px;height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
    outline: none;
}

.header .search .search-btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #06417e;
    height: 60px;
}

.nav-con {
    width: 1400px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 140px;
    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: 175px;
    top: 55px;
    position: absolute;
    background: #fff;
    border-top: 5px solid #4985c3;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 175px;
    border-bottom: 1px solid #d2d2d2;
}

.nav .sub li:hover a {
    color: #06417e;
    font-weight: bold;
}

.nav .sub a {
    color: #000;
    display: block;
    font-size: 16px;
}

.nav .nLi:hover {
    /* background: #053464; */
}


.nav .on {
    /* background: #053464; */
}

.nav .on h3 a {
    font-weight: bold;
}

/* 大图轮播 */

.banner {
    width: 100%;
    margin: auto;
    /* height: 600px; */
}

.banner img {
    width: 100%;
}

.nav2-lunbo {
    width: 100%;
    /* height: 600px; */
    display: block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 46%;
    bottom: 20px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 5px;
    cursor: pointer;
    background: #fff;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #06417e;
}

.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;
}

.nav2-lunbo .prev,
.nav2-lunbo .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.nav2-lunbo .next {
    right: 3%;
    left: auto;
}

.nav2-lunbo .prev:hover,
.nav2-lunbo .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* 结束 */

.column {
    margin: auto;
    height: 45px;
    border-bottom: 1px solid #d2d2d2;
}

.column .column-name {
    font-size: 24px;
    height: 44px;
    font-weight: bold;
    border-bottom: 2px solid #014188;
}

.column .column-more a {
    font-size: 14px;
    color: #a5a6a9;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px;
}

.column .column-more a:hover {
    color: #014188;
}

.content1,
.content2,
.content3 {
    margin-top: 60px;
}

.content1 .left {
    width: 965px;
}

.content1 .right {
    width: 400px;
}

.slideBox_lb {
    width: 490px;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.slideBox_lb .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 13px;
    z-index: 1;
}

.slideBox_lb .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox_lb .hd ul li {
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}

.slideBox_lb .hd ul li.on {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
}

.slideBox_lb .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox_lb .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox_lb .bd li {
    width: 490px;
    height: 290px;
    overflow: hidden;
}

.slideBox_lb .bd 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_lb .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_lb .bd ul li .information {
    overflow: hidden;
}

.slideBox_lb .bd ul li .information .time {
    width: 95px;
    height: 45px;
    text-align: center;
    margin-top: 25px;
    border-right: 1px solid #7b9eba;
}

.slideBox_lb .bd ul li .information .txt {
    width: 375px;
    margin-top: 15px;
}

.yqdt-list {
    width: 450px;
    margin-top: 23px;
}

.yqdt-list ul li {
    padding-left: 20px;
    position: relative;
}

.yqdt-list ul li i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    left: 0;
    top: 16px;
}

.yqdt-list ul li:hover i {
    background: #014188;
}

.yqdt-list ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.yqdt-list ul li:hover span {
    color: #666;
}

.yqdt-list ul li {
    /* margin-top: 19px; */
    line-height: 38px;
}

.yqdt-list ul li:hover a {
    font-weight: bold;
    color: #014188;
}

.content1 .right .yqdt-list {
    width: 400px;
}

.content2 {
    height: 540px;
    background: url(../img/con2-bg.png) no-repeat;
}

.con2-list {
    margin-top: 60px;
}

.con2-list ul li {
    width: 445px;
    height: 415px;
    float: left;
    margin-right: 30px;
}

.con2-list ul li:nth-of-type(3n-2) {
    background: rgba(14, 70, 127, .7);
}

.con2-list ul li:nth-of-type(3n-1) {
    background: rgba(14, 120, 127, .7);
}

.con2-list ul li:nth-of-type(3n) {
    background: rgba(65, 127, 14, .7);
}

.con2-list ul li .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
}

.con2-list ul li .title a {
    color: #fff;
}

.con2-list ul li .title img {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 6px;
}

.con2-list ul li p {
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    margin: 0 30px;
    padding-left: 17px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.con2-list ul li p:hover a {
    font-weight: bold;
}

.con2-list ul li p a {
    color: #fff;
}

.con2-list ul li p span {
    font-size: 14px;
    color: #fff;
    float: right;
}

.con2-list ul li p i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 23px;
}

.con2-list ul li p:last-of-type {
    border-bottom: none;
}

.con2-list ul li .more {
    width: 95px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: auto;
    border: 1px solid #fff;
    margin-top: 10px;
}

.con2-list ul li .more a {
    color: #fff;
}

.con2-list ul li .more:hover a {
    font-weight: bold;
}

.jsyq-list {
    margin-top: 30px;
}

.content3 {
    margin-bottom: 50px;
}

.con3-list {
    width: 665px;
}

.jsyq-list ul li {
    margin-bottom: 28px;
    padding-left: 20px;
    position: relative;
}

.jsyq-list ul li .title i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    left: 0;
    top: 9px;
}

.jsyq-list ul li:hover .title i {
    background: #014188;
}

.jsyq-list ul li:hover .title a {
    font-weight: bold;
    color: #014188;
}

.jsyq-list ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.jsyq-list ul li:hover span {
    color: #666;
}

.kudh-list {
    width: 705px;
}

.kudh-list ul {
    overflow: hidden;
    margin-top: 30px;
}

.kudh-list ul li {
    width: 213px;
    height: 50px;
    float: left;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 30px 20px 0;
}

.kudh-list ul li:hover {
    border: 1px solid #06417e;
}

.kudh-list ul li:hover a {
    color: #06417e;
    font-weight: bold;
}

.foot {
    padding: 25px 0;
    text-align: center;
    background: #7d7d7d;
}

.foot p {
    color: #fff;
    line-height:30px;
    font-size: 14px;
}

.nei-banner img {
    width: 100%;
    display: block;
}

.neiye {
    width: 1400px;
    margin: auto;
    position: relative;
}

.nei-con {
    width: 100%;
    position: relative;
    top: -90px;
    overflow: hidden;
}

.subnav {
    width: 240px;
    position: relative;
}

.subnav-bg {
    width: 100%;
    height: 275px;
    background: #095899;
    position: absolute;
}

.subnav-con {
    width: 100%;
    position: relative;
}

.subnav .lanmu-name {
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #095899;
    padding-left: 45px;
}

/* .sideMenu ul {
    margin-left: 15px;
    background: #fff;
    padding-bottom: 40px;
} */

.sideMenu h3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
}

.sideMenu h3 a {
    display: block;
    width: 180px;
    margin: auto;
    border-bottom: 1px solid #f2f2f2;
}

.sideMenu h3 span img {
    display: inline-block;
    float: right;
    position: relative;
    top: 13px;
}

.sideMenu h3 span .img2 {
    display: none;
}

.sideMenu h3:hover span .img2 {
    display: inline-block;
}

.sideMenu h3:hover span .img1 {
    display: none;
}

.sideMenu h3:hover a {
    color: #fff;
}

.sideMenu h3:hover {
    background: #06417e;
}

.sideMenu .on a {
    color: #fff;
}

.sideMenu .on {
    background: #06417e;
}

.sideMenu .on span .img2 {
    display: inline-block;
}

.sideMenu .on span .img1 {
    display: none;
}

.sideMenu img {
    margin-top: 10px;
}

.sideMenu {
    margin-left: 15px;
    background: #fff;
    padding-bottom: 40px;
    min-height: 200px;
}

.sideMenu h3 {
    cursor: pointer;
}

.sideMenu ul {
    display: none;
    border-bottom: 1px solid #f2f2f2;
}

.sideMenu ul li:last-child {
    /*margin-bottom: 50px; */
}

.sideMenu ul li {
    padding-left: 50px;
    font-size: 14px;
    line-height: 32px;
}

.sideMenu ul li:hover a {
    color: #06417e;
}

.sideMenu ul li.sj_on a {
    color: #06417e;
}

.nei-right {
    width: 1110px;
    background: #fff;
}

.lm-weizhi {
    margin: 0 40px;
    line-height: 90px;
    overflow: hidden;
}

.lm-weizhi .lm {
    font-size: 20px;
    font-weight: bold;
    color: #06417e;
}

.weizhi,
.weizhi a {
    font-size: 14px;
    color: #c5c5c5;
    margin-right: 5px;
}

.detail {
    border: 1px solid #d7d7d7;
    padding: 40px 95px 40px 95px;
    margin: 0 40px 45px 40px;
}

.detail img {
    display:inline-block;
   /*  width:100%;    */
}

.detail h2 {
    font-size: 28px;
    text-align: center;
}

.timer {
    text-align: center;
}

.timer p {
    line-height: 40px;
    display: inline-block;
    margin: 0 20px;
    color: #b2b2b2;
    font-size: 14px;
}

.detail-txt {
    padding: 40px 0;
    border-top: 1px solid #eaedf0;
}

.detail-txt img {
display: inline-block;
}

.detail-txt p {
    line-height: 40px;
    text-indent: 2em;
}

.turnPages {
    overflow: hidden;
}

.turnPages p {
    line-height: 60px;
    border-top: 1px solid #eaedf0;
}

.turnPages p:hover a {
    color: #06417e;
}

.teacher {
    margin: 0 40px 55px 40px;
}

.teacher .item h2 a {
    line-height: 90px;
    font-size: 20px;
    color: #06417e;
    font-weight: bold;
}

.teacher .item ul {
    font-size: 0;
}

.teacher .item ul li {
    width: 125px;
    height: 205px;
    box-shadow: 1px 1px 5px #c7ccd7;
    display: inline-block;
    margin-right: 25px;
}

.teacher .item ul li .img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.teacher .item ul li .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;
}

/* .teacher .item 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);
} */

.teacher .item ul li p {
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

.teacher .item ul li:hover p {
    color: #06417e;
}

.teacher .item ul li {
   transition: all 0.3s;
   -ms-transition:all 0.3s; /* IE 9 */
   -moz-transition:all 0.3s; /* Firefox */
   -webkit-transition:all 0.3s; /* Safari 和 Chrome */
   -o-transition:all 0.3s; /* Opera */
   transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -webkit-transform: translateY(0px);
}

.teacher .item ul li:hover {
     transform: translateY(-6px);
     -moz-transform: translateY(-6px);
     -o-transform: translateY(-6px);
     -webkit-transform: translateY(-6px);
}

.picture-list {
    margin: 0 40px;
}

.picture-list ul {
    overflow: hidden;
}

.picture-list ul li {
    width: 245px;
    height: 175px;
    float: left;
    margin: 0 16px 20px 0;
}

.picture-list ul li .img {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.picture-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;
}

.picture-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);
}

.picture-list ul li p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #424242;
    background: #f8f8f8;
}

.picture-list ul li:hover p {
    color: #fff;
    background: #06417e;
}

.page {
    padding: 20px 0 40px 0;
}

.pictureTxt-list {
    margin: 0 40px;
}

.pictureTxt-list ul li {
    height: 160px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f8f8f8;
}

.pictureTxt-list ul li .img {
    width: 280px;
    height: 100%;
    overflow: hidden;
}

.pictureTxt-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;
}

.pictureTxt-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);
}

.pictureTxt-list ul li .txt {
    width: 700px;
    margin: 25px;
}

.pictureTxt-list ul li .txt .title {
    font-size: 18px;
    color: #333;
}

.pictureTxt-list ul li:hover .txt .title {
    color: #06417e;
}

.pictureTxt-list ul li .txt .abs {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}

.pictureTxt-list ul li .txt .time {
    font-size: 14px;
    color: #999;
}

.txt-list {
    margin: 0 40px;
}

.txt-list ul li {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 25px 0 25px 0;
    background: #f8f8f8;
}

.txt-list ul li .time {
    width: 100px;
    height: 70px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
}

.txt-list ul li .time .day {
    font-size: 26px;
    color: #999;
    margin-top: 6px;
}

.txt-list ul li:hover .time .day {
    color: #095899;
}

.txt-list ul li .time .year {
    font-size: 14px;
    color: #999;
}

.txt-list ul li .txt {
    width: 870px;
    margin-left: 30px;
}

.txt-list ul li .txt .title {
    margin: 0 0 18px 0;
}

.txt-list ul li:hover .txt .title a {
    color: #06417e;
}

.txt-list ul li .more {
    width: 115px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    background: #eee;
}

.txt-list ul li .more a {
    color: #7f7f7f;
}

.txt-list ul li:hover .more {
    background: #06417e;
}

.txt-list ul li:hover .more a {
    color: #fff;
}.pb_sys_style1 .p_no_d {
    border: 1px solid #06417e !important;
    color: #fff;
    background-color: #06417e !important;
}