@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}






.message,
.messageleader {
  width: 100%;
  padding: 0px 0rem 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.message .pic,
.messageleader .pic {
  overflow: hidden;
  position: relative;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  background: url(../images/laederbg.png) no-repeat left top;
  background-size: 90% 98%;
  margin-right:45px;
}
.message .pic img,
.messageleader .pic img {
  width: 3rem;
  height: auto;
  max-height: 4.06rem;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.message .pic:hover img,
.messageleader .pic:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.message .des,
.messageleader .des {
  width: calc(100% - 4rem);
  position: relative;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666666;
  padding-top: 0.8rem;
}
.message .des p,
.messageleader .des p {
  margin-bottom: 0.3rem;
  text-indent: 2em;
  text-align: justify;
}
.message .des .messagedes,
.messageleader .des .messagedes {
  margin-bottom: 0.8rem;
}
.message .des .messagedes p img,
.messageleader .des .messagedes p img {
  display: inline-block;
  vertical-align: top;
  margin-left: -0.3rem;
}
.message .des .LDimg,
.messageleader .des .LDimg {
  width: 0.79rem;
  height: 0.73rem;
  position: relative;
  z-index: -1;
}
.message .des .qianming,
.messageleader .des .qianming {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.message .des .qianming img,
.messageleader .des .qianming img {
  width: 1.44rem;
  height: 0.71rem;
}
.message .des .qianming p,
.messageleader .des .qianming p {
  font-size: 0.16rem;
  color: #000;
  padding-right: 0.1rem;
}
.message .des::before,
.messageleader .des::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 0.38rem;

  background-size: 0.79rem 0.73rem;
  width: 0.79rem;
  height: 0.73rem;
  z-index: -1;
}
.message .conA,
.messageleader .conA {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  width: 100%;
}
.message .conA p,
.messageleader .conA p {
  text-indent: 2em;
  margin-bottom: 0.1rem;
  word-wrap: break-word;
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.message .conA p img,
.messageleader .conA p img {
  display: block;
  height: auto;
  margin: 0.2rem auto 0.15rem;
  max-width: 100%;
}
.messageleader {
  padding: 0px 0rem 0.8rem 0;
}

















/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #051D4D;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: absolute;
    left: 0;
    top: .4rem;
    width: 100%;
    z-index: 9999;
    align-items: flex-end;
}

.header .logo img {
    height: .7rem;
}

.header .link {
    color: #FFF;
    font-size: .18rem;
    margin-right: .5rem;
}

.header .link a {
    color: #FFF;
}

.header .link span {
    margin: 0 .2rem;
}

.header .search-btn {
    width: .2rem;
    height: .2rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: 100%;
    margin-right: .3rem;
    cursor: pointer;
}

.header .lang {
    width: .5rem;
    line-height: .5rem;
    border: 1px #FFF solid;
    font-size: .2rem;
    color: #FFF;
    text-transform: uppercase;
    margin-right: .1rem;
}

.menu-btn {
    background: #DBB46F url(../images/menu.svg)no-repeat .2rem center;
    width: 1.4rem;
    line-height: .5rem;
    background-size: .3rem;
    text-transform: uppercase;
    padding-left: .6rem;
    color: #FFF;
    font-size: .2rem;
    cursor: pointer;
}

.nav,
.search-content {
    background: #011f5b url(../images/navbg.jpg)no-repeat center top;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
}

.nav .close,
.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: #DBB46F url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.nav ul {
    height: 100%;
}

.nav li {
    position: relative;
    border-right: 1px rgba(68, 127, 217, .3) solid;
    padding-top: 1.4rem;
    padding-right: .4rem;
    padding-left: .3rem;
    /* -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft1;
    -moz-animation-name: fadeInLeft1;
    -o-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; */
}

@keyframes louver {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

.nav li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    transition: all .3s;
    transform-origin: right top;
    animation: louver .5s linear .3s forwards;
}

.nav li>a {
    line-height: 2;
    color: #FFF;
    font-size: .24rem;
    border-bottom: 1px rgba(68, 127, 217, .3) solid;
    line-height: 2.2;
}

.nav li>a::after {
    content: '';
    position: absolute;
    height: 3px;
    width: .5rem;
    background-color: #417ed8;
    left: 0;
    bottom: -1px;
}

.nav .drop {
    width: 100%;
    z-index: 9;
    line-height: 2;
}

.nav .drop a {
    color: #f1f0f4;
    opacity: .5;
    font-size: .18rem;
    margin-top: .4rem;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 8rem;
    height: .8rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .3rem;
}

.footer {
    border-top: 4px #d7a142 solid;
    background: url(../images/f-bg.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .6rem;
    padding-bottom: .4rem;
}

.footer .logo {
    margin-right: .8rem;
}

.footer .logo img {
    height: .74rem;
}

.footer .link a {
    margin-right: .6rem;
}

.footer .link a img {
    height: .53rem;
}

.footer .link a:last-child {
    margin-right: 0;
}



.footer .info {
    color: #FFF;
    font-size: .18rem;
    margin-top: 1.5rem;
    opacity: .7;
}

.footer .info span {
    margin-right: .3rem;
}

.copyright {
    background-color: #05173c;
    padding-top: .2rem;
    padding-bottom: .2rem;
    width: 100%;
    color: #FFF;
}

.copyright a {
    color: #FFF;
}

.copyright .text {
    opacity: .5;
    line-height: .4rem;
}

.copyright .text>div:first-child {
    margin-right: .3rem;
}

.copyright .sns .icon {
    width: .36rem;
}

.copyright .sns .icon img {
    width: 100%;
}

.copyright .sns .wx {
    margin-right: .2rem;
}

.copyright .sns .erwma {
    background-color: #FFF;
    padding: 5px;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: .4rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}

.copyright .sns .erwma img {
    width: 100%;
}

.copyright .link {
    border: 1px rgba(255, 255, 255, .5) solid;
    width: 2.4rem;
    height: .4rem;
    margin-right: .3rem;
    cursor: pointer;
}

.copyright .link .tit {
    color: rgba(255, 255, 255, .5);
    font-size: .18rem;
    line-height: .38rem;
    padding-left: .2rem;
}

.copyright .link .tit::after {
    content: '';
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: rgba(255, 255, 255, .5);
}

.copyright .link .tit::before {
    content: '';
    position: absolute;
    right: .15rem;
    width: .1rem;
    height: .1rem;
    top: .1rem;
    border-right: 1px rgba(255, 255, 255, .5) solid;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.copyright .link .sub {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .4rem;
    background-color: #011f5b;
    line-height: 2;
    max-height: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .2rem;
    display: none;
}

.copyright .link .sub a {
    color: #FFF;
}

.copyright .link:hover .sub {
    display: block;
}
.copyright .sns .item:hover .erwma {
        display: block;
    }
@media (min-width:1025px) {
    .nav .drop a:hover {
        opacity: 1;
    }
    .copyright .sns .item:hover .erwma {
        display: block;
    }
    .copyright .link .sub a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .nav {
        overflow-y: scroll!important;
    }
    .footer .info {
        font-size: 14px;
    }
    .header {
        align-items: center;
    }
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #011f5b;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
}

@media (max-width:767px) {
    .menu-btn,
    .header .lang {
        font-size: 12px;
    }
    .header .link,
    .header .lang {
        display: none;
    }
    .header .logo img {
        height: .6rem;
    }
    .menu-btn {
        width: 1.6rem;
    }
    .header .search-btn {
        width: .4rem;
        height: .4rem;
    }
    .nav ul {
        display: block;
        padding-top: .8rem;
    }
    .nav li {
        padding-top: 0;
        border-right: 0;
        padding-right: .3rem;
    }
    .nav li>a {
        font-size: 14px;
        line-height: 60px;
    }
    .nav .drop {
        position: static;
        left: auto;
        opacity: 1;
        width: 100%;
        display: none;
        background: none;
        padding-bottom: 0;
    }
    .nav .drop a {
        font-size: 12px;
    }
    .nav .arrow {
        position: absolute;
        right: .3rem;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .search-content .content {
        width: 90%;
    }
    .search-content .content input[type='text'] {
        font-size: 14px;
    }
    .nav .close,
    .search-content .close {
        top: .3rem;
        right: .3rem;
    }
    .footer {
        background: #011f5b;
    }
    .footer .logo {
        margin-right: 0;
        width: 100%;
    }
    .footer .link {
        width: 100%;
        margin-top: .4rem;
    }
    .footer .info {
        margin-top: .4rem;
        text-align: center;
        font-size: 12px;
        line-height: 2;
    }
    .footer .info span {
        width: 100%;
    }
    .copyright .text {
        line-height: 2;
        font-size: 12px;
        text-align: center;
        margin-bottom: .3rem;
    }
    .copyright .text>div {
        width: 100%;
    }
    .copyright .con {
        width: 100%;
    }
    .copyright .link {
        width: 3.4rem;
        height: .6rem;
    }
    .copyright .link .tit {
        line-height: .58rem;
        font-size: 12px;
    }
    .copyright .link .tit::before {
        top: .2rem;
    }
}

@font-face {
    font-family: 'Canela-Regular';
    src: url(../fonts/Canela-Regular-Web.woff.ttf);
}

.pub-banner {
    overflow: hidden;
    z-index: 1;
}

.pub-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(rgba(5, 29, 77, .4), rgba(5, 29, 77, 0));
    z-index: 2;
}

.pub-banner img {
    height: 6.6rem;
}

.pub-banner .text-con {
    bottom: .6rem;
    left: 2.1rem;
    z-index: 2;
    width: 6.1rem;
    height: 2.6rem;
    position: absolute;
}

.pub-banner .text-con .en {
    color: #3276d4;
    font-family: 'Canela-Regular';
    font-size: .8rem;
    text-transform: uppercase;
}

.pub-banner .text-con .cn {
    color: #dbb46f;
    font-size: .48rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-weight: bold;
}

.pub-banner .text-con .subnav {
    width: 100%;
    margin-top: .3rem;
}

.pub-banner .text-con .subnav a {
    width: 25%;
    font-size: .22rem;
    color: #FFF;
    margin-top: .2rem;
}

.pub-banner .text-con .subnav a span {
    padding-bottom: .1rem;
}

.pub-banner .text-con .subnav .on span {
    border-bottom: 2px #f7d7a0 solid;
    color: #f7d7a0;
}

.pub-title {
    border-bottom: 1px #D8D8D8 solid;
    line-height: .5rem;
    height: auto;
    margin-top: .4rem;
    flex-wrap: wrap;
    padding: 0.2rem 0;
}

.pub-title .title {
    color: #051D4D;
    font-size: .36rem;
    /* font-weight: 550; */
}

.crumb {
    font-size: .2rem;
}

.pb {
    padding-bottom: 1rem;
}

.bg1 {
    background: url(../images/bg1.png)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 1rem;
}

.bg2 {
    background: url(../images/bg2.png)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 1rem;
}

.bg3 {
    background: url(../images/bg3.png)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 1rem;
}

.bg4 {
    background: url(../images/bg4.png)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 1rem;
}

.bg5 {
    background: url(../images/bg11.jpg)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 3rem;
}


/* 详情 */

.details {
    margin-top: .7rem;
}

.details .info-con {
    background-color: #F4F8FB;
    padding: .3rem .2rem;
}

.details h1 {
    font-size: .28rem;
    font-weight: 500;
}

.details .info {
    color: #666;
    margin-top: .3rem;
}

.details .info .click {
    padding-left: .3rem;
    background: url(../images/click.svg)no-repeat left center;
    background-size: .2rem;
    margin-left: .4rem;
}

.details .body {
    color: #666;
    line-height: 1.8;
}

.details .body p {
    text-indent: .32rem;
    margin-top: .3rem;
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
}

.details .text {
    margin-top: .4rem;
    line-height: 2;
    color: #666;
}

.details .prev-next {
    border-top: 3px #DBB46F solid;
    margin-top: .4rem;
    padding-top: .4rem;
}

.details .prev-next a {
    width: 1rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #FFF;
    border: 1px #D8D8D8 solid;
    line-height: .4rem;
    font-size: .18rem;
    margin-right: .3rem;
}


/* 图文 */

.image-list .item {
    padding: .4rem.3rem;
    border-bottom: 1px #D8D8D8 solid;
}

.image-list .item .pic {
    width: 4rem;
    height: 2.5rem;
    overflow: hidden;
    margin-right: .4rem;
}

.image-list .item .text-con {
    padding-top: .3rem;
}

.image-list .item .date {
    color: #051D4D;
}

.image-list .item .tit {
    font-size: .2rem;
    margin-top: .1rem;
    font-weight: bold;
}

.image-list .item .des {
    color: #666;
    line-height: 1.8;
    margin-top: .2rem;
}

.image-list .item .more {
    margin-top: .3rem;
    color: #666;
}


/* page */

.page {
    margin-top: .8rem;
}

.page a,
.page span {
    line-height: .3rem;
    width: .3rem;
    border: 1px #979797 solid;
    margin: 0 .1rem;
}

.page .prev,
.page .next {
    height: .3rem;
    background-color: #051D4D;
    width: .8rem;
    border: 0;
}

.page .prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .14rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .next::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .14rem;
}

.page .on {
    background-color: #DBB46F;
    color: #FFF;
    border-color: #DBB46F;
}


/* 文字列表 */

.text-list .item {
    padding: .4rem .3rem;
    border-bottom: 1px #D8D8D8 solid;
}

.text-list .item .date {
    width: .9rem;
    height: .9rem;
    overflow: hidden;
    background-color: #F4F8FB;
    margin-right: .4rem;
    padding-top: .1rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.text-list .item .date span {
    color: #051D4D;
    font-size: .36rem;
    font-weight: bold;
}

.text-list .item .date span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 2px;
    background-color: #DBB46F;
    width: .2rem;
}

.text-list .item .tit {
    font-size: .2rem;
    /* font-weight: 550; */
}

.text-list .item .des {
    color: #666;
    margin-top: .1rem;
    line-height: 1.8;
}


/* 文字1 */

.submenu {
    margin-top: .6rem;
    margin-bottom: .4rem;
}

.submenu a {
    width: 2.9rem;
    height: .77rem;
    background-color: #F4F8FB;
    font-size: .3rem;
    line-height: .77rem;
}

.submenu a.on {
    background-color: #05173c;
    color: #E9AF6A;
}

.text-list1 .item {
    padding: .3rem;
    line-height: 1.8;
    border-bottom: 1px #D8D8D8 dashed;
    font-size: .2rem;
}

.text-list1 .item .tit {
    min-width: 0;
    padding-left: .4rem;
    margin-right: .3rem;
}

.text-list1 .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 7px transparent solid;
    border-bottom: 7px transparent solid;
    border-left: 10px #7F7C7C solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* 科研 */

.keyan .item {
    margin-top: .4rem;
}

.keyan .item .title {
    height: .6rem;
    width: 6.4rem;
    background: url(../images/tbg2.png)no-repeat center;
    background-size: cover;
    line-height: .6rem;
    color: #FFF;
    padding-left: .3rem;
    font-size: .24rem;
}

.keyan .item ul {
    padding-left: .25rem;
    padding-right: .25rem;
}

.keyan .item li {
    width: 32%;
    margin-right: 2%;
    margin-top: .4rem;
    line-height: .6rem;
    background-color: #F4F8FB;
    padding-right: .8rem;
    padding-left: .4rem;
}

.keyan .item li a {
    color: #666;
}

.keyan .item li:nth-of-type(3n) {
    margin-right: 0;
}

.keyan .item li::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: .6rem;
    background: url(../images/arrow1.svg)no-repeat left center;
    background-size: .22rem;
    right: 0;
}

.keyan .item .tit {
    font-size: .2rem;
    font-weight: bold;
    color: #051D4D;
    margin-top: .4rem;
    padding-left: .2rem;
}

.keyan .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    height: .2rem;
    background-color: #051D4D;
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}


