@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;
}

.ldcy {}

.ldcy ul {
  font-size: 0;
  padding-bottom: .1rem;
  /* padding-left: .03rem; */
  /* padding-right: .03rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ldcy ul li {
  padding: 0;
  /* transition: all 1s; */
  width: 48%;
  display: inline-block;
  /* border: solid .01rem #e5e5e5; */
  margin-top: .35rem;
  /* box-shadow: 0rem .1rem .24rem 0rem rgba(0, 0, 0, 0.15); */
}

.ldcy ul li:hover {
  /* border: none; */
  /* box-shadow: 0rem 0rem .1rem 0rem rgba(0, 0, 0, 0.1); */
}

.ldcy ul li:hover a {
  border-color: transparent;
  /* border: none; */
  box-shadow: 0rem .1rem .18rem 0rem rgba(0, 0, 0, 0.15);
}

.ldcy ul li:hover h4 {

}

.ldcy ul li:nth-child(2n) {
}

.ldcy ul a {
  display: block;
  overflow: hidden;
  border: solid .01rem #e5e5e5;
}

.ldcy ul a .tu {
  float: left;
  width: 2rem;
  margin-right: .3rem;
}

.ldcy ul a .pic {
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}
.ldcy ul a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.ldcy ul .info {
  overflow: hidden;
}

.ldcy ul .info>span {
  width: .3rem;
  height: 0;
  background-color: #B40C12;
  display: block;
  margin-top: .3rem;
  margin-bottom: .17rem;
  display: none;
}

.ldcy ul .info h4 {
  /* font-weight: normal; */
  font-size: .24rem;
  line-height: .4rem;
  margin-bottom: .1rem;
  color: #333333;
  margin-top: .25rem;
}

.ldcy ul .info h4 .ldzw {
  margin-left: .15rem;
}

.ldcy ul .info>p {
  /* font-size: .16rem; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* line-height: .3rem; */
  /* color: #666666; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
  /* overflow: hidden; */
  margin-top: .1rem;
  font-size: 0.18rem;
  font-weight: 350;
  line-height: 0.30rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 1.2rem;
  padding-right: .3rem;
  text-align: justify;
}
/*全局样式*/

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%;
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('../fonts/SourceHanSans-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSans-Normal';
    src: url('../fonts/SourceHanSans-Normal.otf');
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url('../fonts/SourceHanSans-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}


/*原文件配置*/

body {
    color: #333;
    background: url(../images/bg2.png) center no-repeat;
    font: .18rem 'SourceHanSans-Regular', '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: #B70E0B;
}


/*块级转化*/

.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 {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.png)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.png);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-left: .5rem;
    padding-right: .5rem;
    height: 1.3rem;
    border-top: 4px #B70926 solid;
    align-items: flex-end;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2rem;
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: linear-gradient(181deg, rgb(0 0 0 / 90%) 3%, rgba(0, 152, 167, 0) 87%);
}
.fixed{height:auto;padding:0.1rem}
.fixed:after {background:#af201e}
.fixed .top{display:none}
.header .logo {
    margin-bottom: .05rem;
}

.header .logo img {
    height: .59rem;
}

.header .top {
    color: rgba(255, 255, 255, .7);
    justify-content: flex-end;
    font-size: .15rem;
}

.header .top span {
    margin: 0 .1rem;
    opacity: .4;
}

.header .top a {
    color: rgba(255, 255, 255, .7);
}

.header .search-btn {
    background: url(../images/search.png)no-repeat center;
    cursor: pointer;
    width: .32rem;
    height: .32rem;
    border: 1px #FFF solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-size: .16rem;
    margin-left: .3rem;
}

.header.fixed::after {
    height: 100%;
}

.menu-btn {
    display: none;
    background: url(../images/menu.png)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.png);
}

.nav {
    justify-content: flex-end;
}

.nav li>a {
    line-height: .6rem;
    margin: 0 .15rem;
    color: #FFF;
    font-family: 'SourceHanSans-Bold';
}

.nav li:last-child>a {
    margin-right: 0;
}

.nav .drop {
    width: 130%;
    left: -15%;
    top: .6rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    font-size: .16rem;
}

.nav .about-sub {
    width: 7.2rem;
    padding: .35rem;
    background-color: #FFF;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    left: -1.5rem;
}

