﻿/*1*/

@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;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #9f1e23 !important;
    color: #fff;
    background-color: #9f1e23 !important;
}


/*
@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("../fonts/SourceHanSerifCN-Bold.otf");
}

@font-face {
    font-family: "SourceHanSerifCN-Light";
    src: url("../fonts/SourceHanSerifCN-Light.otf");
}

@font-face {
    font-family: "SourceHanSerifCN-Medium";
    src: url("../fonts/SourceHanSerifCN-Medium.otf");
}

@font-face {
    font-family: "SourceHanSerifCN-Regular";
    src: url("../fonts/SourceHanSerifCN-Regular.otf");
}
*/
@font-face {
    font-family: "FZYOUSTS";
    src: url("../fonts/FZYOUSTS.ttf");
}


/*氓鈥βヂ扁偓忙聽路氓录聫*/

html,
body {
    width: 100%;
    margin: 0 auto;
    font-family: "SourceHanSerifCN-Regular";
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
 .pub-wrap>.about {
   
   min-width: 100%!important;
}
}


/*= 忙赂鈥γ┾劉陇忙碌庐氓艩篓=*/

.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%;
}


/* 茅鈥櫵喢ヂ笽E7 */

*+html .clearfix {
    min-height: 0%;
}


/*氓沤鸥忙鈥撯�∶ぢ宦睹┾�β嵜铰�*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem 'SourceHanSerifCN-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: #9f1e23;
}


/*氓聺鈥斆郝铰ヅ掆��*/

.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: 2rem;
    padding-right: 2rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    padding-left: .9rem;
    padding-right: .6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: .22rem;
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    z-index: 99999;
}

.header .logo img {
    height: .86rem;
}

.header .top {
    color: #FFF;
    font-family: 'Microsoft YaHei';
    font-size: .16rem;
    justify-content: flex-end;
    margin-top: .25rem;
    padding-right: .3rem;
}

.header .top a {
    color: #FFF;
    margin-left: .14rem;
    margin-right: .14rem;
}

.header .top a:first-child {
    margin-left: 0;
}

.header .top .search-btn {
    width: .22rem;
    height: .22rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.header.fixed {
    background-color: #9f1e23;
    padding-top: 0;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)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.svg);
}

.nav li {
    font-family: 'SourceHanSerifCN-Light';
}

.nav li>a {
    font-size: .18rem;
    color: #FFF;
    line-height: .65rem;
    padding: 0 .2rem;
    font-weight: bold;
}

.nav .drop {
    width: 100%;
    left: 0;
    top: 100%;
    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: .5rem;
    font-size: .14rem;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #FFF solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.search-content {
    background: #9f1e23;
    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.svg)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.svg)no-repeat center;
    background-size: .3rem;
}

.search-box {
    width: 2rem;
    border: 1px #FFF solid;
    border-radius: .2rem;
}

.search-box input[type='text'] {
    background: none;
    padding-left: .2rem;
    color: #FFF;
    padding: .1rem .2rem;
    min-width: 0;
}

.search-box input[type='text']::placeholder {
    color: #FFF;
}

.search-box input[type='submit'] {
    width: .4rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .26rem;
}
.search-box input[type='button'] {
    width: .4rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .26rem;
}
.m-search {
    display: none;
    border: 1px #FFF solid;
    margin-top: .3rem;
}

.m-search input[type='text'] {
    background: none;
    padding-left: .2rem;
    height: .8rem;
    color: #FFF;
}

.m-search input[type='text']::placeholder {
    color: #FFF;
}

.m-search input[type='submit'] {
    width: .8rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .45rem;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: .3rem;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    width: .2rem;
    height: .2rem;
    margin: 0 .15rem !important;
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
    font-family: 'Microsoft YaHei';
}

.footer a {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
}

.footer a img {
    display: block;
}

.footer .copyright {
    border-top: 1px rgba(255, 255, 255, .3) solid;
    line-height: 1.8;
    padding: .15rem 0;
    font-size: .16rem;
}

.footer .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .14rem;
}

.footer .erwma-con .erwma {
    margin-right: .15rem;
}

.footer .erwma-con .erwma:last-child {
    margin-right: 0;
}

.footer .erwma-con .pic {
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    overflow: hidden;
    padding: 5px;
}

.footer .erwma-con .pic img {
    width: 100%;
}

.footer .erwma-con .text {
    margin-top: .1rem;
}

.footer .logo {
    margin-right: 1rem;
}

.footer .logo img {
    height: .86rem;
}

.footer .info {
    margin-right: 1rem;
}

.footer .info .item {
    width: 40%;
    margin-top: .1rem;
    margin-bottom: .1rem;
    /* margin-right: .8rem; */
}

.footer .info .item.address {
    width: 60%;
}

.footer .info .item:nth-child(even) {
    /* width: 60%; */
}

.footer .info .icon {
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px #f2bd88 dashed;
    margin-right: .1rem;
    background-size: .2rem;
}

.footer .info .tel .icon {
    background-image: url(../images/f-icon1.png);
}

.footer .info .code .icon {
    background-image: url(../images/f-icon2.png);
}

.footer .info .fax .icon {
    background-image: url(../images/f-icon3.png);
}

.footer .info .address .icon {
    background-image: url(../images/f-icon4.png);
}

.footer .link {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* font-size: .17rem; */
    margin-bottom: .1rem;
    padding-left: .48rem;
    background: url(../images/icon-link.png) no-repeat left top;
    background-size: .38rem;
    min-height: .4rem;
}
.footer .link .tit {
    display: flex;
    align-items: center;
    margin-right: .1rem;
}
.footer .link .tit img {
    width: .4rem;
    height: .4rem;
    margin-right: .1rem;
    flex-shrink: 0;
}
.footer .link a {
    margin-right: .2rem;
}
.footer .link a:last-of-type {
    margin-right: 0;
}