/* 大事件 */

.dashi {
    margin-left: 3.1rem;
}

.dashi ul {
    z-index: 1;
    overflow: hidden;
    padding-bottom: .4rem;
}

.dashi ul::after {
    content: '';
    position: absolute;
    left: 2.4rem;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #D8D8D8;
    z-index: -1;
}

.dashi li {
    margin-top: .4rem;
}

.dashi .date {
    font-family: 'SourceHanSerifCN-Bold';
    width: 1.1rem;
    height: 1.1rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #DBB46F solid;
    font-size: .3rem;
    z-index: 1;
    margin-right: 1.3rem;
}

.dashi .date::after {
    content: '';
    position: absolute;
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #DBB46F;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.dashi .date span {
    z-index: 9;
    color: #FFF;
}

.dashi .date::before {
    content: '';
    position: absolute;
    right: -.9rem;
    top: 50%;
    height: 1px;
    background-color: #DBB46F;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .9rem;
}

.dashi .tit {
    padding-left: .4rem;
    font-size: .28rem;
    z-index: 3;
    min-width: 0;
}

.dashi .tit::before {
    content: '';
    position: absolute;
    left: -.11rem;
    top: 50%;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px #DBB46F solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #FFF;
}


/* 历史 */

.histroy {
    margin-top: .6rem;
}