.nav .about-sub .pic {
    width: 3rem;
    height: 2.1rem;
    overflow: hidden;
    margin-right: .5rem;
}

.nav .about-sub .pic img {
    width: 100%;
}

.nav .about-sub a {
    width: 50%;
}

.search-content {
    background: #AF201E;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.png)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.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: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.png)no-repeat center;
    background-size: .3rem;
}

.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;
}

.banner .swiper-slide-active img {
    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-pagination {
    left: 58%;
    right: 3.5rem;
    bottom: .6rem;
}

.banner .swiper-pagination-bullet {
    margin: 0 .15rem !important;
    width: auto;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    background: none;
    position: relative;
    font-size: .22rem;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Regular';
}

.banner .swiper-pagination-bullet-active {
    width: .32rem;
    height: .32rem;
    background: url(../images/banner-icon.png)no-repeat center;
    background-size: 100%;
    line-height: .67rem;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
}

.banner .swiper-pagination-bullet:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: .5rem;
    background-color: rgba(255, 255, 255, .3);
    left: -.7rem;
}

.banner .swiper-pagination-bullet:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 6px;
    width: 6px;
    left: -.2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(255, 255, 255, .3) solid;
    overflow: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner .swiper-pagination-bullet:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 1.6rem;
    background-color: rgba(255, 255, 255, .3);
    right: -1.8rem;
}

.banner .swiper-pagination-bullet:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 6px;
    width: 6px;
    right: -1.9rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(255, 255, 255, .3) solid;
    overflow: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@keyframes mouse {
    0% {
        transform: translateY(-.1rem);
        -webkit-transform: translateY(-.1rem);
        -moz-transform: translateY(-.1rem);
        -ms-transform: translateY(-.1rem);
        -o-transform: translateY(-.1rem);
    }
    25% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    50% {
        transform: translateY(.1rem);
        -webkit-transform: translateY(.1rem);
        -moz-transform: translateY(.1rem);
        -ms-transform: translateY(.1rem);
        -o-transform: translateY(.1rem);
    }
    75% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    100% {
        transform: translateY(-.1rem);
        -webkit-transform: translateY(-.1rem);
        -moz-transform: translateY(-.1rem);
        -ms-transform: translateY(-.1rem);
        -o-transform: translateY(-.1rem);
    }
}

.mouse {
    position: absolute;
    left: 50%;
    bottom: .6rem;
    z-index: 10;
    width: .4rem;
    cursor: pointer;
    animation: 2s linear infinite mouse;
    -webkit-animation: 2s linear infinite mouse;
    margin-left: -.2rem;
}

.mouse img {
    width: .32rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer .link {
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    line-height: .4rem;
}

.footer .link .tit {
    white-space: nowrap;
    font-size: .16rem;
    font-family: 'SourceHanSans-Normal';
    margin-right: .2rem;
}

.footer .link .text {
    font-size: .14rem;
}

.footer .link .text span {
    margin: 0 .15rem;
}

.footer .copyright {
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    font-size: .14rem;
    font-family: 'SourceHanSans-Normal';
    margin-top: .3rem;
}

.footer .con {
    margin-top: .3rem;
}

.footer .logo img {
    height: .59rem;
}

.footer .info {
    font-size: .16rem;
    line-height: 2.4;
}

.footer .info p {
    padding-left: .35rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .2rem;
}

.footer .info .address {
    background-image: url(../images/address.png);
    background-size: .22rem;
}

.footer .info .tel {
    background-image: url(../images/tel.png);
}

.footer .info .email {
    background-image: url(../images/email.png);
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .menu-btn {
        display: block;
    }
    .header {
        align-items: center;
        padding-left: .1rem;
        height: 1rem;
        padding-right: .9rem;
        padding: 0 .9rem 0 .1rem;
    }
    .header .top a,
    .header .top span {
        display: none;
    }
    .header::after {
        height: 1.4rem;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav li>a {
        color: #333;
        font-size: 16px;
        line-height: .9rem;
        height: .9rem;
        margin: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.png)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);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        padding-left: .2rem;
    }
    .nav .drop,
    .search-content .content input[type='text'],
    .footer .link .tit {
        font-size: 14px;
    }
    .footer .link .text,
    .footer .info,
    .footer .copyright {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .header .logo img {
        height: .5rem;
    }
    .footer .logo,
    .footer .info {
        width: 100%;
    }
    .footer .info {
        margin-top: .3rem;
    }
}

.home-title .title {
    font-family: 'SourceHanSerifCN-Heavy';
    font-size: .36rem;
    padding-bottom: .1rem;
}

.home-title .title span {
    color: #AF201E;
}

.home-title .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #AF201E;
}