.home-title .cn {
    font-size: .36rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-title .cn span {
    color: #9f1e23;
}

.home-title .en {
    font-size: .14rem;
    opacity: .4;
    text-transform: uppercase;
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/more.png)no-repeat center top;
    background-size: 100%;
    padding-top: .15rem;
    font-size: .14rem;
    font-family: 'Microsoft YaHei';
    width: 1.18rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home1 {
    background: url(../images/bg1.jpg)no-repeat center;
    background-size: cover;
    padding-top: .85rem;
    padding-bottom: 1.4rem;
}

.home-news {
    min-width: 0;
    overflow: hidden;
    margin-right: .55rem;
}

.home-news .focus {
    width: 100%;
    overflow: hidden;
    margin-top: .45rem;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 54.5%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .text-con {
    background: url(../images/tbg1.jpg)no-repeat center;
    background-size: cover;
    padding: .26rem .5rem 0 .5rem;
    height: 2.24rem;
}

.home-news .focus .date {
    color: #FFF;
    font-size: .18rem;
}

.home-news .focus .tit {
    color: #f2bd88;
    font-size: .26rem;
    font-family: 'SourceHanSerifCN-Medium';
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    padding-bottom: .2rem;
    margin-top: .05rem;
}

.home-news .focus .des {
    color: #FFF;
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    margin-top: .15rem;
}

.home-news .focus .swiper-pagination {
    bottom: 2.45rem;
    text-align: right;
    padding-right: .1rem;
}

.home-news .focus .swiper-pagination-bullet {
    background-color: #FFF;
    width: .16rem;
    height: .16rem;
    margin: 0 .1rem !important;
}

.home-news .focus .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.home-news ul {
    margin-top: .2rem;
}

.home-news li {
    background-color: #faf8f5;
    padding: .21rem .33rem;
    margin-bottom: .1rem;
}

.home-news li:last-child {
    margin-bottom: 0;
}

.home-news li .date {
    font-size: .26rem;
    width: .76rem;
    margin-right: .3rem;
    color: #333;
}

.home-news li .date span {
    font-size: .18rem;
    background-color: #9f1e23;
    color: #FFF;
    line-height: .28rem;
    margin-top: .02rem;
}

.home-media-con {
    width: 5.05rem;
}

.home-media ul {
    margin-top: .4rem;
}

.home-media li {
    padding: .2rem .18rem .21rem .18rem;
    border-bottom: 1px #f4d6b7 solid;
}

.home-media li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
    height: 1px;
    background-color: #9f1e23;
}

.home-media li .newspaper {
    font-size: .16rem;
    color: #9f1e23;
    margin-left: -.1rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-media li .tit {
    margin-top: .05rem;
}

.home-whole {
    margin-top: .7rem;
}

.home-whole .focus {
    margin-top: .4rem;
}

.home-whole .focus .swiper-slide {
    overflow: hidden;
    padding-top: 58%;
}

.home-whole .focus .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-whole .focus .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.home-whole .focus .txt-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    color: #FFF;
    padding: .2rem;
}

.home-whole .focus .date {
    font-size: .16rem;
}

.home-whole .focus .swiper-container {
    padding-bottom: .4rem;
}

.home-whole .focus .swiper-pagination {
    bottom: 0;
}

.home-whole .focus .swiper-pagination-bullet {
    width: .16rem;
    background-color: #9f1e23;
    margin: 0 .1rem !important;
    height: .16rem;
}

.home-whole ul {
    margin-top: .08rem;
}

.home-whole li {
    padding: .2rem .18rem .25rem .18rem;
    border-bottom: 1px #f4d6b7 solid;
}

.home-whole li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
    height: 1px;
    background-color: #9f1e23;
}

.home-whole li .date {
    font-size: .16rem;
    color: #666;
    padding-left: .3rem;
    background: url(../images/date.png)no-repeat left center;
    background-size: .21rem;
}

.home-whole li .tit {
    margin-top: .05rem;
}

.home2 {
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    padding-top: 1rem;
    height: 6.6rem;
    overflow: hidden;
}

.home2 .home-title {
    margin-right: .75rem;
    cursor: pointer;
}

.home2 .home-title,
.home2 .home-title .cn span {
    color: #FFF;
}

.home2 .home-title .cn {
    opacity: .4;
    color: #ffffff;
}

.home2 .home-title .en {
    opacity: .2;
}

.home2 .home-title .more {
    display: none;
    color: #FFF;
    background-image: url(../images/more1.png);
}

.home2 .home-title.on .cn {
    opacity: 1;
}

.home2 .home-title.on .en {
    opacity: .4;
}

.home2 .home-title.on .more {
    display: block;
}

.home2 .content {
    margin-top: .8rem;
}

.home2 .content .item {
    width: 23.5%;
    margin-right: 2%;
    z-index: 1;
    height: 2.2rem;
    padding: .4rem;
    color: #FFF;
}

.home2 .content .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: -1;
}

.home2 .content .item:last-child {
    margin-right: 0;
}

.home2 .content .date,
.home2 .content .time {
    font-size: .18rem;
    padding-left: .3rem;
    background: url(../images/date1.png)no-repeat left center;
    background-size: .22rem;
}

.home2 .content .tit {
    margin-top: .28rem;
}

.home2 .content .des {
    display: none;
    opacity: .6;
    color: #333;
    margin-top: .1rem;
    font-size: .16rem;
}

.home2 .content .time {
    margin-top: .1rem;
}

.home2 .content .address {
    font-size: .18rem;
    padding-left: .3rem;
    background: url(../images/didian.png)no-repeat left center;
    background-size: .2rem;
    margin-top: .1rem;
}

.home2 .content .name {
    font-size: .18rem;
    padding-left: .3rem;
    background: url(../images/ren.png)no-repeat left center;
    background-size: .2rem;
    margin-top: .1rem;
}

.home2 .content .jiangzuo .item {
    padding-top: .25rem;
    padding-bottom: .2rem;
}

.home2 .content .jiangzuo .tit {
    margin-top: 0;
}

.home3 {
    background: url(../images/bg3.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.home-special {
    margin-top: .7rem;
    overflow: hidden;
}

.home-special .content {
    margin-top: .8rem;
}

.home-special .swiper-container {
    margin-left: -.8rem;
}

.home-special .swiper-slide {
    width: 4.2rem;
    height: 3.1rem;
    padding-bottom: .4rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-right: .5rem;
}

.home-special .swiper-slide .pic {
    width: 100%;
    height: 2rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-special .swiper-slide .pic::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: url(../images/tbg3.png)no-repeat left top;
    height: .36rem;
    bottom: -.4rem;
}

.home-special .swiper-slide-active {
    width: 5.55rem;
}

.home-special .swiper-slide-active .pic {
    height: 2.65rem;
}

.home-special .button {
    height: .6rem;
    width: 5.55rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .25rem;
}

.home-special .swiper-button-next,
.home-special .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background: url(../images/next.png)no-repeat center;
    background-size: .23rem;
    border: 1px #9f1e23 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 0;
    margin-top: 0;
    right: 0;
}

.home-special .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: auto;
    left: 0;
}

.home-special .swiper-pagination {
    left: .7rem;
    right: .7rem;
    height: 1px;
    top: 50%;
    background-color: #d9a99f;
    bottom: auto;
}

.home-special .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #9f1e23;
    height: 3px;
    top: -1px;
}

.home-science,
.home-rcon {
    width: 48.45%;
    margin-top: 1.3rem;
}

.home-science .content {
    margin-top: .6rem;
}

.home-science .item {
    width: 50%;
}