.histroy ul {
    z-index: 1;
    overflow: hidden;
}

.histroy ul::after {
    content: '';
    position: absolute;
    left: 4.1rem;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 1px #979797 solid;
    opacity: .4;
    z-index: -1;
}

.histroy li {
    margin-bottom: .6rem;
}

.histroy li .date {
    width: 3.5rem;
    height: 1rem;
    background: url(../images/tbg3.png)no-repeat center;
    background-size: cover;
    line-height: 1rem;
    font-size: .4rem;
    font-weight: bold;
    color: #814A03;
    margin-right: 1.3rem;
}

.histroy li .date::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px transparent solid;
    border-bottom: 8px transparent solid;
    border-left: 8px #DBB46F solid;
}

.histroy li .text {
    height: 1.1rem;
    background: url(../images/tbg4.png)no-repeat left bottom;
    background-size: 100% 100%;
    font-size: .2rem;
    padding-left: .5rem;
}

.histroy li .text::before {
    content: '';
    position: absolute;
    width: .4rem;
    height: 1px;
    background-color: #979797;
    opacity: .4;
    left: -.5rem;
    top: 50%;
}

.histroy li .text::after {
    content: '';
    position: absolute;
    width: .2rem;
    height: .2rem;
    background-color: #FFF;
    left: -.83rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: 3px #DBB46F solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.histroy .text-content {
    margin-top: .6rem;
    background-color: #FFF;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    padding: .6rem 1rem;
    min-height: 3.4rem;
}

.histroy .text-content::before {
    content: '';
    position: absolute;
    right: -.2rem;
    top: -.2rem;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #DBB46F;
    z-index: -1;
}

.histroy .text-content .item {
    width: 45%;
}

.histroy .text-content .tit {
    font-size: .28rem;
}

.histroy .text-content .txt {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .2rem;
}

.histroy .text-content .txt a {
    margin-right: .25rem;
    margin-top: .1rem;
}


/* 退休教师 */

.teacher {
    margin-bottom: 2rem;
}

.teacher .screen {
    text-transform: uppercase;
    font-size: .26rem;
    margin-top: .4rem;
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: .4rem;
}

.teacher .screen a {
    margin-top: .2rem;
    opacity: .6;
}

.teacher li {
    background-color: #F4F8FB;
    margin-top: .4rem;
    padding: .2rem .4rem;
}

.teacher li .zimu {
    font-size: .36rem;
    color: #051D4D;
    text-transform: uppercase;
    border-bottom: 3px #DBB46F solid;
    line-height: 1.8;
}

.teacher li .name {
    font-size: .2rem;
    flex-wrap: wrap;
}

.teacher li .name a {
    margin-right: .3rem;
    margin-top: .2rem;
}


/* 学院愿景 */

.yuanjing .item {
    margin-top: .7rem;
}

.yuanjing .item .tit {
    width: 1.4rem;
    min-height: 3rem;
    background: #DBB46F url(../images/tbg5.png)no-repeat center bottom;
    background-size: cover;
    font-size: .4rem;
    font-weight: bold;
    color: #FFF;
}

.yuanjing .item .text-con {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: .2rem .7rem;
}

.yuanjing .item .text-con .tit1 {
    font-size: .3rem;
    color: #051D4D;
    margin-top: .1rem;
}

.yuanjing .item .text-con .tit1:nth-child(1) {
    margin-top: 0;
}

.yuanjing .item .text-con .txt {
    font-size: .26rem;
    line-height: 1.8;
    margin-top: .1rem;
}

.yuanjing .item:nth-child(1) .text-con {
    background-image: url(../images/tbg6.png);
}

.yuanjing .item:nth-child(2) .tit {
    order: 2;
}

.yuanjing .item:nth-child(2) .text-con {
    background-image: url(../images/tbg7.png);
    order: 1;
    text-align: right;
}

.yuanjing .item:nth-child(3) .text-con {
    background-image: url(../images/tbg8.png);
}


/* 人才 */

.rencai .item {
    margin-top: .6rem;
    background: url(../images/tbg9.png)no-repeat right bottom;
    background-size: cover;
    height: 1.85rem;
    overflow: hidden;
    padding: 0 .2rem;
    width: 32%;
    margin-right: 2%;
}

.rencai .item:nth-of-type(3n) {
    margin-right: 0;
}

.rencai .item .pic {
    width: 1.15rem;
    height: 1.55rem;
    overflow: hidden;
    margin-right: .3rem;
}

.rencai .item .name {
    font-size: .24rem;
    line-height: 2;
    border-bottom: 1px #D8D8D8 solid;
    margin-top: .3rem;
}

.rencai .item .name::after {
    content: '';
    position: absolute;
    left: .15rem;
    bottom: -1px;
    width: .4rem;
    height: 2px;
    background-color: #DBB46F;
}


/* 学科分布 */

.fenbu .content {
    margin-top: .9rem;
}

.fenbu .th {
    background-color: #051D4D;
    color: #E9AF6A;
    font-size: .24rem;
    height: .75rem;
    line-height: .75rem;
}

.fenbu .th>div::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #FFF;
    opacity: .4;
}

.fenbu .th>div:last-child:after {
    display: none;
}

.fenbu .w4 {
    width: 4rem;
}

.fenbu .w5 {
    width: 5.5rem;
}

.fenbu .td {
    padding: .2rem 0;
    font-size: .2rem;
    line-height: 1.8;
}

.fenbu .td:nth-child(even) {
    background-color: #F4F8FB;
}

.fenbu .td div::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #979797;
    opacity: .3
}

.fenbu .td div:last-child:after {
    display: none;
}

.fenbu .td .t2 {
    padding-left: .7rem;
}

.fenbu .td .t2 span {
    margin-right: .5rem;
    min-width: 1rem;
}

.fenbu .td .t2 span:nth-child(even) {
    margin-right: 0;
}

.fenbu .txt {
    font-size: .2rem;
    background: url(../images/icon.png)no-repeat left center;
    background-size: .16rem;
    border-top: 10px #DBB46F solid;
    padding-top: .3rem;
    padding-bottom: .3rem;
    margin-top: .4rem;
    padding-left: .2rem;
}


/* 机构设置 */

.pingtai .con {
    width: 48%;
}

.pingtai .con .item {
    margin-bottom: .5rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    background-color: #FFF;
    padding-bottom: .5rem;
}

.pingtai .con .item:last-child {
    margin-bottom: 0;
}

.pingtai .con .title {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .24rem;
    color: #814a03;
    font-weight: bold;
    background: url(../images/tbg10.png)no-repeat right bottom;
    background-size: cover;
    padding-left: .5rem;
}

.pingtai .con .text-con {
    padding: 0 .5rem;
}

.pingtai .con .text-con a {
    border-bottom: 1px #D8D8D8 solid;
    background: url(../images/arrow3.svg)no-repeat right center;
    background-size: .16rem;
    font-size: .22rem;
    line-height: .8rem;
}

.pingtai .card {
    margin-bottom: .4rem;
}

.pingtai .card:last-child {
    margin-bottom: 0;
}

.pingtai .card .sub {
    margin-bottom: .3rem;
    padding-top: .2rem;
}

.pingtai .card .sub li {
    background: url(../images/arrow1.svg)no-repeat left center;
    background-size: .14rem;
    width: 49%;
    margin-right: 2%;
    padding-left: .25rem;
}

.pingtai .card .sub li:nth-child(even) {
    margin-right: 0;
}

.pingtai .card .sub li a {
    border-bottom: 0;
    background: none;
    font-size: .16rem;
    line-height: .71rem;
}


