/* 统一样式 */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
pre,
div {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #111;
    background-color: #fff;
    position: relative;
    min-width: 1200px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: #111;
    text-decoration: none;
    animation: .3s;
}

a:hover {
    color: #0062ac;
    cursor: pointer;
}

input,
button {
    outline: 0;
}

video {
    max-width: 100%;
    object-fit: cover;
}

table {
    max-width: 100%;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    transition: .3s;
    max-width: 100%;
    object-fit: cover;
}

.img {
    display: block;
    overflow: hidden;
}

.img img{
    width: 100%;
    height: 100%;
}

.img:hover img{
    transform: scale(1.1);
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* 统一样式结束 */

.box,
.container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.fl,
.lf {
    float: left;
}

.fr,
.rt {
    float: right;
}

.active {
    display: block;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* header */
.header {
    width: 100%;
    border-bottom: 5px solid #01a6f6;
    background: url(../images/header-bg.png) no-repeat center top;
    background-size: cover;
}

.logo {
    line-height: 142px;
}

.logo img {
    animation: zoomIn 1s;
}

/* 搜索框 */
.search-event {
    margin-top: 35px;
    position: relative;
}

.search-event > div {
    text-align: right;
    margin-bottom: 13px;
}

.search-event > div a {
    color: #fff;
    font-size: 15px;
}

.search {
    position: relative;
}

.search input {
    background-color: #fff;
    box-sizing: border-box;
    height: 34px;
    width: 240px;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 3px;
    border: 0;
}

.search-logo {
    position: absolute;
    text-align: center;
    background: none;
    border: none;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

/* 导航条 */
.nav-bar {
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 5px 10px -5px #b8b8b8;
}

.nav {
    display: flex;
    flex-wrap: wrap;
}

.nav .nLi {
    height: 52px;
    text-align: center;
    padding: 0 35px;
    position: relative;
    display: inline-block;
    flex-grow: 1;
}

@media screen and (min-width: 800px) {

    .nav .nLi span {
        display: none;
    }

    .nav .nLi {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .nav .nLi:hover {
        background-color: #1081df;
    }

    .nav {
        text-align: center;
        height: 55px;
        padding-top: 3px;
    }
}

.nav .nLi:hover a {
    color: #fff;
}

.nav .nLi > a {
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
}

.nav .sub {
    display: none;
    top: 52px;
    left: 0;
    position: absolute;
    z-index: 100000;
    width: 100%;
    background-color: #fff;
}

.nav .sub a {
    font-size: 14px;
    display: block;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-style: normal;
    height: 45px;
    line-height: 45px;
}

.nav .sub li {
    background-color: #1081df;
    border-top: 1px solid #fff;
    zoom: 1;
}

.nav .sub li a:hover {
    background: rgba(60, 165, 246, .7);
}

.sub li a:hover {
    font-weight: bold;
}

/* 大轮播图 */
#slide {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

#slide img {
    width: 100%;
}

#slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

/* 主体 */
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*动态新闻*/
.news {
    width: 55%;
}
#news{
    height: 100%;
}
.news .swiper-slide .img{
    height: 480px;
}
.news .swiper-slide .txt{
    padding: 20px 40px;
}
.news .swiper-slide .txt h2{
    color: #0062AC;
    text-align: center;
    font-weight: normal;
}
.news .swiper-slide .txt h2 a{
    color: #0062AC;
    font-size: 24px;
    font-weight: bold;
}
.news .swiper-slide .txt h2 span{
    color: #0062AC;
    font-size: 16px;
}
.news .swiper-slide .txt h3{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 1em 0;
}
.news .swiper-slide .txt p{
    color: #999;
    line-height: 1.75;
}

#news .swiper-button-prev,
#news .swiper-button-next{
    top: auto;
    bottom: 10px;
    left: 40px;
    width: 66px;
    height: 12px;
    background: url("../prev.png") no-repeat;
}
#news .swiper-button-next{
    left: auto;
    right: 40px;
    background-image: url("../next.png");
}
#news .swiper-button-prev:after,
#news .swiper-button-next:after{
    content: '';
}

/*通知公告*/
.notice {
    width: 42%;
}
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0062ac;
    font-size: 16px;
    margin-bottom: 30px;
}
.title h2 a{
    color: #0062ac;
    font-size: 24px;
    margin-right: 20px;
}
.title h2 span{
    font-size: 16px;
    font-weight: normal;
}
.title > a{
    color: #0062AC;
    padding-right: 35px;
    background: url("../more.png") no-repeat right center;
}
.title > a:hover{
    font-weight: bold;
}