.home-science .item:last-child {
    transform: translateY(.6rem);
    -webkit-transform: translateY(.6rem);
    -moz-transform: translateY(.6rem);
    -ms-transform: translateY(.6rem);
    -o-transform: translateY(.6rem);
}

.home-science .item .pic {
    width: 100%;
    padding-top: 53.55%;
    overflow: hidden;
}

.home-science .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-science .item .text-con {
    width: 100%;
    height: 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: .2rem .35rem;
}

.home-science .item .tit {
    font-size: .28rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-science .item .des {
    margin-top: .15rem;
}

.home-science .item:first-child .text-con {
    background-image: url(../images/tbg4.jpg);
    color: #FFF;
}

.home-science .item:last-child .text-con {
    background-image: url(../images/tbg5.jpg);
}

.home-personnel .content {
    margin-top: .55rem;
}

.home-personnel .card {
    width: 100%;
    height: .9rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: .1rem;
    padding-left: .5rem;
}

.home-personnel .card .icon {
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .2rem;
}

.home-personnel .card .tit {
    font-size: .28rem;
}

.home-personnel .card .tit span {
    opacity: .4;
    font-family: 'SourceHanSerifCN-Light';
    font-size: .14rem;
    text-transform: uppercase;
    padding-left: .1rem;
}

.home-personnel .card:nth-child(1) {
    background-image: url(../images/t1.png);
}

.home-personnel .card:nth-child(1) .icon {
    background-image: url(../images/icon1.png);
}

.home-personnel .card:nth-child(2) {
    background-image: url(../images/t2.png);
}

.home-personnel .card:nth-child(2) .icon {
    background-image: url(../images/icon2.png);
}

.home-personnel .card:nth-child(3) {
    background-image: url(../images/t3.png);
}

.home-personnel .card:nth-child(3) .icon {
    background-image: url(../images/icon3.png);
}

.home-personnel .card:nth-child(4) {
    background-image: url(../images/t4.png);
    margin-bottom: 0;
}

.home-personnel .card:nth-child(4) .icon {
    background-image: url(../images/icon4.png);
}

.home-service {
    margin-top: .5rem;
}

.home-science .tit-content {
    margin-top: 1rem;
}

.home-science .tit-content>a {
    height: 1.21rem;
    background-color: #FFF;
    padding-top: .3rem;
    padding-left: .35rem;
    padding-right: .35rem;
    margin-bottom: .1rem;
    display: block;
}

.home-science .tit-content>a:last-child {
    margin-bottom: 0;
}

.home-science .tit-content .tit {
    font-family: 'SourceHanSerifCN-Bold';
    color: #9f1e23;
}

.home-science .tit-content .text {
    margin-top: .05rem;
}

.home-science .tit-content>a:hover {
    background: url(../images/tbg6.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
}

.home-science .tit-content>a:hover .tit {
    color: #f2bd88;
}

.home-service .r-con {
    margin-top: .5rem;
    background-color: #FFF;
}

.home-service .r-con .swiper-slide {
    overflow: hidden;
    padding-top: 37.2%;
}

.home-service .r-con .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-service .r-con .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.home-service .r-con .swiper-slide .tit {
    color: #FFF;
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    z-index: 10;
    right: 1.5rem;
}

.home-service .r-con .swiper-pagination {
    bottom: .2rem;
    text-align: right;
}

.home-service .r-con .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    background-color: #FFF;
    margin: 0 .1rem !important;
}

.home-service .r-con ul {
    padding: 0 .3rem;
}

.home-service .r-con li {
    line-height: .9rem;
    border-bottom: 1px #f2bd88 solid;
    background: url(../images/icon5.png)no-repeat left center;
    background-size: .19rem;
    padding-left: .38rem;
}

.home-service .r-con li:last-child {
    border: 0;
}

.home-number {
    margin-top: 1.77rem;
    padding-top: .9rem;
    z-index: 10;
    padding-left: 2rem;
}

.home-number::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12.7rem;
    height: 7.1rem;
    background: url(../images/bg4.png)no-repeat left top;
    background-size: cover;
    z-index: -1;
}

.home-number .home-title {
    margin-right: 2rem;
}

.home-number .home-title,
.home-number .home-title .cn span {
    color: #FFF;
}

.home-number .video {
    width: 9.6rem;
    overflow: hidden;
    padding-top: 36.1%;
    margin-top: .55rem;
}

.home-number .video img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-number .video span {
    position: absolute;
    left: 50%;
    top: 65%;
    width: .88rem;
    height: .88rem;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-number .num-con {
    margin-right: .2rem;
    margin-top: .65rem;
    min-width: 0;
    padding-bottom: 2rem;
}

.home-number .num-con .item {
    width: 1.75rem;
    background: url(../images/quan.png)no-repeat center top;
    background-size: 100%;
    padding-top: .2rem;
    padding-left: .12rem;
    padding-right: .12rem;
    /* margin-top: .4rem; */
}

.home-number .num-con .icon {
    height: .6rem;
    align-items: flex-end;
}

.home-number .num-con .icon img {
    max-width: 80%;
    max-height: 100%;
}

.home-number .num-con .counter {
    color: #f2bd88;
    font-size: .44rem;
    font-family: "FZYOUSTS";
}

.home-number .num-con .item .jia::after {
    content: '+';
}

.home-number .num-con .text {
    color: #FFF;
    font-size: .16rem;
}

.home-number .swiper-button-next,
.home-number .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background: url(../images/next.png)no-repeat center;
    background-size: .23rem;
    border: 1px #9f1e23 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: auto;
    margin-top: 0;
    right: .3rem;
    bottom: 0;
    z-index: 9;
    left: auto;
}

.home-number .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 1.2rem;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100001;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-matrix {
    margin-top: 1.6rem;
    z-index: 10;
    padding-bottom: .7rem;
}

.home-matrix::after {
    content: '';
    position: absolute;
    right: 0;
    top: .35rem;
    z-index: -1;
    background: url(../images/bg5.png)no-repeat right top;
    background-size: cover;
    width: 9.98rem;
    height: 6.92rem;
}

.home-matrix .home-title .more {
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    bottom: .8rem;
    color: #FFF;
    background-image: url(../images/more1.png);
    right: .3rem;
}

.home-matrix .content {
    margin-top: .5rem;
}

.home-matrix .pic-con {
    width: 13.05rem;
}

.home-matrix .fir-pic {
    width: 4rem;
    height: 5.3rem;
    overflow: hidden;
    margin-right: .1rem;
}

.home-matrix .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 45%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.home-matrix .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    padding: .2rem;
}

.home-matrix .text-con .icon {
    height: .26rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto .26rem;
}