/* 学院领导 */

.leader {
    background: url(../images/bg5.png)no-repeat center top;
    background-size: 100%;
}

.leader .content {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}

.leader .item {
    margin-top: .7rem;
    width: 49%;
    margin-right: 2%;
}

.leader .item:nth-child(even) {
    margin-right: 0;
}

.leader .item .tit {
    background-color: #f4f8fb;
    width: 2.6rem;
    height: .65rem;
    line-height: .65rem;
    font-size: .24rem;
    font-weight: bold;
    color: #051D4D;
    padding-left: .3rem;
}

.leader .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: .36rem;
    background-color: #e8b16a;
}

.leader .item .con {
    margin-top: .3rem;
}

.leader .item .pic {
    width: 1.2rem;
    height: 1.6rem;
    overflow: hidden;
}

.leader .item .text-con {
    padding: .35rem 0;
}

.leader .item .name-con {
    border-bottom: 1px #e0e0e0 solid;
    align-items: flex-end;
    padding-bottom: .1rem;
}

.leader .item .name-con .name span {
    font-size: .22rem;
    font-weight: bold;
    color: #05173c;
    margin-right: .2rem;
}

.leader .item .name-con .name span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e8b16a;
    bottom: -.12rem;
}

.leader .item .name-con .more {
    text-transform: uppercase;
    color: #05173c;
}

.leader .item .text-con {
    padding: .3rem;
}

.leader .item .des {
    margin-top: .2rem;
    opacity: .8;
}

.leader .item.first {
    width: 100%;
    margin-right: 0;
}

.leader .item.first .con {
    background: #FFF url(../images/tbg11.png)no-repeat right bottom;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    background-size: cover;
}

.leader .item.first .pic {
    width: 1.85rem;
    height: 2.55rem;
}

.leader .item.first .text-con {
    padding: .4rem;
}

.leader .item.first .name-con {
    border-bottom: 1px #e8b16a solid;
}


/* 系及专业修改 */

.xi {
    background: url(../images/bg6.jpg)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 2rem;
}

.xi .tit {
    margin-left: auto;
    margin-right: auto;
    width: 3.4rem;
    height: .76rem;
    background-color: #dbb46f;
    color: #814a03;
    font-size: .24rem;
    line-height: .76rem;
    margin-top: .8rem;
}

.xi ul {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    margin-top: .2rem;
    padding-top: .4rem;
    overflow: hidden;
}

.xi ul::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border-left: 1px solid #e8b16a;
}

.xi ul::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    z-index: 4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #e8b16a;
}

.xi li {
    margin-bottom: .9rem;
}

.xi li .text {
    width: 3.3rem;
    line-height: .65rem;
    background-color: #f4f8fb;
    border: 1px #e8b16a solid;
    font-size: .2rem;
}

.xi li .text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2.2rem;
    width: 2rem;
    height: 1px;
    background-color: #e8b16a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.xi li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #e8b16a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.xi li:nth-child(even) {
    justify-content: flex-end;
}

.xi li:nth-child(even) .text::after {
    right: auto;
    left: -2.2rem;
}

.xi li:nth-child(even) .text::before {
    right: auto;
    left: -2.37rem;
}


/* 在职教师 */

.duiwu {
    margin-top: .8rem;
}

.sidebar {
    width: 3.1rem;
    margin-right: .7rem;
    background-color: #f4f8fb;
}

.sidebar a {
    padding-left: .5rem;
    font-size: .2rem;
    line-height: .76rem;
}

.sidebar .on {
    background-color: #e8b16a;
    color: #814A03;
}

.duiwu .screen {
    text-transform: uppercase;
    font-size: .24rem;
    opacity: .6;
    margin-top: -.2rem;
}

.duiwu .screen::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #e5e8ee;
    right: .35rem;
}

.duiwu .screen a {
    margin-right: .35rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.duiwu .screen a:hover,.duiwu .screen a.hover {
    color: #e8b16a;
}

.duiwu .search {
    width: 3.6rem;
    height: .6rem;
}

.duiwu .search input[type='text'] {
    border: 1px #cbc9c9 solid;
    border-right: 0;
    font-size: .2rem;
}

.duiwu .search input[type='submit'] {
    width: .6rem;
    background: #011f5b url(../images/search1.png)no-repeat center;
    background-size: .25rem;
}

.duiwu li {
    margin-top: .35rem;
    background-color: #f4f8fb;
    width: 31.3%;
    margin-right: 3%;
    height: .8rem;
}

.duiwu li:nth-of-type(3n) {
    margin-right: 0;
}

.duiwu li a {
    width: 100%;
    height: 100%;
    font-size: .2rem;
}

.duiwu li:hover {
    background: url(../images/tbg12.png)no-repeat center bottom;
    background-size: cover;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
}

.xz {
    background-size: 65%;
}


/* 关于 */

.about {
    background: url(../images/bg7.jpg)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 1.1rem;
}

.about .content {
    margin-top: .6rem;
}

.about .tit {
    font-size: .6rem;
    font-weight: bold;
    color: #05173c;
    margin-bottom: 1rem;
}

.about .tit::after {
    content: 'since1982';
    position: absolute;
    left: 0;
    bottom: -1.7rem;
    color: #e9c181;
    opacity: .3;
    font-family: 'Canela-Regular';
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 7px;
    font-weight: normal;
}

.about .text {
    font-size: .2rem;
    line-height: 1.6;
    z-index: 2;
    opacity: .8;
}

.about .text p {
    text-indent: .4rem;
    margin-top: .3rem;
    text-align: justify;
}

.about .pic1 {
    width: 7.6rem;
    margin-left: .6rem;
    margin-top: 0.1rem;
}

.about .pic1 img,
.about .pic2 img {
    width: 100%;
}

.about .num-con {
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.about .num-con .item {
    margin-top: .4rem;
}

.about .num-con .num {
    font-family: 'Canela-Regular';
    color: #dea84d;
    font-size: .2rem;
    margin-left: auto;
    margin-right: auto;
    min-width: .6rem;
    max-width: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
}

.about .num-con .num span {
    font-size: .72rem;
}

.about .num-con .item:nth-child(1) .num::after {
    content: '+';
    position: absolute;
    top: 0;
    font-size: .3rem;
}

.about .num-con .txt {
    color: #04225d;
    font-size: .18rem;
}

.about .pic2 {
    width: 7.7rem;
    margin-right: .7rem;
}

.about img {
    max-width: 100%;
}

.about .txt-con {
    margin-top: .8rem;
}


/* home */

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-pagination {
    bottom: 1.1rem;
}

.banner .swiper-pagination-bullet {
    width: .3rem;
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e6b561 solid;
    background: none;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #e6b561;
}

.home1 {
    background: url(../images/bg5.png)no-repeat center bottom;
    width: 100%;
}

.home-tool {
    box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .1);
    z-index: 2;
    margin-top: -.65rem;
}

.home-tool .item {
    height: 1.3rem;
    width: 14.28%;
    background-image: linear-gradient(90deg, #FFF, #f0f8ff);
    padding-left: .55rem;
    overflow: hidden;
    padding-top: .4rem;
}

.home-tool .item .cn {
    font-size: .24rem;
}

.home-tool .item .cn span {
    width: .2rem;
    background: url(../images/arrow4.png)no-repeat right center;
    background-size: 100%;
    margin-left: .1rem;
}

.home-tool .item .en {
    font-size: 14px;
    opacity: .5;
}

.home-title .cn {
    font-size: .48rem;
    color: #00356b;
    font-weight: bold;
    z-index: 2;
    padding-top: .1rem;
}

.home-title .en {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'SourceHanSerifCN-Bold';
    color: #011f5b;
    opacity: .08;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-title .more {
    border: 1px #e2ba75 solid;
    text-transform: uppercase;
    line-height: .5rem;
    padding: 0 .3rem;
    color: #011f5b;
    position: absolute;
    right: 0;
    bottom: .1rem;
}

.home-title .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: .9rem;
    height: 2px;
    background-color: #d7a142;
}

.home-news {
    margin-top: .8rem;
}

.home-news .content {
    margin-top: .7rem;
}

.home-news .focus {
    width: 7.4rem;
    overflow: hidden;
    margin-right: .9rem;
}

.home-news .focus .pic {
    width: 100%;
    height: 4.1rem;
    overflow: hidden;
}

.home-news .focus .tit {
    margin-top: .2rem;
    font-size: .24rem;
    font-weight: bold;
}

.home-news .focus .des {
    opacity: .7;
    margin-top: .15rem;
    font-size: .18rem;
}

.home-news .focus .date {
    font-size: .18rem;
    color: #d7a142;
    margin-top: .1rem;
}

.home-news .focus .swiper-pagination {
    bottom: 1.4rem;
    text-align: right;
    padding-right: .2rem;
}

.home-news .focus .swiper-pagination-bullet {
    width: .3rem;
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #FFF solid;
    background: none;
    opacity: 1;
}

.home-news .focus .swiper-pagination-bullet-active {
    background-color: #FFF;
}

.home-news li {
    border-bottom: 1px #ebebeb solid;
}

.home-news li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 1rem;
    height: 4px;
    background-color: #b2b2b2;
}

.home-news li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    z-index: 2;
    transition: all .5s;
    border-bottom-color: #e2ba75;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #e6b561;
}