.home-title .title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 8px;
    height: 8px;
    background-color: #AF201E;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}

.home-title .more {
    position: absolute;
    right: 0;
    bottom: .2rem;
    font-size: .16rem;
    color: #A40000;
    padding-right: .25rem;
    text-transform: uppercase;
    background: url(../images/more.png) right center no-repeat;
    background-size: .14rem;
}

.home-news {
    margin-top: .7rem;
}

.home-news .item {
    width: 30.9%;
    margin-right: 3.6%;
    margin-top: .4rem;
    background-color: #fcfcfc;
    transition: all 0.5s;
}

.home-news .item:nth-of-type(3n) {
    margin-right: 0;
}

.home-news .item .pic {
    overflow: hidden;
    height: 2.7rem;
}

.home-news .item .text-con {
    padding: .3rem;
    border: 1px #f1f1f1 solid;
    border-top: 0;
    height: 2.5rem;
    width: 100%;
    overflow: hidden;
}

.home-news .item .tit {
    font-size: .2rem;
    height: .6rem;
}

.home-news .item .des {
    color: #666;
    opacity: .7;
    margin-top: .2rem;
}

.home-news .item .info {
    margin-top: .25rem;
}

.home-news .item .date {
    font-size: .14rem;
    color: #A61113;
    background: url(../images/date1.png)no-repeat left center;
    padding-left: .25rem;
    background-size: .16rem;
}

.home-news .item .arrow {
    width: .31rem;
    height: .13rem;
    background: url(../images/arrow2.png)no-repeat center;
    background-size: 100%;
}

.home-content {
    /* background: url(../images/bg1.jpg)no-repeat center; */
    padding-top: .8rem;
    /* padding-bottom: .8rem; */
    /* margin-top: .5rem; */
    background-size: cover;
}

.home-content .con {
    width: 30.9%;
}

.home-content .home-title .title {
    font-size: .3rem;
}

.home-content .home-title .title::before {
    display: none;
}

.home-content .home-title .title img {
    width: .26rem;
    margin-right: .1rem;
}

.home-notice {
    margin-top: .1rem;
}

.home-notice .item {
    padding: .2rem 0;
    border-bottom: 1px #D8D8D8 dashed;
}

.home-notice .item .date {
    width: .85rem;
    margin-right: .3rem;
    background-color: #FFF;
    color: #333;
    font-size: .26rem;
    font-family: 'SourceHanSans-Bold';
}

.home-notice .item .date span {
    background-color: #EEE9E3;
    color: #999;
    font-size: .14rem;
    font-family: 'SourceHanSans-Regular';
}

.home-dt {
    margin-top: .2rem;
}

.home-dt .pic-con {
    background-color: #FFF;
}

.home-dt .pic-con .pic {
    overflow: hidden;
    width: 1.67rem;
    height: 1.18rem;
}

.home-dt .pic-con .text-con {
    padding: .15rem .3rem 0 .3rem;
}

.home-dt .pic-con .tit {
    font-size: .2rem;
    height: .6rem;
}

.home-dt .pic-con .view {
    color: #bbb;
    background: url(../images/arrow4.png)no-repeat right center;
    background-size: .36rem;
    font-size: .16rem;
    margin-top: .1rem;
}

.home-dt .list {
    /* border-top: 1px #D8D8D8 dashed; */
    margin-top: 0;
    padding-top: 0;
}

.home-dt .list .item {
    line-height: .5rem;
    padding-left: .2rem;
}

.home-dt .list .item::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: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #B70E0B;
}

.home-dt .list .item .date {
    font-size: .16rem;
    color: #999;
}