.home-matrix .text-con .wx {
    background-image: url(../images/wx.png);
}
.home-matrix .text-con .wb1 {
    background-image: url(../images/wb1.png);
}

.home-matrix .text-con .dy1{
    background-image: url(../images/dy1.png);
}
.home-matrix .text-con .xx1{
    background-image: url(../images/xx.png);
    background-size: auto 0.46rem;
    height: 0.46rem;
    margin-bottom: -0.1rem;
}
.home-matrix .text-con .sp1{
    background-image: url(../images/sp1.png);
}





.home-matrix .text-con .tit {
    color: #FFF;
    font-family: 'Microsoft YaHei';
    margin-top: .1rem;
}

.home-matrix .pic {
    margin-right: .1rem;
    width: calc(50% - .05rem);
    height: 2.6rem;
    margin-bottom: .1rem;
    overflow: hidden;
}

.home-matrix .pic:nth-child(even) {
    margin-right: 0;
}

.home-matrix .sns {
    color: #FFF;
    margin-right: .3rem;
}

.home-matrix .sns .tit {
    width: .3rem;
    order: 2;
    font-family: 'Microsoft YaHei';
}

.home-matrix .sns .con {
    width: .6rem;
    order: 1;
    margin-right: .3rem;
}

.home-matrix .sns .con>div {
    margin-bottom: .4rem;
}

.home-matrix .sns .con span {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px rgba(255, 255, 255, .5) dashed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .4rem;
    cursor: pointer;
}

.home-matrix .sns .erwma {
    position: absolute;
    right: .7rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: .1rem;
    width: 1.3rem;
    height: 1.3rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    display: none;
    z-index: 99;
}

.home-matrix .sns .erwma::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 #FFF solid;
}

.home-matrix .sns .erwma img {
    width: 100%;
}

.home-matrix .sns .wx span {
    background-image: url(../images/wx.png);
}

.home-matrix .sns .wb span {
    background-image: url(../images/wb.png);
}

.home-matrix .sns .dou span {
    background-image: url(../images/dou.png);
}

.home-matrix .sns .sp span {
    background-image: url(../images/sp.png);
}

.home-quick {
    margin-top: 1.3rem;
    margin-bottom: 1.5rem;
}

.home-quick .content {
    margin-top: .85rem;
}

.home-quick .icon {
    width: 1.25rem;
    height: 1.25rem;
    z-index: 9;
}

.home-quick .icon span {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .66rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-quick .icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #9f1e23 solid;
    z-index: -1;
}

.home-quick .icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    margin-left: -.5rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #9f1e23 dashed;
    z-index: -1;
    animation: 20s linear infinite ani_turn2;
    -webkit-animation: 20s linear infinite ani_turn2;
}

.home-quick .tit {
    color: #9f1e23;
    font-family: 'Microsoft YaHei';
    margin-top: .1rem;
}

.home-quick .item:nth-child(1) .icon span {
    background-image: url(../images/f1.png);
}

.home-quick .item:nth-child(2) .icon span {
    background-image: url(../images/f2.png);
}

.home-quick .item:nth-child(3) .icon span {
    background-image: url(../images/f3.png);
}

.home-quick .item:nth-child(4) .icon span {
    background-image: url(../images/f4.png);
}

.home-quick .item:nth-child(5) .icon span {
    background-image: url(../images/f5.png);
}

@keyframes ani_turn2 {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@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);
    }
    .nav .drop a:hover {
        background-color: #9f1e23;
        color: #FFF;
    }
    .home-news .focus .swiper-slide:hover .pic img,
    .home-whole .focus .swiper-slide:hover img,
    .home-science .item:hover .pic img,
    .home-service .r-con .swiper-slide:hover img,
    .home-matrix .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-media li:hover::after,
    .home-whole li:hover::after {
        width: 100%;
    }
    .home-news li:hover {
        background-color: #FFF;
    }
    .home2 .content .item:hover {
        padding-top: .3rem;
    }
    .home2 .content .item:hover::after {
        background: url(../images/tbg2.jpg)no-repeat center;
        background-size: cover;
        top: -.2rem;
        bottom: -.2rem;
        height: auto;
        animation: 20s linear infinite hov;
        -webkit-animation: 20s linear infinite hov;
    }
    .home2 .content .item:hover .date {
        position: absolute;
        left: 0;
        bottom: .2rem;
        background-color: #9f1e23;
        line-height: .4rem;
        border-radius: 0 .2rem .2rem 0;
        -webkit-border-radius: 0 .2rem .2rem 0;
        -moz-border-radius: 0 .2rem .2rem 0;
        -ms-border-radius: 0 .2rem .2rem 0;
        -o-border-radius: 0 .2rem .2rem 0;
        padding-left: .7rem;
        background-position: .4rem center;
        padding-right: .15rem;
    }
    .home2 .content .item:hover .des {
        display: block;
    }
    .home2 .content .item:hover .tit {
        color: #333;
        -webkit-line-clamp: 2;
        margin-top: 0;
    }
    .home2 .content .item:hover .name,
    .home2 .content .item:hover .address,
    .home2 .content .item:hover .time {
        color: #9f1e23;
    }
    .home2 .content .item:hover .name {
        background-image: url(../images/ren1.png);
    }
    .home2 .content .item:hover .address {
        background-image: url(../images/didian1.png);
    }
    .home2 .content .item:hover .time {
        background-image: url(../images/date2.png);
    }
    .home-special .swiper-button-next:hover,
    .home-special .swiper-button-prev:hover,
    .home-number .swiper-button-next:hover,
    .home-number .swiper-button-prev:hover {
        background-color: #9f1e23;
        background-image: url(../images/next-on.png);
    }
    .home-personnel .card:hover {
        color: #FFF;
    }
    .home-personnel .card:nth-child(1):hover {
        background-image: url(../images/t1-on.png);
    }
    .home-personnel .card:nth-child(1):hover .icon {
        background-image: url(../images/icon1-on.png);
    }
    .home-personnel .card:nth-child(2):hover {
        background-image: url(../images/t2-on.png);
    }
    .home-personnel .card:nth-child(2):hover .icon {
        background-image: url(../images/icon2-on.png);
    }
    .home-personnel .card:nth-child(3):hover {
        background-image: url(../images/t3-on.png);
    }
    .home-personnel .card:nth-child(3):hover .icon {
        background-image: url(../images/icon3-on.png);
    }
    .home-personnel .card:nth-child(4):hover {
        background-image: url(../images/t4-on.png);
    }
    .home-personnel .card:nth-child(4):hover .icon {
        background-image: url(../images/icon4-on.png);
    }
    .home-matrix .sns .con>div:hover span {
        background-color: #f2bd88;
    }
    .home-matrix .sns .con>div:hover .erwma {
        display: block;
    }
    .home-quick .item:hover .icon span {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
    }
}