.home-news li a {
    padding: .4rem 0;
}

.home-news li:first-child a {
    padding-top: 0;
}

.home-news li .date {
    width: 1rem;
    color: #b2b2b2;
    font-size: 12px;
}

.home-news li .date span {
    font-weight: bold;
    font-size: .36rem;
}

.home-news li .tit {
    font-size: .2rem;
    font-weight: bold;
}

.home-news li .des {
    font-size: .18rem;
    opacity: .5;
    margin-top: .15rem;
}

.home-notice {
    margin-top: .8rem;
}

.home-notice .content {
    margin-top: .3rem;
    padding-bottom: .6rem;
    margin-left: -.2rem;
    margin-right: -.2rem;
}

.home-notice .content .swiper-container {
    padding-top: .5rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

.home-notice .content .swiper-slide {
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 4px #e6b561 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice .content .date {
    height: 1.55rem;
    width: .9rem;
    font-size: .3rem;
    color: #e6b561;
    font-weight: bold;
}

.home-notice .content .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    border-right: 1px #f7d7a1 dashed;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-notice .content .date .day {
    margin-bottom: .2rem;
}

.home-notice .content .date .day::after {
    content: '';
    position: absolute;
    width: 1px;
    height: .3rem;
    background-color: #f7d7a0;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    left: 50%;
    bottom: -.28rem;
}

.home-notice .content .text-con {
    padding: .3rem;
    font-size: .2rem;
    line-height: 1.8;
}

.home-notice .swiper-pagination {
    bottom: 0;
    text-align: center;
    width: 100%;
}

.home-notice .swiper-pagination-bullet {
    width: .3rem;
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e6b561 solid;
    background: none;
    opacity: 1;
    margin: 0 .05rem;
}

.home-notice .swiper-pagination-bullet-active {
    background-color: #e6b561;
}

.home-notice .content .swiper-slide:hover .date {
    background-color: #f7d7a1;
    color: #b77c28;
}

.home-notice .content .swiper-slide:hover .date .day::after {
    background-color: #e6b561;
}

.home-project {
    margin-top: .8rem;
}

.home-project .home-title .en {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-project .home-title .title::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-project .content {
    margin-top: .7rem;
}

.home-project .tabs span {
    font-size: .24rem;
    padding-bottom: .2rem;
    cursor: pointer;
}

.home-project .tabs .on {
    font-size: .3rem;
    color: #00356b;
}

.home-project .tabs .on::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00356b;
}

.home-project .text-content {
    background-color: #f5f9fc;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.home-project .text-content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 9.1rem;
    height: 100%;
    background-color: #011f5b;
}

.home-project .text-content .con {
    z-index: 9;
}

@keyframes leftToRight {
    0% {
        /* opacity: 0; */
        -webkit-transform: translateX(-.8rem);
        -ms-transform: translateX(-.8rem);
        transform: translateX(-.8rem)
    }
    100% {
        /* opacity: 1; */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.home-project .text-content .pic {
    width: 7.8rem;
    height: 4.9rem;
    animation: leftToRight .8s linear forwards;
}


.home-project .text-content .text-con {
    margin-right: 1.3rem;
}

.home-project .text-content .tit .cn {
    font-size: .48rem;
    color: #011f5b;
    z-index: 9;
}

.home-project .text-content .tit .en {
    font-size: .48rem;
    opacity: .1;
    font-family: 'SourceHanSerifCN-Bold';
    z-index: 1;
    margin-top: -.4rem;
}

.home-project .text-content .des {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .2rem;
    text-align: justify;
}

.home-project .text-content .more {
    line-height: .5rem;
    background-color: #05173c;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 .3rem;
    margin-top: .5rem;
}

.home-date {
    position: relative;
    /* background: url(../images/bg8.jpg)no-repeat center bottom; */
    background: url(../images/bg10.png)no-repeat center bottom;
    padding-bottom: 5.2rem;
    margin-top: 1rem;
    background-size: 100%;
    overflow: hidden;
}

@keyframes slideLine {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.slideLine {
    -webkit-animation-name: slideLine;
    animation-name: slideLine
}

.home-date i.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /* transition: .5s .3s linear; */
    animation-fill-mode: forwards;
}

.home-date .line.s1 {
    top: 2%;
    background: url(../images/line1.png) no-repeat center left;
    background-size: 16rem auto;
    /* background-position-y: 52%; */
}

.home-date .line.s2 {
    left: 22%;
    background: url(../images/line2.png) no-repeat center left;
    background-position-y: 55%;
    background-size: 13.44rem auto;
}

.home-date .line.s3 {
    left: 48%;
    background: url(../images/line3.png) no-repeat center left;
    background-size: 7.97rem auto;
    background-position-y: 59%;
}

.home-date .line.s4 {
    left: 3%;
    top: 0%;
    background: url(../images/line4.png) no-repeat center left;
    background-size: 17.68rem auto;
    background-position-y: 39%;
}

.home-date .content {
    margin-top: .4rem;
}

.home-date .content .item {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.home-date .swiper-pagination {
    bottom: 0;
    text-align: center;
    width: 100%;
}

.home-date .swiper-pagination-bullet {
    width: .3rem;
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e6b561 solid;
    background: none;
    opacity: 1;
    margin: 0 .05rem;
}

.home-date .swiper-pagination-bullet-active {
    background-color: #e6b561;
}

.home-date .content .num {
    font-family: 'Canela-Regular';
    color: #dea84d;
    font-size: .2rem;
}

.home-date .content .num span {
    font-size: .72rem;
}

.home-date .content .item .jia {
    font-size: .3rem;
}

.home-date .content .item .jia1::after {
    content: '+';
    position: absolute;
    top: 0;
    font-size: .3rem;
}

.home-date .content .txt {
    color: #04225d;
    font-size: .18rem;
}

.home-date .swiper-container {
    padding-top: .4rem;
}

.home-date .swiper-slide:nth-child(odd) {
    transform: translateY(-.4rem);
    -webkit-transform: translateY(-.4rem);
    -moz-transform: translateY(-.4rem);
    -ms-transform: translateY(-.4rem);
    -o-transform: translateY(-.4rem);
}

.home-date .swiper-slide:hover .item {
    background-color: #fcf6ed;
}

.home-date .swiper-slide:hover .item::after {
    content: '';
    position: absolute;
    left: -.1rem;
    top: -.1rem;
    right: -.1rem;
    bottom: -.1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #fcf6ed solid;
}

.home-view {
    margin-top: -1rem;
}

.home-view .content {
    margin-top: .3rem;
    margin-left: 2.1rem;
}

.home-view .swiper-container {
    padding-bottom: 1rem;
    padding-top: .5rem;
}

.home-view .swiper-slide {
    width: 4.2rem;
    padding: .3rem;
    z-index: 2;
    height: 6.9rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
}

.home-view .swiper-slide i.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.home-view .swiper-slide i.bg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    /* bottom: .8rem; */
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 7rem solid transparent;
    border-width: 0;
    transition: all 1.5s;
    background: url(../images/tbg13.png) no-repeat center center;
    background-size: 4.2rem 7.1rem;
    z-index: -1;
    background-position-y: -2rem;
}


.home-view .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: .8rem;
    width: 100%;
    background-color: #edf2f5;
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-view .swiper-slide .card {
    position: absolute;
    left: .3rem;
    right: .3rem;
    bottom: 0;
    z-index: 2;
}

.home-view .avatar-con {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    /* overflow: hidden; */
}

.home-view .avatar-con .avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* overflow: hidden; */
}

.home-view .avatar-con .avatar img {
    border-radius: 50%;
}

.home-view .name-con {
    margin-top: .2rem;
}

.home-view .name-con .name {
    font-weight: bold;
    font-size: .24rem;
}

.home-view .name-con .en {
    color: #d7a142;
    text-transform: uppercase;
    margin-top: .05rem;
    font-size: .2rem;
}

.home-view .text-con {
    background-color: #FFF;
    padding: .7rem.35rem .35rem;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.home-view .text-con::after {
    content: '';
    position: absolute;
    left: 50%;
    top: .4rem;
    height: 2px;
    width: 1.1rem;
    background-color: #d7a142;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-view .text-con .tit {
    font-size: .22rem;
    font-weight: bold;
    line-height: 1.5;
}

.home-view .text-con .des {
    font-size: .18rem;
    opacity: .7;
    margin-top: .2rem;
    line-height: 1.6;
    opacity: 0;
    height: 0;
}

.home-view .text-con .txt {
    border-top: 1px #e4e4e6 solid;
    margin-top: .3rem;
    padding-top: .2rem;
}

.home-view .text-con .txt .time {
    opacity: .5;
}

.home-view .text-con .txt>div:last-child {
    opacity: .8;
}

.home-view .swiper-pagination-progressbar {
    right: 2.1rem;
    width: auto;
    top: auto;
    bottom: .2rem;
    height: 2px;
    background-color: rgba(0, 0, 0, .1);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 4px;
    background-color: #011f5b;
    top: -1px;
}

.home-view .swiper-scrollbar {
    bottom: .3rem;
}

.home-view .swiper-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
}

.home-view .swiper-scrollbar-drag::before,
.home-view .swiper-scrollbar-drag::after,
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill i {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: .4rem !important;
    height: .4rem !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/p.png)no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-view .swiper-scrollbar-drag::before {
    background: #011f5b;
}

.home-forums {
    margin-top: .8rem;
    padding-top: 1rem;
    background: url(../images/bg9.jpg)no-repeat center top;
    background-size: auto 5.95rem;
    margin-bottom: 1rem;
}

.home-forums .home-title .cn {
    color: #FFF;
    z-index: 9;
}

.home-forums .home-title .en {
    color: #123170;
    opacity: 1;
}

.home-forums .home-title .more {
    border-color: #FFF;
    color: #FFF;
}

.home-forums .content {
    margin-top: 1rem;
    padding-bottom: .5rem;
}

.home-forums .swiper-slide {
    width: 8.2rem;
    padding-bottom: .2rem;
}

.home-forums .pic {
    width: 100%;
    overflow: hidden;
    height: 4.3rem;
}

.home-forums .text-con {
    margin-top: -.54rem;
    height: 1.8rem;
    background-color: #fff;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);
    margin-left: .5rem;
    margin-right: .5rem;
    padding: .3rem .7rem;
}

.home-forums .text-con::after {
    content: '';
    position: absolute;
    left: .4rem;
    top: 50%;
    width: 2px;
    height: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #d7a142;
}

.home-forums .tit {
    font-size: .2rem;
    font-weight: bold;
}

.home-forums .des {
    font-size: .18rem;
    opacity: .7;
    margin-top: .1rem;
    height: .5rem;
}

.home-forums .date {
    color: #d7a142;
    margin-top: .1rem;
}

.home-forums .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.home-forums .swiper-pagination-bullet {
    width: .3rem;
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e6b561 solid;
    background: none;
    opacity: 1;
    margin: 0 .05rem;
}

.home-forums .swiper-pagination-bullet-active {
    background-color: #e6b561;
}

.home-xueshu {

    margin-bottom: 1.5rem;
    overflow: hidden;
}

.home-xueshu .content {
    margin-top: .9rem;
    z-index: 2;
}

.home-xueshu .content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #edf2f5;
    z-index: 1;
    height: 6.15rem;
}