.notice ul li{
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
}
.notice ul li:last-of-type{
    margin-bottom: 0;
}
.notice ul li .date{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background: #EFF1F2;
}
.notice ul li .date h2{
    color: #333;
    font-size: 30px;
}
.notice ul li .text{
    display: flex;
    align-items: center;
}
.notice ul li .text p{
    font-size: 18px;
    line-height: 1.5em;
}

.main-2 {
    margin: 40px auto;
}

.main-2 ul li {
    float: left;
    width: calc(1 / 6 * 100%);
    height: 125px;
    text-align: center;
    padding-top: 80px;
}

.main-2 ul li:hover {
    opacity: 0.8;
}

.main-2 ul li a {
    position: relative;
}

.main-2 ul li:hover a {
    text-decoration: underline;
    font-style: italic;
}

.main-2 ul li:hover a::before {
    animation: zoomIn 1s;
}

.main-2 ul li a::before {
    position: absolute;
    content: '';
}

.main-2 ul li:first-child {
    background-color: #6fbc47;
}

.main-2 ul li:first-child a::before {
    background-image: url(../images/icon1.png);
    width: 42px;
    height: 30px;
    left: 40%;
    top: -50px;
}

.main-2 ul li:nth-child(2) {
    background-color: #24a9e6;
}

.main-2 ul li:nth-child(2) a::before {
    background-image: url(../images/icon2.png);
    width: 41px;
    height: 38px;
    left: 40%;
    top: -58px;
}

.main-2 ul li:nth-child(3) {
    background-color: #f8b62c;
}

.main-2 ul li:nth-child(3) a::before {
    background-image: url(../images/icon3.png);
    width: 47px;
    height: 41px;
    left: 38%;
    top: -56px;
}

.main-2 ul li:nth-child(4) {
    background-color: #347cb3;
}

.main-2 ul li:nth-child(4) a::before {
    background-image: url(../images/icon4.png);
    width: 42px;
    height: 42px;
    left: 40%;
    top: -56px;
}

.main-2 ul li:nth-child(5) {
    background-color: #1bb1a8;
}

.main-2 ul li:nth-child(5) a::before {
    background-image: url(../images/icon5.png);
    width: 36px;
    height: 36px;
    left: 40%;
    top: -52px;
}

.main-2 ul li:nth-child(6) {
    background-color: #e47474;
}

.main-2 ul li:nth-child(6) a::before {
    background-image: url(../images/icon6.png);
    width: 50px;
    height: 50px;
    left: 38%;
    top: -60px;
}

.main-2 ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
}

/*学工之窗、产教融合*/
.wrapper{
    padding: 36px 0;
    background: #F2F3F9;
}
.title div{
    color: #0062AC;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 3px solid #0062AC;
}
.title div h3{
    font-size: 24px;
}
.win-img{
    position: relative;
    width: 65.72%;
}
.win-img .img{
    height: 376px;
}
.win-img .txt{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    padding: 30px 28px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.win-img .txt p{
    font-size: 18px;
    margin-top: 0.5em;
}
.win-img .txt p a{
    color: #fff;
}
.win-img .txt p a:hover{
    font-weight: bold;
    text-decoration: underline;
}

.win-txt{
    width: 31.43%;
    color: #666;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.win-txt p{
    font-size: 18px;
    height: 2.6em;
    line-height: 1.3em;
}
.win-txt p a:hover{
    font-weight: bold;
}
.win-txt .img{
    height: 290px;
}

.win-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.win-list li{
    width: 31.5%;
    margin-top: 34px;
    padding-top: 28px;
    color: #666;
    font-size: 16px;
    border-top: 2px solid #E5E5E5;
}
.win-list li h2{
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.5em;
}
.win-list li h2 a{
    color: #5A5A5A;
}
.win-list li h2 a:hover{
    color: #0062AC;
}

.industry{
    padding: 36px 0;
}

.box-bg {
    padding-top: 20px;
    background-color: #e2f3ff;
}

.main-4 > ul > li {
    float: left;
    width: 440px;
    margin-right: 40px;
}

.main-4 > ul > li:last-child {
    margin-right: 0;
}

.main-4-tit {
    width: 100%;
    height: 64px;
    line-height: 64px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C4CACE;
}

.main-4-tit a:first-of-type {
    font-size: 24px;
    color: #0062ac;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 2px solid #0062ac;
}

.main-4-tit a.rt {
    font-weight: normal;
    font-size: 16px;
    color: #0062ac;
    padding-right: 35px;
    background: url("../more.png") no-repeat right center;
}

.main-4-tit a.rt:hover {
    font-weight: bold;
}

.main-4 .main-1-r-list li p {
    margin-right: 100px;
}

.main-4 .main-1-r-list li {
    margin-bottom: 15px;
    font-size: 16px;
}

.main-4 .main-1-r-list li a {
    color: #5A5A5A;
    position: relative;
    padding-left: 20px;
}

.main-4 .main-1-r-list li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #B7B7B7;
    border-radius: 50%;
    transform: translateY(-50%);
}