@media (max-width:1199px) {
    .header {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-bottom: 0;
        padding-top: 0;
        height: 1.2rem;
    }
    .header.on {
        background-color: #9f1e23;
    }
    .menu-btn,
    .m-search {
        display: block;
    }
    .header .top .search-btn,
    .nav .drop::after {
        display: none;
    }
    .header .top {
        display: block;
        padding-right: 0;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #9f1e23;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav {
        display: block;
        margin-top: .2rem;
    }
    .nav li>a {
        line-height: .9rem;
        font-size: 16px;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .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);
    }
    .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 a {
        color: #FFF;
    }
    .search-box {
        display: block;
        width: 100%;
        margin-top: .4rem;
        border-radius: .4rem;
    }
    .search-box input[type='text'] {
        padding: .2rem .2rem .2rem .4rem;
    }
    .search-box input[type='submit'] {
        width: .8rem;
        background-size: .45rem;
    }
    .footer .logo,
    .footer .info {
        margin-right: .6rem;
    }
    .footer .erwma-con .pic {
        width: 1.4rem;
        height: 1.4rem;
    }
    .home-news li .date {
        width: 50px;
    }
    .home-news li .date span {
        line-height: 1.6;
    }
    .home-number {
        padding-left: .2rem;
    }
    .home-number .home-title {
        margin-right: .2rem;
    }
    .home-number .video {
        width: 7.8rem;
    }
    .footer .container,
    .home-title .en,
    .home-title .more,
    .home-media li .newspaper,
    .home-whole li .date,
    .home-news .focus .date,
    .home-news .focus .des,
    .home-news li .date span,
    .home-whole .focus .date,
    .home2 .content .date,
    .home-personnel .card .tit span,
    .home-number .num-con .text,
    .home2 .content .address,
    .home2 .content .name {
        font-size: 12px;
    }
    .header .top,
    .nav .drop a,
    .footer .copyright,
    .home-news .focus .tit {
        font-size: 14px;
    }
    .home-news li .date,
    .home-personnel .card .tit,
    .home-science .item .tit {
        font-size: 16px;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-number .num-con {
        padding-bottom: 1.7rem;
    }
}

@media (max-width:950px) {
    .footer .logo {
        width: 100%;
        margin-right: 0;
    }
    .footer .erwma-con .pic {
        width: 1.6rem;
        height: 1.6rem;
    }
    .home-media-con {
        width: 100%;
        margin-top: .4rem;
    }
    .home-news {
        margin-right: 0;
        min-width: 100%;
    }
    .home-news .focus .text-con {
        padding-bottom: .25rem;
        height: auto;
    }
    .home2 {
        padding-top: .6rem;
        padding-bottom: .6rem;
        height: auto;
    }
    .home2 .content .item {
        height: auto;
        padding: .3rem;
        width: 49%;
        margin-top: .2rem;
    }
    .home2 .content .item:nth-child(even) {
        margin-right: 0;
    }
    .home-science .tit-content>div {
        padding-top: .15rem;
    }
    .home-matrix .text-con .icon {
        height: .4rem;
        background-size: auto 100%;
    }
    .home-number .num-con {
        padding-bottom: .9rem;
    }
}

@media (max-width:767px) {
    .footer .info {
        margin-right: 0;
        margin-top: .3rem;
    }
    .footer .info .item {
        width: 100% !important;
    }
    .footer .info .icon {
        width: .5rem;
        height: .5rem;
        background-size: .3rem;
    }
    .footer .erwma-con,
    .home-science .tit-content,
    .home-service .r-con,
    .home-number .video {
        width: 100%;
        margin-top: .3rem;
    }
    .footer .link {
        background-size: .5rem;
        min-height: .5rem;
        padding-left: .6rem;
        /* font-size: 12px; */
        line-height: .5rem;
        margin-bottom: 0;
    }
    .home-title .cn {
        font-size: 20px;
    }
    .home1 {
        padding-top: .4rem;
        padding-bottom: .6rem;
    }
    .home2 .home-title {
        margin-right: 1rem;
    }
    .home2 .home-title .more {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        top: 0;
    }
    .home2 .content {
        margin-top: .2rem;
    }
    .home2 .content .item {
        width: 100%;
        margin-top: 0.2rem;
        margin-right: 0;
    }
    .home2 .content .date {
        background-size: .28rem;
        padding-left: .38rem;
    }
    .home-special .content {
        margin-top: .4rem;
    }
    .home-service .home-title {
        padding-left: 0;
        display: block;
    }
    .home-science .item,
    .home-rcon {
        width: 100%;
    }
    .home-science .item:last-child {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        margin-top: .3rem;
    }
    .home-science {
        width: 100%;
        margin-top: .7rem;
    }
    .home-number {
        margin-top: .7rem;
        padding-top: .4rem;
    }
    .home-number .home-title .more {
        color: #FFF;
        background-image: url(../images/more1.png);
    }
    .home-number .video {
        padding-top: 64%;
    }
    .home-number .num-con .counter {
        font-size: 24px;
    }
    .home-number .num-con {
        margin-right: 0;
        min-width: 100%;
        padding-bottom: 1.6rem;
    }
    .home-number .swiper-button-next {
        right: 40%;
    }
    .home-number .swiper-button-prev {
        left: 40%;
        right: auto;
    }
    .videoShow {
        width: 90%;
        height: 4rem;
    }
    .home-matrix {
        padding-bottom: 0;
        margin-top: .7rem;
    }
    .home-matrix .home-title {
        position: relative;
    }
    .home-matrix .home-title .more {
        right: 0;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        color: #333;
        background-image: url(../images/more.png);
    }
    .home-matrix .sns,
    .home-matrix::after {
        display: none;
    }
    .home-quick,
    .home-rcon {
        margin-top: .7rem;
    }
    .home-matrix .fir-pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: .1rem;
    }
    .home-quick .content {
        margin-top: .4rem;
    }
}

.pub-banner {
    overflow: hidden;
}

.pub-banner img {
    height: 6.3rem;
}

.crumbs {
    position: absolute;
    right: 2rem;
    bottom: .45rem;
    color: #FFF;
    z-index: 2;
    font-size: .16rem;
}

.crumbs a {
    color: #FFF;
}

.pub-wrap {
    background: url(../images/bg6.jpg) center top repeat-y;
    background-size: 100%;
    padding-bottom: 1rem;
    width: 100%;
}

.leftNav {
    width: 3.3rem;
    background: url(../images/tbg8.jpg)no-repeat left top;
    background-size: 100%;
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    z-index: 10;
    margin-right: .5rem;
}

.leftNav h2 {
    color: #FFF;
    font-size: .38rem;
    line-height: 1.15rem;
}