.home-xueshu .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 11.4rem;
    background-color: #011f5b;
    z-index: 2;
    height: 6.15rem;
}

.home-xueshu .card-content {
    width: 10rem;
    margin-top: .6rem;
    /* height: 6.55rem; */
    z-index: 9;
}

.home-xueshu .card-content .swiper-container {
    height: 100%;
    /* box-shadow: 0 0 .2rem rgba(0, 0, 0, .1); */
    padding: .2rem 0;
}

.home-xueshu .card-content .swiper-slide {
    background: url(../images/tbg14.png)no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: .7rem .6rem;
    height: 6.35rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.home-xueshu .card-content .swiper-slide:hover {
    box-shadow: .1rem 0 .2rem rgba(0, 0, 0, .2);
    z-index: 2;
}

.home-xueshu .card-content .date {
    color: #011f5b;
    font-size: .22rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-xueshu .card-content .date span {
    font-size: .48rem;
}

.home-xueshu .card-content .tit {
    font-size: .3rem;
    color: #011f5b;
    height: 1.2rem;
    margin-top: .2rem;
    font-weight: 550;
}

.home-xueshu .card-content .info {
    border-top: 1px #dea84d solid;
    margin-top: .5rem;
    color: rgba(0, 0, 0, .5);
    font-size: .18rem;
    padding-top: 0.2rem;
}

.home-xueshu .card-content .info>div {
    padding-left: .4rem;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: .3rem;
    line-height: 1.8;
}

.home-xueshu .card-content .info .time {
    background-image: url(../images/time.png);
    background-size: .22rem;
}

.home-xueshu .card-content .info .address {
    background-image: url(../images/address.png);
    background-size: .22rem;
}

.home-xueshu .card-content .info .name {
    background-image: url(../images/name.png);
    background-size: .24rem;
}

.home-xueshu .card-content .swiper-button-prev,
.home-xueshu .card-content .swiper-button-next {
    top: auto;
    margin-top: 0;
    bottom: .2rem;
    right: auto;
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}

.home-xueshu .card-content .swiper-button-prev {
    background-color: #ffdd9c;
    background-image: url(../images/prev.png);
    background-size: .33rem;
    left: -2rem;
}

.home-xueshu .card-content .swiper-button-next {
    background-color: #ecf1f5;
    background-image: url(../images/next.png);
    background-size: .1rem;
    left: -1rem;
}

.home-xueshu .card-content .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 0;
    display: none;
}

.home-xueshu .swiper-pagination-bullet {
    width: .3rem;
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e6b561 solid;
    background: none;
    opacity: 1;
    margin: 0 .05rem;
}

.home-xueshu .swiper-pagination-bullet-active {
    background-color: #e6b561;
}

.home-xueshu .date-content {
    z-index: 10;
    padding-left: 2.1rem;
    margin-right: .6rem;
}

.home-xueshu .date-content .tit {
    font-size: .24rem;
    color: #ffdd9c;
}

@media (min-width:1025px) {
    .pub-banner .text-con .subnav a:hover span {
        color: #f7d7a0;
    }
    .details .prev-next a:hover {
        background-color: #DBB46F;
        border-color: #DBB46F;
        color: #FFF;
    }
    .image-list .item:hover {
        background: url(../images/tbg.png)no-repeat center;
        background-size: cover;
        border-bottom: 0;
        box-shadow: 0 0 .2rem rgba(5, 29, 77, .2);
    }
    .image-list .item:hover .pic img,
    .rencai .item:hover .pic img,
    .leader .item .con:hover .pic img,
    .home-news .focus .swiper-slide:hover .pic img,
    .home-forums .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .image-list .item:hover .date,
    .image-list .item:hover .tit,
    .image-list .item:hover .des,
    .image-list .item:hover .more,
    .text-list .item:hover .tit,
    .text-list .item:hover .des {
        color: #FFF;
    }
    .text-list .item:hover {
        background: url(../images/tbg1.png)no-repeat center;
        background-size: cover;
        box-shadow: 0 0 .2rem rgba(5, 29, 77, .2);
    }
    .text-list .item:hover .date {
        background-color: #051D4D;
        color: #DBB46F;
    }
    .text-list .item:hover .date span {
        color: #DBB46F;
    }
    .text-list .item:hover .date span::after {
        background-color: #FFF;
    }
    .text-list1 .item:hover {
        background-color: #DBB46F;
        box-shadow: 0 0 .2rem rgba(5, 29, 77, .2);
        color: #FFF;
        border-bottom: 0;
    }
    .text-list1 .item:hover .tit::after {
        border-left-color: #FFF;
    }
    .keyan .item li:hover {
        background-color: #051D4D;
    }
    .keyan .item li:hover a {
        color: #DBB46F;
    }
    .keyan .item li:hover::after {
        background-image: url(../images/arrow2.svg);
    }
    .xi li:hover::before {
        width: .31rem;
        height: .31rem;
        background: url(../images/dot.png)no-repeat center;
        background-size: 100%;
    }
    .xi li:hover .text::after {
        width: 1.8rem;
        right: -2rem;
    }
    .xi li:nth-child(even):hover .text::after {
        left: -2rem;
        right: auto;
    }
    .sidebar a:hover {
        background-color: #e8b16a;
        color: #814A03;
    }
    .home-tool .item:hover {
        background: #f7d7a1;
    }
    .home-title .more:hover {
        background-color: #d7a142;
        color: #FFF;
    }
    .home-news li:hover {
        border-bottom-color: #e2ba75;
    }
    .home-news li:hover .date {
        color: #e2ba75;
    }
    .home-news li:hover::after {
        background-color: #d7a142;
    }
    .home-project .text-content .more:hover {
        background-color: #00356b;
    }
    .home-xueshu .card-content .swiper-slide:hover .tit {
        text-decoration: underline;
    }
    .page a:hover {
        background-color: #DBB46F;
        color: #FFF;
        border-color: #DBB46F;
    }
    .teacher .screen a:hover {
        opacity: 1;
    }
    .home-news li:hover::before {
        width: 100%;
    }
    .home-notice .content .swiper-slide:hover,
    .home-view .swiper-slide:hover {
        transform: translateY(-.3rem);
        -webkit-transform: translateY(-.3rem);
        -moz-transform: translateY(-.3rem);
        -ms-transform: translateY(-.3rem);
        -o-transform: translateY(-.3rem);
    }
    .home-view .swiper-slide:hover .text-con .des {
        /* display: block; */
        height: 0.9rem;
        opacity: .7;
    }
    /* .home-view .swiper-slide:hover::after {
        background: url(../images/tbg13.png)no-repeat right top;
        background-size: cover;
    } */
    .home-view .swiper-slide:hover i.bg::before {
        border-width: 7rem;
    }
    .home-view .swiper-slide:hover .avatar-con {
        padding: 8px;
        border: 1px #ffdd9c solid;
    }
    .home-view .swiper-slide:hover .name {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .pub-banner .text-con {
        left: .2rem;
    }
    .image-list .item .date,
    .image-list .item .des,
    .image-list .item .more,
    .text-list .item .des,
    .text-list .item .date,
    .fenbu .td,
    .pingtai .card .sub li a,
    .home-news li .des,
    .home-news .focus .des,
    .home-news .focus .date,
    .home-title .more,
    .home-tool .item .en,
    .home-view .text-con .txt,
    .home-forums .des,
    .home-forums .date,
    .home-xueshu .card-content .info {
        font-size: 12px;
    }
    .pub-banner .text-con .subnav a,
    .crumb,
    .details .prev-next a,
    .image-list .item .tit,
    .text-list .item .tit,
    .text-list1 .item,
    .histroy li .text,
    .histroy .text-content .txt,
    .teacher .screen,
    .teacher li .name,
    .yuanjing .item .text-con .txt,
    .rencai .item .name,
    .fenbu .th,
    .fenbu .txt,
    .pingtai .con .text-con a,
    .xi li .text,
    .sidebar a,
    .duiwu .screen,
    .duiwu li a,
    .duiwu .search input[type='text'],
    .about .text,
    .about .num-con .txt,
    .home-news li .tit,
    .home-notice .content .text-con,
    .home-tool .item .cn,
    .home-project .text-content .des,
    .home-date .content .txt,
    .home-date .content .txt,
    .home-view .text-con .tit,
    .home-forums .tit,
    .home-xueshu .card-content .date {
        font-size: 14px;
    }
    .keyan .item .tit,
    .histroy .text-content .tit,
    .yuanjing .item .text-con .tit1,
    .xi .tit,
    .home-xueshu .date-content .tit,
    .home-xueshu .card-content .tit {
        font-size: 16px;
    }
    .details h1,
    .keyan .item .title,
    .pingtai .con .title,
    .leader .item .name-con .name span {
        font-size: 18px;
    }
    .pub-title .title,
    .text-list .item .date span,
    .histroy li .date,
    .teacher li .zimu,
    .leader .item .tit {
        font-size: 20px;
    }
    .yuanjing .item .tit {
        font-size: 24px;
    }
    .keyan .item .title {
        line-height: .7rem;
        height: .7rem;
    }
    .leader .content {
        padding-left: 0;
        padding-right: 0;
    }
    .xi ul {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .xi li .text {
        width: 3.8rem;
        line-height: .8rem;
    }
    .sidebar a {
        padding-left: .2rem;
    }
    .home-project .text-content::after {
        width: 7.4rem;
    }
    .home-date {
        padding-bottom: 4.2rem;
    }
    .home-date .line.s1 {
        top: 8%;
        background-size: 12.5rem auto;
    }
    .home-date .line.s2 {
        left: 24%;
        top: 6%;
        background-size: 10rem auto;
    }
    .home-date .line.s3 {
        left: 36%;
        top: 8%;
    }
    .home-date .line.s4 {
        top: 6%;
        background-size: 14.5rem auto;
    }
    .home-view .content {
        margin-left: .2rem;
    }
    .home-view .swiper-pagination-progressbar {
        right: .2rem;
    }
    .home-forums .des {
        height: 35px;
    }
    .home-xueshu .date-content {
        padding-left: .2rem;
    }
    .home-xueshu .content::before {
        width: 6rem;
    }
    .home-xueshu .card-content .tit {
        line-height: 24px;
        height: 72px;
    }
}

@media (max-width:950px) {
    .text-list .item .date {
        width: 1.2rem;
        height: 1.2rem;
        padding-top: .2rem;
    }
    .fenbu .td .t2 {
        padding-left: .2rem;
    }
    .about .tit::after {
        font-size: 1.1rem;
    }
    .home-news li .date {
        margin-right: .2rem;
    }
    .home-news .focus .tit,
    .home-project .tabs span,
    .home-view .name-con .name,
    .home-view .name-con .en {
        font-size: 14px;
    }
    .home-notice .content .date {
        font-size: 18px;
    }
    .home-project .text-content .more {
        line-height: .6rem;
    }
    .home-view .swiper-slide {
        width: 5rem;
    }
    .home-forums .text-con {
        height: 2.2rem;
    }
    .home-xueshu .card-content .swiper-slide {
        padding-left: .4rem;
        padding-right: .4rem;
    }
}

@media (max-width:767px) {


  .message {
    justify-content: space-between;
    padding: 0 0 0.5rem 0;
    flex-wrap: wrap;
  }
  .message .pic {
    margin: 0 auto;
    width: 3.5rem;
  }
  .message .des {
    font-size: 0.18rem;
    width: 100%;
    line-height: 0.3rem;
  }
  .message .des p {
    margin-bottom: 0.3rem;
  }
  .message .des .messagedes {
    margin-bottom: 0.3rem;
  }




    .home-date .content .num span{
        font-size: .5rem;
    }
    .home-date .content .item{
         width: 2rem;
         height: 2rem;
    }
    .pub-banner .text-con {
        width: 100%;
    }
    .pub-banner .text-con .cn,
    .home-xueshu .card-content .date span {
        font-size: 24px;
    }
    .pub-banner .text-con .en {
        font-size: 36px;
    }
    .pub-title .title {
        font-size: 18px;
    }
    .crumb,
    .details .info {
        font-size: 12px;
    }
    .details .prev-next a {
        width: 1.4rem;
        line-height: .6rem;
    }
    .image-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: 3.4rem;
    }
    .page a,
    .page span {
        width: .5rem;
        line-height: .5rem;
    }
    .page .prev,
    .page .next {
        height: .5rem;
    }
    .page .prev::after,
    .page .next::after {
        background-size: .2rem;
    }
    .text-list .item .date span {
        margin-top: .05rem;
    }
    .text-list1 .item .tit::after {
        border-top: 5px transparent solid;
        border-bottom: 5px transparent solid;
        border-left: 8px #7F7C7C solid;
    }
    .keyan .item li {
        width: 49%;
    }
    .keyan .item li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .keyan .item li:nth-child(even) {
        margin-right: 0;
    }
    .dashi {
        margin-left: 0;
    }
    .dashi .tit {
        font-size: 14px;
    }
    .dashi .date {
        font-size: 16px;
    }
    .histroy .text-content {
        padding: .3rem;
    }
    .histroy .text-content .item {
        width: 100%;
        margin: .2rem 0;
    }
    .histroy li {
        display: block;
    }
    .histroy li .text {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: .2rem;
    }
    .histroy li .text::before,
    .histroy li .text::after,
    .histroy ul::after {
        display: none;
    }
    .histroy li .date {
        width: 100%;
        height: .6rem;
        line-height: .6rem;
    }
    .yuanjing .item .text-con {
        padding: .2rem;
    }
    .rencai .item {
        width: 49%;
    }
    .rencai .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .rencai .item:nth-child(even) {
        margin-right: 0;
    }
    .fenbu .w4 {
        width: 1.8rem;
    }
    .fenbu .w5 {
        width: 3rem;
    }
    .fenbu .td .t2 span,
    .pingtai .card .sub li,
    .leader .item {
        width: 100%;
        margin-right: 0;
    }
    .pingtai .con {
        width: 100%;
    }
    .pingtai .con:last-child {
        margin-top: .5rem;
    }
    .pingtai .card .sub li a {
        line-height: .6rem;
    }
    .leader .item .pic {
        width: 1.8rem;
        height: 2.6rem;
    }
    .xi ul {
        margin-left: 0;
        margin-right: 0;
    }
    .xi li .text {
        width: 50%;
        line-height: .8rem;
    }
    .xi li .text::after {
        display: none;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .duiwu .search {
        width: 100%;
        height: .8rem;
        margin-top: .3rem;
    }
    .duiwu .search input[type='submit'] {
        width: .8rem;
    }
    .duiwu .screen {
        margin-top: .4rem;
    }
    .duiwu .screen::after {
        display: none;
    }
    .duiwu li {
        width: 48.5%;
    }
    .duiwu li:nth-of-type(3n) {
        margin-right: 3%;
    }
    .duiwu li:nth-child(even) {
        margin-right: 0;
    }
    .about .pic1 {
        width: 100%;
        margin-left: 0;
        margin-top: .4rem;
    }
    .about .num-con .item {
        width: 33.333%;
    }
    .about .num-con .item:nth-child(4),
    .about .num-con .item:nth-child(5) {
        width: 50%;
    }
    .about .pic2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: .4rem;
    }
    .banner .swiper-pagination {
        bottom: .3rem;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news ul {
        margin-top: .4rem;
    }
    .home-notice .content .date {
        width: 1.2rem;
    }
    .home-news li .date span {
        font-size: 18px;
    }
    .home-news .focus .swiper-pagination {
        bottom: 1.6rem;
    }
    .home-tool {
        margin-left: -.2rem;
        margin-right: -.2rem;
        margin-top: 0;
    }
    .home-tool .item {
        width: 50%;
 padding-left: .8rem;
    }
    .home-tool .item .cn span {
        width: .25rem;
    }
    .home-project .text-content::after {
        display: none;
    }
    .home-project .text-content .text-con {
        margin-right: 0;
    }
    .home-project .text-content .pic {
        width: 100%;
        margin-top: .3rem;
    }
    .home-project .tabs {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .home-project .tabs span {
        display: inline-block;
        margin-right: .2rem;
    }
    .home-project .text-content .tit .cn,
    .home-project .text-content .tit .en {
        font-size: 24px;
    }
    .home-date {
        padding-bottom: 2rem;
    }
    .home-date .line.s1 {
        top: 19%;
        background-size: 6.5rem auto;
    }
    .home-date .line.s2 {
        left: 17%;
        top: 18%;
        background-size: 6rem auto;
    }
    .home-date .line.s3 {
        left: 44%;
        top: 16%;
        background-size: 3.5rem auto;
    }
    .home-date .line.s4 {
        top: 20%;
        background-size: 7.5rem auto;
    }
    .home-forums .swiper-slide {
        width: 6rem;
    }
    .home-forums .text-con {
        padding: .3rem;
        padding-left: .5rem;
    }
    .home-forums .text-con::after {
        left: .3rem;
    }
    .home-xueshu .content {
        display: block;
    }
    .home-xueshu .content::before,
    .home-xueshu .content::after {
        display: none;
    }
    .home-xueshu .date-content {
        margin-right: 0;
        margin-left: -.2rem;
        padding-left: .2rem;
    }
    .home-xueshu .card-content {
        width: 100%;
        margin-top: 0;
    }
    .home-xueshu .card-content .swiper-pagination {
        display: block;
    }

}
@media (max-width:600px) {
    .keyan .item .title{font-size:16px;}
}

/* 6-20-news */
.xingzhi {
    display: none;
}

.xingzhi .card {
    margin-top: .9rem;
}

.xingzhi .card .title {
    font-size: .3rem;
    overflow: hidden;
}

.xingzhi .card .title span::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 14rem;
    right: -14.2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #e5e8ee;
}

.xingzhi .card ul {
    margin-top: .2rem;
}

.xingzhi .card li {
    margin-top: .4rem;
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 0 .2rem rgba(5, 29, 77, .2);
    background: url(../images/tbg15.png)no-repeat center;
    background-size: cover;
    height: 2rem;
    overflow: hidden;
    padding: .3rem .4rem;
    transition: all .5s;
}

.xingzhi .card li:nth-of-type(3n) {
    margin-right: 0;
}

.xingzhi .card .tit {
    font-size: .24rem;
    border-bottom: 1px #ecedee solid;
    padding-bottom: .1rem;
}

.xingzhi .card .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #e8b16a;
    width: 1rem;
    height: 1px;
}

.xingzhi .card .address {
    background: url(../images/address1.png)no-repeat left center;
    padding-left: 25px;
    font-size: .16rem;
    margin-top: .2rem;
    line-height: 1.8;
}

.xingzhi .card .tel {
    background: url(../images/tel1.png)no-repeat left center;
    padding-left: 25px;
    font-size: .16rem;
    margin-top: .1rem;
    line-height: 1.8;
}

.xingzhi .zonghe ul {
    width: 32%;
    margin-right: 2%;
}

.xingzhi .zonghe ul:last-child {
    margin-right: 0;
}

.xingzhi .zonghe ul:nth-child(2) li {
    height: 4.4rem;
}

.xingzhi .zonghe li {
    width: 100%;
    margin-right: 0;
}

.xingzhi .zonghe .tit1 {
    color: #e8b16a;
    margin-top: .3rem;
    font-size: .18rem;
}

@media (min-width:1025px) {
    .xingzhi .card li:hover {
        background-image: url(../images/tbg16.png);
        transform: translateY(-10%);
    }
}

@media (max-width:1199px) {
    .xingzhi .card .title {
        font-size: 22px;
    }
    .xingzhi .card .tit {
        font-size: 18px;
    }
    .xingzhi .card .address,
    .xingzhi .card .tel {
        font-size: 14px;
    }
    .xingzhi .zonghe .tit1 {
        font-size: 15px;
    }
}

@media (max-width:950px) {
    .xingzhi .card li {
        width: 49%;
        height: 3rem;
    }
    .xingzhi .card li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .xingzhi .card li:nth-child(even),
    .xingzhi .zonghe li:nth-child(even) {
        margin-right: 0;
    }
    .xingzhi .zonghe ul {
        width: 100%;
        margin-right: 0;
    }
    .xingzhi .zonghe li {
        width: 49%;
        margin-right: 2%;
    }
    .xingzhi .zonghe ul:nth-child(2) li {
        height: auto;
        padding-bottom: .4rem;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .xingzhi .card li {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-bottom: .4rem;
    }
    .xingzhi .card .address {
        margin-top: .3rem;
    }
    .xingzhi .card .tel {
        margin-top: .2rem;
    }
}