.home-dt .list .item .tit {
    margin-right: .3rem;
}
.xyfcbox{
    padding-left: 0;
    padding-right: 0;
}
.home-wrap {
    background-size: cover;
    overflow: hidden;
    
}
.xyrybox{padding-bottom: 1.3rem;}
.home-honor,
.home-special {
    margin-top: .7rem;
}

.home-honor .content {
    margin-top: .4rem;
}

.home-honor .swiper-container {
    padding-top: .1rem;
}
.xyfcbox .swiper-container{
    padding:.6rem 0
}

.home-honor .swiper-slide {
    /* height: 2.8rem; */
    z-index: 20;
}
.xyfcbox .swiper-slide-active{
    background:#af201e;transform: scale(1.2);padding:0.3rem
}

.home-honor .swiper-slide:hover .pic img{ transform: scale(1.05);}
.home-honor .swiper-slide:hover{}

/* .home-honor .swiper-slide::after {
    content: '';
    position: absolute;
    left: .1rem;
    right: .1rem;
    top: -.1rem;
    bottom: 0;
    background-color: #E4E4E4;
    z-index: -1;
} */
.xyfcbox .swiper-slide .pic{
    padding-top: 120% !important;
    border:#333 3px so
}
.xyrybox .swiper-slide .pic{
    border: #e7e7e7 5px solid;
}
.home-honor .swiper-slide .pic{
    position: relative;
    overflow: hidden;
    padding-top: 70%;
}

.home-honor .swiper-slide img {
    display:block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;object-fit:cover;
}
.home-honor .swiper-slide span{
    display: block;
    text-align: center;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-honor .swiper-button-next,
.home-honor .swiper-button-prev {
    width: .42rem;
    height: .42rem;
    background: url(../images/prev.png)no-repeat center;
    background-size: 100%;
    top: 38%;
}

.home-honor .swiper-button-prev {
    left: -.5rem;
}

.home-honor .swiper-button-next {
    right: -.5rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-special .item {
    margin-top: .4rem;
    width: 23.5%;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
    height: 2.1rem;
    margin-right: 2%;
}

.home-special .item:last-child {
    margin-right: 0;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        text-decoration: underline;
    }
    .home-news .item:hover {
        background-color: #B70E0B;
        transition: all 0.5s;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    }
    .home-news .item:hover .pic img,
    .home-dt .pic-con:hover .pic img,
    .home-special .item:hover 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);
    }
    .home-news .item:hover .tit,
    .home-news .item:hover .des,
    .home-news .item:hover .date {
        color: #FFF;
    }
    .home-news .item:hover .date {
        background-image: url(../images/date2.png);
    }
    .home-news .item:hover .arrow {
        background-image: url(../images/arrow3.png);
    }
    .home-notice .item:hover .tit {
        font-weight: bold;
        text-decoration: underline;
    }
    .home-notice .item:hover .date span {
        background-color: #BB1A1A;
        color: #FFF;
    }
    .home-notice .item:hover .date {
        background: none;
        color: #B70E0B;
        border: 1px dotted #BB1A1A;
    }
}

@media (max-width:1199px) {
    .home-news .item .tit,
    .home-dt .pic-con .tit,
    .home-dt .list .item .tit {
        font-size: 14px;
    }
    .home-news .item .des,
    .home-news .item .date,
    .home-title .more,
    .home-dt .pic-con .view,
    .home-dt .list .item .date,
    .home-notice .item .date span {
        font-size: 12px;
    }
    .home-title .title {
        font-size: 24px;
    }
    .home-content .home-title .title {
        font-size: 22px;
    }
    .home-notice .item .date {
        font-size: 18px;
    }
    .home-honor .swiper-button-prev {
        left: .2rem;
    }
    .home-honor .swiper-button-next {
        right: .2rem;
    }
}

@media (max-width:950px) {
    .home-honor .swiper-slide {
        height: 3rem;
    }
}