.leftNav>ul {
    background: url(../images/tbg7.jpg)no-repeat right bottom;
    z-index: 10;
    padding-top: .3rem;
    padding-bottom: 1rem;
}

.leftNav>ul>li {
    margin-right: .2rem;
    margin-left: .4rem;
    padding-left: .2rem;
    z-index: 10;
}

.leftNav>ul>li>a {
    line-height: .9rem;
    height: .9rem;
    border-bottom: 1px #F2BD88 solid;
    font-size: .22rem;
    z-index: 10;
    position: relative;
}

.leftNav>ul>li>a::before {
    content: '';
    position: absolute;
    right: .1rem;
    top: 0;
    width: .2rem;
    height: 100%;
    background: url(../images/arrow4.png)no-repeat center;
    background-size: .19rem;
}

.leftNav>ul>li:last-child {
    border-bottom: 0;
}

.leftNav>ul>li.on>a {
    background-size: .26rem;
    color: #FFF;
}

.leftNav>ul>li.on>a::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #F2BD88;
    right: -.2rem;
    left: -.45rem;
    z-index: -1;
}

.leftNav>ul>li.on>a::before {
    background-image: url(../images/arrow5.png);
}

.leftNav>ul>li.on>a {
    color: #FFF;
}

.leftNav>ul>li>ul {
    display: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.leftNav>ul>li>ul>li>a {
    font-size: 0.15rem;
    line-height: 0.46rem;
    color: #666666;
    border-bottom: none;
    padding-left: 0;
}

.pub-title {
    font-size: .34rem;
    font-family: 'SourceHanSerifCN-Bold';
    border-bottom: 2px #9f1e23 solid;
    line-height: 1.2rem;
    margin-top: .1rem;
    margin-bottom: .6rem;
}

.pub-title span {
    color: #9f1e23;
}

.text-list .item {
    padding: 0 .3rem;
    width: 100%;
    background: #FFF url(../images/tbg9.jpg)no-repeat right center;
    background-size: cover;
    height: 1.8rem;
    margin-bottom: .3rem;
}

.text-list .item:first-child {
    margin-top: 0;
}

.text-list .item .date {
    width: .9rem;
    height: .8rem;
    color: #9f1e23;
    margin-right: .6rem;
    font-size: .32rem;
    font-family: 'SourceHanSerifCN-Bold';
    white-space: nowrap;
}

.text-list .item .date span {
    font-weight: bold;
    color: #FFF;
    font-size: .2rem;
    background-color: #9f1e23;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: -.3rem;
    top: 50%;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #F2BD88;
}

.text-list .item .tit {
    font-size: .22rem;
    padding-left: 0;
}

.text-list .item .des {
    color: #666;
    margin-top: .15rem;
    font-size: .16rem;
}

.page {
    margin-top: .4rem;
}

page a,
page span {
    line-height: .3rem;
    border: 1px #D3D3D3 solid;
    font-size: .16rem;
    padding: 0 .1rem;
    margin-right: .1rem;
    color: #D3D3D3;
}

.page a:last-child {
    margin-right: 0;
}

.page a.prev,
.page a.next {
    width: .6rem;
    border-color: #9f1e23;
    background: #9f1e23 url(../images/arrow.svg)no-repeat center;
    background-size: 10px;
}

.page a.prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page a.on {
    background-color: #9f1e23;
    color: #FFF;
    border-color: #9f1e23;
}

.news-list .item {
    background-color: #FFF;
    height: 2.15rem;
    overflow: hidden;
    margin-bottom: .45rem;
}

.news-list .item .pic {
    width: 3.43rem;
    height: 2.15rem;
    overflow: hidden;
}

/* .news-list .item .pic img {
    object-position: top;
} */

.news-list .item .text-con {
    padding-left: .3rem;
    padding-right: .4rem;
    background: url(../images/tbg10.jpg)no-repeat right center;
    background-size: cover;
    padding-top: .3rem;
}

.news-list .item .tit {
    font-size: .22rem;
    line-height: 1.8;
    border-bottom: 1px #F2BD88 solid;
    font-family: 'SourceHanSerifCN-Bold';
    padding-bottom: .1rem;
    margin-top: .05rem;
}

.news-list .item .des {
    color: #666;
    line-height: 1.8;
    margin-top: .15rem;
    font-size: .16rem;
}

.news-list .item .date {
    font-size: .18rem;
    color: #9f1e23;
}

.picture-list .item {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: .3rem;
}

.picture-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.picture-list .item .pic {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
}

.picture-list .item .text-con {
    background: url(../images/tbg11.jpg)no-repeat right top;
    height: 1.2rem;
    overflow: hidden;
    background-size: cover;
    padding-top: .15rem;
    padding-right: .3rem;
}

.picture-list .item .date {
    background-color: #9f1e23;
    color: #FFF;
    line-height: .22rem;
    border-radius: 0 .11rem .11rem 0;
    -webkit-border-radius: 0 .11rem .11rem 0;
    -moz-border-radius: 0 .11rem .11rem 0;
    -ms-border-radius: 0 .11rem .11rem 0;
    -o-border-radius: 0 .11rem .11rem 0;
    padding-left: .35rem;
    padding-right: .2rem;
    font-size: .14rem;
}

.picture-list .item .tit {
    margin-left: .35rem;
    font-size: .16rem;
    margin-top: .1rem;
}

.details .title-con {
    background-color: rgba(159, 30, 35, 0.05);
    padding: .2rem .6rem;
}

.details .title-con h1 {
    font-size: .28rem;
    padding-bottom: .25rem;
}

.details .title-con h1::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%);
    width: 1.7rem;
    height: 3px;
    background-color: #9f1e23;
}

.details .title-con .info {
    color: #666;
    margin-top: .2rem;
}

.details .title-con .info span {
    margin-right: .1rem;
}

.details .title-con .info span:last-child {
    margin-right: 0;
}

.details .body {
    border-bottom: 2px #9f1e23 solid;
    padding-bottom: .6rem;
    line-height: 1.8; min-height:600px;
}

.details .body p {
    margin-top: .2rem;
    text-indent: .4rem;
    color: #333333;
    text-indent: 2em !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 15px;
    word-break:break-all;
    white-space:normal;
    text-align:justify;
    word-break: break-word;
    text-justify:inter-ideograph;
}


.details .body img {
    max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;border: 0 !important;
}
.details .body video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;}