.main-4 .main-1-r-list li a:hover {
    color: #0062ac;
}

.main-4 .main-1-r-list li a:hover:before {
    background: #0062ac;
}

.main-4 .main-1-r-list li span {
    color: #BEBEBE;
}

/*友情链接*/
.link {
    padding-bottom: 20px;
    background-color: #e2f3ff;
}

.link ul {
    display: flex;
    flex-wrap: wrap;
}

.link ul li {
    padding: 0 20px 10px 0;
}

.link ul li a {
    color: #5A5A5A;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.link ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #0062AC;
    border-radius: 50%;
    transform: translateY(-50%);
}

.link ul li a:hover {
    color: #0062ac;
}

/* footer */
.footer {
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #0062ac;
}

.footer-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}

.footer-con ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.footer-con ul li span {
    margin: 0 20px 0 5px;
}

.footer-con ul li span:last-of-type {
    margin-right: 0;
}

.footer .bottom {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.section{
    flex-grow: 1;
}

/* 二三级 */
.bread {
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    border: 2px solid #0062ac;
}

.left_aside {
    float: left;
    width: 280px;
    text-align: center;
    background: #f5f5f5;
}

.left_aside p {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    background: #0062ac;
}

.left_aside ul li {
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.left_aside ul li:last-child {
    border-bottom: 0;
}

.left_aside ul li a {
    display: block;
    position: relative;
}

.left_aside ul li a:after {
    position: absolute;
    top: 15px;
    right: 50px;
    line-height: 20px;
    content: "→";
    text-align: center;
    color: #ccc;
    font-size: 18px;
    transition: 0.3s;
}

.left_aside ul li a:hover {
    text-decoration: none;
    background: #ddd;
}

.left_aside ul li a:hover:after {
    color: #0062ac;
    right: 40px;
}

.left_aside ul li.on a {
    color: #0062ac;
    background: #ddd;
}

.left_aside ul li.on a:after {
    color: #0062ac;
}

.right_aside {
    margin-left: 310px;
    background: #fff;
}

.right_aside .head {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 33px;
}

.right_aside .head:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 24px;
    height: 22px;
    content: "";
    background: url("../images/spirit.png") no-repeat;
}

.right_aside .comment {
    padding: 20px 10px;
    min-height: 500px;
}

.right_aside .comment > p {
    line-height: 30px;
}

.right_aside .comment .list li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}

.right_aside .comment .list li:hover {
    background: #F6F6F6;
}

.right_aside .comment .list li span {
    float: right;
    color: #999;
    font-size: 15px;
}

.right_aside .comment .list li p {
    margin-right: 120px;
}

.right_aside .comment .list li a {
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}

.right_aside .comment .list li a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
}

.right_aside .comment .list li a:hover:before {
    background: #1f49ba;
}

.article {
    min-height: 600px;
    padding: 0 30px;
    background: #fff;
}

.article .caption {
    text-align: center;
    padding: 30px 0;
}

.article .caption h2 {
    color: #0062ac;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.article .caption p span {
    color: #999;
    margin: 0 10px;
}

.article .content {
    padding-bottom: 20px;
    font-size: 16px;
}

.article .content p {
    line-height: 30px;
    text-align: justify;
}

/*图片列表页*/

.list-img {
    overflow: hidden;
}

.list-img li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 20px 0;
}

.list-img li > a {
    display: inline-block;
    width: 94%;
    height: 220px;
    overflow: hidden;
}

.list-img li img {
    display: inline-block;
    width: 100%;
    height: 220px;
}

.list-img li img:hover {
    transform: scale(1.1);
}

/*图文列表页*/

.list-news {
    margin: 10px 0;
}

.list-news li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.list-news li .lf {
    width: 178px;
    height: 107px;
    overflow: hidden;
    background: #eee;
}

.list-news li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.list-news li img:hover {
    transform: scale(1.1);
}

.list-news .info {
    margin-left: 200px;
    height: 107px;
    color: #666;
    font-size: 14px;
}

.list-news h3 {
    font-size: 18px;
    font-weight: normal;
}

.list-news p {
    height: 40px;
    line-height: 20px;
    margin: 15px 0 10px;
    overflow: hidden;
}