@media (max-width:767px) {
    .home-news .item,
    .home-content .con {
        width: 100%;
        margin-right: 0;
    }
    .home-news .item .text-con {
        height: auto;
    }
    .home-news .item .pic {
        height: 3.8rem;
    }
    .home-content .con {
        margin-top: .4rem;
    }
    .home-content .con:first-child {
        margin-top: 0;
    }
    .home-dt .pic-con .pic {
        width: 3.2rem;
        height: 2.2rem;
    }
    .home-dt .pic-con .view {
        margin-top: .3rem;
    }
    .home-honor .swiper-slide {
        height: 2.2rem;
    }
    .home-special .item {
        width: 49%;
    }
    .home-special .item:nth-child(even) {
        margin-right: 0;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    height: 5rem;
}

.wrap {
    padding-bottom: 1.7rem;
    padding-top: .45rem;
}

.aside {
    width: 3.2rem;
    background: url(../images/bg4.png)no-repeat left top;
    margin-right: .8rem;
    background-size: 100%;
}

.aside .title {
    font-size: .32rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.1rem;
    padding-left: .65rem;
}

.aside ul {
    min-height: 5rem;
    background: url(../images/bg5.png)no-repeat left top;
    background-size: cover;
}

.aside li {
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    line-height: .7rem;
    padding-left: .4rem;
}

.aside li.on {
    font-weight: bold;
    background: url(../images/more3.png)no-repeat 90% center;
}

.aside li.on a {
    color: #A61113;
}

.pub-title {
    border-bottom: 1px #eee solid;
}

.pub-title .title {
    font-size: .28rem;
    line-height: 1.1rem;
}

.pub-title .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #A61113;
    z-index: 9;
}

.crumbs {
    background: url(../images/cru.png)no-repeat left center;
    padding-left: .3rem;
    background-size: .18rem;
    font-size: .16rem;
    color: #BBB;
}

.crumbs a {
    color: #666;
}

.crumbs span {
    color: #A61113;
}

.img-list .item {
    margin-top: .5rem;
    width: 30%;
    margin-right: 5%;
    background-color: #F9F9F9;
}

.img-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.img-list .item .pic {
    width: 100%;
    height: 2.15rem;
    overflow: hidden;
}

.img-list .item .text-con {
    padding: .2rem .3rem;
}

.img-list .item .tit {
    height: .6rem;
}

.img-list .item .date {
    font-family: 'Georgia';
    color: #A61113;
    font-size: .18rem;
    text-align: right;
    margin-top: .2rem;
}

.img-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #A61113;
}

.page {
    margin-top: .8rem;
    font-size: .14rem;
    color: #666;
}

.page a {
    line-height: .3rem;
    padding: 0 .1rem;
    margin: 0 .05rem;
    border: 1px #D5DADA solid;
    color: #666;
}

.page input {
    width: .5rem;
    height: .3rem;
    border: 1px #D5DADA solid;
    background: none;
    margin: 0 .1rem;
}

.page .home,
.page .prev,
.page .next,
.page .last {
    border-color: #A61113;
    color: #A61113;
}

.page .on {
    background: #A61113;
    color: #FFF;
}

.text-list .item {
    margin-top: .25rem;
    border: 1px #fef5f5 solid;
    padding: .2rem 1.4rem .2rem .4rem;
    height: 1.2rem;
    z-index: 20;
}

.text-list .item .date {
    font-family: 'Georgia';
    color: #A61113;
    font-size: .18rem;
    padding-right: .5rem;
    margin-right: .4rem;
}

.text-list .item .date span {
    font-size: .32rem;
}

.text-list .item .line {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    width: 3px;
    height: .6rem;
    background-color: #A61113;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .9rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-left: 2px dotted #fef5f5;
    z-index: 1;
}

.text-list .item .date::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    z-index: 2;
    background-color: #fef5f5;
}

.text-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #A61113;
}

.text-list .item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: .6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .4rem;
    height: .4rem;
    background: url(../images/more4.png)no-repeat center;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic-list .item {
    padding: .3rem;
    background-color: #FFF;
    z-index: 20;
}

.pic-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #A61113;
}

.pic-list .item .pic {
    overflow: hidden;
    width: 3.55rem;
    height: 2.3rem;
    margin-right: .4rem;
}

.pic-list .item .tit {
    font-weight: bold;
    margin-top: .1rem;
}

.pic-list .item .des {
    font-size: .16rem;
    color: #666;
    margin-top: .2rem;
    line-height: 1.8;
    height: .6rem;
}

.pic-list .item .line {
    margin-top: .4rem;
    border-top: 1px dotted rgba(39, 110, 193, .2);
}