table {width:90% !important; /*table-layout:fixed*/ margin: 0 auto; border: 1px solid #999 !important; }

.details .body iframe {
    margin: 0 auto;
    display: block;
width:90%;
}


.details .body table td{padding:0 5px;height:auto !important;overflow:hidden;border: 1px solid #999 !important;}
.details .body table td p{ text-indent: 0rem !important;
    text-align: left;}
.details .body table td p a{ color:#333  !important;text-decoration: none  !important;}

 


.details .prev-next {
    margin-top: .4rem;
}

.details .prev-next a {
    margin-top: .2rem;
}

.jigou .item {
    position: relative;
    min-height: .9rem;
    line-height: 1.6;
    background: url(../images/tbg12.png)no-repeat center;
    background-size: cover;
    padding-left: .4rem;
    padding-right: .4rem;
    width: 49%;
    margin-right: 2%;
    margin-bottom: .4rem;
    padding: .2rem .4rem;
    display: flex;
    align-items: center;
}

.jigou .item a {
    position: relative;
    z-index: 1;
}

.jigou .item:hover a {
    color: #ffffff;
}

.jigou .item::after {
    content: '';
    border: 1px #9f1e23 dashed;
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    position: absolute;
}

.jigou .item:nth-child(even) {
    margin-right: 0;
}

.leader .item {
    margin-bottom: .45rem;
    border-left: 12px #9f1e23 solid;
    background-color: rgba(159, 30, 35, 0.05);
    padding: .3rem .4rem;
}

.leader .item .tit {
    font-size: .24rem;
}

.leader .item .email {
    background: url(../images/email.svg)no-repeat left center;
    padding-left: .35rem;
    margin-top: .2rem;
    background-size: .22rem;
}

.special .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .4rem;
    height: 2.35rem;
    overflow: hidden;
}

.special .item:nth-child(even) {
    margin-right: 0;
}

.about {
    line-height: 1.8;
    min-width: 0;
}

.about .text {
    margin-bottom: .5rem;
}

.about .pic img {
    width: 100%;
}

.about .tit {
    font-size: .3rem;
    padding-left: .3rem;
    font-family: 'SourceHanSerifCN-Bold';
    margin-bottom: .1rem;
}

.about .tit::before {
    content: '';
    position: absolute;
    left: -.09rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    background-color: #9f1e23;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about .text-content {
    padding-left: .1rem;
    z-index: 10;
    margin-top: .6rem;
}

.about .text-content::before {
    content: '';
    position: absolute;
    left: .1rem;
    top: .2rem;
    width: 1px;
    background-color: #9f1e23;
    z-index: -1;
    bottom: 1.9rem;
}

.about .text-content .text {
    margin-left: .3rem;
}

.about .roll {
    overflow: hidden;
    background: url(../images/tbg14.jpg)no-repeat center;
    background-size: cover;
    margin-left: 1px;
    padding: .2rem .7rem;
    margin-bottom: .5rem;
}

.about .roll .txt {
    color: #666;
}

.about .roll .num {
    color: #9f1e23;
}

.about .roll .counter {
    font-size: .5rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.about .roll .swiper-button-next,
.about .roll .swiper-button-prev {
    width: .2rem;
    height: .16rem;
    background: url(../images/arrow2.svg)no-repeat center;
    background-size: 100%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: .3rem;
}

.about .roll .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: .3rem;
    left: auto;
}

.link .item {
    width: 32%;
    margin-right: 2%;
    height: 1rem;
    line-height: 1rem;
    background-color: #FFF;
    padding-left: .5rem;
    font-size: .24rem;
    margin-bottom: .4rem;
    padding-right: .5rem;
}

.link .item::after {
    content: '';
    position: absolute;
    left: .13rem;
    top: .13rem;
    right: .13rem;
    bottom: .13rem;
    border: 1px rgba(159, 30, 35, 0.3) dashed;
}

.link .item::before {
    content: '';
    position: absolute;
    right: .3rem;
    top: 50%;
    width: .16rem;
    height: .16rem;
    background: url(../images/arrow2.svg)no-repeat right center;
    background-size: 100%;
    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);
}

.link .item:nth-of-type(3n) {
    margin-right: 0;
}

.quick {
    z-index: 10;
    padding-top: 1.1rem;
}

.quick::after {
    content: '';
    position: absolute;
    width: 9.8rem;
    height: 11.2rem;
    top: 0;
    right: -2.2rem;
    background: url(../images/img18.jpg)no-repeat center;
    background-size: cover;
    z-index: -1;
}

.quick .item {
    width: 3.56rem;
    height: 3.17rem;
    overflow: hidden;
    padding-top: .5rem;
    z-index: 11;
}

.quick .item .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.quick .item .icon img {
    width: 100%;
}

.quick .item .text {
    font-size: .24rem;
    margin-top: .1rem;
    color: #FFF;
}

.quick .item:nth-child(1),
.quick .item:nth-child(2),
.quick .item:nth-child(5),
.quick .item:nth-child(6) {
    margin-left: 3.56rem;
}

.quick .item:nth-child(3),
.quick .item:nth-child(4) {
    margin-right: 3.56rem;
}

.quick .item:nth-child(1) {
    background-color: #718BAF;
}

.quick .item:nth-child(2) {
    background-color: #A09794;
}

.quick .item:nth-child(3) {
    background-color: #A12A28;
}

.quick .item:nth-child(4) {
    background-color: #7B6452;
}

.quick .item:nth-child(5) {
    background-color: #C49457;
}

.quick .item:nth-child(6) {
    background-color: #ECB784;
}

.new-content .v_news_content .vsbcontent_img+p {
    text-align: center;
}

.banner {
    width: 100%;
    height: 100vh;
}

.banner .swiper-container,
.banner .swiper-slide,
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body_c {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 10;
    outline: none;
}

.body_c.showdiv {
    top: 0;
}

.home1 {
    padding-top: 1.8rem;
}

@media (min-width:1025px) {
    .crumbs a:hover {
        text-decoration: underline;
    }
    .text-list .item:hover,
    .news-list .item:hover .text-con {
        background: #9f1e23 url(../images/tbg1.jpg) right center;
        background-size: cover;
    }
    .text-list .item:hover .date {
        background-color: #FFF;
        color: #9f1e23;
    }
    .text-list .item:hover .date span {
        background: none;
        color: #9f1e23;
    }
    .text-list .item:hover .tit {
        color: #F2BD88;
    }
    .text-list .item:hover .des,
    .news-list .item:hover .tit,
    .news-list .item:hover .date,
    .news-list .item:hover .des {
        color: #FFF;
    }
    .news-list .item:hover .tit {
        border-bottom-color: #FFF;
    }
    .news-list .item:hover .des {
        opacity: .6;
    }
    .page a:hover {
        background-color: #9f1e23;
        color: #FFF;
        border-color: #9f1e23;
    }
    .news-list .item:hover .pic img,
    .picture-list .item:hover .pic img,
    .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);
    }
    .jigou .item:hover,
    .link .item:hover {
        background-color: #9f1e23;
        color: #FFF;
    }
    .jigou .item:hover::after {
        border-color: #FFF;
    }
    .link .item:hover::after {
        border-color: #FFF;
        opacity: .3;
    }
    .link .item:hover::before {
        background-image: url(../images/arrow3.svg);
    }
}

