@charset "UTF-8"; /* 悬停图片放大 IE9+*/
.img-scale {
    display: block;
    overflow: hidden;
}

.img-scale img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.img-scale .img-frame {
    overflow: hidden;
}

.img-scale .img {
    /*背景图替换img*/
    height: 100%;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.img-scale .img img {
    min-height: 100%;
}

.img-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.img-scale:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

table {
    font-size: 16px;
}

html, body {
    font-size: 100px;
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
}

body {
    display: none;
}

.container {
    width: 1400px;
    margin: 0 auto;
    font-size: .16rem;
}

/* 顶部 */
.header.fixed .head-layer2 {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.head-layer1 {
    width: 100%;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 98;
    background: #015198;
    vertical-align: top;
}

.head-layer1 .top-link {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.head-layer1 .top-link a {
    padding: 0 .12rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #fff;
    text-align: left;
    border-right: 1px solid #fff;
}

.search {
    margin: .05rem 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
}

.search input {
    width: 0rem;
    height: .3rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #333;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background: #fff;
}

.search button[type="submit"] {
    height: .3rem;
    padding: 0 0 0 .23rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.search:hover input {
    width: 1.8rem;
    padding: 0 5px;
}

.head-layer2 {
    width: 100%;
    position: fixed;
    top: 0.4rem;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 98;
    background: #fff;
}

.logo {
    margin: 7px 0 0;
}

.logo img {
    width: 100%;
    height: 65px;
}

.nav li {
    float: left;
    padding: 0 12px;
    position: relative;
}

.nav li a {
    display: block;
    padding: 0 5px;
    white-space: nowrap;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.8rem;
    color: #333;
    text-align: center;
}

.nav li dl {
    min-width: 120%;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0.12rem;
    z-index: 1;
    visibility: hidden;
}

.nav li dl dd {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(70deg);
    -moz-transform: rotateY(70deg);
    -o-transform: rotateY(70deg);
    transform: rotateY(70deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
}

.nav li dl dd:nth-child(1) {
    transition-delay: 0.06s;
}

.nav li dl dd:nth-child(2) {
    transition-delay: 0.12s;
}

.nav li dl dd:nth-child(3) {
    transition-delay: 0.18s;
}

.nav li dl dd:nth-child(4) {
    transition-delay: 0.24s;
}

.nav li dl dd:nth-child(5) {
    transition-delay: 0.3s;
}

.nav li dl dd:nth-child(6) {
    transition-delay: 0.36s;
}

.nav li dl dd:nth-child(7) {
    transition-delay: 0.42s;
}

.nav li dl dd:nth-child(8) {
    transition-delay: 0.48s;
}

.nav li dl dd:nth-child(9) {
    transition-delay: 0.54s;
}

.nav li dl dd:nth-child(10) {
    transition-delay: 0.6s;
}

.nav li dl a {
    width: 100%;
    color: #fff;
    background: rgba(1, 81, 152, 0.9);
    padding: .08rem 0.25rem .08rem .15rem;
    font-size: .15rem;
    line-height: .18rem;
    text-align: left;
    margin-bottom: 1px;
}

.nav li dl a:hover {
    color: #015198;
    background: #eee;
}

.nav li:hover > a {
    color: #fff;
    background: #015198;
}

.nav li:hover dl {
    visibility: visible;
}

.nav li:hover dl dd {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nav li:last-child {
    padding-right: 0;
}

.nav li:last-child dl {
    left: auto;
    right: 0rem;
}

.nav li:last-child dl dd {
    transform-origin: right;
}

.nav li:last-child dl a {
    text-align: right;
}

.nav li .second-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .6rem;
    height: .6rem;
    background-image: url("../images/jiantou2_1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 50%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.head-layer3 {
    z-index: 1;
    font-size: 0;
}

.head-layer3 img {
    height: 540px;
}

.head-layer3 .slick-dots {
    margin: .2rem 0 0;
    text-align: center;
}

.head-layer3 .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.head-layer3 .slick-dots li button {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    border: 1px solid #bebebe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.head-layer3 .slick-dots li.slick-active button {
    border: #015198;
    background: #015198;
}

.head-layer3.decoration {
    max-height: 540px;
}

.head-layer3.decoration img {
    width: 100%;
    vertical-align: top;
    height: auto;
}

/* 首页 */
.more {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #666;
    text-align: left;
}

.more2 {
    width: 1.5rem;
    margin: 0 auto;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #333;
    text-align: center;
    border: 1px solid #cccccc;
}

.column {
    margin: .15rem 0 .3rem;
}

.column .more {
    float: right;
}

.column .more:hover {
    color: #015198;
}

.column h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1; font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #333;
    text-align: left;
    position: relative;
    border-bottom: 2px solid #015198;
}

.column h3::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 2px);
    right: calc(50% - 3px);
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 7px solid #015198;
    border-bottom: 7px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
}

.title {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.25rem;
    color: #000;
    text-align: left;
}

.info {
    font-size: 14px;
    font-weight: 500;
    line-height: 0.25rem;
    color: #666;
    text-align: left;
}

.list li {
    padding: .22rem 0 .3rem;
    border-top: 1px solid #88aecf;
    border-bottom: 1px solid #f6f9fb;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.list li .title {
    float: left;
    height: .5rem;
    width: calc(100% - 70px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list li .date {
    float: right;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: normal;
    color: #666;
    text-align: center;
    font-family: "宋体";
}

.list li .date p:first-child {
    font-size: .24rem;
}

.list li:hover {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.list li:hover .title {
    color: #015198;
}

.list li:hover .date {
    color: #015198;
}

.xyxw .list {
    width: 58.7%;
    font-size: 0;
}

.xyxw .list li {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: calc(50% - .15rem);
    margin: 0 .15rem 0 0;
}

.xyxw .list li:nth-child(even) {
    margin: 0 0 0 .15rem;
}

.xyxw-slick {
    width: 39.3%;
    font-size: 0;
}

.xyxw-slick .img-frame {
    height: 3.1rem;
    margin: 0 0 .35rem;
}

.xyxw-slick .slick-dots {
    width: 100%;
    position: absolute;
    top: 3.25rem;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    text-align: center;
}

.xyxw-slick .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.xyxw-slick .slick-dots li button {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    border: 1px solid #bebebe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.xyxw-slick .slick-dots li.slick-active button {
    border: #015198;
    background: #015198;
}

.xyxw-slick .slick-arrow {
    position: absolute;
    top: 3.17rem;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: 20px;
    height: 30px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

.xyxw-slick .slick-arrow.slick-prev {
    left: 38%;
    background-image: url("../images/slick-prev2.png");
}

.xyxw-slick .slick-arrow.slick-next {
    right: 38%;
    background-image: url("../images/slick-next2.png");
}

/* 通知公告 */
.tzgg .tzgg-slick {
    font-size: 0;
    margin: 0 -.15rem;
}

.tzgg .tzgg-slick li {
    width: calc(33.33% - .3rem) !important;
    margin-left: .15rem;
    margin-right: .15rem;
}

.tzgg .tzgg-slick .slick-dots {
    width: 100%;
    text-align: center;
}

.tzgg .tzgg-slick .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: auto !important;
    margin: 0;
    padding: 0;
    border: none;
}

.tzgg .tzgg-slick .slick-dots li button {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    border: 1px solid #bebebe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.tzgg .tzgg-slick .slick-dots li.slick-active button {
    border: #015198;
    background: #015198;
}

/* 学工在线 */
.xgzx ul {
    font-size: 0;
}

.xgzx ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 33.33%;
}

.xgzx ul li .img-scale {
    height: 0;
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.xgzx ul li .img-scale img {
    display: none;
}

.xgzx ul li .img {
    position: absolute;
    /* height: 27vw; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.xgzx ul li .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.xgzx ul li .text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
}

.xgzx ul li .text .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 1.25rem;
}

.xgzx ul li .line::after {
    display: block;
    content: "";
    box-sizing: border-box;
    height: 1px;
    background: #bbb;
}

.xgzx ul li .line::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 1px;
    background: #bbb;
}

.xgzx ul li .line.l1::after {
    position: absolute;
    top: 5%;
    right: 3%;
    bottom: auto;
    left: 3%;
    z-index: 1;
    -webkit-transform: translate(-1.4rem, 0);
    -moz-transform: translate(-1.4rem, 0);
    -o-transform: translate(-1.4rem, 0);
    transform: translate(-1.4rem, 0);
}

.xgzx ul li .line.l1::before {
    position: absolute;
    top: 2.2%;
    right: 5%;
    bottom: 2.2%;
    left: auto;
    z-index: 1;
    -webkit-transform: translate(0, -1rem);
    -moz-transform: translate(0, -1rem);
    -o-transform: translate(0, -1rem);
    transform: translate(0, -1rem);
}

.xgzx ul li .line.l2::after {
    position: absolute;
    top: auto;
    right: 3%;
    bottom: 5%;
    left: 3%;
    z-index: 1;
    -webkit-transform: translate(1.4rem, 0);
    -moz-transform: translate(1.4rem, 0);
    -o-transform: translate(1.4rem, 0);
    transform: translate(1.4rem, 0);
}

.xgzx ul li .line.l2::before {
    position: absolute;
    top: 2.2%;
    right: auto;
    bottom: 2.2%;
    left: 5%;
    z-index: 1;
    -webkit-transform: translate(0, 1rem);
    -moz-transform: translate(0, 1rem);
    -o-transform: translate(0, 1rem);
    transform: translate(0, 1rem);
}

.xgzx ul li.odd .text {
    background: rgba(0, 0, 0, 0.5);
    padding: 8.5% 6.5%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    visibility: hidden;
}

.xgzx ul li.odd .text .title {
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.xgzx ul li.odd .text .info {
    margin: 7.5% 0 8%;
    color: #fff;
}

.xgzx ul li.odd .text .more2 {
    background: #fff;
    color: #015198;
}

.xgzx ul li.odd:hover .text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.xgzx ul li.odd:hover .line::after {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transition-delay: .25s;
}

.xgzx ul li.odd:hover .line::before {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transition-delay: .4s;
}

.xgzx ul li.odd:hover .line.l1::after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.xgzx ul li.odd:hover .line.l1::before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.xgzx ul li.odd:hover .line.l2::after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.xgzx ul li.odd:hover .line.l2::before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.xgzx ul li.even .img {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

.xgzx ul li.even .img::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.xgzx ul li.even .text {
    padding: 8.5% 13%;
}

.xgzx ul li.even .text .info {
    margin: 7% 0 8%;
    color: #999;
}

.xgzx ul li.even .text .line {
    visibility: hidden;
}

.xgzx ul li.even:hover .img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.xgzx ul li.even:hover .text .title {
    color: #fff;
    font-weight: 700;
}

.xgzx ul li.even:hover .text .info {
    color: #fff;
}

.xgzx ul li.even:hover .text .more2 {
    color: #015198;
    background: #fff;
}

.xgzx ul li.even:hover .text .line {
    visibility: visible;
}

.xgzx ul li.even:hover .text .line::after {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transition-delay: .25s;
}

.xgzx ul li.even:hover .text .line::before {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transition-delay: .4s;
}

.xgzx ul li.even:hover .text .line.l1::after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.xgzx ul li.even:hover .text .line.l1::before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.xgzx ul li.even:hover .text .line.l2::after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.xgzx ul li.even:hover .text .line.l2::before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* 建筑设计展 */
.jzsjz {
    margin: .32rem 0 0;
    padding: .05rem 0 0;
    background-image: url("../images/section_bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-color: transparent;
    background-size: cover;
}

.jzsjz .jzsjz-box {
    padding: 0 6%;
    position: relative;
}

.jzsjz .jzsjz-box .slick-arrow {
    position: absolute;
    top: calc(40% - 26px);
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 53px;
    height: 53px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: auto;
    cursor: pointer;
}

.jzsjz .jzsjz-box .slick-arrow.slick-prev {
    left: 0;
    background-image: url("../images/slick_prev.png");
}

.jzsjz .jzsjz-box .slick-arrow.slick-next {
    right: 0;
    background-image: url("../images/slick_next.png");
}

.jzsjz-img-slick {
    font-size: 0;
    width: 65%;
}

.jzsjz-img-slick .img {
    height: 5.7rem; background-position-y: 2%;
}

.jzsjz-img-slick .slick-dots {
    padding: .6rem 0 .55rem;
    text-align: right;
}

.jzsjz-img-slick .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.jzsjz-img-slick .slick-dots li button {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.jzsjz-img-slick .slick-dots li.slick-active button {
    border: #015198;
    background: #015198;
}

.jzsjz-text-slick {
    position: absolute;
    top: 14%;
    right: 6%;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 37.5%;
    height: 4.2rem;
    padding: .24rem .46rem 0 .46rem;
    background: rgba(1, 81, 152, 0.9);
}

.jzsjz-text-slick .date {
    width: .4rem;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-align: center;
}

.jzsjz-text-slick .date p:first-child {
    font-size: .14rem;
    line-height: .28rem;
    border-bottom: 2px solid #9d9d9d;
}

.jzsjz-text-slick .title {
    display: block;
    margin: .3rem 0 .24rem .4rem;
    font-size: .18rem;
    font-weight: 700;
    color: #fff;
    max-height: .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jzsjz-text-slick .info {
    margin: 0 0 0 .4rem;
    color: #fff;
    max-height: 1.25rem;
}

/* 底部 */
.footer {
    padding: .4rem 0;
    background-image: url("../images/footer_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.footer .container > .fr {
    width: 61.5%;
    padding: .2rem 0 0 6%;
}

.footer .container > .fr > .fr {
    width: 30%;
}

.footer .container > .fl {
    width: 38.5%;
    padding: .2rem 8% 0 0;
    border-right: 2px solid #5689b6;
}

.foot-logo {
    display: block;
    width: 100%;
}

.foot-logo img {
    width: 100%;
}

.copy {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #fff;
    text-align: left;
}

.copy h6 {
    font-size: .16rem;
    margin: .1rem 0 0;
    padding: .15rem 0 .15rem .35rem;
    background-image: url("../images/dh.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.yqlj {
    width: 65%;
}

.yqlj h6 {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.25rem;
    color: #fff;
    text-align: left;
}

.yqlj ul {
    font-size: 0;
}

.yqlj ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 47%;
    margin: .18rem 6% 0 0;
}

.yqlj ul li a {
    display: block;
    padding: 0 0 0 .1rem;
    font-size: 0.13rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #bac8da;
    text-align: left;
    border: 1px solid #5d8eb9;
}

.yqlj ul li a:hover {
    color: #fff;
    border-color: #fff;
}

.yqlj ul li:nth-child(2n) {
    margin-right: 0;
}

.kslj {
    font-size: 0;
    text-align: center;
}

.kslj img {
    max-width: 100%;
}

.kslj h6 {
    margin: 0 0 .08rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.25rem;
    color: #fff;
    text-align: left;
}

.kslj a {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 100%;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #fff;
    text-align: center;
}

.QR-code {
    margin: .25rem 0 0;
    padding: 0 0.1rem 0 .1rem;
    text-align: center;
}

.QR-code img {
    max-width: 80%;
}

.QR-code p {
    font-size: 0.13rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #fff;
    text-align: center;
}

.btn {
    display: none;
    margin: 18px 0 0;
}

.btn div {
    display: inline-block;
    *display: inline;
    *zoom: 1; cursor: pointer;
    vertical-align: middle;
}

.btn .nav-btn {
    width: .38rem;
    font-size: 0;
    text-align: right;
}

.btn .nav-btn i {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #015198;
    vertical-align: top;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.btn .nav-btn i:nth-child(1) {
    margin-top: 0;
}

.btn .nav-btn i:nth-child(2) {
    width: 75%;
}

.btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0px, 12px) rotate(45deg);
    -moz-transform: translate(0px, 12px) rotate(45deg);
    -o-transform: translate(0px, 12px) rotate(45deg);
    transform: translate(0px, 12px) rotate(45deg);
}

.btn .nav-btn.close i:nth-child(2) {
    opacity: 0;
}

.btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0px, -12px) rotate(-45deg);
    -moz-transform: translate(0px, -12px) rotate(-45deg);
    -o-transform: translate(0px, -12px) rotate(-45deg);
    transform: translate(0px, -12px) rotate(-45deg);
}

#mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 95;
    background: rgba(0, 0, 0, 0.6);
}

/* 列表页 */
.sidebar {
    position: relative;
    z-index: 5;
}

.sidebar > .fl {
    width: 17%;
    margin: -.45rem 0 0;
}

.sidebar > .fr {
    width: 80%;
}

.column-name {
    padding: .4rem 0;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 0.35rem;
    color: #fff;
    text-align: center;
    background-image: url("../images/column_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.cur-column {
    display: inline-block;
    *display: inline;
    *zoom: 1; margin: .4rem 0 0;
    padding: 4px 0 0 .12rem;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #000;
    text-align: left;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    letter-spacing: 3px;
    border-left: 1px solid #015198;
    border-bottom: 3px solid #015198;
}

.cur-column::after {
    display: block;
    content: "";
    box-sizing: border-box;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 5px 0 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #015198;
    border-left: 5px solid #fff;
}

.main-box {
    margin: .22rem 0 .4rem;
}

.main-box > .fr {
    width: 80%;
}

.position {
    margin: .2rem 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.second-column li {
    float: left;
    padding: 0 .2rem;
}

.second-column li a {
    display: block;
    margin: 0 0 -1px;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #000;
    text-align: left;
    position: relative;
    border-bottom: 1px solid transparent;
}

.second-column li a.cur {
    color: #015198;
    font-weight: 700;
    border-color: #015198;
}

.second-column li a.cur::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: calc(50% - 3px);
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 6px solid #015198;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}

.second-column li a:hover {
    color: #015198;
    border-color: #015198;
}

.place {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #999;
    text-align: left;
}

.place a {
    color: #999;
}

.place a:hover {
    color: #015198;
}

.list2 li {
    padding: .21rem 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #dadada;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.list2 li .title {
    width: calc(100% - 1.75rem);
    font-size: .18rem;
    line-height: .28rem;
}

.list2 li .date {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #333;
    text-align: left;
}

.list2 li .date span {
    font-size: .26rem;
    color: #015198;
    font-family: "宋体";
}

.list2 li:first-child {
    border-top: 0;
}

.list2 li:hover {
    padding-left: 5px;
    -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.5);
    background: #f9f9f9;
}

.list2 li:hover .title {
    color: #015198;
}

.picture-list2 li {
    padding: .23rem 0;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    background-position: 50% 101%;
    background-color: transparent;
    background-size: 100%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.picture-list2 li .img-frame {
    width: 1.7rem;
    height: 2.3rem;
}

.picture-list2 li .text {
    padding: .2rem 0 0;
    width: calc(100% - 2.2rem);
}

.picture-list2 li .text .title {
    font-size: .2rem;
}

.picture-list2 li .text .more {
    margin: .2rem 0;
    font-size: .16rem;
    color: #015198;
}

.picture-list2 li .text .info {
    font-size: .16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .75rem;
}

.picture-list2 li .img-scale {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.picture-list2 li:hover {
    -webkit-transform: translate(8px, 8px);
    -moz-transform: translate(8px, 8px);
    -o-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
}

.picture-list2 li:hover .img-scale {
    -webkit-box-shadow: -6px -6px 0px 0px #1a5fa2;
    -moz-box-shadow: -6px -6px 0px 0px #1a5fa2;
    -o-box-shadow: -6px -6px 0px 0px #1a5fa2;
    box-shadow: -6px -6px 0px 0px #1a5fa2;
}

.picture-list2 li:hover .img-scale .title {
    color: #015198;
}

/**/
.teach-list .item {
    padding: .15rem 0;
}

.teach-list .item h3 {
    margin: 0 0 .1rem;
    font-size: 0.17rem;
    font-weight: 700;
    line-height: 0.5rem;
    color: #015198;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.teach-list .item ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1; padding: 0 .15rem;
}

.teach-list .item ul li a {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #666;
    text-align: left;
}

.teach-list .item ul li a:hover {
    color: #015198;
    border-bottom: 1px solid #015198;
}

.teach-list2 {
}

.teach-list2 li {
    padding: .2rem 0;
    border-bottom: 1px solid #ddd;
}

.teach-list2 li .img-frame {
    width: 1.8rem;
    height: 2.5rem;
}

.teach-list2 li .img {
    width: 100%;
    height: 100%;
}

.teach-list2 li .img img {
    display: none;
}

.teach-list2 .text {
    width: calc(100% - 2.2rem);
    padding: .15rem;
}

.teach-list2 .text h3 {
    font-size: .18rem;
    line-height: .32rem;
    color: #000;
}

.teach-list2 .text .info {
    text-indent: .3rem;
    margin: .15rem 0 0;
    font-size: .15rem;
    line-height: .3rem;
    color: #666;
}

.article h1 {
    margin: .2rem 0 .2rem;
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.35rem;
    color: #333;
    text-align: center;
}

.article .sub {
    padding: .1rem 0;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: #888;
    text-align: center;
    background: #f6f6f6;
}

.article .content {
    margin: .2rem 0 .4rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #000;
    text-align: left;
    font-family: '宋体';
}

.article .content p {
    margin: 0 0 .15rem;
}

.article .content table, .article .content img, .article .content video, .article .content iframe {
    max-width: 100%;
}

.article .content table p {
    margin: 0;
}
.article .content .table-box {
overflow-x: auto;
}
.article .content .table-box table { min-width: 750px; }
.article .cont-page {
    border-top: 1px solid #ddd;
    padding: .2rem 0 0;
}

.article .cont-page a {
    padding: .1rem 0;
    display: block;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #666;
    text-align: left;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.article .cont-page a span {
    font-weight: 700;
}

.article .cont-page a:hover {
    color: #015198;
    padding-left: 10px;
    background: #f6f6f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#page-list {
    font-family: Arial;
    text-align: center;
    margin: 10px 0 0px;
}

#page-list .p_pages a,#page-list span {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 5px;
}

#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d {
    padding: 10px 12px;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #428bca;
}

#page-list .p_pages .p_no_d, #page-list a:hover {
    background: #015198;
    font-weight: bold;
    color: #fff;
    border-color: #015198;
}

#page-list .p_t {
    padding: 0 25px 0 0;
    color: #777;
}

#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d {
    display: inline-block;
}

#page-list .p_pages span {
    color: #aaa;
}

@media screen and (max-width: 1450px) {
    html, body {
        font-size: 94px;
    }

    .container {
        width: 980px;
    }

    .head-layer3 img {
        height: 378px;
    }

    .logo {
        margin: 8px 0 0;
        width: 26%;
    }

    .logo img {
        height: auto;
    }

    .nav li {
        padding: 0;
    }

    .nav li a {
        padding: 0 4px;
        line-height: .7rem;
    }

    .nav li dl {
        left: 0;
    }

    .xyxw-slick .slick-arrow.slick-prev {
        left: 34%;
    }

    .xyxw-slick .slick-arrow.slick-next {
        right: 34%;
    }

    .xgzx ul li .text .title {
        font-size: .18rem;
    }

    .xgzx ul li .text .info {
        font-size: .12rem;
        -webkit-line-clamp: 3;
        max-height: .75rem;
    }

    .jzsjz-img-slick .img {
        height: 5rem;
    }

    .jzsjz-img-slick .slick-dots {
        padding: .3rem 0 .4rem;
    }

    .jzsjz-text-slick {
        top: 8%;
        height: 3.8rem;
    }

    .footer .container > .fl {
        padding-right: 5%;
    }

    .footer .container > .fr {
        padding-left: 5%;
    }

    .yqlj ul li a {
        font-size: .12rem;
    }

    .second-column li {
        padding: 0 .15rem;
    }
}

@media screen and (max-width: 1024px) {
    html, body {
        font-size: 90px;
    }

    .copy {
        text-align: center;
    }

    .head-layer3 img {
        height: 295px;
    }

    .copy h6 {
        display: inline-block;
    }

    .container {
        width: 750px;
    }

    .xgzx ul li.even .text, .xgzx ul li.odd .text {
        padding: 5%;
    }

    .logo {
        margin: 8px 0 5px;
        width: 70%;
        max-width: 305px;
    }
.sidebar > .fr {width: 100%;margin: 0;}
    .logo img {
        width: auto;
        height: 50px;
    }

    .search input {
        width: 2rem !important;
        padding: 0 5px;
    }
.second-column li a.cur::after { display: none; }
    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 99;
        width: 100%; height: calc(100% - 1.1rem); overflow-y: auto;
        padding: 0 11.5% .5rem;
        background: #fff;
        -webkit-transition: all 0.35s ease 0s;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        opacity: 0;
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
        visibility: hidden;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2) inset;
    }
    .place {float: none;border-bottom: 1px solid #ddd;line-height: .24rem;padding: .2rem 0 .12rem .15rem;color: #666;font-size: .16rem;}
.place a { color: #666; }
    .second-column li {width: 100%;float: none;padding: 0 .25rem;}
    .nav.show {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }
    .xgzx ul li .img-scale { height: auto; padding: 0; }
.xgzx ul li.odd .text, .xgzx ul li.even .img { position: static; opacity: 1; transform: scale(1); visibility: visible; }
    .xgzx ul li .line { display: none; }
    .xgzx ul li .text { position: static; background: none !important; }
    .xgzx ul li .img {position: static;height: 25vw;}
    .xgzx ul li .title { color: #333 !important; font-weight: 700;text-align: center }
    .xgzx ul li .info { color: #666 !important; }
    .xgzx ul li .text .more2 { color: #015198; }
    .xgzx ul li.even .img::after { display: none; }
    .head-layer3.decoration img { height: 25vw; object-fit: cover; }
    .nav li {
        float: none;
        border-bottom: 1px dashed #ccc;
    }
.info, .xgzx ul li .text .info { font-size: .14rem; }
    .nav li.show > a {
        font-weight: 700;
        color: #015198 !important;
    }

    .nav li.show .second-icon {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav li a {
        font-size: .18rem;
        padding-left: .05rem;
        line-height: .6rem;
        color: #333 !important;
        text-align: left;
        background: transparent !important;
    }

    .nav li .second-icon {
        display: block;
    }

    .nav .second-nav {
        display: none;
        width: 100%;
        min-width: 100%;
        padding: .02rem 0 .1rem;
        position: static;
        visibility: visible;
        background: #015198;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .nav .second-nav dd {
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    .nav .second-nav a {
        padding-left: .22rem;
        font-size: .16rem;
        line-height: .28rem;
        color: #fff !important;
    }

    .nav .second-nav:after {
        display: none;
    }

    .btn {
        display: inline-block;
        *display: inline;
        *zoom: 1; }

    .xyxw-slick {
        width: 100%;
    }

    .xyxw-slick .img-frame {
        height: 5.1rem; margin-bottom: .1rem;
    }

    .xyxw-slick .slick-dots {
        top: 5.25rem;
    }
.title { font-size: .18rem; }
    .xyxw-slick .slick-arrow {
        top: 5.17rem;
    }

    .xyxw-slick .title {
        padding: .1rem 0 0; text-align: center; font-weight: 700;
    }

    .xyxw .list {
        width: 100%;
        margin: .3rem 0 0;
    }

    .xgzx ul li {
        width: 50%;
        margin: 0 0 .2rem;
        vertical-align: top;
    }

    .jzsjz-img-slick .img {
        height: 4rem;
    }

    .jzsjz-text-slick {
        top: 8%;
        height: 3.2rem;
    }

    .jzsjz-text-slick .title {
        margin: .12rem 0;
    }
.column { margin-bottom: .2rem; }
    .column h3 { font-size: .27rem; line-height: .46rem }
    .jzsjz-text-slick .info {
        margin: 0;
    }

    .footer .container > .fl {
        width: 100%;
        padding-right: 0%;
        border: none;
    }

    .footer .container > .fr {
        width: 100%;
        padding-left: 0%;
    }

    .foot-logo {
        text-align: center;
    }

    .foot-logo img {
        width: auto;
        max-width: 100%;
    }

    .yqlj ul li a {
        font-size: .12rem;
    }

    .tzgg .tzgg-slick {
        margin: 0;
    }

    .tzgg .tzgg-slick li {
        width: calc(50% - .3rem) !important;
    }

    .position {
        border: none;
    }

    .second-column {
        display: none;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        background: #f6f6f6;
    }

    .second-column li a {
        font-size: .18rem;
    }

    .cur-column {
        display: none;
    }
.list li { padding: .15rem 0 .2rem; }
    .box-fr {
        width: 100% !important;
    }
.sidebar > .fl {width: 100%;margin: .16rem auto 0;float: none;text-align: left;}
    .column-name {
    font-size: .22rem;
    padding: .12rem .2rem;
    }

    .list2 li .title {
        width: calc(100% - 110px);
    }
}

@media screen and (max-width: 768px) {

    .container {
        width: 100%;
        padding: 0 .12rem;
    }

    .nav {
        padding: 0 .12rem .4rem;
    }

    .xyxw-slick .img-frame {
        height: 4.1rem;
    }

    .xyxw-slick .slick-dots {
        top: 4.25rem;
    }

    .xyxw-slick .slick-arrow {
        top: 4.17rem;
    }

    .xgzx ul li {
        padding: 0 .1rem;
        width: 100%;
    }

    .QR-code img { width: 1.7rem; }

.xgzx ul li .img { height: 50vw; }
    .xgzx ul li .text { padding: .15rem 0 !important; }
    .xgzx ul li .info { margin: .17rem 0 !important; }
    .jzsjz-img-slick {
        width: 100%;
    }

    .jzsjz-img-slick .slick-dots {
        display: none !important;
    }

    .jzsjz-text-slick {
        width: 100%;
        margin: -1rem 0 .4rem;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(1, 81, 152, 0.8);
    }

    .picture-list2 li {
        padding: .15rem 0;
    }

    .picture-list2 li .img-frame {
        width: 1.4rem;
        height: 1.8rem;
    }

    .picture-list2 li .text {
        padding: .14rem 0 0;
        width: calc(100% - 1.7rem);
    }

    .picture-list2 li .text .more {
        margin: .06rem 0;
        font-size: .14rem;
    }

    .picture-list2 li .text .info {
        font-size: .14rem;
    }
}

@media screen and (max-width: 580px) {
    .xyxw .list li {
        width: 100%;
        margin: 0 !important;
    }

    .tzgg .tzgg-slick {
        margin: 0;
    }

    .head-layer3 img {
        height: 195px;
    }

    .tzgg .tzgg-slick li {
        margin: 0 !important;
        width: 100% !important;
    }

    .xgzx ul li, .yqlj {
        width: 100%;
    }


    .xgzx ul li, .yqlj, .footer .container > .fr > .fr {
        width: 100%;
    }

    .kslj {
        margin: .2rem 0 0;
    }

    .btn {
        margin: 20px 0 0;
    }

    .btn .nav-btn {
        width: .32rem;
    }

    .column h3 {
        font-size: .26rem
    }

    .head-layer1 {
        padding: .03rem 0 0;
    }

    .footer {
        padding: .1rem 0 .4rem;
    }

    .teach-list2 li .img-frame {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .teach-list2 li .img {
        background: none;
    }

    .teach-list2 li .img img {
        display: inline-block;
        max-width: 100%;
    }

    .teach-list2 .text {
        width: 100%;
    }

    
}

@media screen and (max-width: 450px) {
    .btn {
        margin: 15px 0 0;
    }

    .xyxw-slick .img-frame {
        height: 3.1rem;
    }

    .xyxw-slick .slick-dots {
        top: 3.25rem;
    }

    .xyxw-slick .slick-arrow {
        top: 3.17rem;
    }
}