.pic-list .item .line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .4rem;
    height: .4rem;
    background: url(../images/more5.png)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic-list .item .date {
    background: url(../images/date1.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
    color: #A61113;
    font-family: "Georgia";
    margin-top: .3rem;
}

.details .info-con {
    margin-top: .4rem;
    z-index: 10;
    padding-bottom: .1rem;
    padding-top: .3rem;
}

.details h1 {
    z-index: 11;
    font-weight: normal;
    font-size: .24rem;
}

.details .info {
    color: #999;
    font-size: .16rem;
    z-index: 11;
    margin-top: .2rem;
}

.details .info span {
    margin-right: .3rem;
}

.details .info .font {
    margin-right: .2rem;
}

.details .info .font em {
    color: #A61113;
    margin: 0 .1rem;
    font-style: normal;
}

.details .body {
    margin-top: .3rem;
    font-size: .18rem;
    line-height: 2;
}

.details .body p {
  color: #2C2C2C;
    font-size: .18rem !important;
    line-height: 30px !important;
    margin-top: 0.08rem;
}

.details .body p*{
	    font-size: .18rem !important;
    line-height: .30rem !important;
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
}

.details .prev {
    border-top: 1px #EEEEEE solid;
    margin-top: .5rem;
    padding-top: .3rem;
    padding-left: .2rem;
    font-size: .18rem;
    line-height: 2;
}

.details .prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 4px;
    width: 1.2rem;
    background: #A61113;
}

.details .prev span {
    color: #A61113;
}

.pub-content {
    min-width: 0;
}

@media (min-width:1025px) {
    .img-list .item:hover .pic img,
    .pic-list .item: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);
    }
    .page a:hover {
        background: linear-gradient(90deg, #0159AB, #409FEF);
        color: #FFF;
    }
    .text-list .item:hover {
        border-color: #A61113;
        color: #FFF;
    }
    .text-list .item:hover::after,
    .pic-list .item:hover::after {
        width: 100%;
    }
    .text-list .item:hover .line {
        background-color: #E1AC36;
    }
    .text-list .item:hover .date {
        color: #FFF;
    }
    .text-list .item:hover::before {
        content: '';
        position: absolute;
        top: 50%;
        right: .6rem;
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        width: .4rem;
        height: .4rem;
        background: url(../images/more4.png)no-repeat center;
    }
    .text-list .item:hover::before {
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        opacity: 1;
    }
    .pic-list .item:hover .tit {
        color: #FFF;
    }
    .pic-list .item:hover .des {
        color: #C8C8C8;
    }
    .pic-list .item:hover .line {
        border-top-color: rgba(255, 255, 255, .2);
    }
    .pic-list .item:hover .line::after {
        background-image: url(../images/more6.png);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
    }
    .pic-list .item:hover .date {
        background-image: url(../images/date2.png);
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .img-list .item .date,
    .page,
    .crumbs,
    .text-list .item .date,
    .pic-list .item .des,
    .details .info {
        font-size: 12px;
    }
    .pub-title .title {
        font-size: 24px;
    }
    .text-list .item .date span,
    .details h1 {
        font-size: 18px;
    }
    .details .body,
    .details .prev {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .page a {
        line-height: .4rem;
    }
    .img-list .item {
        width: 49%;
        margin-right: 2%;
    }
    .img-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .img-list .item:nth-child(even) {
        margin-right: 0;
    }
    .img-list .item .pic {
        height: 3rem;
    }
}

@media (max-width:767px) {
    .ldcy ul li{width:100%}
    .aside,
    .details .info .sns,
    .page>div,
    .details .info .font,
    .details .info-con::before {
        display: none;
    }
    .img-list .item {
        width: 100%;
        margin-right: 0%;
    }
    .img-list .item .pic {
        height: 3.8rem;
    }
    .img-list .item .tit {
        height: auto;
    }
    .text-list .item {
        padding-right: .4rem;
    }
    .pic-list .item {
        padding: 0;
        margin-top: .3rem;
    }
    .pic-list .item .pic {
        margin-right: 0;
        width: 100%;
        height: 3.8rem;
    }
    .pic-list .item .tit {
        margin-top: .3rem;
    }
    .pic-list .item .des {
        height: auto;
    }
    .details .info-con::after {
        left: 0;
        bottom: 0;
    }
}