@media (max-width:1199px) {
    .pub-banner img {
        height: 4.8rem;
    }
    .crumbs {
        right: .2rem;
    }
    .text-list .item .des,
    .page a,
    .page span,
    .crumbs,
    .news-list .item .date,
    .news-list .item .des,
    .picture-list .item .date,
    .details .title-con .info {
        font-size: 12px;
    }
    .text-list .item .date span,
    .text-list .item .tit,
    .news-list .item .tit,
    .picture-list .item .tit,
    .link .item {
        font-size: 14px;
    }
    .picture-list .item .date {
        line-height: 2;
        border-radius: 0 .2rem .2rem 0;
        -webkit-border-radius: 0 .2rem .2rem 0;
        -moz-border-radius: 0 .2rem .2rem 0;
        -ms-border-radius: 0 .2rem .2rem 0;
        -o-border-radius: 0 .2rem .2rem 0;
    }
    .picture-list .item .text-con {
        height: auto;
        padding-bottom: .3rem;
    }
    .about .tit {
        font-size: 16px;
    }
    .leftNav>ul>li>ul>li>a,
    .leftNav>ul>li.on>a {
        font-size: 14px;
    }
}

@media (max-width: 950px) {
    .body_c {
        position: static;
    }
    .banner {
        height: auto;
    }
    .home1 {
        padding-top: .85rem;
    }
}

@media (max-width:767px) {
    .leftNav {
        width: 100%;
        margin-top: .3rem;
        margin-right: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .leftNav h2 {
        font-size: 18px;
        text-align: left;
        padding-left: .2rem;
        line-height: .9rem;
    }
    .leftNav>h2 span {
        width: 0.7rem;
        height: 0.7rem;
        background: url(../images/arrow.svg) no-repeat center center;
        background-size: 40%;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .leftNav>h2 span.on {
        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);
    }
    .leftNav>ul {
        background-size: cover;
        display: none;
    }
    .pub-banner img {
        height: 3.8rem;
    }
    .pub-title {
        font-size: 20px;
    }
    .text-list .item .date {
        font-size: 18px;
    }
    .text-list .item .date span,
    .leader .item .email {
        font-size: 12px;
    }
    page a,
    page span {
        line-height: .4rem;
        padding: 0 .2rem;
    }
    .news-list .item {
        height: auto;
    }
    .news-list .item .pic {
        width: 100%;
        height: 3.6rem;
    }
    .news-list .item .text-con {
        padding-bottom: .3rem;
    }
    .picture-list .item,
    .link .item {
        width: 49%;
    }
    .picture-list .item:nth-of-type(3n),
    .link .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .picture-list .item:nth-child(even),
    .link .item:nth-child(even) {
        margin-right: 0;
    }
    .details .title-con h1 {
        font-size: 16px;
    }
    .jigou .item {
        width: 100%;
        margin-right: 0;
    }
    .jigou .item:hover a {
        color: #9f1e23;
    }
    .leader .item .tit,
    .quick .item .text {
        font-size: 14px;
    }
    .quick {
        padding-top: 0;
    }
    .quick::after {
        display: none;
    }
    .quick .item:nth-child(1),
    .quick .item:nth-child(2),
    .quick .item:nth-child(5),
    .quick .item:nth-child(6) {
        margin-left: 0;
    }
    .quick .item:nth-child(3),
    .quick .item:nth-child(4) {
        margin-right: 0;
    }
    .quick .item {
        width: 50%;
    }
    .home1 {
        padding-top: .4rem;
     }
}

.baogao-list .item {
    margin-bottom: .35rem;
    background: #FFF url(../images/tbg2.jpg);
    padding: .4rem .6rem;
}

.baogao-list .item .tit {
    font-family: 'SourceHanSerifCN-Bold';
}

.baogao-list .address {
    font-size: .16rem;
    padding-left: .3rem;
    background: url(../images/didian1.png)no-repeat left .02rem;
    background-size: .2rem;
    margin-top: .1rem;
    color: #666;
    line-height: 1.8;
}

.baogao-list .name {
    font-size: .16rem;
    padding-left: .3rem;
    background: url(../images/ren1.png)no-repeat left .02rem;
    background-size: .2rem;
    margin-top: .1rem;
    color: #666;
    line-height: 1.8;
}

.baogao-list .time {
    font-size: .16rem;
    padding-left: .3rem;
    background: url(../images/date2.png)no-repeat left .02rem;
    background-size: .22rem;
    color: #666;
    margin-top: .2rem;
    line-height: 1.8;
}
@media screen and (min-width:1025px) and (max-width:1440px) {
    .nav li>a { font-size:.22rem;}
    .header .top,
    .home-media li .newspaper, 
    .home-whole .focus .date,
    .home-whole li .date {font-size:.18rem;}
    .footer .container{ font-size:.16rem;}
}
@media (min-width:1025px) {
    .baogao-list .item:hover {
        background-image: url(../images/tbg6.jpg);
    }
    .baogao-list .item:hover .tit,
    .baogao-list .item:hover .time,
    .baogao-list .item:hover .name,
    .baogao-list .item:hover .address {
        color: #FFF;
    }
    .baogao-list .item:hover .time {
        background-image: url(../images/date1.png);
    }
    .baogao-list .item:hover .name {
        background-image: url(../images/ren.png);
    }
    .baogao-list .item:hover .address {
        background-image: url(../images/didian.png);
    }
}

@media (max-width:1199px) {
    .baogao-list .time,
    .baogao-list .name,
    .baogao-list .address {
        font-size: 12px;
        background-position: 0 3px;
        background-size: 14px;
        padding-left: 25px;
    }
}

@media (max-width:767px) {
    .baogao-list .item {
        padding: .2rem .3rem;
    }
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #9f1e23 !important;
    color: #fff;
    background-color: #9f1e23 !important;
}



@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .body_c {
        position: static;
    }
    .banner {
        height: auto;
    }
    .home1 {
        padding-top: .85rem;
    }
}



.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8)
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.popup.video .container {
    width: 70%;
    height: calc(70vw / 1.77);
    padding: 0
}


.popup.video video {
    width: 100%;
    height: 100%;
    background: #000
}

.popup.video .close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    background: url(../images/close.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px
}

@media (max-width: 767px) {
    .popup.video .container {
        width: 90%;
        height: 50%
    }
    .popup.video .close {
        font-size: 16px;
    }
}