/*top*/
.top {
    background: #3177b5;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
}

.quick-nav a:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

.quick-nav a {
    margin-left: 5px;
    display: inline-block;
}

.top .right a.but {
    background: #33a5d7;
    padding: 0 15px;
    margin-left: 25px;
}

.top .right a.but span {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.top .right a:hover {
    text-decoration: underline;
}

.logo-con {
    padding: 20px 0;
}

.search {
    width: 227px;
    height: 35px;
    border: 1px solid #3177b5;
    border-radius: 30px;
    margin-top: 22px;
}

.search .text {
    width: 180px;
    height: 35px;
    border-radius: 30px;
    border: none;
    text-indent: 15px;
    line-height: 36px;
}

input {
    outline: none;
}

.search .button {
    background: url(/statics/images/2020/search-but.png) no-repeat;
    width: 31px;
    height: 31px;
    border: none;
    margin: 2px 3px 0 0;
}


/*nav*/

.nav {
    border-top: 1px solid #ddd;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.nav li {
    width: 109px;
    float: left;
    text-align: center;
    position: relative;
}

.subnav {
    position: absolute;
    left: calc(50% - 90px);
    top: 50px;
    background: rgba(255, 255, 255, .96);
    z-index: 99;
    width: 180px;
    transition: all .2s;
    display: none;
}

.subnav li {
    line-height: 40px;
    font-size: 16px;
}

.nav li:hover .subnav {
    display: block;
}

.nav li:hover .subnav a {
    opacity: 1;
    display: block;
    text-align: center;
    width: 140px;
    line-height: 35px;
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 20px;
}

.nav li:hover .subnav a:hover {
    background: none;
    color: #3177b5;
}

.nav li a {
    display: block;
}

.nav li a.active,
.nav li a:hover {
    background: #3177b5;
    color: #fff;
}


/*banner*/

.banner,
.banner .swiper-slide,
.banner .swiper-slide a {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.banner .swiper-slide a {
    display: block;
}


/*school-news*/

.school-news {
    margin-top: 50px;
}

.m-title {
    margin-bottom: 20px;
}

.m-title .title {
    font-size: 20px;
    font-weight: bold;
}

.m-title .title span {
    font-size: 26px;
    vertical-align: middle;
    color: #3177b5;
    font-weight: normal;
    margin-right: 10px;
}

.m-title .more {
    width: 61px;
    height: 21px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    margin-top: 2px;
}

.m-title .more:hover {
    background: #3177b5;
    border: 1px solid #3177b5;
}

.carousel,
.carousel .swiper-slide {
    width: 365px;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.carousel .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}

.carousel .swiper-slide img {
    width: 365px;
    height: 260px;
}

.s-news-list {
    width: 785px;
}

.s-news-list li {
    width: 372px;
    margin-bottom: 25px;
    float: left;
    margin-right: 40px;
}

.s-news-list li a {
    background: url(/statics/images/2020/sj.jpg) no-repeat left center;
    display: block;
    padding-left: 13px;
}

.s-news-list li .time {
    color: #999;
    font-size: 14px;
    margin-top: 7px;
    display: block;
}

.s-news-list li .time i {
    margin-right: 3px;
}

.s-news-list li:nth-child(even),
.depart-new-list li:nth-child(even) {
    margin-right: 0;
}

.s-news-list li:nth-child(7),
.s-news-list li:nth-child(8),
.depart-new-list li:nth-child(3),
.depart-new-list li:nth-child(4) {
    margin-bottom: 0;
}


/*second*/

.m-second {
    background: #f5f5f5;
    margin-top: 50px;
    padding: 50px 0;
}

.notice {
    width: 365px;
}

.notice-list span {
    display: inline-block;
    width: 70px;
    color: #999;
}

.notice-list a {
    display: inline-block;
    width: 285px;
}

.notice-list li {
    margin-bottom: 20px;
}

.notice-list li:last-child {
    margin-bottom: 0;
}

.depart-new {
    width: 785px;
}

.depart-new-list li {
    width: 377px;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

.depart-new-list li .img,
.depart-new-list li .img img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    transition: all 1s ease;
}

.depart-new-list li:hover img {
    transform: scale3D(1.1, 1.1, 1.1);
}

.depart-new-list li .txt {
    width: 242px;
}

.depart-new-list li .txt .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.depart-new-list li .txt span {
    display: block;
    width: 53px;
    height: 18px;
    background: #3177b5;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 25px;
    transform: translate(0, 0);
}

.depart-new-list li:hover .txt span {
    transform: translate(5px, 0);
}


/*media*/

.media {
    margin-top: 50px;
}

.media .title span {
    vertical-align: top;
}

.media-left {
    width: 365px;
    box-shadow: 0 0 5px #ddd;
}

.media-left .img,
.media-left .img img {
    width: 365px;
    height: 220px;
}

.media-left .txt {
    padding: 35px 20px;
}

.media-left .txt .time b {
    color: #3177b5;
    margin-right: 10px;
    font-size: 18px;
}

.media-left .txt .time {
    color: #999;
}

.media-left .txt .time span {
    margin-right: 3px;
}

.media-left .txt .title {
    margin-top: 10px;
}

.media-right {
    width: 745px;
    box-shadow: 0 0 5px #ddd;
    padding: 30px 20px;
}

.Collapsing {
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right no-repeat;
    background-image: url(/statics/images/2020/jia.jpg);
    text-indent: 25px;
    margin-bottom: 10px;
}

.coll_body {
    display: none;
    margin-bottom: 10px;
    line-height: 30px;
}

.coll_body a {
    display: block;
    margin: 10px;
    padding-left: 25px;
}

.current {
    background-image: url(/statics/images/2020/jian.jpg);
    color: #3177b5;
    font-weight: bold;
}

.Collapsing span {
    float: right;
    color: #999;
}

.current span {
    font-weight: normal;
}

.Collapsing.current+.coll_body a {
    color: #666;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.f-quick {
    width: 890px;
    margin-top: 50px;
}

.f-quick li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    transition: all .2s;
}

.f-quick li:hover {
    box-shadow: 0 10px 10px #ccc;
}

.f-quick li:nth-child(7),
.f-quick li:nth-child(14) {
    margin-right: 0;
}

.f-quick li a {
    display: block;
    width: 110px;
    height: 75px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding-top: 15px;
}

.f-quick li:nth-child(1),
.f-quick li:nth-child(10) {
    background: #5fcecf;
}

.f-quick li:nth-child(2),
.f-quick li:nth-child(11) {
    background: #ffa55c;
}

.f-quick li:nth-child(3) {
    background: #33a5d7;
}

.f-quick li:nth-child(4) {
    background: #f6c142;
}

.f-quick li:nth-child(5) {
    background: #ff7974;
}

.f-quick li:nth-child(6) {
    background: #5ebdff;
    font-size: 15px;
}

.f-quick li:nth-child(7),
.f-quick li:nth-child(10) {
    font-size: 15px;
}

.f-quick li:nth-child(7),
.f-quick li:nth-child(9) {
    background: #6175ba;
}

.f-quick li:nth-child(8) {
    background: #59d69a;
}

.f-quick li:nth-child(12) {
    background: #70a7fa;
}

.f-quick li:nth-child(13) {
    background: #f789ad;
}

.f-quick li:nth-child(14) {
    background: #3177b5;
}

.f-quick-list span {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

.topic {
    width: 260px;
    margin-top: 50px;
}

.topic-img {
    margin-top: 5px;
}

.topic-img a {
    display: block;
    margin-top: 20px;
    width: 260px;
    height: 90px;
    overflow: hidden;
}


/*footer*/

.footer {
    background: url(/statics/images/2020/footer.jpg) no-repeat center top;
    width: 100%;
    height: 225px;
    margin-top: 30px;
    padding-top: 20px;
    color: #fff;
}

.f-nav h2,
.f-contact h2 {
    background: url(/statics/images/2020/f-sj.png) no-repeat left center;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 10px;
}

.f-nav {
    width: 400px;
}

.f-nav li {
    float: left;
    margin-right: 50px;
    margin-top: 10px;
    font-size: 15px;
}

.f-nav ul,
.f-contact .f-con-item {
    padding-left: 20px;
}

.f-contact .f-con-item {
    font-size: 15px;
    margin-bottom: 10px;
}

.f-contact {
    width: 430px;
}

.f-contact h2 {
    margin-bottom: 20px;
}

.social-icon a {
    display: block;
    margin-right: 30px;
    width: 44px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.soc-icon-item {
    position: relative;
}

.soc-icon-item .layer {
    position: absolute;
    left: 52px;
    top: 0;
    z-index: 99;
    display: none;
}

.soc-icon-item:hover .layer {
    display: block;
}

.soc-icon-item .layer img {
    width: 120px;
    height: 135px;
}

.soc-icon-item span {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
}

.copy {
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}
.copy a{
	color: #fff;
}


/*inside*/

.in-banner,
.in-banner img {
    width: 100%;
    /**height: 350px;**/
    overflow: hidden;
}

.in-content {
    margin-top: 50px;
    min-height: 500px;
}

.in-left {
    width: 258px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 5px solid #3177b5;
    padding-bottom: 50px;
}

.in-left h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    color: #3177b5;
    line-height: 60px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.in-left h2 span {
    font-size: 30px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

.in-left li {
    line-height: 40px;
    text-align: center;
}

.in-left li a {
    display: block;
}

.in-left li a.active,
.in-left li a:hover {
    height: 40px;
    line-height: 40px;
    background: #33a5d7;
    border-left: 3px solid #3177b5;
    color: #fff;
}

.in-right {
    width: 890px;
}

.in-right h2 {
    text-align: center;
    font-weight: normal;
    font-size: 26px;
	margin-bottom: 60px;
}

.about-txt {
    line-height: 30px;
    margin-top: 20px;
    text-align: justify;
}

.in-impor-con {
    background: #f5f5f5;
    padding: 20px;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
}

.in-impor-con .title {
    width: 600px;
    font-size: 18px;
    font-weight: bold;
}

.in-impor-con .time {
    color: #999;
}

.in-impor-con .time span {
    margin-right: 3px;
    font-size: 18px;
}

.in-impor-con .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    font-size: 15px;
    text-align: justify;
}

.in-impor-con:hover {
    background: #3177b5;
    color: #fff;
}

.in-impor-con:hover .time,
.in-impor-con:hover .txt {
    color: #fff;
}

.in-list-con li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 13px;
}

.in-list-con li a {
    display: block;
    padding-bottom: 13px;
}

.in-list-con li .title {
    background: url(/statics/images/2020/sj.jpg) no-repeat left center;
    width: 700px;
    padding-left: 15px;
}

.in-list-con li .time {
    color: #999;
}

.in-list-con li:hover .title {
    color: #3177b5;
    font-weight: bold;
}


/*page*/

.page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page li {
    display: inline-block;
}

.page li span {
    font-size: 26px;
    vertical-align: middle
}

.page li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    transition: all .2s;
}

.page li a.active,
.page li a:hover {
    background: #33a5d7;
    color: #fff;
}

.page .jump {
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 5px;
    margin-left: 10px;
}

.page .jump input {
    width: 30px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #ddd;
    margin-right: 2px;
    text-align: center;
    padding-right: 7px;
}

.page .jump input[type="submit"] {
    cursor: pointer;
    background: none;
    border-right: none;
    font-size: 15px;
    color: #666;
}

.in-img-con li {
    width: 275px;
    margin-right: 30px;
    float: left;
    margin-top: 20px;
}

.in-img-con {
    margin-top: 10px;
}

.in-img-con li:nth-child(3n) {
    margin-right: 0;
}

.in-img-con li .img,
.in-img-con li .img img {
    width: 275px;
    height: 200px;
    overflow: hidden;
    transition: all 1.5s ease;
}

.in-img-con li p {
    text-align: center;
    margin-top: 10px;
}

.in-img-con li:hover .img img,
.in-img-item:hover .img img {
    transform: scale3D(1.1, 1.1, 1.1);
}

.in-img-item .img,
.in-img-item .img img {
    width: 148px;
    height: 148px;
    overflow: hidden;
    transition: all 1.5s ease;
}

.in-img-item .txt {
    width: 712px;
}

.in-img-item .txt .title {
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 1.5s ease;
}

.in-img-item:hover .txt .title {
    color: #3177b5;
}

.in-img-item .txt .intro {
    color: #666;
    line-height: 26px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-list-con {
    margin-top: 30px;
}

.in-img-item .txt .time {
    color: #999;
    margin-top: 15px;
}

.in-img-item .txt .time span {
    margin-right: 3px;
}

.news-det-title {
    text-align: center;
    font-size: 24px;
    /**overflow: hidden;**/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.des {
    text-align: center;
    color: #999;
    margin-top: 10px;
}

.news-det-intro {
    margin-top: 30px;
    line-height: 36px;
    text-align: justify;
    color: #474747;
}

.news-det-intro img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article {
    border-top: 1px dotted #ddd;
    margin-top: 40px;
    padding-top: 20px;
}

.article a {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #666;
}

.article a:hover {
    color: #3177b5;
}

/*mechanism*/

.me-list li {
    width: 240px;
    float: left;
    line-height: 50px;
    border-bottom: 1px dotted #ccc;
    margin: 0 55px 10px 0;
}

.me-list {
    margin-top: 30px;
}

.me-list li span {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.me-list li a {
    display: block;
    transition: all .2s;
}

.me-list li a:hover {
    background: #3177b5;
    color: #fff;
}

.me-list li a:hover span {
    color: #fff;
}